half-working version 1

This commit is contained in:
Lao Tzu
2026-06-11 16:41:45 -07:00
parent c887d058f0
commit 987cbe792f
397 changed files with 609 additions and 1199475 deletions
+53 -1
View File
@@ -1,4 +1,48 @@
<h1>|= ABOUT JAMES</h1>
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<title>ABOUT 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" class="current">
about
</a>
<a href="/services.html" >
services
</a>
<a href="/contact.html" >
contact
</a>
<a href="/articles.html" >
articles
</a>
</nav>
</div>
</div>
<div class='content'><h1>|= ABOUT JAMES</h1>
<p>
Caden James Witzeman is a programmer and jazz musician
based in the US! James likes progamming in C, PHP,
@@ -21,3 +65,11 @@
<li><a href="https://github.com/jameswitzeman?tab=repositories">GitHub</a></li>
<li><a href="https://www.instagram.com/xu4nde/">Instagram</a></li>
</ul>
</div>
<div id='foot'>
<div id='footbar'>
<a href='mailto:me@jameswitzeman.net'>me@jameswitzeman.net</a>
</div>
</div>
</html>