From 3eea2c89a606877ca43dcde660a6db712ddec95c Mon Sep 17 00:00:00 2001 From: Anxhelo Lushka Date: Thu, 18 Jan 2018 13:37:15 +0100 Subject: [PATCH] Update index.html --- index.html | 83 ++++++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 83 insertions(+) diff --git a/index.html b/index.html index cdb1f0e..0adf658 100644 --- a/index.html +++ b/index.html @@ -79,6 +79,60 @@ testimonials_right: content: “I highly recommend Ura. The quality of their work rates, responsiveness, community engagement and patience is exemplary. I am looking forward to further cooperation.” avatar: images/@stock/patrickschleizer.jpg +members: +- name: Tom Hanson + position: Project manager + avatar: images/@stock/member-1.jpg + avatar_hover: images/@stock/member-1-c.jpg + socials: + - name: twitter + url: http://twitter.com + - name: facebook + url: http://facebook.com + - name: linkedin + url: http://linkedin.com + - name: dribbble + url: http://dribbble.com +- name: Kate Holms + position: Project manager + avatar: images/@stock/member-2.jpg + avatar_hover: images/@stock/member-2-c.jpg + socials: + - name: twitter + url: http://twitter.com + - name: facebook + url: http://facebook.com + - name: linkedin + url: http://linkedin.com + - name: dribbble + url: http://dribbble.com +- name: Munk Taylor + position: Web designer + avatar: images/@stock/member-3.jpg + avatar_hover: images/@stock/member-3-c.jpg + socials: + - name: twitter + url: http://twitter.com + - name: facebook + url: http://facebook.com + - name: linkedin + url: http://linkedin.com + - name: dribbble + url: http://dribbble.com +- name: Zam White + position: Developer + avatar: images/@stock/member-5.jpg + avatar_hover: images/@stock/member-5-c.jpg + socials: + - name: twitter + url: http://twitter.com + - name: facebook + url: http://facebook.com + - name: linkedin + url: http://linkedin.com + - name: dribbble + url: http://dribbble.com + clients: - image: images/@stock/client-1.png - image: images/@stock/client-2.png @@ -221,6 +275,35 @@ clients: +
+
+
+
+

The team

+

We are happy to work together

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

{{member.name}}

+

{{member.position}}

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