home partout et pour tous

This commit is contained in:
2026-04-27 11:44:49 +02:00
parent 208456f98e
commit 6c2be0ca71
7 changed files with 87 additions and 45 deletions

View File

@@ -35,8 +35,8 @@
class="theme_ppt"
:style="themePptCardsBgStyle"
>
<RoundedCardBlocTextList >
<RoundedCardBlocText
<RoundedCardList >
<RoundedCard
v-for="card in cards_subvention"
:key="card.id"
:id="card.id"
@@ -46,8 +46,8 @@
:description="card.description"
:url="card.url"
ratio="square"
></RoundedCardBlocText>
</RoundedCardBlocTextList>
></RoundedCard>
</RoundedCardList>
</SectionContent>
</PageSection>
@@ -81,8 +81,8 @@
class="theme_ppt"
:style="themePptCardsBgStyle"
>
<RoundedCardBlocTextList >
<RoundedCardBlocText
<RoundedCardList >
<RoundedCard
v-for="card in cards_inst_ass"
:key="card.id"
:id="card.id"
@@ -92,8 +92,8 @@
:description="card.description"
:url="card.url"
ratio="5-4"
></RoundedCardBlocText>
</RoundedCardBlocTextList>
></RoundedCard>
</RoundedCardList>
</SectionContent>
</PageSection>
@@ -127,8 +127,8 @@
class="theme_ppt"
:style="themePptCardsBgStyle"
>
<RoundedCardBlocTextList >
<RoundedCardBlocText
<RoundedCardList >
<RoundedCard
v-for="card in cards_prives"
:key="card.id"
:id="card.id"
@@ -138,8 +138,8 @@
:description="card.description"
:url="card.url"
ratio="5-4"
></RoundedCardBlocText>
</RoundedCardBlocTextList>
></RoundedCard>
</RoundedCardList>
</SectionContent>
</PageSection>
@@ -170,8 +170,8 @@
class="theme_ppt"
:style="themePptCardsBgStyle"
>
<RoundedCardBlocTextList >
<RoundedCardBlocText
<RoundedCardList >
<RoundedCard
v-for="card in cards_ensei_sup"
:key="card.id"
:id="card.id"
@@ -181,8 +181,8 @@
:description="card.description"
:url="card.url"
ratio="5-4"
></RoundedCardBlocText>
</RoundedCardBlocTextList>
></RoundedCard>
</RoundedCardList>
</SectionContent>
</PageSection>