From 2a51025d61f4cf704422262aba1d757a981af469 Mon Sep 17 00:00:00 2001 From: Anxhelo Lushka Date: Sun, 21 Jan 2018 00:00:14 +0100 Subject: [PATCH] Update about.html --- about.html | 77 ++++++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 77 insertions(+) diff --git a/about.html b/about.html index 517e4a6..2515693 100644 --- a/about.html +++ b/about.html @@ -1,6 +1,52 @@ --- layout: default section_id: pages +members: +- name: Elio Qoshi + position: Founder & Design Lead + avatar: images/@stock/ElioHeadshot.jpg + avatar_hover: images/@stock/ElioHeadshot.jpg + socials: + - name: facebook + url: https://facebook.com/elioqoshi + - name: twitter + url: https://twitter.com/elioqoshi + - name: envelope + url: mailto:elio@ura.design +- name: Redon Skikuli + position: Business Development + avatar: images/@stock/RedonHeadshot.jpg + avatar_hover: images/@stock/RedonHeadshot.jpg + socials: + - name: globe + url: https://redon.skikuli.com/ + - name: twitter + url: https://twitter.com/rskikuli + - name: envelope + url: mailto:redon@ura.design +- name: Boris Budini + position: Technical Coordinator + avatar: images/@stock/BorisHeadshot.jpg + avatar_hover: images/@stock/BorisHeadshot.jpg + socials: + - name: globe + url: https://boris.budini.me/ + - name: twitter + url: https://twitter.com/borisbudini + - name: envelope + url: mailto:boris@ura.design +- name: Anxhelo Lushka + position: Frontend & Designer + avatar: images/@stock/AnxheloHeadshot.jpg + avatar_hover: images/@stock/AnxheloHeadshot.jpg + socials: + - name: globe + url: https://lushka.al/ + - name: github + url: https://github.com/AnXh3L0 + - name: envelope + url: mailto:anxhelo@ura.design + ---
@@ -28,3 +74,34 @@ section_id: pages
+ +
+
+
+
+

Our Team

+

The usual suspects

+
+
+
+
+ {% for member in page.members %} +
+
+ + +
+

{{member.name}}

+

{{member.position}}

+
    + {% for social in member.socials %} +
  • + {% endfor %} +
+
+
+
+ {% endfor %} +
+
+