From 187b4bc150e662abc53b960349a29733a97aad64 Mon Sep 17 00:00:00 2001 From: Alexandru Coman Date: Wed, 6 Jan 2016 00:28:10 +0200 Subject: [PATCH] =?UTF-8?q?Add=20team=20section=20on=20Ia=C8=99i=20page?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- _data/iasi/navigation.yml | 1 + _data/iasi/team.yml | 45 +++++++++++++++++++++++++++++++++++ _includes/team.html | 27 +++++++++++++++++++++ _includes/timeline.html | 2 +- _sass/main.scss | 2 ++ _sass/partials/_contact.scss | 10 ++++++++ _sass/partials/_team.scss | 9 +++++++ _sass/vendor/_grayscale.scss | 11 --------- css/main.css | 2 +- iasi.html | 2 ++ img/iasi-background.jpg | Bin 361379 -> 405959 bytes img/team/adelina_tuvenie.jpg | Bin 0 -> 139519 bytes img/team/adrian_bora.jpg | Bin 0 -> 146218 bytes img/team/alexandru_coman.jpg | Bin 0 -> 184431 bytes img/team/alina_elenescu.jpg | Bin 0 -> 25773 bytes 15 files changed, 98 insertions(+), 13 deletions(-) create mode 100644 _data/iasi/team.yml create mode 100644 _includes/team.html create mode 100644 _sass/partials/_contact.scss create mode 100644 _sass/partials/_team.scss create mode 100644 img/team/adelina_tuvenie.jpg create mode 100644 img/team/adrian_bora.jpg create mode 100644 img/team/alexandru_coman.jpg create mode 100644 img/team/alina_elenescu.jpg diff --git a/_data/iasi/navigation.yml b/_data/iasi/navigation.yml index e9deea1..4499de4 100644 --- a/_data/iasi/navigation.yml +++ b/_data/iasi/navigation.yml @@ -4,6 +4,7 @@ title: null links: - {section: "page-top", text: "Home"} - {section: "about", text: "About"} + - {section: "team", text: "Mentors"} - {section: "timeline", text: "Timeline"} - {section: "latest-post", text: "News"} - {section: "apply-now", text: "Apply now"} diff --git a/_data/iasi/team.yml b/_data/iasi/team.yml new file mode 100644 index 0000000..2c13f88 --- /dev/null +++ b/_data/iasi/team.yml @@ -0,0 +1,45 @@ +title: "Meet the mentors" +description: "" + +members: + - name: "Adelina" + surname: "Tuvenie" + picture: "adelina_tuvenie.jpg" + title: "Cloud Engineer" + social: + - title: "github" + url: "https://github.com/adelina-t" + - title: "linkedin" + url: "https://ro.linkedin.com/in/adelina-georgiana-tuvenie-3a4a144b/en" + + - name: "Adrian" + surname: "Bora" + picture: "adrian_bora.jpg" + title: "Community Manager" + social: + - title: "facebook" + url: "https://www.facebook.com/adi.bora.7" + - title: "twitter" + url: "https://twitter.com/BoraAdi" + - title: "linkedin" + url: "https://ro.linkedin.com/in/boraadrian" + + - name: "Alexandru" + surname: "Coman" + picture: "alexandru_coman.jpg" + title: "Cloud Engineer" + social: + - title: "github" + url: "https://github.com/alexandrucoman" + - title: "linkedin" + url: "https://www.linkedin.com/in/comanalex" + - title: "link" + url: "https://alexcoman.com/" + + - name: "Alina" + surname: "Elenescu" + picture: "alina_elenescu.jpg" + title: "Office Manager" + social: + - title: "linkedin" + url: "https://ro.linkedin.com/in/alinaelenescu" diff --git a/_includes/team.html b/_includes/team.html new file mode 100644 index 0000000..76a8747 --- /dev/null +++ b/_includes/team.html @@ -0,0 +1,27 @@ +{% assign team = site.data[page.data].team %} + +
+
+
+

{{ team.title }}

+

{{ team.description }}

+
+ +
+ {% for team_member in team.members %} +
+ +
+

{{ team_member.name }} {{ team_member.surname }}

+

{{ team_member.title }}

+ +
+
+ {% endfor %} +
+
+
\ No newline at end of file diff --git a/_includes/timeline.html b/_includes/timeline.html index 5c84f0b..71fa184 100644 --- a/_includes/timeline.html +++ b/_includes/timeline.html @@ -7,7 +7,7 @@

{{ timeline.title }}