Skip to content

Commit

Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
add some content in home and information
Browse files Browse the repository at this point in the history
SirZalen committed Nov 21, 2023
1 parent 174c244 commit 0490549
Showing 4 changed files with 12 additions and 9 deletions.
4 changes: 3 additions & 1 deletion src/views/Association.vue
Original file line number Diff line number Diff line change
@@ -4,6 +4,8 @@ import Content from '@/components/Content.vue';
</script>

<template>
<h1 class="title">L'association InsaLan</h1>
<h1 class="title">
L'association InsaLan
</h1>
<Content name="Association"/>
</template>
2 changes: 1 addition & 1 deletion src/views/Eat.vue
Original file line number Diff line number Diff line change
@@ -4,5 +4,5 @@ import Content from '@/components/Content.vue';
</script>

<template>
<Content name="Restauration"/>
<Content name="Restauration"/>
</template>
8 changes: 5 additions & 3 deletions src/views/Home.vue
Original file line number Diff line number Diff line change
@@ -30,16 +30,18 @@ onMounted(async () => {
</section>
<Content name="main_page"/>
<section>
<Content name="Horaire"/>
<Content name="parti_public"/>

<div class="title my-2 text-white">
Tournois
</div>
<div class="mb-12 grid gap-4 px-4 md:grid-cols-2 xl:w-full xl:grid-cols-4">
<TournamentCard
v-for="tournament in tournaments_id"
:id="tournament"
:key="tournament"
/>
</div>
<Content name="Horaire"/>
<Content name="parti_public"/>
</section>
<Partners/>
</div>
7 changes: 3 additions & 4 deletions src/views/Informations.vue
Original file line number Diff line number Diff line change
@@ -5,9 +5,8 @@ import Map from '@/components/Map.vue';
</script>

<template>
<Content name="joueur_checklist"/>
<Content name="Discord"/>
<Content name="joueur_checklist"/>
<Content name="Discord"/>
<Content name="Contact"/>
<Map/>

<Content name="contact"/>
</template>

0 comments on commit 0490549

Please sign in to comment.