diff options
-rw-r--r-- | 404.html | 14 | ||||
-rw-r--r-- | about.html | 8 | ||||
-rw-r--r-- | bookshelf.html | 8 | ||||
-rw-r--r-- | index.html | 8 | ||||
-rw-r--r-- | posts.html | 8 | ||||
-rw-r--r-- | projects.html | 8 |
6 files changed, 27 insertions, 27 deletions
@@ -2,9 +2,9 @@ <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"/> + <link rel="icon" type="image/jpg" href="https://j-james.me/assets/compass.jpg"/> + <link rel="stylesheet" href="https://j-james.me/css/normalize.css"/> + <link rel="stylesheet" href="https://j-james.me/css/style.css"/> </head> <body> <header> @@ -12,10 +12,10 @@ <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> + <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> @@ -12,10 +12,10 @@ <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> + <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> diff --git a/bookshelf.html b/bookshelf.html index 21888d6..6a65834 100644 --- a/bookshelf.html +++ b/bookshelf.html @@ -12,10 +12,10 @@ <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> + <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> @@ -12,10 +12,10 @@ <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> + <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> <main> @@ -12,10 +12,10 @@ <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> + <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> diff --git a/projects.html b/projects.html index 21888d6..6a65834 100644 --- a/projects.html +++ b/projects.html @@ -12,10 +12,10 @@ <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> + <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> |