summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorj-james2022-01-17 08:12:45 +0000
committerj-james2022-01-17 08:12:45 +0000
commitdfec2098fb910551aded24cccb52d21d439f2f9b (patch)
treef325a947bea313234665813207dcf1a994a65ce1
parent85e07045d341b834e6e6dc7873f639baf3ffd8bc (diff)
Prepend <!DOCTYPE html> to all pages
otherwise they're in "Quirks Mode", and who knows what issues that may cause
-rw-r--r--404.html1
-rw-r--r--about.html3
-rw-r--r--bookshelf.html1
-rw-r--r--index.html7
-rw-r--r--links.html7
-rw-r--r--monogram.html29
-rw-r--r--posts.html1
-rw-r--r--projects.html1
-rw-r--r--resume.html33
-rw-r--r--resume.pdfbin80662 -> 80860 bytes
10 files changed, 65 insertions, 18 deletions
diff --git a/404.html b/404.html
index a88c7aa..5b52ac7 100644
--- a/404.html
+++ b/404.html
@@ -1,3 +1,4 @@
+<!DOCTYPE html>
<html>
<head>
<title>j-james | 404</title>
diff --git a/about.html b/about.html
index a6f3545..e7667c0 100644
--- a/about.html
+++ b/about.html
@@ -1,3 +1,4 @@
+<!DOCTYPE html>
<html>
<head>
<title>j-james | about</title>
@@ -30,7 +31,7 @@
<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> (also available as a <a href="https://j-james.me/resume.pdf">PDF</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>
+ <p> This website is based off of the websites of <a href="https://czeng.org">Catherine Zeng</a>, <a href="https://nora.codes/">Leonora Tindall</a>, and <a href="https://hojberg.xyz">Simon Højberg</a>. </p>
</main>
<footer>
<p> © 2020-2021 j-james </p>
diff --git a/bookshelf.html b/bookshelf.html
index 1ec86fb..23ea379 100644
--- a/bookshelf.html
+++ b/bookshelf.html
@@ -1,3 +1,4 @@
+<!DOCTYPE html>
<html>
<head>
<title>j-james | bookshelf</title>
diff --git a/index.html b/index.html
index 45d11e8..66cee5f 100644
--- a/index.html
+++ b/index.html
@@ -1,3 +1,4 @@
+<!DOCTYPE html>
<html>
<head>
<title>j-james</title>
@@ -40,3 +41,9 @@
</footer>
</body>
</html>
+<!--
+ inspiration:
+ https://czeng.org/
+ https://nora.codes/
+ https://hojberg.xyz/
+-->
diff --git a/links.html b/links.html
index f658cbf..f3c5d20 100644
--- a/links.html
+++ b/links.html
@@ -1,3 +1,4 @@
+<!DOCTYPE html>
<html>
<head>
<title>j-james | links</title>
@@ -74,7 +75,6 @@
<li><a href="http://www.superbad.com/">superbad.com</a></li>
<li><a href="http://beesbeesbees.com/">beesbeesbees.com</a></li>
<li><a href="https://web.archive.org/web/2/https://scamdaddy.net/">scamdaddy.net</a></li>
- <li><a href="https://href.cool/about/">href.cool</a> - somebody else's collection</li>
</ul>
<h3>Articles</h3>
<ul>
@@ -123,6 +123,11 @@
<li><a href="https://tilde.club/~alun/">alun</a></li>
<li><a href="https://www.seattlekrakenhockey.com/">Seattle Kraken</a></li>
</ul>
+ <h3>More Links</h3>
+ <ul>
+ <li><a href="https://href.cool/about/">href.cool</a></li>
+ <li><a href="https://webring.xxiivv.com/">xxiivv</a></li>
+ </ul>
</main>
</body>
</html>
diff --git a/monogram.html b/monogram.html
new file mode 100644
index 0000000..7597a39
--- /dev/null
+++ b/monogram.html
@@ -0,0 +1,29 @@
+<!DOCTYPE html>
+<head>
+ <title>j-james</title>
+ <meta charset="utf-8"/>
+ <meta name="viewport" content="width=device-width"/>
+ <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"/>
+</head>
+<body>
+ <main style="font-family: 'Fira Code', monospace; width: 100%; min-height: 100vh; display: flex; flex-direction: column; align-items: center; justify-content: center; text-align: center;">
+ <img src="assets/compass.jpg" style="width: 250px; height: auto; margin-bottom: 2.5em;"/>
+ <nav style="margin-bottom: 10em;">
+ <a href="https://j-james.me" style="color: black;">home</a>
+ ·
+ <a href="https://j-james.me/about" style="color: black;">about</a>
+ ·
+ <a href="https://j-james.me/resume" style="color: black;">resume</a>
+ ·
+ <a href="https://j-james.me/links" style="color: black;">links</a>
+ ·
+ <a href="https://j-james.me/bookshelf" style="color: black;">bookshelf</a>
+ </nav>
+ </main>
+</body>
+<!--
+ inspiration:
+ https://isaacfreund.com/
+ https://emersion.fr/
+-->
diff --git a/posts.html b/posts.html
index 4ab52fa..c01e0c9 100644
--- a/posts.html
+++ b/posts.html
@@ -1,3 +1,4 @@
+<!DOCTYPE html>
<html>
<head>
<title>j-james | posts</title>
diff --git a/projects.html b/projects.html
index eacc36a..9a2a712 100644
--- a/projects.html
+++ b/projects.html
@@ -1,3 +1,4 @@
+<!DOCTYPE html>
<html>
<head>
<title>j-james | projects</title>
diff --git a/resume.html b/resume.html
index 8234535..5187dc0 100644
--- a/resume.html
+++ b/resume.html
@@ -1,3 +1,4 @@
+<!DOCTYPE html>
<html>
<head>
<title>j-james | resume</title>
@@ -50,9 +51,9 @@
<li>C: minimal experience, currently learning</li>
</ul> -->
<ul>
- <li><b>Experienced in:</b> Nim, HTML/CSS, Java</li>
- <li><b>Good at:</b> Python, Golang, Bash, Spanish</li>
- <li><b>Currently Learning:</b> C, Rust, TypeScript, Latin</li>
+ <li><b>Experienced in:</b> Nim, HTML/CSS, Java, Linux, Git</li>
+ <li><b>Good at:</b> Python, Rust, Golang, Bash, SQL (injections), Spanish</li>
+ <li><b>Currently Learning:</b> C, Racket, JavaScript, TypeScript, Latin</li>
</ul>
</section>
<section>
@@ -117,14 +118,6 @@
<hr>
<h3>High School</h3>
<p class="title">
- <b>Bainbridge Roller Hockey League (<a class="text" target="_blank" href="https://bihockey.org/">BRHL</a>)</b>
- <i>Summer 2011 - Summer 2021</i>
- </p>
- <ul>
- <li>Assistant Coach (Summer 2017 - Summer 2019)</li>
- <li>Referee (Summer 2018 - Summer 2021)</li>
- </ul>
- <p class="title">
<b>FIRST Robotics (<a class="text" target="_blank" href="https://spartronics4915.com">Spartronics 4915</a>)</b>
<i>September 2017 - June 2021</i>
</p>
@@ -134,15 +127,15 @@
<li>Programming Lead (June 2019 - June 2021)</li>
<li>Team Captain (June 2019 - June 2021)</li>
</ul>
- <h3>University</h3>
<p class="title">
- <b>UBC Bionics (<a class="text" target="_blank" href="https://ubcbionics.com/">BEAR UBC</a>)</b>
- <i>September 2021 - Present</i>
+ <b>Bainbridge Roller Hockey League (<a class="text" target="_blank" href="https://bihockey.org/">BRHL</a>)</b>
+ <i>Summer 2011 - Summer 2021</i>
</p>
<ul>
- <li>UBC Bionics: engineering design team building a bionic arm</li>
- <li>Embedded Programmer</li>
+ <li>Assistant Coach (Summer 2017 - Summer 2019)</li>
+ <li>Referee (Summer 2018 - Summer 2021)</li>
</ul>
+ <h3>University</h3>
<p class="title">
<b>UBC CTF (<a class="text" target="_blank" href="https://ubcctf.github.io">Maple Bacon</a>)</b>
<i>September 2021 - Present</i>
@@ -151,6 +144,14 @@
<li>Capture the Flag (CTFs): competitive cybersecurity challenges</li>
<li>#1 team in Canada</li>
</ul>
+ <p class="title">
+ <b>UBC Bionics (<a class="text" target="_blank" href="https://ubcbionics.com/">BEAR UBC</a>)</b>
+ <i>September 2021 - Present</i>
+ </p>
+ <ul>
+ <li>UBC Bionics: engineering design team building a bionic arm</li>
+ <li>Embedded Programmer</li>
+ </ul>
</section>
<section>
<h2>Awards</h2>
diff --git a/resume.pdf b/resume.pdf
index 70803d4..0115a91 100644
--- a/resume.pdf
+++ b/resume.pdf
Binary files differ