Merge remote-tracking branch 'origin/upcoming'
This commit is contained in:
commit
bda3507b62
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 |
|
@ -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 {
|
||||
|
@ -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) {
|
||||
|
|
|
@ -119,6 +119,12 @@
|
|||
<h2>{{ .CompanyAddress.TradeName }}</h2>
|
||||
{{ template "companyAddress" .CompanyAddress }}
|
||||
{{ printf ( gettext "<abbr title=\"Catalonia Tourism Registry\">RTC</abbr> <abbr title=\"Number\">#</abbr>%s") .CompanyAddress.RTCNumber | raw }}
|
||||
<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" )}} | 1994–2023</span>
|
||||
|
|
Loading…
Reference in New Issue