From daa45934d7239da13d5f34a35063771ebea22219 Mon Sep 17 00:00:00 2001 From: _aandres Date: Sat, 27 Aug 2022 16:10:27 +0200 Subject: [PATCH] feat [front]: "infos-pratiques" page --- front/assets/img/ligne-10.svg | 1 + front/assets/img/ligne-7.svg | 1 + front/assets/img/ligne-b.svg | 15 ++++ front/components/layout/NavBar.vue | 6 +- front/css/app.sass | 1 + front/pages/infos-pratiques.vue | 110 +++++++++++++++++++++++++++++ 6 files changed, 131 insertions(+), 3 deletions(-) create mode 100644 front/assets/img/ligne-10.svg create mode 100644 front/assets/img/ligne-7.svg create mode 100644 front/assets/img/ligne-b.svg create mode 100644 front/pages/infos-pratiques.vue diff --git a/front/assets/img/ligne-10.svg b/front/assets/img/ligne-10.svg new file mode 100644 index 0000000..f0608f2 --- /dev/null +++ b/front/assets/img/ligne-10.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/front/assets/img/ligne-7.svg b/front/assets/img/ligne-7.svg new file mode 100644 index 0000000..b1c8d3f --- /dev/null +++ b/front/assets/img/ligne-7.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/front/assets/img/ligne-b.svg b/front/assets/img/ligne-b.svg new file mode 100644 index 0000000..1d870d3 --- /dev/null +++ b/front/assets/img/ligne-b.svg @@ -0,0 +1,15 @@ + + + + + + diff --git a/front/components/layout/NavBar.vue b/front/components/layout/NavBar.vue index 1848432..7fa9770 100644 --- a/front/components/layout/NavBar.vue +++ b/front/components/layout/NavBar.vue @@ -64,14 +64,14 @@ const menuItems = [ label: "Calendrier", link: "/calendrier", }, - { + /* { label: "Analyses", link: "/analyses", - }, + },*/ { label: "Informations pratiques", link: "/infos-pratiques", - },*/ + }, { label: "À propos", link: "/a-propos", diff --git a/front/css/app.sass b/front/css/app.sass index b54697f..5dc06f9 100644 --- a/front/css/app.sass +++ b/front/css/app.sass @@ -15,6 +15,7 @@ @import "bulma/sass/elements/image" @import "bulma/sass/elements/notification" @import "bulma/sass/elements/other" +@import "bulma/sass/elements/table" @import "bulma/sass/elements/tag" @import "bulma/sass/elements/title" @import "bulma/sass/form/_all" diff --git a/front/pages/infos-pratiques.vue b/front/pages/infos-pratiques.vue new file mode 100644 index 0000000..8a32218 --- /dev/null +++ b/front/pages/infos-pratiques.vue @@ -0,0 +1,110 @@ + + + + +