diff --git a/assets/img/bds/athletisme.jpg b/assets/img/bds/athletisme.jpg new file mode 100644 index 0000000..6ce7bc8 Binary files /dev/null and b/assets/img/bds/athletisme.jpg differ diff --git a/assets/img/bds/badminton.jpg b/assets/img/bds/badminton.jpg new file mode 100644 index 0000000..dd83cce Binary files /dev/null and b/assets/img/bds/badminton.jpg differ diff --git a/assets/img/bds/basket.jpg b/assets/img/bds/basket.jpg new file mode 100644 index 0000000..b4b6e26 Binary files /dev/null and b/assets/img/bds/basket.jpg differ diff --git a/assets/img/bds/boxe.jpg b/assets/img/bds/boxe.jpg new file mode 100644 index 0000000..86dee57 Binary files /dev/null and b/assets/img/bds/boxe.jpg differ diff --git a/assets/img/bds/escalade.jpg b/assets/img/bds/escalade.jpg new file mode 100644 index 0000000..b1235e6 Binary files /dev/null and b/assets/img/bds/escalade.jpg differ diff --git a/assets/img/bds/foot.jpg b/assets/img/bds/foot.jpg new file mode 100644 index 0000000..fa0dd06 Binary files /dev/null and b/assets/img/bds/foot.jpg differ diff --git a/assets/img/bds/hand.jpg b/assets/img/bds/hand.jpg new file mode 100644 index 0000000..b21d4c6 Binary files /dev/null and b/assets/img/bds/hand.jpg differ diff --git a/assets/img/bds/logo.PNG b/assets/img/bds/logo.PNG new file mode 100644 index 0000000..ca494af Binary files /dev/null and b/assets/img/bds/logo.PNG differ diff --git a/assets/img/bds/logo.jpg b/assets/img/bds/logo.jpg new file mode 100644 index 0000000..0942a2c Binary files /dev/null and b/assets/img/bds/logo.jpg differ diff --git a/assets/img/bds/pompom.jpg b/assets/img/bds/pompom.jpg new file mode 100644 index 0000000..7244d1f Binary files /dev/null and b/assets/img/bds/pompom.jpg differ diff --git a/assets/img/bds/rugby.jpg b/assets/img/bds/rugby.jpg new file mode 100644 index 0000000..7ab08fd Binary files /dev/null and b/assets/img/bds/rugby.jpg differ diff --git a/assets/img/bds/running.jpg b/assets/img/bds/running.jpg new file mode 100644 index 0000000..bee531f Binary files /dev/null and b/assets/img/bds/running.jpg differ diff --git a/assets/img/bds/sports.jpg b/assets/img/bds/sports.jpg new file mode 100644 index 0000000..98471c7 Binary files /dev/null and b/assets/img/bds/sports.jpg differ diff --git a/assets/img/bds/tennis.jpg b/assets/img/bds/tennis.jpg new file mode 100644 index 0000000..6a2ce03 Binary files /dev/null and b/assets/img/bds/tennis.jpg differ diff --git a/assets/img/bds/trombinoscope/error.jpg b/assets/img/bds/trombinoscope/error.jpg new file mode 100644 index 0000000..e58b43b Binary files /dev/null and b/assets/img/bds/trombinoscope/error.jpg differ diff --git a/assets/img/bds/trombinoscope/logo.PNG b/assets/img/bds/trombinoscope/logo.PNG new file mode 100644 index 0000000..ca494af Binary files /dev/null and b/assets/img/bds/trombinoscope/logo.PNG differ diff --git a/assets/img/bds/volley.jpg b/assets/img/bds/volley.jpg new file mode 100644 index 0000000..9f51464 Binary files /dev/null and b/assets/img/bds/volley.jpg differ diff --git a/assets/img/social-networks/facebook.png b/assets/img/social-networks/facebook.png new file mode 100644 index 0000000..295cc9e Binary files /dev/null and b/assets/img/social-networks/facebook.png differ diff --git a/assets/img/social-networks/instagram.png b/assets/img/social-networks/instagram.png new file mode 100644 index 0000000..cfe61df Binary files /dev/null and b/assets/img/social-networks/instagram.png differ diff --git a/assets/img/social-networks/mail.png b/assets/img/social-networks/mail.png new file mode 100644 index 0000000..11fafb4 Binary files /dev/null and b/assets/img/social-networks/mail.png differ diff --git a/assets/img/social-networks/snapchat.png b/assets/img/social-networks/snapchat.png new file mode 100644 index 0000000..9554478 Binary files /dev/null and b/assets/img/social-networks/snapchat.png differ diff --git a/assets/img/social-networks/tiktok.png b/assets/img/social-networks/tiktok.png new file mode 100644 index 0000000..4e620ae Binary files /dev/null and b/assets/img/social-networks/tiktok.png differ diff --git a/components/Article.vue b/components/Article.vue index 26645a3..eebbf54 100644 --- a/components/Article.vue +++ b/components/Article.vue @@ -82,6 +82,7 @@ export default { \ No newline at end of file +.container { + margin-bottom: 1rem; +} + diff --git a/components/Builder.vue b/components/Builder.vue index d88df29..cf763c2 100644 --- a/components/Builder.vue +++ b/components/Builder.vue @@ -11,6 +11,7 @@ :size="component.parallax.size" :scrollTo="component.parallax.scrollTo" /> +
- +
- + +
+ +
+
+ +
+ +
+ +
+ +
+ +
+ +
+ +
+ +
+

-

+ + diff --git a/components/Carousel.vue b/components/Carousel.vue index c474325..1e4e691 100644 --- a/components/Carousel.vue +++ b/components/Carousel.vue @@ -1,5 +1,8 @@ \ No newline at end of file + + diff --git a/components/Club.vue b/components/Club.vue new file mode 100644 index 0000000..1ef1d97 --- /dev/null +++ b/components/Club.vue @@ -0,0 +1,84 @@ + + + + + diff --git a/components/Clubs.vue b/components/Clubs.vue new file mode 100644 index 0000000..3c2f2b5 --- /dev/null +++ b/components/Clubs.vue @@ -0,0 +1,54 @@ + + + + + diff --git a/components/Description.vue b/components/Description.vue new file mode 100644 index 0000000..e511c59 --- /dev/null +++ b/components/Description.vue @@ -0,0 +1,44 @@ + + + + + diff --git a/components/Footer.vue b/components/Footer.vue index 5d0b3ed..6f2a25e 100644 --- a/components/Footer.vue +++ b/components/Footer.vue @@ -8,6 +8,10 @@ @@ -97,4 +101,4 @@ export default { gap: 30px; } } - \ No newline at end of file + diff --git a/components/Social.vue b/components/Social.vue new file mode 100644 index 0000000..9f0cccf --- /dev/null +++ b/components/Social.vue @@ -0,0 +1,59 @@ + + + + + diff --git a/components/Timeline.vue b/components/Timeline.vue index 6e13ab0..3cbeec9 100644 --- a/components/Timeline.vue +++ b/components/Timeline.vue @@ -30,7 +30,7 @@ :item_type="item.timelineitem.item_type" /> - + new Date(b.date)) ? 1 : -1 }) } @@ -76,4 +74,4 @@ export default { \ No newline at end of file + diff --git a/components/Trombinoscope.vue b/components/Trombinoscope.vue new file mode 100644 index 0000000..cbb5569 --- /dev/null +++ b/components/Trombinoscope.vue @@ -0,0 +1,30 @@ + + + diff --git a/static/structure.timeline.json b/static/structure.timeline.json index f5eb05a..c4208db 100644 --- a/static/structure.timeline.json +++ b/static/structure.timeline.json @@ -37,4 +37,4 @@ } ] } -} \ No newline at end of file +} diff --git a/static/structure.trombinoscope.json b/static/structure.trombinoscope.json new file mode 100644 index 0000000..ec29716 --- /dev/null +++ b/static/structure.trombinoscope.json @@ -0,0 +1,27 @@ +{ + "trombinoscope": { + "id": "BDE", + "title": "Rejoins nous", + "membres":[ + { + "poste": "Respo K-fet", + "name": "Clement Texier", + "picture": "test.jpg", + "url": "https://www.facebook.com" + + }, + { + "name": "test", + "picture": "test.jpg" + }, + { + "name": "test2", + "picture": "test.jpg" + }, + { + "name": "test3", + "picture": "test.jpg" + } + ] + } +} diff --git a/static/website.json b/static/website.json index 2c81247..70189ae 100644 --- a/static/website.json +++ b/static/website.json @@ -158,22 +158,195 @@ "president": "Donald Trump", "body": [ { - "article": { - "id": "bdsArticle", - "title": "Bureau des sports", - "subtitle": "Bureaux", - "contents": [ - "Lorem ipsum dolor sit amet, consectetur adipiscing elit. Donec sed orci non erat sagittis vehicula. Nullam venenatis ornare arcu, at dignissim lectus mollis et. Sed in venenatis eros, sed tincidunt purus. Curabitur at ex quis turpis consequat rutrum.", - "Duis at risus eu sapien tincidunt dignissim. Curabitur nec venenatis libero. Sed vulputate augue vel orci luctus aliquet. Aliquam nec volutpat leo, ac dapibus neque. Donec magna augue, accumsan in egestas ullamcorper, placerat ut arcu. Sed sollicitudin scelerisque tristique." - ], - "picture": "organigram.jpg", - "pictureFirst": true + "article": { + "title": "Bienvenue au BDS", + "subtitle": "Bureau Des Sports", + "picture": "bds/sports.jpg", + "startWithImage": false, + "contents": ["Cette page vous permettra de suivre nos actualités ainsi que les différents clubs et évènements que nous proposerons !"] + } + }, + { + "carousel": { + "carousels" : [ + { + "title": "Nouvelle page", + "content": "La page du BDS est à présent disponible !!", + "picture": "/_nuxt/assets/img/bds/logo.PNG" + } + ] } }, { - "picture": { - "id": "bde-organigram", - "picture": "organigram.jpg" + "trombinoscope": { + "title": "Voici notre bureau !", + "membres": [ + { + "name": "Vincent BARRAS (MI)", + "poste": "PRESIDENT" + }, + { + "name": "Maelenn MARTENOT (EGC)", + "poste": "VICE-PRESIDENTE" + + }, + { + "name": "Valentin GUILLAUME (MI)", + "poste": "TRESORIER" + + }, + { + "name": "Thibault BUFFIERE (STE)", + "poste": "VICE-TRESORIER" + + }, + { + "name": "Louise MONMUSSON (GBA)", + "poste": "SECRETAIRE" + + }, + { + "name": "Doriane N'GUESSAN (GBA)", + "poste": "PARTENARIATS / GOODIES" + + }, + { + "name": "Rémi BARONE (EGC)", + "poste": "PARTENARIATS / GOODIES" + + }, + { + "name": "Malo ENEL (MI)", + "poste": "COMMUNICATION" + + } + ] + } + }, + { + "description": { + "quotes": [ + "Une période d’essai gratuite est mise en place en début d’année pour une durée d’un mois (dates communiquées ultérieurement).", + "Ensuite pour accéder aux activitées du BDS, l’adhésion est nécessaire (….$). Cette adhésion permet aussi l’accès à des tarifs préférentiels pour les goodies du BDS (et évènements éventuels), à tous les partenariats proposés par le BDS …" + ] + } + }, + { + "clubs": { + "color": "rgb(124,86,199)", + "clubs": [ + { + "id": "club1", + "image": "/_nuxt/assets/img/bds/athletisme.jpg", + "title": "Athlétisme", + "directedBy": "Pierre VERMUSE (MI)", + "hour": "-", + "location": "-" + }, + { + "id": "club2", + "image": "/_nuxt/assets/img//bds/badminton.jpg", + "title": "Badminton", + "directedBy": "Jodie COTTAVE (IG) et Lou VIVENOT", + "hour": "-", + "location": "-" + }, + { + "id": "club3", + "image": "/_nuxt/assets/img/bds/basket.jpg", + "title": "Basket", + "directedBy": "Hugo Ménart (MI) et Anthony ROYON (MAT)", + "hour": "-", + "location": "-" + }, + { + "id": "club4", + "image": "/_nuxt/assets/img/bds/boxe.jpg", + "title": "Boxe", + "directedBy": "Théo BOISSERIE (MI)", + "hour": "-", + "location": "-" + }, + { + "id": "club5", + "image": "/_nuxt/assets/img/bds/running.jpg", + "title": "Course à pied", + "directedBy": "Louise MONMUSSON (GBA) et Manon LASSUS (GBA)", + "hour": "-", + "location": "-" + }, + { + "id": "club6", + "image": "/_nuxt/assets/img/bds/escalade.jpg", + "title": "Escalade", + "directedBy": "Antton ETCHEVERRIA et Juliette BRETAUD (STE)", + "hour": "-", + "location": "-" + }, + { + "id": "club7", + "image": "/_nuxt/assets/img/bds/foot.jpg", + "title": "Foot", + "directedBy": "Louis JALLIER (MI) et Mazen DEBS (MAT)", + "hour": "-", + "location": "-" + }, + { + "id": "club8", + "image": "/_nuxt/assets/img/bds/hand.jpg", + "title": "Hand", + "directedBy": "Timothé DELABY (GBA), Anna LEMOINE (GBA) et Thomas LENFAN (MAT)", + "hour": "-", + "location": "-" + }, + { + "id": "club9", + "image": "/_nuxt/assets/img/bds/pompom.jpg", + "title": "Pompom", + "directedBy": "Jodie COTTAVE (IG) et Elisa VALDERRAMA", + "hour": "-", + "location": "-" + }, + { + "id": "club10", + "image": "/_nuxt/assets/img/bds/rugby.jpg", + "title": "Rugby", + "directedBy": "Léo FLAQUET (MI) et Célia DULERME (GBA)", + "hour": "-", + "location": "-" + }, + { + "id": "club11", + "image": "/_nuxt/assets/img/bds/tennis.jpg", + "title": "Tennis", + "directedBy": "Lucie MARQUES (GBA) et Titouan (GBA)", + "hour": "-", + "location": "-" + }, + { + "id": "club12", + "image": "/_nuxt/assets/img/bds/volley.jpg", + "title": "Volley", + "directedBy": "Fabien LACAZE (STE) et Pierre ORTHOLAND (MAT)", + "hour": "-", + "location": "-" + } + ] + } + }, + { + "description": { + "quotes": [ + "Pour plus d'informations contactez-nous sur les réseaux !", + "Facebook: @BDS.Polytech.Montpellier", + "Instagram: @bds_polytech_montpellier)" + ] + } + }, + { + "social": { + "facebook": "https://www.facebook.com/BDS.Polytech.Montpellier/", + "instagram": "https://www.instagram.com/bds_polytech_montpellier/" } } ]