Skip to content

Commit

Permalink
ENH: Ajout de la partie extérieure
Browse files Browse the repository at this point in the history
  • Loading branch information
tintinmar1995 authored Nov 26, 2024
1 parent 75dc8ca commit 632f124
Showing 1 changed file with 33 additions and 0 deletions.
33 changes: 33 additions & 0 deletions src/pages/Gite.vue
Original file line number Diff line number Diff line change
Expand Up @@ -275,6 +275,39 @@

<br /><br /><v-divider></v-divider>
<h3>Jardin extérieur</h3><br />

<v-card
class="mx-auto"
prepend-icon="mdi-grill"
subtitle="Orienté au sud-est"
width="200"
>
<template v-slot:title>
<span class="font-weight-black">Terrasse extérieure</span>
</template>
</v-card><br/>

<v-card
class="mx-auto"
prepend-icon="mdi-grill"
subtitle="Plancha"
width="200"
>
<template v-slot:title>
<span class="font-weight-black">Barbecue</span>
</template>
</v-card><br/>

<v-card
class="mx-auto"
prepend-icon="mdi-emoticon-cool"
subtitle="Crème solaire non fournie"
width="200"
>
<template v-slot:title>
<span class="font-weight-black">Chaises longues</span>
</template>
</v-card><br/>

<br /><v-divider></v-divider>
<h3>Règlement intérieur</h3><br />
Expand Down

0 comments on commit 632f124

Please sign in to comment.