Added header template.

pull/1/head
Calum Andrew Morrell 2025-02-17 00:01:27 +00:00
parent bd4c7cab70
commit 017aad2ede
1 changed files with 19 additions and 0 deletions

View File

@ -0,0 +1,19 @@
<header>
<div>
<h3><a href="{% url 'core:homepage' %}">the digital home of</a></h3>
<h1><a href="{% url 'core:homepage' %}">Calum Andrew Morrell</a></h1>
</div>
<div>
<nav>
<a href="{% url 'core:about-me' %}">about me</a>
<a href="{% url 'core:about-website' %}">about this website</a>
<a href="{% url 'core:contact-me' %}">contact me</a>
</nav>
<nav>
<a href="{% url 'core:homepage' %}">Home</a>
{# <a href="#">Photography</a>#}
<a href="{% url 'articles:list' %}">Articles</a>
{# <a href="{% url 'articles:categories' %}">Categories</a>#}
</nav>
</div>
</header>