Compare commits
3 commits
6fb047a229
...
9fde14f4ae
Author | SHA1 | Date | |
---|---|---|---|
|
9fde14f4ae | ||
|
4a1b1fe6cc | ||
|
beb402410f |
2 changed files with 5 additions and 5 deletions
|
@ -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>
|
||||
|
@ -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-bolt fa-fw"></i> Serverless.js</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>
|
||||
|
|
|
@ -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;
|
||||
|
||||
|
|
Loading…
Reference in a new issue