diff --git a/assets/scss/components/_team.scss b/assets/scss/components/_team.scss index 31c1c5ba6..76630a4f3 100644 --- a/assets/scss/components/_team.scss +++ b/assets/scss/components/_team.scss @@ -5,6 +5,7 @@ #team_flex_box { display: flex; + flex-direction: row; justify-content: space-evenly; align-items: center; flex-wrap: wrap; @@ -14,6 +15,23 @@ width: 100%; } +.team-row { + display: flex; + gap: 30px; +} + +.team-row-4 { + flex-wrap: wrap; +} + +.team-row-3 { + flex-wrap: wrap; +} + +.team-row-2 { + flex-wrap: wrap; +} + .past { a { display: none; diff --git a/data/current_team.yml b/data/current_team.yml index d5140d1b8..371d02df0 100644 --- a/data/current_team.yml +++ b/data/current_team.yml @@ -32,4 +32,14 @@ role: Director of Academics email: benjamin.yu@ccss.carleton.ca intro: "Hey everyone! My name is Ben Yu and I'm currently a 3rd year student. I'll be your Director of Academics this year, and I can't wait for you guys to see what we have planned. I enjoy playing and listening to all sorts of music in my spare time. Feel free to reach out anytime!" - image: images/executives/benjamin_yu.jpg \ No newline at end of file + image: images/executives/benjamin_yu.jpg +- name: Afaq Virk + role: First Year Representative + email: afaq.virk@ccss.carleton.ca + intro: "Hey all! I'm Afaq, a first year student in the Dev Degree Stream. Don't hesitate to set up a chat about... anything, really!" + image: images/executives/afaq.png +- name: Maliha Ali + role: First Year Representative + email: maliha.ali@ccss.carleton.ca + intro: "Hello! I'm Maliha, I'm a first year in the Dev Degree program and I'm so excited to work with you all! I love classical music and the fine arts and I'm up to chat whenever :)" + image: images/executives/maliha.jpg \ No newline at end of file diff --git a/layouts/_default/team.html b/layouts/_default/team.html index d69e905c3..3f8b85185 100644 --- a/layouts/_default/team.html +++ b/layouts/_default/team.html @@ -1,9 +1,17 @@ {{ define "main" }} {{- partial "navbar_temp.html" . -}}