layout: default
<div class=“page-hero min-h-screen”>
<h1 class="text-primary-700 text-4xl pt:20 md:pt-40 mb-10">{{ site.waterfall.author.name }}</h1> <p class="my-5 text-gray-500 mb-24 w-2/3 md:w-1/2">{{ site.waterfall.author.description }}</p> {% if page.cta %} <a class="btn btn-large bg-primary-700 py-4 px-8 text-white rounded-lg my-5" href="{{ page.cta.link }}">{{ page.cta.label }}</a> {% endif %}
</div>
{% if site.experiences.size > 0 %}
{%- include experience.html -%}
{% endif %}
{% if site.projects.size > 0 %}
{%- include projects.html -%}
{% endif %}
{% if site.posts.size > 0 %}
{%- include last_posts.html -%}
{% endif %}
{{ content }}