--- layout: default ---
{{ site.title }}

{{ site.title }}

{{ site.description }}

Projects

{% for project in site.categories.Projects limit: 2%}
{{ project.tag-icon }} {{ project.tag }}

{{ project.title }}

{{ project.excerpt | truncate:165 }}

View Project
{% endfor %}

Recent Posts

{% assign post_counter = 0 %} {% for post in site.posts %} {% if post.url contains site.category_one %} {% assign category_icon=site.category_one_icon %} {% elsif post.url contains site.category_two %} {% assign category_icon = site.category_two_icon %} {% elsif post.url contains site.category_three %} {% assign category_icon = site.category_three_icon %} {% elsif post.url contains site.category_four %} {% assign category_icon = site.category_four_icon %} {% else %} {% assign category_icon=site.default_icon %} {% endif %} {% if post_counter >= 3 %} {% break %} {% elsif post.url contains 'projects' %} {% else %} {% assign post_counter = post_counter | plus: 1 %}
{{post.title
{{ category_icon }} {{ post.categories }}

{{ post.title }}

{{ post.excerpt | truncate:165}}

Read More
{% endif %} {% endfor %}