Skip to content

Commit

Permalink
Create index.html
Browse files Browse the repository at this point in the history
Build the initial homepage
  • Loading branch information
Wozza2014 authored Jan 2, 2024
1 parent 3bfa297 commit c45487b
Showing 1 changed file with 30 additions and 0 deletions.
30 changes: 30 additions & 0 deletions index.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,30 @@
<!DOCTYPE html>
<html>
<head>
<title>Hank Quinlan, Horrible Cop</title>
</head>
<body>
<nav>
<ul>
<li><a href="/">Home</a></li>
<li><a href="/about">About</a></li>
<li><a href="/cv">CV</a></li>
<li><a href="/blog">Blog</a></li>
</ul>
</nav>
<div class="container">
<div class"blurb">
<h1>Hi, there, I'm Hank Quinlan!</h1>
<p>I'm best known as the horrible cop from
<em>A Touch of Evil</em> Don't trust me.
<a href="/about">Read more about my life...</a></p>
</div>
</div>
<footer>
<ul>
<li><a href="mailto:[email protected]">email</li>
<li><a href="https://github.com/Wozza2014">github.com/Wozza2014</a></li>
</ul>
</footer>
</body>
</html>

0 comments on commit c45487b

Please sign in to comment.