15 lines
No EOL
510 B
HTML
15 lines
No EOL
510 B
HTML
{% extends "base.html" %}
|
|
|
|
{% block container %}
|
|
{% include "pages/root/hero-image.html" %}
|
|
<main class="container mx-auto px-4 md:px-8 lg:px-16 py-16">
|
|
{% include "pages/root/whoami.html" %}
|
|
<div class="my-16 space-y-16 md:space-y-32">
|
|
{% include "pages/root/www.html" %}
|
|
{% include "pages/root/jobs.html" %}
|
|
{% include "pages/root/projects.html" %}
|
|
{% include "pages/root/talks.html" %}
|
|
{% include "pages/root/friends.html" %}
|
|
</div>
|
|
</main>
|
|
{% endblock %} |