update the resume a bit

This commit is contained in:
John Shaver 2022-07-26 22:01:29 -07:00
parent 6fb047a229
commit beb402410f
2 changed files with 4 additions and 4 deletions

View File

@ -58,8 +58,8 @@
<ul>
<li>Worked with a team to successfully develop Skillsmatch MVP.</li>
<li>Worked with a team on multiple iterations of the Skillabi Prototype.</li>
<li>Currently leading a team to develop the Skillabi MVP and it's APIs.</li>
<li>Lead the move away from application-wide credentials to secure, per-user, role based auth.</li>
<li>Lead the Skillabi team to develop and release the Skillabi MVP</li>
<li>Currently the technical lead continuing development on the Skillabi App</li>
</ul>
</div>
</div>

View File

@ -1,8 +1,8 @@
#! /bin/sh
npx http-server &
sleep 6;
chromium --headless --disable-gpu --run-all-compositor-stages-before-draw --print-to-pdf="./John-Shaver-Resume-2021.pdf" http://localhost:8080/ --virtual-time-budget=10000;
sleep 2;
chromium --headless --disable-gpu --run-all-compositor-stages-before-draw --print-to-pdf="./John-Shaver-Resume-`date +"%Y"`.pdf" http://localhost:8080/ --virtual-time-budget=10000;
kill %1;
exit;