Skip to content

Commit

Permalink
add info to contacts
Browse files Browse the repository at this point in the history
  • Loading branch information
dakur committed Jan 19, 2025
1 parent 946444e commit e8446f2
Show file tree
Hide file tree
Showing 2 changed files with 34 additions and 1 deletion.
16 changes: 16 additions & 0 deletions frontend/src/styles/pages.scss
Original file line number Diff line number Diff line change
Expand Up @@ -135,6 +135,22 @@
line-height: 1.2;
}

.contacts__otherLink {
display: flex;
align-items: center;
gap: 0.25rlh;
}
.contacts__otherLink::before {
content: "";
display: block;
aspect-ratio: 1;
inline-size: 0.8rem;
background-image: url("../../../images/icons/icon-letter.svg");
background-size: auto 100%;
background-position: center center;
background-repeat: no-repeat;
}

.contacts__invoicing,
.contacts__accounts {
font-size: 0.85em;
Expand Down
19 changes: 18 additions & 1 deletion template-parts/content/content-kontakty.php
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@
Ústředí Hnutí Brontosaurus
</h2>

<div class="contacts__box hb-mi-auto hb-mbe-4 hb-br">
<div class="contacts__box hb-mi-auto hb-mbe-5 hb-br">
<iframe class="contacts__map hb-is-100 hb-bs-100" src="https://frame.mapy.cz/s/karunuveku" style="border:none" frameborder="0"></iframe>

<address class="contacts__boxInner hb-p-5 hb-bg-tinge">
Expand Down Expand Up @@ -108,6 +108,23 @@
</div>
</div>

<div class="hb-block-text hb-fs-s hb-mbe-4">
<strong>Kontrolní a revizní komise HB</strong><br>
<span class="hb-fs-xs">kontakt pro podněty, připomínky či případné stížnosti k akcím nebo činnosti HB a jeho pobočných spolků</span><br>
<a class="contacts__otherLink hb-fs-xs" href="mailto:[email protected]" rel="noopener">[email protected]</a>
</div>

<div class="hb-block-text hb-fs-s hb-mbe-4">
<strong>Výkonný výbor HB</strong><br>
<span class="hb-fs-xs">kontakt pro náměty a dotazy pro volený řídící orgán</span><br>
<a class="contacts__otherLink hb-fs-xs" href="mailto:[email protected]" rel="noopener">[email protected]</a>
</div>

<div class="hb-block-text hb-fs-s hb-mbe-5">
<strong>Předsedkyně HB – Alena Konečná</strong><br>
<a class="contacts__otherLink hb-fs-xs" href="mailto:[email protected]" rel="noopener">[email protected]</a>
</div>

<div class="contacts__invoicing hb-block-text">
IČ: 0040 8328<br>
Zápis je provedený v obchodním registru
Expand Down

0 comments on commit e8446f2

Please sign in to comment.