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

13 lines
271 B
HTML
Raw Normal View History

2020-04-13 10:39:38 +01:00
{% extends "base.html" %}
2020-04-13 12:32:26 +01:00
{% load static %}
2020-04-13 10:39:38 +01:00
{% block title %}Homepage{% endblock %}
2020-04-13 12:32:26 +01:00
{% block main %}
<div class="homepage-jumbotron">
2020-04-13 12:32:26 +01:00
<h1>Jake Howard</h1>
<p class="flow-text">Part Developer. Part SysAdmin. Part InfoSec. All Nerd!</p>
</div>
2020-04-13 10:39:38 +01:00
{% endblock%}