From f90c82221b7aa82b48568dec1e2991b4a06d92b5 Mon Sep 17 00:00:00 2001 From: j-james Date: Mon, 28 Feb 2022 01:07:21 -0800 Subject: Move resume out of main repository --- css/resume.css | 118 --------------------------------------- resume.html | 171 --------------------------------------------------------- resume.pdf | Bin 82295 -> 0 bytes 3 files changed, 289 deletions(-) delete mode 100644 css/resume.css delete mode 100644 resume.html delete mode 100644 resume.pdf 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 @@ - - - - j-james | resume - - - - - - - - -
- -
-

Justice “JJ” James [pdf]

- I like general mathematics, distributed systems, and Taylor Swift. -
- -
-
- -

Education

-
-

- University of British Columbia - September 2021 - Present -

- -
-
-

Skills

-
- - -
-
-

Projects

-
- - -
-
-

Experience

-
-

University

-

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

- -

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

- -

High School

-

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

- -

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

- -
-
-

Awards

-
- -
- - diff --git a/resume.pdf b/resume.pdf deleted file mode 100644 index 811b762..0000000 Binary files a/resume.pdf and /dev/null differ -- cgit v1.2.3-70-g09d2