2013-12-02 21:54:30 +01:00
|
|
|
---
|
|
|
|
layout: base
|
|
|
|
title: Design
|
2013-12-07 23:54:52 +01:00
|
|
|
description: All the design related articles, mostly about web/ui design & front-end development
|
2013-12-02 21:54:30 +01:00
|
|
|
category: design
|
2014-08-31 18:55:02 +02:00
|
|
|
redirect_from:
|
|
|
|
- /topics/design-articles/
|
|
|
|
- /design-articles/
|
2013-12-02 21:54:30 +01:00
|
|
|
---
|
|
|
|
|
|
|
|
<section role="main" id="main" class="row">
|
2014-07-13 21:06:22 +02:00
|
|
|
|
|
|
|
<h1 class="page-title icon icon-{{ page.category }}">{{ page.category }}</h1>
|
|
|
|
|
2014-08-09 23:07:34 +02:00
|
|
|
{% for post in site.categories.design %}
|
2013-12-02 22:19:13 +01:00
|
|
|
{% include articles.html %}
|
2013-12-02 21:54:30 +01:00
|
|
|
{% endfor %}
|
|
|
|
|
|
|
|
</section>
|
|
|
|
|
|
|
|
{% include paginator.html %}
|