diff options
-rw-r--r-- | 404.html | 4 | ||||
-rw-r--r-- | css/resume.css | 10 | ||||
-rw-r--r-- | resume.html | 8 | ||||
-rw-r--r-- | resume.pdf | bin | 80860 -> 82246 bytes |
4 files changed, 16 insertions, 6 deletions
@@ -3,8 +3,8 @@ <head> <title>j-james | 404</title> <meta charset="utf-8"/> - <meta http-equiv="refresh" content="0; URL=https://www.youtube.com/watch?v=dQw4w9WgXcQ"/> - <link rel="canonical" href="https://www.youtube.com/watch?v=dQw4w9WgXcQ"/> + <!-- <meta http-equiv="refresh" content="0; URL=https://www.youtube.com/watch?v=dQw4w9WgXcQ"/> --> + <!-- <link rel="canonical" href="https://www.youtube.com/watch?v=dQw4w9WgXcQ"/> --> <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"/> <link rel="stylesheet" href="https://j-james.me/css/style.css"/> diff --git a/css/resume.css b/css/resume.css index f43ab7f..daeeaa6 100644 --- a/css/resume.css +++ b/css/resume.css @@ -77,13 +77,21 @@ ul { 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.82em; + font-size: 0.80em; } a, a:visited, hr { color: #000; diff --git a/resume.html b/resume.html index 5187dc0..7a0ffdb 100644 --- a/resume.html +++ b/resume.html @@ -52,8 +52,8 @@ </ul> --> <ul> <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> + <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> @@ -143,6 +143,7 @@ <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> @@ -163,7 +164,8 @@ <li>Dean's List Semi-Finalist for FRC (2020)</li> <li>Washington State Honors (2021)</li> <!-- <li>Most Likely to Ask “Are We There Yet?” (voted on by the class of 2021)</li> --> - <li>SAT Score: 1570/1600 ACT Score: 35/36</li> + <li>SAT Score: 1570/1600</li> + <li>ACT Score: 35/36</li> </ul> </section> </body> Binary files differ |