You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
113 lines
4.4 KiB
113 lines
4.4 KiB
---
|
|
layout: default
|
|
section_id: pages
|
|
members:
|
|
- name: Elio Qoshi
|
|
position: Founder & Design Lead
|
|
avatar: images/about/ElioHeadshot.jpg
|
|
avatar_hover: images/about/ElioHeadshot.jpg
|
|
socials:
|
|
- name: fa fa-globe
|
|
url: https://elioqoshi.me/
|
|
- name: fab fa-twitter
|
|
url: https://twitter.com/elioqoshi
|
|
- name: fa fa-envelope
|
|
url: mailto:elio@ura.design
|
|
- name: fas fa-key
|
|
url: https://raw.githubusercontent.com/uracreative/ura.design/master/pgp-public-keys/publickey.elio%40ura.design.asc
|
|
- name: Renata Gegaj
|
|
position: Usability Researcher
|
|
avatar: images/about/RenataHeadshot.jpg
|
|
avatar_hover: images/about/RenataHeadshot.jpg
|
|
socials:
|
|
- name: fa fa-globe
|
|
url: https://renatagegaj.wordpress.com/
|
|
- name: fab fa-twitter
|
|
url: https://twitter.com/RenataGegaj
|
|
- name: fa fa-envelope
|
|
url: mailto:renata@ura.design
|
|
- name: fas fa-key
|
|
url: https://raw.githubusercontent.com/uracreative/ura.design/master/pgp-public-keys/publickey.renata%40ura.design.asc
|
|
- name: Anja Xhakani
|
|
position: System Administrator
|
|
avatar: images/about/AnjaHeadshot.jpg
|
|
avatar_hover: images/about/AnjaHeadshot.jpg
|
|
socials:
|
|
- name: fab fa-twitter
|
|
url: https://twitter.com/anjaxhakani
|
|
- name: fa fa-envelope
|
|
url: mailto:anja@ura.design
|
|
- name: fas fa-key
|
|
url: https://raw.githubusercontent.com/uracreative/ura.design/master/pgp-public-keys/publickey.anja%40ura.design.asc
|
|
- name: Ergi Shkëlzeni
|
|
position: Designer
|
|
avatar: images/about/ErgiHeadshot.jpg
|
|
avatar_hover: images/about/ErgiHeadshot.jpg
|
|
socials:
|
|
- name: fab fa-github
|
|
url: https://github.com/ergish
|
|
- name: fa fa-envelope
|
|
url: mailto:ergi@ura.design
|
|
- name: fas fa-key
|
|
url: https://raw.githubusercontent.com/uracreative/ura.design/master/pgp-public-keys/publickey.ergi%40ura.design.asc
|
|
- name: Anxhelo Lushka
|
|
position: Frontend Dev & Designer
|
|
avatar: images/about/AnxheloHeadshot.jpg
|
|
avatar_hover: images/about/AnxheloHeadshot.jpg
|
|
socials:
|
|
- name: fa fa-globe
|
|
url: https://lushka.al/
|
|
- name: fab fa-github
|
|
url: https://github.com/AnXh3L0
|
|
- name: fa fa-envelope
|
|
url: mailto:anxhelo@ura.design
|
|
- name: fas fa-key
|
|
url: https://raw.githubusercontent.com/uracreative/ura.design/master/pgp-public-keys/publickey.anxhelo%40ura.design.asc
|
|
---
|
|
|
|
<div class="full new" style="background-color: #3399d4;">
|
|
<div class="section-title new">
|
|
<div class="row">
|
|
<div class="medium-10 medium-centered columns">
|
|
<h1 style="color: #fff; font-size: 2rem;" class="wow slideInDown">About Us</h1>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
<div class="full text">
|
|
<div class="row">
|
|
<div class="large-12 large-centered columns">
|
|
<p>Ura is a digital studio which focuses on visual communication solutions tailored for Open Source and Internet Freedom projects. Ura was founded in 2016 in Albania to cater to the ever-rising demand for Usability and Design services in Open Source Software. We specialize in UX Design, Design Systems Research and Visual Identity.</p>
|
|
<p>Our work can be seen across various Open Source projects such as <a href="https://mozilla.org" target="_blank">Mozilla</a>, <a href="https://www.torproject.org" target="_blank">The Tor Project</a> and <a href="https://www.linuxfoundation.org" target="_blank">The Linux Foundation</a>.</p>
|
|
<p>We also develop <a href="https://identihub.co" target="_blank">Identihub</a>, Open Source Software to self-host visual assets and identities to ease collaboration between designers and developers.</p>
|
|
</div>
|
|
</div>
|
|
<div class="two spacing"></div>
|
|
<div class="section-title">
|
|
<div class="row">
|
|
<div class="medium-10 medium-centered columns">
|
|
<h2>Core Team</h2>
|
|
<p>The usual suspects</p>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
<div class="row">
|
|
{% for member in page.members %}
|
|
<div class="medium-4 columns">
|
|
<div class="member">
|
|
<img class="lazy" data-src="{{site.url}}/{{member.avatar}}" alt="">
|
|
<img class="colored lazy" data-src="{{site.url}}/{{member.avatar_hover}}" alt="">
|
|
<div class="member-info">
|
|
<h4>{{member.name}}</h4>
|
|
<p class="position">{{member.position}}</p>
|
|
<ul class="socials">
|
|
{% for social in member.socials %}
|
|
<li><a href="{{social.url}}"><i class="{{social.name}}"></i></a></li>
|
|
{% endfor %}
|
|
</ul>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
{% endfor %}
|
|
</div>
|
|
</div>
|
|
|