summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorj-james2022-02-28 09:07:21 +0000
committerj-james2022-02-28 09:15:52 +0000
commitf90c82221b7aa82b48568dec1e2991b4a06d92b5 (patch)
treec0f39e15865e4291bff9b744bcc3bbf10036ce5d
parent1e471e79ad1006fd5b02a13eb9edd7fa2abed821 (diff)
Move resume out of main repository
-rw-r--r--css/resume.css118
-rw-r--r--resume.html171
-rw-r--r--resume.pdfbin82295 -> 0 bytes
3 files changed, 0 insertions, 289 deletions
diff --git a/css/resume.css b/css/resume.css
deleted file mode 100644
index daeeaa6..0000000
--- a/css/resume.css
+++ /dev/null
@@ -1,118 +0,0 @@
-@import url("fonts.css");
-
-body {
- font-family: Alegreya, serif;
- background-color: #FFF;
- color: #333;
- max-width: 40em;
- margin: 1em auto;
- padding: 0 1em;
- border: 1px solid #000;
- box-shadow: -1rem 1rem 0 0 rgba(0, 0, 0, 0.1);
-}
-
-a, a:visited {
- color: #1455FB;
- text-decoration: none;
-}
-
-h1, h2, h3, b {
- color: #000;
-}
-
-h2 {
- margin-bottom: 0;
-}
-
-h3 {
- margin-bottom: 0.5em;
-}
-
-ul {
- margin-top: 0;
-}
-
-#blurb {
- font-style: normal;
-}
-
-#contact {
- list-style: none;
-}
-
-#pdf {
- font-size: 0.5em;
-}
-
-.title {
- display: flex;
- flex-direction: row;
- justify-content: space-between;
- align-items: end;
- list-style-type: circle;
- margin-bottom: 0;
- margin-top: 0;
-}
-
-.print {
- display: none;
-}
-
-/* h2::after {
- content: "";
- width: 100px;
- border-top: 2px solid #333;
-} */
-
-@media screen and (max-width: 700px) {
- /* todo: fix lumping of contact section on the se/seii size */
- body {
- max-width: 80vw;
- font-size: 0.5em;
- }
-}
-
-@page {
- size: auto;
- margin: 2mm;
-}
-
-.text::after {
- content: ": " attr(href);
-}
-
-.print {
- display: block;
-}
-
-@media print {
- body {
- background-color: #FFF;
- color: #000;
- /* border: none;
- box-shadow: none; */
- font-size: 0.80em;
- }
- a, a:visited, hr {
- color: #000;
- }
- .text::after {
- content: ": " attr(href);
- }
- .print {
- display: block;
- }
- #pdf {
- display: none;
- }
-
- /* fit resume on one page when printing in firefox */
- @-moz-document url-prefix() {
- h1 {
- margin-bottom: 0.1em;
- }
- h2 {
- margin-top: 0.5em;
- }
- }
-}
diff --git a/resume.html b/resume.html
deleted file mode 100644
index e3a6bbd..0000000
--- a/resume.html
+++ /dev/null
@@ -1,171 +0,0 @@
-<!DOCTYPE html>
-<html>
-<head>
- <title>j-james | resume</title>
- <meta charset="utf-8"/>
- <meta name="viewport" content="width=device-width"/>
- <link rel="icon" type="image/jpg" href="assets/compass.jpg"/>
- <link rel="stylesheet" href="css/normalize.css"/>
- <link rel="stylesheet" href="css/resume.css"/>
-</head>
-<body>
- <!-- todo: the positions of dates are inconsistent -->
- <section class="title">
- <!-- this part should be like bilal's -->
- <div> <!-- weirdly, this doesn't work as a p -->
- <h1>Justice “JJ” James <a id="pdf" target="_blank" href="https://j-james.me/resume.pdf">[pdf]</a></h1>
- <i id="blurb">I like general mathematics, distributed systems, and Taylor Swift.</i>
- </div>
- <ul id="contact">
- <li>email: <a target="_blank" href="mailto:jj@j-james.me">jj@j-james.me</a></li>
- <li>website: <a target="_blank" href="https://j-james.me">j-james.me</a></li>
- <li>github: <a target="_blank" href="https://github.com/j-james">j-james</a></li>
- <!-- <li>gitlab: <a target="_blank" href="https://gitlab.com/j-james">j-james</a></li> -->
- <!-- <li>sourcehut: <a target="_blank" href="https://sr.ht/~j-james">j-james</a></li> -->
- <!-- <li>based: vancouver and seattle</li> -->
- </ul>
- </section>
- <section>
- <!-- this part should be like shuyao's -->
- <h2>Education</h2>
- <hr>
- <p class="title">
- <b>University of British Columbia</b>
- <i>September 2021 - Present</i>
- </p>
- <ul>
- <li>Expected Major: Combined <a target="_blank" href="https://you.ubc.ca/ubc_programs/mathematics-vancouver-bsc/">Mathematics</a> and <a target="_blank" href="https://you.ubc.ca/ubc_programs/computer-science-vancouver-bsc/">Computer Science</a></li>
- <li>Expected Graduation: April 2025</li>
- </ul>
- </section>
- <section>
- <h2>Skills</h2>
- <hr>
- <!-- <ul>
- <li>HTML/CSS: self-taught, many projects</li>
- <li>Java: {Spartronics experience}</li>
- <li>Python: {UBC CTF experience}</li>
- <li>Rust: {UBC Bionics experience}</li>
- <li>Nim: personal projects</li>
- <li>Go: minimal experience</li>
- <li>C: minimal experience, currently learning</li>
- </ul> -->
- <ul>
- <li><b>Experienced in:</b> Nim, HTML/CSS, Java, Linux, Git</li>
- <li><b>Good at:</b> Python, Racket, Golang, Bash, SQL (injections), Spanish</li>
- <li><b>Currently Learning:</b> C, Rust, JavaScript, TypeScript, Latin</li>
- </ul>
- </section>
- <section>
- <h2>Projects</h2>
- <hr>
- <ul>
- <li><b><a href="https://github.com/Spartronics4915/2020-InfiniteRecharge">athena</a></b>: performant and modular code for a competitive robot (written in Java)</li>
- <ul class="print">
- <li>GitHub: <a href="https://github.com/Spartronics4915/2020-InfiniteRecharge">https://github.com/Spartronics4915/2020-InfiniteRecharge</a></li>
- </ul>
- <li><b><a href="https://github.com/j-james/static-slack">static-slack</a></b>: a lightweight static site generator for Slack archives (written in Nim)</li>
- <ul class="print">
- <li>GitHub: <a href="https://github.com/j-james/static-slack">https://github.com/j-james/static-slack</a></li>
- </ul>
- <li><b><a href="https://github.com/Spartronics4915/developers_handbook">developers-handbook</a></b>: a guide for software development in FIRST robotics</li>
- <ul class="print">
- <li>GitHub: <a href="https://github.com/Spartronics4915/developers_handbook">https://github.com/Spartronics4915/developers_handbook</a></li>
- </ul>
- <li><b><a href="https://j-james.me/covid">covid</a></b>: tracking the COVID-19 outbreak along the West Coast (written in JavaScript)</li>
- <ul class="print">
- <li>GitHub: <a href="https://github.com/j-james/covid">https://github.com/j-james/covid</a> | Website: <a href="https://j-james.me/covid">https://j-james.me/covid</a></li>
- </ul>
- <li><b><a href="https://github.com/j-james/aoc">advent-of-code</a></b>: aesthetic solutions to yearly programming puzzles (written in Python)</li>
- <ul class="print">
- <li>GitHub: <a href="https://github.com/j-james/aoc">https://github.com/j-james/aoc</a></li>
- </ul>
- </ul>
- <!-- <p class="title">
- <b><a target="_blank" href="https://github.com/Spartronics4915/2020-InfiniteRecharge">2020-InfiniteRecharge</a></b>
- <i>Spring 2020</i>
- </p>
- <ul>
- <li>performant and modular code for a competitive robot</li>
- <li>written in Java</li>
- </ul>
- <p class="title">
- <b><a target="_blank" href="https://github.com/j-james/static-slack">static-slack</a></b>
- <i>Autumn 2020</i>
- </p>
- <ul>
- <li>A lightweight static site generator for Slack archives</li>
- <li>Written in Nim</li>
- </ul>
- <p class="title">
- <b><a target="_blank" href="https://github.com/Spartronics4915/developers_handbook">developers_handbook</a></b>
- <i>Spring 2021</i>
- </p>
- <ul>
- <li><a href="https://github.com/Spartronics4915/developers_handbook">Collaborative repository on GitHub</a></li>
- <li>a guide for development in FIRST robotics</li>
- </ul>
- <p class="title">
- <b><a target="_blank" href="https://github.com/j-james/aoc">aoc</a></b>
- <i>Ongoing</i>
- </p>
- <ul>
- <li>Aesthetic solutions to yearly Advent of Code puzzles</li>
- </ul> -->
- </section>
- <section>
- <h2>Experience</h2>
- <hr>
- <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>
- </p>
- <ul>
- <li>Capture the Flag (CTFs): competitive cybersecurity challenges</li>
- <li>#1 team in Canada</li>
- <li>Helped run and create challenges for MapleCTF, our own CTF</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>
- <h3>High School</h3>
- <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>
- <ul>
- <li>Programmer (September 2017 - June 2021)</li>
- <li>Leadership Member (June 2018 - June 2021)</li>
- <li>Programming Lead (June 2019 - June 2021)</li>
- <li>Team Captain (June 2019 - June 2021)</li>
- </ul>
- <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>
- </section>
- <section>
- <h2>Awards</h2>
- <hr>
- <ul>
- <li>National Honor Society member (2017 - 2021)</li>
- <li>National Merit Scholarship Semifinalist (2019)</li>
- <li>Presidential Volunteer Service Award Program (Bronze, 2019)</li>
- <li>Dean's List Semi-Finalist for FRC (2020)</li>
- <li>Washington State Honors (2021)</li>
- <li>SAT Score: 1570/1600</li>
- <li>ACT Score: 35/36</li>
- </ul>
- </section>
-</body>
-</html>
diff --git a/resume.pdf b/resume.pdf
deleted file mode 100644
index 811b762..0000000
--- a/resume.pdf
+++ /dev/null
Binary files differ