half-working version 1
This commit is contained in:
+53
-1
@@ -1,6 +1,58 @@
|
||||
<h1>|= CONTACT</h1>
|
||||
<!DOCTYPE html>
|
||||
<html>
|
||||
<head>
|
||||
<meta charset="utf-8">
|
||||
<title>CONTACT JAMES</title>
|
||||
<link rel="stylesheet" href="/assets/css/styles.css">
|
||||
</head>
|
||||
<div id='head'>
|
||||
<div id='titlebar'>
|
||||
<div class='item1'><h1>world-wide-witzeman</h1></div>
|
||||
<div class='item2'></div>
|
||||
</div>
|
||||
<div id='subhead'>
|
||||
<div id='motd'>content/home</div>
|
||||
<nav class='hnav'>
|
||||
|
||||
<a href="/" >
|
||||
home
|
||||
</a>
|
||||
|
||||
<a href="/about.html" >
|
||||
about
|
||||
</a>
|
||||
|
||||
<a href="/services.html" >
|
||||
services
|
||||
</a>
|
||||
|
||||
<a href="/contact.html" class="current">
|
||||
contact
|
||||
</a>
|
||||
|
||||
<a href="/articles.html" >
|
||||
articles
|
||||
</a>
|
||||
|
||||
</nav>
|
||||
|
||||
|
||||
</div>
|
||||
|
||||
|
||||
</div>
|
||||
|
||||
<div class='content'><h1>|= CONTACT</h1>
|
||||
<p>Please reach out to me anytime and for any reason!
|
||||
The best place to reach me is by my email:
|
||||
</p>
|
||||
<ul><li><a href='mailto:me@jameswitzeman.net'>me@jameswitzeman.net</a></li></ul>
|
||||
|
||||
</div>
|
||||
<div id='foot'>
|
||||
<div id='footbar'>
|
||||
<a href='mailto:me@jameswitzeman.net'>me@jameswitzeman.net</a>
|
||||
</div>
|
||||
|
||||
</div>
|
||||
</html>
|
||||
|
||||
Reference in New Issue
Block a user