diff options
author | j-james | 2021-10-21 04:22:34 +0000 |
---|---|---|
committer | j-james | 2021-10-21 04:22:34 +0000 |
commit | 6fba454527f80cdde1eb48cc3572ad300cd37fa2 (patch) | |
tree | 7934a290f712cbcf212842aa445c36f22a8eb7e4 /resume.html | |
parent | a37b2f0bdfc2843d116f7e9f525e8c1bb8c7fd1c (diff) |
Update navbar to point to my resume
Client-side includes can't come soon enough :-(
Diffstat (limited to 'resume.html')
-rw-r--r-- | resume.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/resume.html b/resume.html index 5e956a3..7af33a6 100644 --- a/resume.html +++ b/resume.html @@ -12,7 +12,7 @@ <section class="title"> <!-- this part should be like bilal's --> <div> <!-- weirdly, this doesn't work as a p --> - <h1>Justice “JJ” James</h1> + <h1>Justice “JJ” James <a id="pdf" 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"> |