diff options
author | j-james | 2022-01-17 08:12:45 +0000 |
---|---|---|
committer | j-james | 2022-01-17 08:12:45 +0000 |
commit | dfec2098fb910551aded24cccb52d21d439f2f9b (patch) | |
tree | f325a947bea313234665813207dcf1a994a65ce1 | |
parent | 85e07045d341b834e6e6dc7873f639baf3ffd8bc (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.html | 1 | ||||
-rw-r--r-- | about.html | 3 | ||||
-rw-r--r-- | bookshelf.html | 1 | ||||
-rw-r--r-- | index.html | 7 | ||||
-rw-r--r-- | links.html | 7 | ||||
-rw-r--r-- | monogram.html | 29 | ||||
-rw-r--r-- | posts.html | 1 | ||||
-rw-r--r-- | projects.html | 1 | ||||
-rw-r--r-- | resume.html | 33 | ||||
-rw-r--r-- | resume.pdf | bin | 80662 -> 80860 bytes |
10 files changed, 65 insertions, 18 deletions
@@ -1,3 +1,4 @@ +<!DOCTYPE html> <html> <head> <title>j-james | 404</title> @@ -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> @@ -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/ +--> @@ -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/ +--> @@ -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> Binary files differ |