TEMP: Root site just redirects to resume.
This commit is contained in:
24
index.html
24
index.html
@@ -1,28 +1,6 @@
|
|||||||
<!DOCTYPE html>
|
<!DOCTYPE html>
|
||||||
<html>
|
<html>
|
||||||
<head>
|
<head>
|
||||||
<title>My Resume</title>
|
<meta http-equiv="Refresh" content="0; url='./resume'"/>
|
||||||
</head>
|
</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><!-- /.blurb -->
|
|
||||||
</div><!-- /.container -->
|
|
||||||
<footer>
|
|
||||||
<ul>
|
|
||||||
<li><a href="mailto:hankquinlanhub@gmail.com">email</a></li>
|
|
||||||
<li><a href="https://github.com/hankquinlan">github.com/hankquinlan</a></li>
|
|
||||||
</ul>
|
|
||||||
</footer>
|
|
||||||
</body>
|
|
||||||
</html>
|
</html>
|
||||||
|
|||||||
Reference in New Issue
Block a user