Move contact details to the footer #22

Merged
fleg merged 3 commits from design-changes into main 2026-03-20 20:45:52 +00:00
5 changed files with 16 additions and 19 deletions

View File

@ -31,6 +31,12 @@ default_lang: "pl"
exclude_from_localization: ["images", "fonts", "sitemap", "docker", "vendor"] exclude_from_localization: ["images", "fonts", "sitemap", "docker", "vendor"]
url: https://hswro.org url: https://hswro.org
contact-details: "<p>Stowarzyszenie Hackerspace Wrocław<br />
ul. Wróblewskiego 38<br />
51-627 Wrocław</p>
NIP: `8943058081` KRS: `0000531222` REGON: `360286977`"
ourspace: ourspace:
pl: "Siedziba" pl: "Siedziba"
en: "Our place" en: "Our place"

View File

@ -1,7 +1,7 @@
<div class="footer"> <div class="footer">
<div class="container"> <div class="container">
<div class="row"> <div class="row align-items-start">
<div class="col-12"> <div class="col-2 align-self-start">
<div class="footer-inner"> <div class="footer-inner">
<h2 class="footer-title"> <h2 class="footer-title">
{% if site.retro %} {% if site.retro %}
@ -19,6 +19,13 @@
</h2> </h2>
</div> </div>
</div> </div>
<div class="col-10 align-self-center">
<div class="footer-inner">
<div class="footer-contact-details small">
{{ site.contact-details | markdownify }}
</div>
</div>
</div>
</div> </div>
</div> </div>
</div> </div>

View File

@ -3,7 +3,7 @@
> ul { > ul {
display: flex; display: flex;
align-items: center; align-items: center;
justify-content: flex-start; justify-content: end;
> li { > li {
list-style: none; list-style: none;
font-size: 1rem; font-size: 1rem;

View File

@ -41,11 +41,3 @@ You can also call our workshop directly: [+48 717072457](tel:+48717072457)
Over ham radio we can most often be found on 145.325 MHz FM, with CTCSS set to 250.3 Hz. Over ham radio we can most often be found on 145.325 MHz FM, with CTCSS set to 250.3 Hz.
We work using callsigns `SP6HACK` and `SN6H`. We work using callsigns `SP6HACK` and `SN6H`.
Stowarzyszenie Hackerspace Wrocław
ul. Wróblewskiego 38
51-627 Wrocław
NIP: `8943058081`
KRS: `0000531222`
REGON: `360286977`

View File

@ -43,11 +43,3 @@ Jeśli chcesz nas odwiedzić zapraszamy w każdą środę od 19 na teren dawnej
Na radiu (amatorskim) można nas najczęściej złapać na 145.325 MHz w FM, z włączonym CTCSS na 250.3 Hz. Na radiu (amatorskim) można nas najczęściej złapać na 145.325 MHz w FM, z włączonym CTCSS na 250.3 Hz.
Pracujemy pod znakami SP6HACK i SN6H. Pracujemy pod znakami SP6HACK i SN6H.
Stowarzyszenie Hackerspace Wrocław
ul. Wróblewskiego 38
51-627 Wrocław
NIP: `8943058081`
KRS: `0000531222`
REGON: `360286977`