Compare commits

...

2 Commits

Author SHA1 Message Date
ea76d15383
Add resume 2024-11-16 20:13:11 -05:00
6d72890f61
Update header link 2024-11-16 19:34:07 -05:00
4 changed files with 3 additions and 3 deletions

0
Dockerfile Normal file
View File

View File

@ -6,7 +6,7 @@
},
{
"name": "Resume",
"url": "https://s3.clortox.com/static-assets/Resume.pdf"
"url": "/resume.pdf"
},
{
"name": "Posts",

BIN
static/Resume.pdf Normal file

Binary file not shown.

View File

@ -2,8 +2,8 @@
@font-face {
font-family: 'Hermit';
src: url('https://www.clortox.com/fonts/Hermit-Regular.woff') format('woff');
url('https://www.clortox.com/fonts/Hermit-Regular.woff2') format('woff2');
src: url('/fonts/Hermit-Regular.woff') format('woff');
url('/fonts/Hermit-Regular.woff2') format('woff2');
font-weight: normal;
font-style: normal;
font-display: swap;