generated from gitea_admin/default
finalisation home page
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
<template>
|
||||
<NewsletterCta />
|
||||
<PageSection tone="brand" :padded="false" content-size="default" padt="sm" padb="sm" class="footer">
|
||||
<PageSection tone="brand" content-size="default" padt="sm" padb="sm" class="footer">
|
||||
<div class="footer--inner">
|
||||
<SectionContent pad="xs" class="footer--logo">
|
||||
<NuxtImg :src="logoDefault" :alt="brand.logoAlt" class="logo-img" />
|
||||
@@ -26,19 +26,19 @@
|
||||
<div class="nav--item nav--social">
|
||||
|
||||
<a class="social" href="...">
|
||||
<NuxtImg :src="logoInstagram" alt="logo Instagram" height="37" width="37" class="social__icon" />
|
||||
<NuxtImg :src="logoInstagram" alt="logo Instagram" height="30" width="30" class="social__icon" />
|
||||
<span class="social__label">Instagram</span>
|
||||
</a>
|
||||
<a class="social" href="...">
|
||||
<NuxtImg :src="logoyt" alt="logo You Tube" height="28" width="37" class="social__icon" />
|
||||
<NuxtImg :src="logoyt" alt="logo You Tube" height="30" width="35" class="social__icon" />
|
||||
<span class="social__label">YouTube</span>
|
||||
</a>
|
||||
<a class="social" href="...">
|
||||
<NuxtImg :src="logofacebook" alt="logo Facebook" height="37" width="35" class="social__icon" />
|
||||
<NuxtImg :src="logofacebook" alt="logo Facebook" height="30" width="28" class="social__icon" />
|
||||
<span class="social__label">Facebook</span>
|
||||
</a>
|
||||
<a class="social" href="...">
|
||||
<NuxtImg :src="logolinkedin" alt="logo LinkedIn" height="37" width="37" class="social__icon" />
|
||||
<NuxtImg :src="logolinkedin" alt="logo LinkedIn" height="30" width="30" class="social__icon" />
|
||||
<span class="social__label">LinkedIn</span>
|
||||
</a>
|
||||
|
||||
@@ -51,7 +51,7 @@
|
||||
|
||||
</div>
|
||||
</PageSection>
|
||||
<PageSection :padded="false" content-size="default" padt="sm" padb="sm">
|
||||
<PageSection content-size="default" padt="sm" padb="sm">
|
||||
<SectionContent>
|
||||
<div class="footer_logos">
|
||||
<div><img class="footer_logos--img" :src="logoPrefet" height="80" alt="logo Préfet de la région d'Île-de-France" /></div>
|
||||
@@ -60,7 +60,7 @@
|
||||
</div>
|
||||
</SectionContent>
|
||||
</PageSection>
|
||||
<PageSection :padded="false" content-size="default" padt="sm" padb="sm">
|
||||
<PageSection content-size="default" padt="sm" padb="sm">
|
||||
<SectionContent>
|
||||
<div class="footer_mentions">
|
||||
<div class="footer_mentions--item">© Orchestre national d’Île-de-France - 2026</div>
|
||||
@@ -145,7 +145,7 @@
|
||||
display: block;
|
||||
padding: 4px;
|
||||
border-radius: 5px;
|
||||
background-color: rgb(255 255 255 / 83%);
|
||||
background-color: rgb(255 255 255 / 60%);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user