This commit is contained in:
parent
9c0209fe1d
commit
a9b9612254
1 changed files with 10 additions and 9 deletions
19
index.html
19
index.html
|
@ -31,7 +31,7 @@
|
|||
<section id="main">
|
||||
<header id="title">
|
||||
<h1>John Shaver</h1>
|
||||
<span class="subtitle">Full-Stack Engineer and Devops Enthusiast</span>
|
||||
<span class="subtitle">Full-Stack Engineer</span>
|
||||
</header>
|
||||
<section class="main-block">
|
||||
<h2>
|
||||
|
@ -39,27 +39,28 @@
|
|||
</h2>
|
||||
<section class="blocks">
|
||||
<div class="date">
|
||||
<span>present</span><span>2017</span>
|
||||
<span>present</span><span>2019</span>
|
||||
</div>
|
||||
<div class="decorator">
|
||||
</div>
|
||||
<div class="details">
|
||||
<header>
|
||||
<h3>Technical Co-founder</h3>
|
||||
<span class="place"><a href="https:/ppl.family/">ppl :)</a></span>
|
||||
<span class="location fa">Remote (Provo, UT)</span>
|
||||
<h3>Lead Developer for Skillabi Project</h3>
|
||||
<span class="place"><a href="https:/economicmodeling.com/">Emsi/BurningGlass</a></span>
|
||||
<span class="location fa">Moscow, ID</span>
|
||||
</header>
|
||||
<div>
|
||||
<ul>
|
||||
<li>Building a home server to replace the ever expanding list of "cloud" services relied upon by today's family.</li>
|
||||
<li>Developing authentication protocols and network stack to support secure collection, access and sharing.</li>
|
||||
<li>Worked on a team developing Skillsmatch MVP.</li>
|
||||
<li>Worked on multiple iterations of the Skillabi Prototype.</li>
|
||||
<li>Lead Developer on Skillabi MVP and it's APIs</li>
|
||||
</ul>
|
||||
</div>
|
||||
</div>
|
||||
</section>
|
||||
<section class="blocks">
|
||||
<div class="date">
|
||||
<span>present</span><span>2014</span>
|
||||
<span>2019</span><span>2014</span>
|
||||
</div>
|
||||
<div class="decorator">
|
||||
</div>
|
||||
|
@ -72,7 +73,7 @@
|
|||
<div>
|
||||
<ul>
|
||||
<li>Design, implement and ship web based software to fit customer needs.</li>
|
||||
<li>This included: rest APIs, modern SPA interfaces, automating deployments and developer environments, OAuth2/OIDC authentication, implementing secure RPC calls over UDP, and much more.</li>
|
||||
<li>This included: rest APIs, modern SPA interfaces, automating deployments and developer environments, OAuth2/OIDC authentication, etc.</li>
|
||||
</ul>
|
||||
</div>
|
||||
</div>
|
||||
|
|
Loading…
Reference in a new issue