penguincoder-org/templates/index.html

31 lines
1.0 KiB
HTML

{% extends "juice/templates/index.html" %}
{% block head %}
<link rel="stylesheet" href="{{ get_url(path="pc.css") }}" />
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/@fortawesome/fontawesome-free@6.2.0/css/all.min.css" integrity="sha256-AbA177XfpSnFEvgpYu1jMygiLabzPCJCRIBtR5jGc0k=" crossorigin="anonymous">
{% endblock head %}
{% block hero %}
<section class="text-center">
<h1 class="heading-text" style="font-size: 50px;">
Andrew Coleman
</h1>
<h3 class="title-text">
An experienced software engineer and architect. <br />Sometimes posting about hobbies and farming, too.
</h3>
</section>
<div class="explore-more text"
onclick="document.getElementById('overview').scrollIntoView({behavior: 'smooth'})">
Explore More ⇩
</div>
{% endblock hero %}
{% block footer %}
<footer>
<small class="subtext text-center">
© Andrew Coleman 2023 <br />
Made with ❤️ using <a href="https://juice.huhu.io">Juice</a> and <a href="ihttps://www.getzola.org">Zola</a>.
</small>
{% endblock footer %}