summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorj-james2021-10-16 09:33:26 +0000
committerj-james2021-10-16 09:33:26 +0000
commitde415e2275c0cfd151bfbb22d72f50c2a629fd3e (patch)
tree74213cff05e9e923ddf9dfe81b3773cad178b9f9
parenteea5ad751a60a886fc2e2dc0e906acdadfc7122a (diff)
Add titles to subpages
-rw-r--r--404.html2
-rw-r--r--about.html3
-rw-r--r--bookshelf.html2
-rw-r--r--links.html2
-rw-r--r--posts.html2
-rw-r--r--projects.html2
6 files changed, 7 insertions, 6 deletions
diff --git a/404.html b/404.html
index ad9f46e..fd3ef81 100644
--- a/404.html
+++ b/404.html
@@ -1,6 +1,6 @@
<html>
<head>
- <title>j-james</title>
+ <title>j-james | 404</title>
<meta charset="utf-8"/>
<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"/>
diff --git a/about.html b/about.html
index 7b7d72b..b466732 100644
--- a/about.html
+++ b/about.html
@@ -1,6 +1,6 @@
<html>
<head>
- <title>j-james</title>
+ <title>j-james | about</title>
<meta charset="utf-8"/>
<meta name="viewport" content="width=device-width"/>
<link rel="icon" type="image/jpg" href="assets/compass.jpg"/>
@@ -28,6 +28,7 @@
<!-- <p> Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. </p> -->
<p> I'm also a hobbyist programmer, skilled at <a href="https://nim-lang.org/">Nim</a>, <a href="https://developer.mozilla.org/en-US/docs/Web/HTML">HTML</a>/<a href="https://developer.mozilla.org/en-US/docs/Web/CSS">CSS</a>, and <a href="https://www.java.com/en/">Java</a>, sufficiently proficient in <a href="https://www.python.org/">Python</a> and <a href="https://golang.org/">Go</a>, and learning <a href="https://en.wikipedia.org/wiki/C_(programming_language)">C</a> and <a href="https://www.rust-lang.org/">Rust</a>. Most of my projects are created in one or more of those languages. If you're interested, several projects are available <a href="https://j-james.me/projects">here on my website</a>, with the rest having taken up residence in <a href="https://github.com/j-james">the depths of my GitHub profile</a> (a number are also on <a href="https://sr.ht/~j-james">SourceHut</a>). </p>
<p> If you're looking to contact me, feel free to reach out over email to <code>jj [at] this.website</code>. </p>
+ <p> If you're looking to hire me, you may be interested in <a href="https://j-james.me/resume.html">my resume</a>.</p>
<h2>Credits</h2>
<p> This website is based off of the websites of <a href="https://czeng.org">Catherine Zeng</a>, <a href="https://hojberg.xyz">Simon HĂžjberg</a>, and <a href="https://victoria.dev">Victoria Drake</a>. </p>
</main>
diff --git a/bookshelf.html b/bookshelf.html
index 192e37f..75272b9 100644
--- a/bookshelf.html
+++ b/bookshelf.html
@@ -1,6 +1,6 @@
<html>
<head>
- <title>j-james</title>
+ <title>j-james | bookshelf</title>
<meta charset="utf-8"/>
<meta name="viewport" content="width=device-width"/>
<link rel="icon" type="image/jpg" href="assets/compass.jpg"/>
diff --git a/links.html b/links.html
index 64b8ef8..ad32fa2 100644
--- a/links.html
+++ b/links.html
@@ -1,7 +1,7 @@
<html>
<head>
<meta http-equiv="content-type" content="text/html; charset=utf-8">
- <title>j-james</title>
+ <title>j-james | links</title>
<meta name="viewport" content="width=device-width">
<link rel="icon" type="image/jpg" href="assets/compass.jpg">
<link rel="stylesheet" href="css/normalize.css">
diff --git a/posts.html b/posts.html
index cb75477..75c9da8 100644
--- a/posts.html
+++ b/posts.html
@@ -1,6 +1,6 @@
<html>
<head>
- <title>j-james</title>
+ <title>j-james | posts</title>
<meta charset="utf-8"/>
<meta name="viewport" content="width=device-width"/>
<link rel="icon" type="image/jpg" href="assets/compass.jpg"/>
diff --git a/projects.html b/projects.html
index cb75477..d84e08b 100644
--- a/projects.html
+++ b/projects.html
@@ -1,6 +1,6 @@
<html>
<head>
- <title>j-james</title>
+ <title>j-james | projects</title>
<meta charset="utf-8"/>
<meta name="viewport" content="width=device-width"/>
<link rel="icon" type="image/jpg" href="assets/compass.jpg"/>