Skip to content

Commit

Permalink
text
Browse files Browse the repository at this point in the history
  • Loading branch information
vanekm committed Aug 22, 2024
1 parent ea756db commit 0dc88c3
Show file tree
Hide file tree
Showing 2 changed files with 19 additions and 6 deletions.
6 changes: 6 additions & 0 deletions app/Modules/Fykos/Core/styles/about.scss
Original file line number Diff line number Diff line change
Expand Up @@ -70,4 +70,10 @@
padding-left: .5rem;
}

.info-icon {
color: $primary-color;
padding-left: .2rem;
font-size: 1rem;
}

}
19 changes: 13 additions & 6 deletions app/Modules/Fykos/DefaultModule/templates/About/organizers.latte
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,6 @@
</section>
</div>


<div class="panel color-auto">
<section class="inner-container">
<h1>
Expand All @@ -84,12 +83,20 @@
{case 'cs'}Vedoucí FYKOSu
{default}Head of FYKOS
{/switch}
</td>
{* Add font awesome questionmark which, when moused-over, will uncover text desription *}
<span class="info-icon"
title="{switch $language->value}
{case 'cs'}Vedoucí FYKOSu je formální pozice zaštiťující seminář vůči MFF UK v souladu s interními pravidly fakulty. O samotné exekutivní vedení organizace se stará hlavní organizátor.{default}The head of FYKOS is a formal position that represents the seminar to the Faculty of Mathematics and Physics of Charles University in accordance with the faculty's internal rules. The person responsible for the actual executive management of the organization is the Head Organizer.{/switch}">
<i class="fas fa-question-circle"></i>
</span>
</td>
</tr>
{* <tr>
<td class="left-cell"><span class="icon"><i class="fas fa-school"></i></span></td>
<td class="right-cell">Vědecký pracovník na Ústavu teoretické fyziky MFF UK.</td>
</tr> *}
{if $lang == 'cs'}
<tr>
<td class="left-cell"><span class="icon"><i class="fas fa-school"></i></span></td>
<td class="right-cell">Vědecký pracovník na Ústavu teoretické fyziky MFF UK.</td>
</tr>
{/if}
</table>
</div>
</div>
Expand Down

0 comments on commit 0dc88c3

Please sign in to comment.