New resume && style tweak

This commit is contained in:
swagg boi 2022-01-05 21:31:31 -05:00
parent 71107185bd
commit 010750b86e
6 changed files with 7 additions and 3 deletions

View file

@ -66,7 +66,7 @@ hr {
border: 0.25em outset;
border-color: #000000;
background-color: #BEBEBE;
padding: 0.75em;
padding: 0.5em;
width: 10em;
}

Binary file not shown.

Binary file not shown.

View file

@ -1 +1 @@
daniel-bowling-2019e.docx
daniel-bowling-2022.docx

View file

@ -1 +1 @@
daniel-bowling-2021.odt
daniel-bowling-2022.odt

View file

@ -27,4 +27,8 @@ $t->get_ok('/ula6', form => {macaddr => 'ea:88:5e:3f:a3:34'})->status_is(200);
# POST Requests
$t->post_ok('/cgi-bin/guest.cgi', form => \%guest_form)->status_is(200);
# Resume files
$t->get_ok('/resume/dbowling-resume.odt')->status_is(200);
$t->get_ok('/resume/dbowling-resume.docx')->status_is(200);
done_testing();