The website of Ura Design
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.

96 lines
2.5 KiB

---
layout: default
section_id: portfolio
works_left:
- title: Thunderbird Style Guide and Usability Study
link_to: thunderbird
image: images/projects/tb_overview.png
categories: Usability Study, Style Guide
- title: Open Labs
link_to: openlabs
image: images/projects/openlabs.jpg
7 years ago
categories: Visual Identity
- title: OpenChain Penguins
link_to: openchain
image: images/projects/penguins_thumb.jpg
categories: Illustration
works_middle:
- title: Mozilla L10N T-Shirts
link_to: mozilla-l10n
image: images/projects/mozilla-l10n.jpg
categories: Print
- title: Software Freedom Kosova
link_to: sfk16
image: images/projects/poster_SFK.jpg
7 years ago
categories: Visual Identity, Print
- title: Tor Style Guide
link_to: tor-style-guide
image: images/projects/tor_thumb.png
categories: Style Guide
works_right:
- title: Reproducible Builds Styleguide
link_to: reproducible-builds
image: images/projects/rb_thumbnail.png
categories: Style Guide
- title: Enigmail Rebranding
link_to: enigmail
image: images/projects/enigmail_overview.png
categories: Visual Identity
---
7 years ago
<div class="full new" style="background-color: #3399d4;">
<div class="section-title new">
<div class="row">
<div class="medium-10 medium-centered columns">
7 years ago
<h1 class="wow slideInUp" style="font-size: 2rem;">Projects</h1>
</div>
</div>
</div>
</div>
</div>
7 years ago
<div class="full text">
<div class="row">
<div class="large-4 columns">
{% for work in page.works_left %}
<div class="work-wrapper">
<a href="{{work.link_to}}" class="work">
<img src="{{site.url}}/{{work.image}}" alt="">
<div class="info">
<h3>{{work.title}}</h3>
<p>{{work.categories}}</p>
</div>
</a>
</div>
{% endfor %}
</div>
<div class="large-4 columns">
{% for work in page.works_middle %}
<div class="work-wrapper">
<a href="{{work.link_to}}" class="work">
<img src="{{site.url}}/{{work.image}}" alt="">
<div class="info">
<h3>{{work.title}}</h3>
<p>{{work.categories}}</p>
</div>
</a>
</div>
{% endfor %}
</div>
<div class="large-4 columns">
{% for work in page.works_right %}
<div class="work-wrapper">
<a href="{{work.link_to}}" class="work">
<img src="{{site.url}}/{{work.image}}" alt="">
<div class="info">
<h3>{{work.title}}</h3>
<p>{{work.categories}}</p>
</div>
</a>
</div>
{% endfor %}
</div>
</div>
</div>