initial akdillon gh-pages
This commit is contained in:
parent
e918927fa1
commit
aeaec09147
34 changed files with 3204 additions and 0 deletions
53
contact/index.html
Normal file
53
contact/index.html
Normal file
|
@ -0,0 +1,53 @@
|
|||
<!doctype html>
|
||||
<html>
|
||||
<head>
|
||||
<meta charset="utf-8">
|
||||
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||||
<meta name="HandheldFriendly" content="True">
|
||||
|
||||
<title>AKDillon</title>
|
||||
|
||||
<link rel="stylesheet" type="text/css" media="screen" href="https://akdillon.net/css/concise.min.css" />
|
||||
<link rel="stylesheet" type="text/css" media="screen" href="https://akdillon.net/css/starter.css" />
|
||||
</head>
|
||||
|
||||
<body>
|
||||
|
||||
|
||||
<header class="siteHeader container clearfix">
|
||||
<h1 class="logo"><a href="https://akdillon.net">AKDillon</a></h1>
|
||||
|
||||
<nav class="nav">
|
||||
<ul>
|
||||
|
||||
<li><a href="https://akdillon.net/mrd_ce_thesis/">MRD CE Thesis</a></li>
|
||||
|
||||
<li><a href="https://akdillon.net/audio/">Audio</a></li>
|
||||
|
||||
<li><a href="https://akdillon.net/about/">About</a></li>
|
||||
|
||||
<li><a href="https://akdillon.net/contact/">Contact</a></li>
|
||||
|
||||
</ul>
|
||||
</nav>
|
||||
</header>
|
||||
|
||||
|
||||
|
||||
<main class="siteContent container">
|
||||
<h1>Contact</h1>
|
||||
<p>matthew [at] akdillon [dot] net</p>
|
||||
|
||||
<p>danielle [at] akdillon [dot] net</p>
|
||||
|
||||
</main>
|
||||
|
||||
<footer class="siteFooter container">
|
||||
<p>Copyright © 2015 Danielle & Matthew Dillon</p>
|
||||
</footer>
|
||||
|
||||
|
||||
</body>
|
||||
</html>
|
||||
|
Loading…
Add table
Add a link
Reference in a new issue