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

22 lines
907 B
HTML

{% extends "site.html" %}
{% block headertron %}
<header id="headertron">
<em class="color-header">Hey, I'm Satch</em>
<div class="delimiter"></div>
<em>I live at the <a href="https://bensonplace.org">Benson Place</a></em>
<em>I've just begun work on this site</em>
<em>It's freshly copied from <a href="https://vis.ee">Tim Visee</a></em>
<em>Thank you, Tim!</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 %}