---
layout: base
title: Design
description: All the design related articles, mostly about web/ui design & front-end development
category: design
---

<section role="main" id="main" class="row">

    <h1 class="page-title icon icon-{{ page.category }}">{{ page.category }}</h1>

    {% for post in paginator.posts %}

        {% include articles.html %}

    {% endfor %}

</section>

{% include paginator.html %}