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>SERVICES</h1>
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<title>WHAT CAN YOUR JAMES DO FOR YOU?</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" class="current">
services
</a>
<a href="/contact.html" >
contact
</a>
<a href="/articles.html" >
articles
</a>
</nav>
</div>
</div>
<div class='content'><h1>SERVICES</h1>
<h2>|= IT SOLUTIONS</h2>
<p>It sounds really fancy phrased that way.
If you need someone to maintain your website, fix
@@ -45,3 +89,11 @@ math up to Calculus III. Some classes I passed:
learn, or have a child looking to pick up music, I can
help any beginner to intermediate player!</p>
</div>
<div id='foot'>
<div id='footbar'>
<a href='mailto:me@jameswitzeman.net'>me@jameswitzeman.net</a>
</div>
</div>
</html>