diff options
-rw-r--r-- | 404.html | 2 | ||||
-rw-r--r-- | about.html | 3 | ||||
-rw-r--r-- | bookshelf.html | 2 | ||||
-rw-r--r-- | links.html | 2 | ||||
-rw-r--r-- | posts.html | 2 | ||||
-rw-r--r-- | projects.html | 2 |
6 files changed, 7 insertions, 6 deletions
@@ -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"/> @@ -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"/> @@ -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"> @@ -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"/> |