--- layout: default title: Home ---
Writer · Researcher · Creative

Sasha
Schaps

This is in progress

{% assign recent_posts = site.blog | sort: 'date' | reverse %} {% assign recent_posts = recent_posts | limit: 3 %} {% if recent_posts.size > 0 %}

Latest writing

All posts →
{% for post in recent_posts %} {% include post-card.html post=post %} {% endfor %}
{% else %}

Latest writing

All posts →

Essays and notes will appear here.

{% endif %} {% assign featured_brands = site.brands | where: 'featured', true %} {% assign featured_projects = site.projects | where: 'featured', true %} {% assign featured = featured_brands | concat: featured_projects | sort: 'year' | reverse %} {% if featured.size > 0 %}

Selected work

Full portfolio →
{% for item in featured limit: 3 %}
{% include portfolio-card.html item=item %}
{% endfor %}
{% else %}

Selected work

Full portfolio →

Portfolio items will appear here. Add files under _brands/ or _projects/ with featured: true.

{% endif %}

Have a project in mind?

Get in touch