summaryrefslogtreecommitdiff
path: root/about.html
diff options
context:
space:
mode:
Diffstat (limited to 'about.html')
-rw-r--r--about.html26
1 files changed, 26 insertions, 0 deletions
diff --git a/about.html b/about.html
new file mode 100644
index 0000000..08feb1e
--- /dev/null
+++ b/about.html
@@ -0,0 +1,26 @@
+<!DOCTYPE html>
+<html lang="en">
+<head>
+ <meta charset="UTF-8">
+ <title>About Me</title>
+ <link rel="stylesheet" href="style.css">
+ <link rel="shortcut icon" href="favicon.ico">
+</head>
+<body>
+ <h4>
+ <a class="menuitem" href="index.html">Home</a>
+ <a class="menuitem" href="projects/projects.html">Projects</a>
+ <a class="menuitem" href="trips/trips.html">Trips</a>
+ <a class="menuitem" href="ruby/ruby.html">Ruby (Images)</a>
+ <a class="menuitem" href="other/other.html">Other</a>
+ <a class="menuitem" href="about.html">About</a>
+ </h4>
+ <h2 class="title">About Me</h2>
+ <a class="back" href=index.html>&lt;-Back</a>
+ <br>
+ <img src="me.jpg">
+ <p>
+ This is me, of course. Thankfully I didn't eat most of this.
+ </p>
+</body>
+</html>