generated from gitea_admin/default
divers dev
This commit is contained in:
@@ -65,10 +65,7 @@
|
||||
|
||||
<!-- CARTES PARTOUT ET POUR TOUS -->
|
||||
<PageSection padded_size="" class="theme_ppt_cards_wp">
|
||||
<SectionContent
|
||||
class="theme_ppt"
|
||||
:style="themePptCardsBgStyle"
|
||||
>
|
||||
<SectionContent class="theme_ppt">
|
||||
<RoundedCardList >
|
||||
<RoundedCard
|
||||
v-for="ppt_card in cards_ppt"
|
||||
|
||||
@@ -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
|
||||
// ======================================
|
||||
|
||||
@@ -281,7 +281,7 @@
|
||||
v-model.trim="quoteForm.message"
|
||||
rows="6"
|
||||
class="w-full rounded-xl border border-outline-variant/30 bg-white px-4 py-3 text-sm text-on-surface outline-none transition-colors focus:border-primary"
|
||||
placeholder="Précisez votre besoin, les dates, le matériel ou l’événement concerné."
|
||||
placeholder="Précisez votre besoin, les dates de retrait et retour (le Parc est fermé le weekend). Nous ne faisons pas de livraisons."
|
||||
></textarea>
|
||||
<p v-if="quoteFormErrors.message" class="text-xs text-error">{{ quoteFormErrors.message }}</p>
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user