{% if sections.portfolio.badge %} {{ sections.portfolio.badge }} {% endif %}

{{ sections.portfolio.title }}

{{ sections.portfolio.subtitle }}

{% if sections.portfolio.categories %}
{% for category in sections.portfolio.categories %} {% endfor %}
{% endif %} {% if sections.portfolio.layout == 'grid' %}
{% for project in sections.portfolio.items %}
{{ project.title }}

{{ project.title }}

{{ project.short_description }}

{% if project.demo_url %} {% endif %} {% if project.url %} {% endif %}
{% if project.category_label %}
{{ project.category_label }}
{% endif %}

{{ project.title }}

{{ project.short_description }}

{% endfor %}
{% elif sections.portfolio.layout == 'masonry' %}
{% for project in sections.portfolio.items %}
{{ project.title }}
{% if project.demo_url %} {% endif %} {% if project.url %} {% endif %}
{% if project.category_label %}
{{ project.category_label }}
{% endif %}

{{ project.title }}

{{ project.short_description }}

{% endfor %}
{% else %}
{% for project in sections.portfolio.items %}
{{ project.title }}
{% if project.category_label %}
{{ project.category_label }}
{% endif %}

{{ project.title }}

{{ project.description }}

{% if project.details %}
    {% for detail in project.details %}
  • {{ detail }}
  • {% endfor %}
{% endif %}
{% if project.demo_url %} View Demo {% endif %} {% if project.url %} View Details {% endif %}
{% endfor %}
{% endif %} {% if sections.portfolio.load_more %}
{% endif %} {% if sections.portfolio.featured_project %}
{% if sections.portfolio.featured_project.badge %} {{ sections.portfolio.featured_project.badge }} {% endif %}

{{ sections.portfolio.featured_project.title }}

{{ sections.portfolio.featured_project.description }}

{% if sections.portfolio.featured_project.details %}
    {% for detail in sections.portfolio.featured_project.details %}
  • {{ detail }}
  • {% endfor %}
{% endif %}
{% if sections.portfolio.featured_project.demo_url %} View Demo {% endif %} {% if sections.portfolio.featured_project.url %} View Details {% endif %}
{% if sections.portfolio.featured_project.image %}
{{ sections.portfolio.featured_project.title }}
{% endif %}
{% endif %}