1
This repository has been archived on 2023-03-26. You can view files and clone it, but cannot push or open issues or pull requests.
website-2020-spike/templates/homepage.html
Jake Howard c66af9defa
Simplify homepage
I quite liked the old style
2020-04-20 20:57:02 +01:00

13 lines
271 B
HTML

{% extends "base.html" %}
{% load static %}
{% block title %}Homepage{% endblock %}
{% block main %}
<div class="homepage-jumbotron">
<h1>Jake Howard</h1>
<p class="flow-text">Part Developer. Part SysAdmin. Part InfoSec. All Nerd!</p>
</div>
{% endblock%}