-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
27 lines (24 loc) · 827 Bytes
/
index.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
---
title: UX Developer
description: Modern, user-centred websites
layout: default
exclude: true
---
<section class="wrapper pad-tb">
<h2 class="aligncentre">UX Case Studies</h2>
{% include case_studies.html %}
</section>
<section class="pad-tb">
<h2 class="aligncentre">My UX rants</h2>
<div class="flex-container just-even posts">
{%- for post in site.posts -%} {% if post %} {% assign tags = post.tags %}{% endif %} {% if
post.featured == true%} {% include blog-articles.html %} {% endif %} {%- endfor -%}
</div>
</section>
<section class="wrapper pad-tb">
<h2 class="aligncentre">I also code!</h2>
<p>
From scrapers to Chrome extensions, I like to build stuff that solve problems. Check out my
<a href="https://krisztin.github.io/" target="_blank">front-end projects.</a>
</p>
</section>