diff --git a/config.toml b/config.toml index 19c777d5..c3729df8 100644 --- a/config.toml +++ b/config.toml @@ -11,25 +11,30 @@ baseURL = 'https://cedille.etsmtl.ca' url = "/" weight = 1 [[menu.main]] - identifier = "equipe" + identifier = "a-propos" name = "À propos" - url = "/equipe/" + url = "/a-propos/" weight = 2 + [[menu.main]] + identifier = "equipe" + name = "Équipe" + url = "/equipe/" + weight = 3 [[menu.main]] identifier = "projets" name = "Projets" url = "/projets/" - weight = 3 - [[menu.main]] + weight = 4 + [[menu.main]] identifier = "partenaires" name = "Partenaires" url = "/partenaires/" - weight = 4 + weight = 5 [[menu.main]] identifier = "contact" name = "Joignez l'équipe" url = "/contact/" - weight = 5 + weight = 6 [params] titleFollowUs = "Suivez-nous" diff --git a/content/a-propos/a-propos.md b/content/a-propos/a-propos.md new file mode 100644 index 00000000..c37ca865 --- /dev/null +++ b/content/a-propos/a-propos.md @@ -0,0 +1,6 @@ +--- +title: "À Propos" +date: 2024-05-11T08:20:10-04:00 +draft: false +--- + diff --git a/data/description.yml b/data/description.yml index 03c7a156..cbc828cf 100644 --- a/data/description.yml +++ b/data/description.yml @@ -13,10 +13,10 @@ network: subtitle: "Le pouvoir du réseautage" summary: "Chez Cédille, nos membres bénéficient d'une expérience de réseautage enrichissante et fluide grâce à notre variété d'événements sociaux captivants, tels que des ateliers, conférences et rencontres de réseautage animés par des experts chevronnés de l'industrie. Ils élargissent leur réseau professionnel, découvrent des perspectives uniques et restent à jour avec les tendances du secteur. Parfois, il arrive même que nous facilitions des opportunités de carrière exceptionnelles pour un développement professionnel optimal." members: - # - name: "Thomas Cardin" - # image: "images/membres/tcardin.jpg" - # text: "L'expérience que j'ai acquise en intégrant le Club CEDILLE a eu un impact significatif sur ma trajectoire professionnelle. Grâce à leur expertise en DevOps et à une panoplie d'activités pratiques, j'ai pu décrocher un stage en tant qu'ingénieur de fiabilité du site (SRE). Je recommande fortement le Club pour toute personne désireuse de transformer son apprentissage en opportunités concrètes." - # - name: "Simon Boyer" - # image: "images/membres/simon-boyer.jpg" - # text: "Lorem ipsum dolor sit amet, consectetur adipiscing elit. Suspendisse varius enim in eros elementum tristique. Duis cursus, mi quis viverra ornare, eros dolor interdum nulla, ut commodo diam libero." + - name: "Thomas Cardin" + image: "images/membres/tcardin.jpg" + text: "L'expérience que j'ai acquise en intégrant le Club CEDILLE a eu un impact significatif sur ma trajectoire professionnelle. Grâce à leur expertise en DevOps et à une panoplie d'activités pratiques, j'ai pu décrocher un stage en tant qu'ingénieur de fiabilité du site (SRE). Je recommande fortement le Club pour toute personne désireuse de transformer son apprentissage en opportunités concrètes." + - name: "Simon Boyer" + image: "images/membres/simon-boyer.jpg" + text: "Lorem ipsum dolor sit amet, consectetur adipiscing elit. Suspendisse varius enim in eros elementum tristique. Duis cursus, mi quis viverra ornare, eros dolor interdum nulla, ut commodo diam libero." --- \ No newline at end of file diff --git a/data/membres.yml b/data/equipe.yml similarity index 70% rename from data/membres.yml rename to data/equipe.yml index 4cb75fbc..2441d5da 100644 --- a/data/membres.yml +++ b/data/equipe.yml @@ -1,6 +1,9 @@ --- enable: true -title: "nos membres" +title: "Équipe" +button: + becomingMember: "Devenir membre" + url: "/contact" membres: - name: "Jonathan Lopez" post: "Capitaine" @@ -14,28 +17,28 @@ membres: - name: "Thomas Cardin" post: "Co-Capitaine" social: - - title: linkedin - url: "https://ca.linkedin.com/in/thomas-cardin-349056185" - - title: github - url: "https://github.com/ThomasCardin" + - title: github + url: "https://github.com/ThomasCardin" + - title: linkedin + url: "https://ca.linkedin.com/in/thomas-cardin-349056185" image: "images/membres/tcardin.jpg" - name: "Simon Boyer" post: "Trésorier" social: - - title: linkedin - url: "https://www.linkedin.com/in/simon-boyer" - - title: github - url: "https://github.com/Simon-Boyer" + - title: github + url: "https://github.com/Simon-Boyer" + - title: linkedin + url: "https://www.linkedin.com/in/simon-boyer" image: "images/membres/simon-boyer.jpg" - name: "Roch D'amour" post: "Membre" social: - - title: linkedin - url: "https://www.linkedin.com/in/notarock/" - title: github url: "https://github.com/notarock" + - title: linkedin + url: "https://www.linkedin.com/in/notarock/" image: "images/membres/Roch.jpg" - name: "guyllaume" @@ -48,18 +51,18 @@ membres: - name: "Edvin Honda" post: "Membre" social: + - title: github + url: "https://github.com/EdvinHonda" - title: linkedin url: "https://www.linkedin.com/in/edvin-honda-00b941220/" - - title: github - url: "https://github.com/EdvinHonda " - name: "Bayes Diarra" post: "Membre" social: + - title: github + url: "https://github.com/bayes-diarra" - title: linkedin url: "https://www.linkedin.com/in/bayes-diarra-b67537177" - - title: github - url: "https://github.com/bayes-diarra " - name: "Bryan Ndjeutcha" post: "Membre" diff --git a/themes/cedille/layouts/_default/baseof.html b/themes/cedille/layouts/_default/baseof.html index 1d0120b4..402fc358 100644 --- a/themes/cedille/layouts/_default/baseof.html +++ b/themes/cedille/layouts/_default/baseof.html @@ -3,9 +3,6 @@ {{- partial "head.html" . -}}
{{ .practice.subtitle | upper }}
{{ .subtitle | upper }}