summaryrefslogtreecommitdiff
path: root/bookshelf.html
diff options
context:
space:
mode:
authorj-james2021-02-17 06:38:00 +0000
committerj-james2021-02-17 06:39:49 +0000
commitd85d4ad29fb61d7f3c37bc306c055ca5dad424e7 (patch)
tree16859831c9ac73b916facf29817cb9daf65ad3af /bookshelf.html
parent9602dc29301db9fcc9d71cadb6c03e0dd982c91f (diff)
Launch first design of new website
Diffstat (limited to 'bookshelf.html')
-rw-r--r--bookshelf.html24
1 files changed, 24 insertions, 0 deletions
diff --git a/bookshelf.html b/bookshelf.html
new file mode 100644
index 0000000..21888d6
--- /dev/null
+++ b/bookshelf.html
@@ -0,0 +1,24 @@
+<html>
+<head>
+ <title>j-james</title>
+ <meta charset="utf-8"/>
+ <link rel="icon" type="image/jpg" href="assets/compass.jpg"/>
+ <link rel="stylesheet" href="css/normalize.css"/>
+ <link rel="stylesheet" href="css/style.css"/>
+</head>
+<body>
+ <header>
+ <h1>
+ <a href="https://j-james.me">j-james</a>
+ </h1>
+ <nav>
+ <a href="https://j-james.me/about/">about</a>
+ <a href="https://j-james.me/projects/">projects</a>
+ <a href="https://j-james.me/posts/">posts</a>
+ <a href="https://j-james.me/bookshelf/">bookshelf</a>
+ </nav>
+ </header>
+ <br>
+ <span>Under Construction</span>
+</body>
+</html>