added contact page, wip page, and removed background image
This commit is contained in:
11
templates/contact.tmpl
Normal file
11
templates/contact.tmpl
Normal file
@@ -0,0 +1,11 @@
|
||||
{{ template "header.tmpl" . }}
|
||||
<h2>Ways to contact me</h2>
|
||||
<ul>
|
||||
<li>
|
||||
<a href="mailto:rawleyfowler@gmail.com">Email</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href="https://unix.stackexchange.com/users/507434/rawley-fowler">Stack Exchange</a>
|
||||
</li>
|
||||
</ul>
|
||||
{{ template "footer.tmpl" . }}
|
||||
@@ -1,4 +1,3 @@
|
||||
<!--footer.html-->
|
||||
<div class="footer">
|
||||
<p class="footer-text">This site is powered by:</p>
|
||||
<a href="https://www.openbsd.org/">
|
||||
|
||||
@@ -1,4 +1,3 @@
|
||||
<!--header.html-->
|
||||
<!DOCTYPE html>
|
||||
<html>
|
||||
<head>
|
||||
|
||||
@@ -1,4 +1,3 @@
|
||||
<!--nav.html-->
|
||||
<div class="header">
|
||||
<h1 class="header-title">
|
||||
<a href="/">Rawley.xyz</a>
|
||||
|
||||
9
templates/wip.tmpl
Normal file
9
templates/wip.tmpl
Normal 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" . }}
|
||||
Reference in New Issue
Block a user