added contact page, wip page, and removed background image

This commit is contained in:
rawleyIfowler
2022-02-07 14:08:16 -06:00
parent 36cb46c7e7
commit a2eceb7b7e
8 changed files with 28 additions and 9 deletions

9
templates/wip.tmpl Normal file
View File

@@ -0,0 +1,9 @@
{{ template "header.tmpl" . }}
<h2>Work in progress...</h2>
<p>
This page is not finished yet, check back later!
</p>
<p>
<a href="https://gitlab.com/rawleyIfowler/rawleydotxyz">Development progress</a>
</p>
{{ template "footer.tmpl" . }}