--- layout: default ---

Example projects

{% assign ordering = site.projects | sort: "order" %} {% for project in ordering %} {% if project.pinned %}
{% if project.banner_image %}
Banner image for project
{% endif %}

{{ project.title }}

{{ project.stack }}

{{ project.snippet }}

{% if project.githublink %}{% endif %} Read more
{% else %}

{{ project.title }}

{{ project.stack }}

{{ project.snippet }}

{% if project.githublink %}{% endif %} Read more
{% endif %} {% endfor %}