Compare commits

..

No commits in common. "d84ebcae47c8d7fa8123821faf43800a5d2ec773" and "51deb0af5411f7216fcd3a291880946f8b1cead6" have entirely different histories.

2 changed files with 11 additions and 12 deletions

View file

@ -3,7 +3,7 @@
<head>
<meta charset="utf-8" />
<link href="https://fonts.googleapis.com/css?family=Open+Sans:300,300i,400,600,700" rel="stylesheet">
<link href="https://fonts.googleapis.com/css?family=Inconsolata" rel="stylesheet">
<link href="https://fonts.googleapis.com/css?family=Source+Code+Pro" rel="stylesheet">
<link rel="stylesheet" type="text/css" href="dep/normalize.css/normalize.css" />
<link rel="stylesheet" type="text/css" href="dep/Font-Awesome/css/all.css" />
<link rel="stylesheet" type="text/css" href="style.css" />
@ -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">Fullstack Engineer and Devops Enthusiast</span>
</header>
<section class="main-block">
<h2>
@ -65,7 +65,7 @@
</div>
<div class="details">
<header>
<h3>Owner/Full-Stack Engineer</h3>
<h3>Owner/Fullstack Engineer</h3>
<span class="place">J&amp;E Solutions</span>
<span class="location fa">Hayden, ID</span>
</header>
@ -92,7 +92,7 @@
<div>
<ul>
<li>Worked onsite with mCubed's largest client to increase the efficiency of their technicians.</li>
<li>Built an iOS webView app to provide camera access, geolocation and push notifications.</li>
<li>Built an iOS webView app to provide camera access, geolocation and push notifactions.</li>
<li>Client payed mCubed a fee to work directly with me and I started my own company.</li>
</ul>
</div>
@ -199,7 +199,6 @@
<li><i class="fab fa-linkedin fa-fw"></i> <a href="https://www.linkedin.com/in/thejshaver">thejshaver</a></li>
<li><i class="fas fa-envelope fa-fw"></i> <a href="mailto:john@jshaver.net?subject=%5C(%E2%80%A2%20%E2%97%A1%20%E2%80%A2)%2F%20OMG!%20Amazing%20Resume!!&body=Dear%20John%2C%0A">john@jshaver.net</a></li>
<li><i class="fas fa-phone fa-fw"></i> <a href="tel:18018503052">801.850.3052</a></li>
<li><i class="fas fa-code-branch fa-fw"></i> <a href="https://git.jshaver.net/jshaver">git.jshaver.net/jshaver</a></li>
</ul>
</div>
<div class="side-block skills">
@ -249,7 +248,7 @@
</div>
<div class="recommendation">
"John is an extremely capable and high value asset to a team. ..."
<div class="attribution"><a href="https://coolaj86.com/">AJ ONeal<br>Backend Engineer</a></div>
<div class="attribution"><a href="https://coolaj86.com/">AJ ONeal<br>Code Whisperer Lv. 99</a></div>
</div>
</div>
<div class="source-link no-print">

View file

@ -61,8 +61,8 @@ li{
position: relative; /* for disclaimer */
width: var(--sidebar-width);
height: 100%;
padding: 4.5rem var(--sidebar-horizontal-padding);
background-color: #f8f8f8;
padding: 6.48rem var(--sidebar-horizontal-padding);
background-color: #f3f3f3;
font-size: 1.274968rem;
}
@ -327,16 +327,16 @@ li{
}
.side-block{
margin-top: 6.5rem;
margin-top: 7.02rem;
}
#contact ul{
margin-top: 0.54rem;
padding-left: 0;
font-family: "Inconsolata", monospace;
font-family: "Source Code Pro";
font-weight: 400;
line-height: 1.75;
font-size: 1.3rem;
font-size: 1.049974rem;
}
#contact li > i{
@ -450,7 +450,7 @@ svg.ts-logo {
position: fixed;
bottom: 0;
right: 10rem;
background-color: #214827de;
background-color: #214827eb;
padding: 0.5rem 1.5rem 0.5rem 1.5rem;
font-size: 1.1rem;
color: #FFF;