Improve styling

This commit is contained in:
Erki Aas 2023-11-07 21:13:05 +02:00
parent 188f75d120
commit 32938b59bd
6 changed files with 29 additions and 17 deletions

View File

@ -7,3 +7,15 @@ body {
footer { footer {
margin-top: auto; margin-top: auto;
} }
header {
background-position: center!important;
}
main {
padding-bottom: 4rem!important;
}
article header h1 {
text-align: center!important;
}

View File

@ -6,13 +6,12 @@ cascade:
--- ---
{{< rawhtml >}} {{< rawhtml >}}
<table>
<tr> <div class="flex flex-auto flex-column flex-row-l justify-between mb5 mt3">
<td><a href="attend/">Register for the local meeting</a></td> <a class="f5 link dim br3 ph3 pv3 mb2 dib white tc bg-navy w-25-l tex" href="meeting-plan/">Meeting plan</a>
<td><a href="meeting-plan/">Meeting plan</a></td> <a class="f5 link dim br3 ph3 pv3 mb2 dib white tc bg-dark-blue" href="attend/">Register for the local meeting</a>
<td><a href="venue/">Venue</a></td> <a class="f5 link dim br3 ph3 pv3 mb2 dib white tc bg-dark-green w-25-l" href="venue/">Venue</a>
</tr> </div>
</table>
{{</ rawhtml >}} {{</ rawhtml >}}
### Ripe 87 Local hub ### Ripe 87 Local hub

View File

@ -23,7 +23,7 @@ Notes
--> -->
{{< rawhtml >}} {{< rawhtml >}}
<iframe src="https://docs.google.com/forms/d/e/1FAIpQLSeEW3QAgIGARtvcFIEkGOFduwfJ8lMAjeagqEpowANjTirPQg/viewform?embedded=true&hl=en" width="440" height="1118" frameborder="0" marginheight="0" marginwidth="0">Loading…</iframe> <iframe class="w-100" src="https://docs.google.com/forms/d/e/1FAIpQLSeEW3QAgIGARtvcFIEkGOFduwfJ8lMAjeagqEpowANjTirPQg/viewform?embedded=true&hl=en" width="440" height="1118" frameborder="0" marginheight="0" marginwidth="0">Loading…</iframe>
{{< /rawhtml >}} {{< /rawhtml >}}

View File

@ -6,12 +6,12 @@ type: page
menu: main menu: main
--- ---
{{< rawhtml >}} {{< rawhtml >}}
<table> <table class="tc">
<thead> <thead>
<tr> <tr>
<th></th> <th class="w-20" style="width: 100px"></th>
<th><b>Tuesday</b><br>28 November</th> <th class="w-40" style="width: 200px"><b>Tuesday</b><br>28 November</th>
<th><b>Wednesday</b><br>29 November</th> <th class="w-40" style="width: 200px"><b>Wednesday</b><br>29 November</th>
</tr> </tr>
</thead> </thead>
<tbody> <tbody>

View File

@ -0,0 +1 @@
<link href="https://fonts.cdnfonts.com/css/avenir" rel="stylesheet">

View File

@ -1,8 +1,8 @@
<footer class="{{ .Site.Params.background_color_class | default "bg-black" }} bottom-0 w-100 pa3" role="contentinfo"> <footer class="{{ .Site.Params.background_color_class | default "bg-black" }} bottom-0 w-100 pa3 tc" role="contentinfo">
<div class="f4 fw4 no-underline white-70 dn dib-ns pv2 ph3"> <div class="f5 no-underline white-80 dn dib-ns pv2 ph3 tc">
<p>&copy; {{ now.Format "2006"}} K-SPACE MTÜ</p> <p>&copy; {{ now.Format "2006"}} K-SPACE MTÜ</p>
<p>Registration number 80397632</p> <p>Registration number 80397632</p>
<a href="mailto:info@k-space.ee">info@k-space.ee</a></p> <a class="link white-80" href="mailto:info@k-space.ee">info@k-space.ee</a></p>
<a href="tel:+3726659651">+372 665 96 51</a></p> <a class="link white-80" href="tel:+3726659651">+372 665 96 51</a></p>
</div> </div>
</footer> </footer>