Compare commits

..

No commits in common. "4a1b1fe6cc12bf9a29a234506f2e312d3d29875f" and "6fb047a229c22b860622ab09c4e2f8dd53c1b73d" have entirely different histories.

2 changed files with 5 additions and 5 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>Lead the Skillabi team to develop and release the Skillabi MVP</li>
<li>Currently the technical lead continuing development on the Skillabi App</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>
</ul>
</div>
</div>
@ -233,8 +233,8 @@
<li><i class="fab fa-linux fa-fw"></i> Linux</li>
<li><i class="fas fa-globe fa-fw"></i> Terraform</li>
<li><i class="fab fa-aws fa-fw"></i> AWS</li>
<li><i class="fas fa-boxes fa-fw"></i> Devops</li>
<li><i class="fab fa-docker fa-fw"></i> Docker</li>
<li><i class="fab fa-css3 fa-fw"></i> CSS</li>
<!-- <li><i class="fas fa-user-ninja fa-fw"></i> nunchuck</li> -->
</ul>
</div>

View File

@ -1,8 +1,8 @@
#! /bin/sh
npx http-server &
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;
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;
kill %1;
exit;