New resume && style tweak
This commit is contained in:
parent
71107185bd
commit
010750b86e
|
@ -66,7 +66,7 @@ hr {
|
|||
border: 0.25em outset;
|
||||
border-color: #000000;
|
||||
background-color: #BEBEBE;
|
||||
padding: 0.75em;
|
||||
padding: 0.5em;
|
||||
width: 10em;
|
||||
}
|
||||
|
||||
|
|
BIN
public/resume/daniel-bowling-2022.docx
Normal file
BIN
public/resume/daniel-bowling-2022.docx
Normal file
Binary file not shown.
BIN
public/resume/daniel-bowling-2022.odt
Normal file
BIN
public/resume/daniel-bowling-2022.odt
Normal file
Binary file not shown.
|
@ -1 +1 @@
|
|||
daniel-bowling-2019e.docx
|
||||
daniel-bowling-2022.docx
|
|
@ -1 +1 @@
|
|||
daniel-bowling-2021.odt
|
||||
daniel-bowling-2022.odt
|
|
@ -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();
|
||||
|
|
Loading…
Reference in a new issue