--- title: Home description: This is the home page of Maxim Voldman Hutz's personal website. layout: default --- {% assign home = site.data.home %} {% assign work = site.data.work %}

{{ home.welcome }}

{{ home.status }}

{{ home.about }}


Worked on:

{% for project in home.featured %} {% if work[project].image %}
{{work[project].title}}
{% else %} {% endif %}
{% endfor %}

View all experiences.