From 4e473e025eb912938d738235c6ce01de142498d4 Mon Sep 17 00:00:00 2001 From: j-james Date: Mon, 13 Dec 2021 02:56:16 -0800 Subject: Add a short overview of some projects to my resume Also update my bookshelf and links pages --- assets/coraline.jpg | Bin 0 -> 128771 bytes bookshelf.html | 4 +++ css/resume.css | 17 +++++++--- links.html | 14 +++++++-- resume.html | 89 +++++++++++++++++++++++++++++++++++----------------- resume.pdf | Bin 56752 -> 76466 bytes 6 files changed, 90 insertions(+), 34 deletions(-) create mode 100644 assets/coraline.jpg diff --git a/assets/coraline.jpg b/assets/coraline.jpg new file mode 100644 index 0000000..04df4f4 Binary files /dev/null and b/assets/coraline.jpg differ diff --git a/bookshelf.html b/bookshelf.html index 007c14e..1ec86fb 100644 --- a/bookshelf.html +++ b/bookshelf.html @@ -178,6 +178,10 @@

Avatar: The Last Airbender

+
+ +

Coraline

+

My Neighbor Totoro

diff --git a/css/resume.css b/css/resume.css index dc60b6c..f43ab7f 100644 --- a/css/resume.css +++ b/css/resume.css @@ -54,6 +54,10 @@ ul { margin-top: 0; } +.print { + display: none; +} + /* h2::after { content: ""; width: 100px; @@ -77,18 +81,23 @@ ul { body { background-color: #FFF; color: #000; - border: none; - box-shadow: none; + /* border: none; + box-shadow: none; */ + font-size: 0.82em; } a, a:visited, hr { color: #000; } - b > a::after { - content: ": " attr(href) + .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 { diff --git a/links.html b/links.html index 9176f64..2aaee0d 100644 --- a/links.html +++ b/links.html @@ -33,6 +33,8 @@
  • Photopea - online photo editor
  • remove.bg - remove image backgrounds
  • unscreen - remove video backgrounds
  • +
  • TinEye - reverse image search
  • +
  • OpenStreetMap - the wikipedia of mapping
  • Windy - real-time weather patterns
  • Gemini Proxy - browse the textual web
  • sdl.org and teknik.io - public access services
  • @@ -45,9 +47,17 @@
  • Sci-Hub - public access research
  • Project Gutenburg - free ebooks
  • Standard Ebooks - nicely typeset, public domain ebooks
  • -
  • Khan Academy - a free K-12 curriculum
  • +
  • Moby Thesaurus - the most comprehensive english-language thesaurus
  • 3Blue1Brown - visualized mathematics
  • -
  • Interneting Is Hard - friendly webdev tutorial
  • + +

    Tutorials

    +

    Websites

    diff --git a/resume.html b/resume.html index 7af33a6..9cba6d8 100644 --- a/resume.html +++ b/resume.html @@ -12,7 +12,7 @@
    -

    Justice “JJ” James [pdf]

    +

    Justice “JJ” James [pdf]

    I like general mathematics, distributed systems, and Taylor Swift.
    @@ -42,35 +43,77 @@ - +

    + aoc + Ongoing +

    + --> +

    Experience


    High School

    - Bainbridge Roller Hockey League + Bainbridge Roller Hockey League (BRHL) Summer 2011 - Summer 2021

    - FIRST Robotics (Spartronics 4915) + FIRST Robotics (Spartronics 4915) September 2017 - June 2021

    University

    - UBC Bionics (BEAR UBC) + UBC Bionics (BEAR UBC) September 2021 - Present

    - UBC CTF (Maple Bacon) + UBC CTF (Maple Bacon) September 2021 - Present

    -

    Awards


    diff --git a/resume.pdf b/resume.pdf index c3df38d..f799270 100644 Binary files a/resume.pdf and b/resume.pdf differ -- cgit v1.2.3-70-g09d2