update the resume a bit
This commit is contained in:
parent
6fb047a229
commit
beb402410f
2 changed files with 4 additions and 4 deletions
|
@ -58,8 +58,8 @@
|
||||||
<ul>
|
<ul>
|
||||||
<li>Worked with a team to successfully develop Skillsmatch MVP.</li>
|
<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>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 Skillabi team to develop and release the Skillabi MVP</li>
|
||||||
<li>Lead the move away from application-wide credentials to secure, per-user, role based auth.</li>
|
<li>Currently the technical lead continuing development on the Skillabi App</li>
|
||||||
</ul>
|
</ul>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|
|
@ -1,8 +1,8 @@
|
||||||
#! /bin/sh
|
#! /bin/sh
|
||||||
|
|
||||||
npx http-server &
|
npx http-server &
|
||||||
sleep 6;
|
sleep 2;
|
||||||
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;
|
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;
|
kill %1;
|
||||||
exit;
|
exit;
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue