diff --git a/public/css/swagg.css b/public/css/swagg.css index 4c26bb5..1e89f6b 100644 --- a/public/css/swagg.css +++ b/public/css/swagg.css @@ -66,7 +66,7 @@ hr { border: 0.25em outset; border-color: #000000; background-color: #BEBEBE; - padding: 0.75em; + padding: 0.5em; width: 10em; } diff --git a/public/resume/daniel-bowling-2022.docx b/public/resume/daniel-bowling-2022.docx new file mode 100644 index 0000000..c3b42b0 Binary files /dev/null and b/public/resume/daniel-bowling-2022.docx differ diff --git a/public/resume/daniel-bowling-2022.odt b/public/resume/daniel-bowling-2022.odt new file mode 100644 index 0000000..09464cb Binary files /dev/null and b/public/resume/daniel-bowling-2022.odt differ diff --git a/public/resume/dbowling-resume.docx b/public/resume/dbowling-resume.docx index b4409e2..7c539a0 120000 --- a/public/resume/dbowling-resume.docx +++ b/public/resume/dbowling-resume.docx @@ -1 +1 @@ -daniel-bowling-2019e.docx \ No newline at end of file +daniel-bowling-2022.docx \ No newline at end of file diff --git a/public/resume/dbowling-resume.odt b/public/resume/dbowling-resume.odt index 8443a42..7361096 120000 --- a/public/resume/dbowling-resume.odt +++ b/public/resume/dbowling-resume.odt @@ -1 +1 @@ -daniel-bowling-2021.odt \ No newline at end of file +daniel-bowling-2022.odt \ No newline at end of file diff --git a/t/basic.t b/t/basic.t index 1029d2d..2974e27 100644 --- a/t/basic.t +++ b/t/basic.t @@ -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();