divers dev

This commit is contained in:
2026-04-28 09:15:24 +02:00
parent 8d53b5cc60
commit 6f3a63af12
7 changed files with 79 additions and 12 deletions

View File

@@ -99,9 +99,42 @@
</div>
</section>
</PageSection>
<!-- ================== -->
<!-- BOUTONS DON ET PLAQUETTE -->
<!-- ================== -->
<PageSection class="mt-5 mb-[50px]">
<SectionContent>
<!-- PDF -->
<div class="flex justify-center flex-wrap gap-5">
<div>
<a
href="https://media.orchestre-ile.com/uploads/cercle_des_particuliers_plaquette_2025_981efe3857.pdf"
download="cercle_des_particuliers_plaquette_2025"
class="flex items-center gap-2 px-6 py-2 bg-secondary-brand-container text-primary-brand-container rounded-full font-bold text-sm hover:bg-primary-fixed transition-colors"
target="_blank"
rel="noopener noreferrer"
>
<span class="material-symbols-outlined text-lg">volunteer_activism</span>
FAIRE UN DON EN LIGNE
</a>
</div>
<div>
<a
href="https://media.orchestre-ile.com/uploads/cercle_des_particuliers_plaquette_2025_981efe3857.pdf"
download="cercle_des_particuliers_plaquette_2025"
class="flex items-center gap-2 px-6 py-2 bg-primary-container text-on-primary-container rounded-full font-bold text-sm hover:bg-primary-fixed transition-colors"
target="_blank"
rel="noopener noreferrer"
>
<span class="material-symbols-outlined text-lg">picture_as_pdf</span>
PLAQUETTE DE VOS AVANTAGES
</a>
</div>
</div>
</SectionContent>
</PageSection>
</template>
<!-- ================== -->
<!-- CONTACT -->
<!-- ================== -->
@@ -125,6 +158,28 @@
import DsMedia from '@root/design-system/primitives/DsMedia.vue'
import { computed } from 'vue'
useHead({
link: [
{
rel: 'preconnect',
href: 'https://fonts.googleapis.com',
},
{
rel: 'preconnect',
href: 'https://fonts.gstatic.com',
crossorigin: '',
},
{
rel: 'stylesheet',
href: 'https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700;800&display=swap',
},
{
rel: 'stylesheet',
href: 'https://fonts.googleapis.com/css2?family=Material+Symbols+Outlined:wght,FILL@100..700,0..1&display=swap',
},
],
})
// ======================================
// RÉCUPÉRATION DES DONNÉES DANS STRAPI
// ======================================