Merge remote-tracking branch 'origin/upcoming'

This commit is contained in:
jordi fita mas 2023-12-22 00:22:06 +01:00
commit bda3507b62
6 changed files with 19 additions and 4 deletions

Binary file not shown.

After

Width:  |  Height:  |  Size: 3.5 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.0 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 5.5 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 5.1 KiB

View File

@ -244,6 +244,7 @@ body > header > address a[href^='mailto:']::before {
body > header, nav .has-submenu ul {
background-color: rgba(var(--clar-rgb), 0.7);
backdrop-filter: blur(10px);
border-bottom: 1px solid;
}
h1 a {
@ -396,15 +397,15 @@ nav:last-of-type > ul > li:last-child {
margin-top: -1rem;
background: none;
}
nav:last-of-type > ul > li:last-child {
display: unset;
}
nav:first-of-type {
display: none;
}
body > header > address {
grid-column: 1 / span 2;
}
@ -1270,6 +1271,14 @@ body > footer span {
display: block;
}
.camping-association {
display: flex;
height: 5rem;
gap: 2rem;
margin: 2rem 0 0;
}
/* contact */
@media (max-width: 64rem) {

View File

@ -119,7 +119,13 @@
<h2>{{ .CompanyAddress.TradeName }}</h2>
{{ template "companyAddress" .CompanyAddress }}
{{ printf ( gettext "<abbr title=\"Catalonia Tourism Registry\">RTC</abbr> <abbr title=\"Number\">#</abbr>%s") .CompanyAddress.RTCNumber | raw }}
</section>
<div class="camping-association">
<img src="/static/camping-association/Reconeixement.gif" alt="Alan Rogers">
<img src="/static/camping-association/acsi.jpg" alt="ACSI">
<img src="/static/camping-association/logofecc4.gif" alt="Federación Española de Clubes Capistas">
<img src="/static/camping-association/anwb.png" alt="anwb">
</div>
</section>
</div>
<span>© {{( gettext "Campsite Montagut" )}} | 19942023</span>
</footer>