generated from gitea_admin/default
dev
This commit is contained in:
@@ -45,7 +45,7 @@
|
||||
<!-- ================== -->
|
||||
<!-- PARTIE 1 -->
|
||||
<!-- ================== -->
|
||||
<PageSection tone="" content-size="default" padded_size="md" class="fiche_description">
|
||||
<PageSection tone="" content-size="default" padded_size="" class="fiche_description">
|
||||
<SectionContent v-if="missions?.partie_1" class="description_wp">
|
||||
<StrapiBlocksConvert :blocks="missions.partie_1" />
|
||||
</SectionContent>
|
||||
@@ -86,6 +86,23 @@
|
||||
</SectionContent>
|
||||
</PageSection>
|
||||
|
||||
|
||||
<!-- ================== -->
|
||||
<!-- decalage_gauche 1 -->
|
||||
<!-- ================== -->
|
||||
<PageSection :content="false">
|
||||
<Decalage tone="dark" title-tone="invert" position="left" button-tone="invert">
|
||||
<template #title>
|
||||
Studio d’enregistrement et location d’instruments
|
||||
</template>
|
||||
<DsText as="p" tone="invert" align="justify">
|
||||
L’Orchestre national d’Île-de-France accompagne les professionnels et les amateurs dans leurs activités musicales.<br>
|
||||
Aux portes de Paris, nous mettons à leur disposition un studio d’enregistrement high-tech et plusieurs espaces de répétition. Nous leur proposons également plus de 3000 instruments à la location à travers un parc instrumental ouvert sur le monde et ses traditions musicales les plus inattendues !
|
||||
</DsText>
|
||||
</Decalage>
|
||||
</PageSection>
|
||||
|
||||
|
||||
<!-- ================== -->
|
||||
<!-- decalage_droite_2 -->
|
||||
<!-- ================== -->
|
||||
@@ -102,8 +119,9 @@
|
||||
|
||||
<!-- ================== -->
|
||||
<!-- PARTIE 3 -->
|
||||
<!-- 🚫 DISPLAY NONE -->
|
||||
<!-- ================== -->
|
||||
<PageSection tone="" content-size="default" padded_size="md" class="fiche_description">
|
||||
<PageSection tone="" content-size="default" padded_size="md" class="fiche_description display_none">
|
||||
<SectionContent v-if="missions?.partie_3" class="description_wp">
|
||||
<StrapiBlocksConvert :blocks="missions.partie_3" />
|
||||
</SectionContent>
|
||||
@@ -113,9 +131,10 @@
|
||||
|
||||
<!-- ================== -->
|
||||
<!-- decalage_droite_clic_4 -->
|
||||
<!-- RSE -->
|
||||
<!-- ================== -->
|
||||
<PageSection :content="false">
|
||||
<Decalage tone="brand" title-tone="invert" position="right" button-tone="invert" ensavoirplus-target="texte_cache">
|
||||
<Decalage tone="brand" title-tone="invert" position="left" button-tone="invert" ensavoirplus-target="texte_cache">
|
||||
<template #title>
|
||||
{{ missions?.decalage_droite_clic_4?.decalage_titre }}
|
||||
</template>
|
||||
@@ -125,8 +144,8 @@
|
||||
</Decalage>
|
||||
</PageSection>
|
||||
|
||||
<PageSection>
|
||||
<div id="texte_cache" class="decalage_ensavoirplus--hidden">Texte caché</div>
|
||||
<PageSection tone="" content-size="default" padded_size="" class="fiche_description">
|
||||
<div id="texte_cache" class="decalage_ensavoirplus--hidden"><StrapiBlocksConvert :blocks="missions.partie_ouvrable_4" /></div>
|
||||
</PageSection>
|
||||
|
||||
<!-- ================== -->
|
||||
@@ -196,6 +215,20 @@
|
||||
background-color: var(--c-background-vert);
|
||||
margin-bottom: 50px;
|
||||
}
|
||||
|
||||
.fiche_description {
|
||||
display: flex;
|
||||
justify-content: center;
|
||||
padding-top: 10px;
|
||||
padding-bottom: 70px;
|
||||
padding-left: 10px;
|
||||
padding-right: 10px;
|
||||
> * {
|
||||
max-width: 640px;
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
</style>
|
||||
|
||||
Reference in New Issue
Block a user