satchlj.com/themes/zenn/templates/landing.html

21 lines
800 B
HTML

{% extends "site.html" %}
{% block headertron %}
<header id="headertron">
<em class="color-header">Hey, I'm Tim Visée</em>
<div class="delimiter"></div>
<em>I am a developer</em>
<em>I consume coffee</em>
<em>I build &amp; break software</em>
<div class="nav">
<div class="delimiter"></div>
<div class="links">
<a href="{{ get_url(path="@/projects.md") | safe }}">Projects</a>
<a href="{{ get_url(path="@/blog/_index.md") | safe }}">Blog</a>
<a href="{{ get_url(path="@/about.md#me-on-the-web") | safe }}">Me on the web</a>
<a href="{{ get_url(path="@/about.md") | safe }}">About</a>
</div>
</div>
</header>
{% endblock headertron %}