massive update
effectively restructured site, added new theme, and improved organization
This commit is contained in:
@@ -0,0 +1,36 @@
|
||||
<!DOCTYPE html>
|
||||
<html>
|
||||
|
||||
<head>
|
||||
<link rel="stylesheet" type="text/css" href="../style.css"/>
|
||||
</head>
|
||||
|
||||
<body>
|
||||
|
||||
<div class="bar">
|
||||
<a href="../index.html" class="nav">HOME</a>
|
||||
</div>
|
||||
|
||||
<div class="main">
|
||||
<p>
|
||||
<br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br>
|
||||
- my collection of logs -<br><br><br>
|
||||
|
||||
<a href="weblog.html">~web development log</a><br>
|
||||
where i log work i'm doing on here
|
||||
|
||||
<br><br>
|
||||
|
||||
<a href="booklog.html">~personal book log</a><br>
|
||||
where i write a little blurb about books i've read
|
||||
|
||||
<br><br>
|
||||
|
||||
<a href="fblog.html">~making a fingerboard</a><br>
|
||||
things i've learned<br>
|
||||
|
||||
</p>
|
||||
</div>
|
||||
</body>
|
||||
|
||||
<!html>
|
||||
Reference in New Issue
Block a user