Compare commits
36 commits
b125ba364b
...
6fb047a229
Author | SHA1 | Date | |
---|---|---|---|
6fb047a229 | |||
983330ebe9 | |||
a66db0da6e | |||
e51f964a64 | |||
0e727bae2e | |||
dee7a1cacd | |||
4071bae2ce | |||
a9b9612254 | |||
9c0209fe1d | |||
456ce9fc14 | |||
6fb8326c21 | |||
ad335e347c | |||
0a6fa7499d | |||
8e92bcdbc3 | |||
7941604f84 | |||
88d71f1f4f | |||
66d7cd6221 | |||
b516c3eca0 | |||
2be88b402e | |||
221cafa499 | |||
c9cb70de57 | |||
f329401355 | |||
cc81e46307 | |||
e5eadd8c73 | |||
228cf44e34 | |||
3dedf41107 | |||
53b81c2384 | |||
8f86cb49eb | |||
93c01754b8 | |||
ae883a4f7c | |||
df22590a11 | |||
d09c70c2a6 | |||
a308dce166 | |||
a8a24d31c3 | |||
4aefd44710 | |||
cfab74acba |
5 changed files with 143 additions and 104 deletions
42
.drone.yml
42
.drone.yml
|
@ -11,10 +11,13 @@ trigger:
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
- name: build-resume
|
- name: build-resume
|
||||||
image: browserless/chrome
|
image: jshaver/root-browserless-chrome
|
||||||
commands:
|
commands:
|
||||||
- "sleep 6"
|
- git submodule init
|
||||||
- "chrome-browser --headless --disable-gpu --run-all-compositor-stages-before-draw --print-to-pdf='./John-Shaver-Resume-2021.pdf' http://resume-server:8080/ --virtual-time-budget=10000;"
|
- git submodule update --recursive --remote
|
||||||
|
- sleep 25
|
||||||
|
- "google-chrome --headless --enable-logging=stderr -v=1 --no-sandbox --disable-gpu --run-all-compositor-stages-before-draw --virtual-time-budget=20000 --print-to-pdf='./John-Shaver-Resume-2021.pdf' http://resume:8080/"
|
||||||
|
- chmod 644 ./John-Shaver-Resume-2021.pdf
|
||||||
- name: deploy
|
- name: deploy
|
||||||
image: drillster/drone-rsync
|
image: drillster/drone-rsync
|
||||||
settings:
|
settings:
|
||||||
|
@ -25,14 +28,16 @@ steps:
|
||||||
from_secret: deploy-key
|
from_secret: deploy-key
|
||||||
source: ./
|
source: ./
|
||||||
target: /var/www/jshaver_net/stage/${DRONE_BRANCH}/resume
|
target: /var/www/jshaver_net/stage/${DRONE_BRANCH}/resume
|
||||||
|
prescript:
|
||||||
|
- mkdir -p /var/www/jshaver_net/stage/${DRONE_BRANCH}/resume
|
||||||
recursive: true
|
recursive: true
|
||||||
args:
|
args: "-v --files-from=deploy-list.txt"
|
||||||
- "--files-from=deploy-list.txt"
|
|
||||||
|
|
||||||
services:
|
services:
|
||||||
- name: resume-server
|
- name: resume
|
||||||
image: node
|
image: node
|
||||||
commands:
|
commands:
|
||||||
|
- 'echo "running the command"'
|
||||||
- "npx http-server"
|
- "npx http-server"
|
||||||
|
|
||||||
---
|
---
|
||||||
|
@ -48,11 +53,18 @@ trigger:
|
||||||
- push
|
- push
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
- name: build-resume
|
- name: submodules
|
||||||
image: browserless/chrome
|
image: alpine/git
|
||||||
commands:
|
commands:
|
||||||
- "sleep 6"
|
- git submodule update --recursive --remote
|
||||||
- "chrome-browser --headless --disable-gpu --run-all-compositor-stages-before-draw --print-to-pdf='./John-Shaver-Resume-2021.pdf' http://resume-server:8080/ --virtual-time-budget=10000;"
|
- name: build-resume
|
||||||
|
image: jshaver/root-browserless-chrome
|
||||||
|
commands:
|
||||||
|
- git submodule init
|
||||||
|
- git submodule update --recursive --remote
|
||||||
|
- sleep 25
|
||||||
|
- "google-chrome --headless --no-sandbox --disable-gpu --run-all-compositor-stages-before-draw --print-to-pdf='./John-Shaver-Resume-2021.pdf' http://resume:8080/ --virtual-time-budget=10000;"
|
||||||
|
- chmod 644 ./John-Shaver-Resume-2021.pdf
|
||||||
- name: deploy
|
- name: deploy
|
||||||
image: drillster/drone-rsync
|
image: drillster/drone-rsync
|
||||||
settings:
|
settings:
|
||||||
|
@ -64,5 +76,11 @@ steps:
|
||||||
source: ./
|
source: ./
|
||||||
target: /var/www/jshaver_net/resume
|
target: /var/www/jshaver_net/resume
|
||||||
recursive: true
|
recursive: true
|
||||||
args:
|
args: "-v --files-from=deploy-list.txt"
|
||||||
- "--files-from=deploy-list.txt"
|
|
||||||
|
services:
|
||||||
|
- name: resume
|
||||||
|
image: node
|
||||||
|
commands:
|
||||||
|
- "npx http-server"
|
||||||
|
|
||||||
|
|
3
Dockerfile
Normal file
3
Dockerfile
Normal file
|
@ -0,0 +1,3 @@
|
||||||
|
FROM browserless/chrome
|
||||||
|
USER root
|
||||||
|
CMD ["ls", "-la"]
|
|
@ -1,4 +1,7 @@
|
||||||
./dep/
|
|
||||||
./style.css
|
./style.css
|
||||||
index.html
|
index.html
|
||||||
./John-Shaver-Resume-2021.pdf
|
./John-Shaver-Resume-2021.pdf
|
||||||
|
./dep/normalize.css/normalize.css
|
||||||
|
./dep/Font-Awesome/css/all.css
|
||||||
|
./dep/Font-Awesome/webfonts/fa-brands-400.woff2
|
||||||
|
./dep/Font-Awesome/webfonts/fa-solid-900.woff2
|
||||||
|
|
176
index.html
176
index.html
|
@ -31,35 +31,42 @@
|
||||||
<section id="main">
|
<section id="main">
|
||||||
<header id="title">
|
<header id="title">
|
||||||
<h1>John Shaver</h1>
|
<h1>John Shaver</h1>
|
||||||
<span class="subtitle">Full-Stack Engineer and Devops Enthusiast</span>
|
<span class="subtitle">Full-Stack Engineer</span>
|
||||||
</header>
|
</header>
|
||||||
|
<!--
|
||||||
|
<section class="main-block summary">
|
||||||
|
<p>I'm a fullstack engineer with experience troubleshooting </p>
|
||||||
|
</section>
|
||||||
|
-->
|
||||||
<section class="main-block">
|
<section class="main-block">
|
||||||
<h2>
|
<h2>
|
||||||
<i class="fa fa-suitcase"></i> Experiences
|
<i class="fa fa-suitcase"></i> Experiences
|
||||||
</h2>
|
</h2>
|
||||||
<section class="blocks">
|
<section class="blocks">
|
||||||
<div class="date">
|
<div class="date">
|
||||||
<span>present</span><span>2017</span>
|
<span>present</span><span>2019</span>
|
||||||
</div>
|
</div>
|
||||||
<div class="decorator">
|
<div class="decorator">
|
||||||
</div>
|
</div>
|
||||||
<div class="details">
|
<div class="details">
|
||||||
<header>
|
<header>
|
||||||
<h3>Technical Co-founder</h3>
|
<h3>Software Engineer III and Lead Developer for Skillabi</h3>
|
||||||
<span class="place"><a href="https:/ppl.family/">ppl :)</a></span>
|
<span class="place"><a href="https:/economicmodeling.com/">Emsi/BurningGlass</a></span>
|
||||||
<span class="location fa">Remote (Provo, UT)</span>
|
<span class="location fa">Moscow, ID</span>
|
||||||
</header>
|
</header>
|
||||||
<div>
|
<div>
|
||||||
<ul>
|
<ul>
|
||||||
<li>Building a home server to replace the ever expanding list of "cloud" services relied upon by today's family.</li>
|
<li>Worked with a team to successfully develop Skillsmatch MVP.</li>
|
||||||
<li>Developing authentication protocols and network stack to support secure collection, access and sharing.</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>
|
||||||
</ul>
|
</ul>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</section>
|
</section>
|
||||||
<section class="blocks">
|
<section class="blocks">
|
||||||
<div class="date">
|
<div class="date">
|
||||||
<span>present</span><span>2014</span>
|
<span>2019</span><span>2014</span>
|
||||||
</div>
|
</div>
|
||||||
<div class="decorator">
|
<div class="decorator">
|
||||||
</div>
|
</div>
|
||||||
|
@ -72,7 +79,7 @@
|
||||||
<div>
|
<div>
|
||||||
<ul>
|
<ul>
|
||||||
<li>Design, implement and ship web based software to fit customer needs.</li>
|
<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>
|
</ul>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
@ -98,7 +105,8 @@
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</section>
|
</section>
|
||||||
<section class="blocks">
|
<!--
|
||||||
|
<section class="blocks">
|
||||||
<div class="date">
|
<div class="date">
|
||||||
<span>2013</span><span>2012</span>
|
<span>2013</span><span>2012</span>
|
||||||
</div>
|
</div>
|
||||||
|
@ -118,6 +126,7 @@
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</section>
|
</section>
|
||||||
|
-->
|
||||||
</section>
|
</section>
|
||||||
<section class="main-block">
|
<section class="main-block">
|
||||||
<h2>
|
<h2>
|
||||||
|
@ -125,42 +134,41 @@
|
||||||
</h2>
|
</h2>
|
||||||
<section class="blocks">
|
<section class="blocks">
|
||||||
<div class="date">
|
<div class="date">
|
||||||
<span>2018</span>
|
<span>2021</span>
|
||||||
</div>
|
</div>
|
||||||
<div class="decorator">
|
<div class="decorator">
|
||||||
</div>
|
</div>
|
||||||
<div class="details">
|
<div class="details">
|
||||||
<header>
|
<header>
|
||||||
<h3>Telebit</h3>
|
<h3>Skillabi</h3>
|
||||||
<span class="place"><a href="https://telebit.cloud">https://telebit.cloud</a></span>
|
<span class="place"><a href="https://skillabi.com">https://skillabi.com</a></span>
|
||||||
</header>
|
</header>
|
||||||
<div>
|
<div>
|
||||||
<ul>
|
<ul>
|
||||||
<li>Implemented design specification in HTML/CSS and Javascript.</li>
|
<li>Lead the development of the Skillabi from prototype to scalable production ready application.</li>
|
||||||
<li>Developed the email confirmation process from working prototype to production.</li>
|
<li>Design and develop role-based, per-user authorization on top of AWS Cognito to keep customer data secure.</li>
|
||||||
<li>Working to develop a cross platform electron implementation of the Telebit client interface.</li>
|
<li>Design and lead development and documenation of new API for storing customer data that is searchable, filterable, and secure.</li>
|
||||||
</ul>
|
</ul>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</section>
|
</section>
|
||||||
<section class="blocks">
|
<section class="blocks">
|
||||||
<div class="date">
|
<div class="date">
|
||||||
<span>2017</span>
|
<span>2019</span>
|
||||||
</div>
|
</div>
|
||||||
<div class="decorator">
|
<div class="decorator">
|
||||||
</div>
|
</div>
|
||||||
<div class="details">
|
<div class="details">
|
||||||
<header>
|
<header>
|
||||||
<h3>Historical Records Database</h3>
|
<h3>SkillsMatch</h3>
|
||||||
<span class="place">Not yet public.</span>
|
<span class="place"><a href="https://match.emsiskills.com">https://match.emsiskills.com</a></span>
|
||||||
</header>
|
</header>
|
||||||
<div>
|
<div>
|
||||||
<ul>
|
<ul>
|
||||||
<li>Converted the historical records database from MS Access to MySQL.</li>
|
<li>Worked on a team developing an MVP SAAS for to help adults coming back to school to find a path to their new career</li>
|
||||||
<li>Built an interface for searching the records in the database and finding information.</li>
|
<li>A react/redux front-end that interfaces with several APIs and micro-services</li>
|
||||||
<li>User authentication to allow specified users to add/edit records to/in the database.</li>
|
<li>Implement CI/CD via cypress, ava, and terraform on Codeship.com</li>
|
||||||
<li>User interface for adding/editing/deleting records by authenticated users.</li>
|
<li>We built several micro services and an API on AWS lambdas managed by serverless.js</li>
|
||||||
<li>Administration interface for administrators to add/create users.</li>
|
|
||||||
</ul>
|
</ul>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
@ -191,74 +199,70 @@
|
||||||
</section>
|
</section>
|
||||||
<aside id="sidebar">
|
<aside id="sidebar">
|
||||||
<div class="control-buttons no-print">
|
<div class="control-buttons no-print">
|
||||||
<a class="print-button" target="_blank" href="John-Shaver-Resume-2018.pdf"><i class="fas fa-print"></i></a>
|
<a class="print-button" target="_blank" href="John-Shaver-Resume-2021.pdf"><i class="fas fa-print"></i></a>
|
||||||
<a class="download-button no-print" href="John-Shaver-Resume-2018.pdf" download><i class="fas fa-file-download"></i></a>
|
<a class="download-button no-print" href="John-Shaver-Resume-2021.pdf" download><i class="fas fa-file-download"></i></a>
|
||||||
</div>
|
</div>
|
||||||
<div class="side-block" id="contact">
|
<div>
|
||||||
<h1>
|
<div class="side-block" id="contact">
|
||||||
Contact Info
|
<h1>
|
||||||
</h1>
|
Contact Info
|
||||||
<ul>
|
</h1>
|
||||||
<li><i class="fas fa-globe fa-fw"></i> <a href="https://jshaver.net">https://jshaver.net</a></li>
|
<ul>
|
||||||
<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-globe fa-fw"></i> <a href="https://jshaver.net">https://jshaver.net</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="fab fa-linkedin fa-fw"></i> <a href="https://www.linkedin.com/in/thejshaver">thejshaver</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-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-code-branch fa-fw"></i> <a href="https://git.jshaver.net/jshaver">git.jshaver.net/jshaver</a></li>
|
<li><i class="fas fa-phone fa-fw"></i> <a href="tel:18018503052">801.850.3052</a></li>
|
||||||
</ul>
|
<li><i class="fas fa-code-branch fa-fw"></i> <a href="https://git.jshaver.net/jshaver">git.jshaver.net/jshaver</a></li>
|
||||||
</div>
|
</ul>
|
||||||
<div class="side-block skills">
|
|
||||||
<h1>
|
|
||||||
Skills
|
|
||||||
</h1>
|
|
||||||
<ul>
|
|
||||||
<li></li>
|
|
||||||
<li>Troubleshooting</li>
|
|
||||||
<li>Self Motivation</li>
|
|
||||||
<li>Functional Programming</li>
|
|
||||||
<li>Effective Communication</li>
|
|
||||||
</ul>
|
|
||||||
<ul>
|
|
||||||
<li><i class="fab fa-js fa-fw"></i> Javascript</li>
|
|
||||||
<li>
|
|
||||||
<i class="fab fa-fw">
|
|
||||||
<svg class="ts-logo" viewBox="0 0 630 630">
|
|
||||||
<use xlink:href="#svg-ts-logo"></use>
|
|
||||||
</svg></i> Typescript
|
|
||||||
</li>
|
|
||||||
<li><i class="fab fa-react fa-fw"></i> React</li>
|
|
||||||
<li><i class="fas fa-rocket fa-fw"></i> express.js</li>
|
|
||||||
<li><i class="fas fa-database fa-fw"></i> Relational Databases</li>
|
|
||||||
<li><i class="fab fa-linux fa-fw"></i> Linux</li>
|
|
||||||
<li><i class="fas fa-code-branch fa-fw"></i> git</li>
|
|
||||||
<li><i class="fab fa-aws fa-fw"></i> AWS</li>
|
|
||||||
<li><i class="fab fa-docker fa-fw"></i> Docker</li>
|
|
||||||
<!-- <li><i class="fas fa-user-ninja fa-fw"></i> nunchuck</li> -->
|
|
||||||
</ul>
|
|
||||||
</div>
|
|
||||||
<div class="side-block recommendations">
|
|
||||||
<h1>
|
|
||||||
Recommendations
|
|
||||||
</h1>
|
|
||||||
<div class="recommendation">
|
|
||||||
"John Shaver has produced consistently excellent work over the years..."
|
|
||||||
<div class="attribution"><a href="https://www.linkedin.com/in/joel-pomije-7123822/">Joel Pomije<br>Lead Developer</a></div>
|
|
||||||
</div>
|
</div>
|
||||||
<div class="recommendation">
|
<div class="side-block skills">
|
||||||
"He is very knowledgable in the fields of JavaScript, as well as networking, servers and the internet in general."
|
<h1>
|
||||||
<div class="attribution"><a href="https://www.linkedin.com/in/drew-warren-853551122/">Drew Warren<br>Scrum Master/Developer</a></div>
|
Skills
|
||||||
|
</h1>
|
||||||
|
<ul>
|
||||||
|
<li><i class="fab fa-js-square fa-fw"></i> Javascript</li>
|
||||||
|
<li>
|
||||||
|
<i class="fab fa-fw">
|
||||||
|
<svg class="ts-logo" viewBox="0 0 630 630">
|
||||||
|
<use xlink:href="#svg-ts-logo"></use>
|
||||||
|
</svg></i> Typescript
|
||||||
|
</li>
|
||||||
|
<li><i class="fab fa-react fa-fw"></i> React</li>
|
||||||
|
<li><i class="fab fa-node fa-fw"></i> node.js</li>
|
||||||
|
<li><i class="fas fa-database fa-fw"></i> Relational Databases</li>
|
||||||
|
<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="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>
|
</div>
|
||||||
<div class="recommendation">
|
<div class="side-block recommendations">
|
||||||
"He has a very broad knowledge base that he brings to any project..."
|
<h1>
|
||||||
<div class="attribution"><a href="https://www.linkedin.com/in/james-hager-ab361112a/">James Hagar<br>Project Manager</a></div>
|
Recommendations
|
||||||
|
</h1>
|
||||||
|
<div class="recommendation">
|
||||||
|
"John Shaver has produced consistently excellent work over the years..."
|
||||||
|
<div class="attribution"><a href="https://www.linkedin.com/in/joel-pomije-7123822/">Joel Pomije<br>Lead Developer</a></div>
|
||||||
|
</div>
|
||||||
|
<div class="recommendation">
|
||||||
|
"He is very knowledgable in the fields of JavaScript, as well as networking, servers and the internet in general."
|
||||||
|
<div class="attribution"><a href="https://www.linkedin.com/in/drew-warren-853551122/">Drew Warren<br>Scrum Master/Developer</a></div>
|
||||||
|
</div>
|
||||||
|
<div class="recommendation">
|
||||||
|
"He has a very broad knowledge base that he brings to any project..."
|
||||||
|
<div class="attribution"><a href="https://www.linkedin.com/in/james-hager-ab361112a/">James Hagar<br>Project Manager</a></div>
|
||||||
|
</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>
|
||||||
</div>
|
</div>
|
||||||
<div class="recommendation">
|
<div class="source-link no-print">
|
||||||
"John is an extremely capable and high value asset to a team. ..."
|
source code: <a href="https://git.jshaver.net/jshaver/html-resume">https://git.jshaver.net/jshaver/html-resume</a>
|
||||||
<div class="attribution"><a href="https://coolaj86.com/">AJ ONeal<br>Backend Engineer</a></div>
|
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
<div class="source-link no-print">
|
|
||||||
source code: <a href="https://git.jshaver.net/jshaver/html-resume">https://git.jshaver.net/jshaver/html-resume</a>
|
|
||||||
</div>
|
|
||||||
</aside>
|
</aside>
|
||||||
</body>
|
</body>
|
||||||
</html>
|
</html>
|
||||||
|
|
21
style.css
21
style.css
|
@ -53,7 +53,7 @@ li{
|
||||||
float: left;
|
float: left;
|
||||||
width: var(--main-width);
|
width: var(--main-width);
|
||||||
padding: 2.7rem 2.7rem 0 2.7rem;
|
padding: 2.7rem 2.7rem 0 2.7rem;
|
||||||
font-size: 1.124972rem;
|
font-size: 1.3rem;
|
||||||
}
|
}
|
||||||
|
|
||||||
#sidebar{
|
#sidebar{
|
||||||
|
@ -101,6 +101,12 @@ li{
|
||||||
margin-top: 2.7rem;
|
margin-top: 2.7rem;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.main-block.summary{
|
||||||
|
text-align: center;
|
||||||
|
font-size: 1.4rem;
|
||||||
|
font-style: italic;
|
||||||
|
}
|
||||||
|
|
||||||
#main h2{
|
#main h2{
|
||||||
position: relative;
|
position: relative;
|
||||||
top: var(--row-blocks-padding-top);
|
top: var(--row-blocks-padding-top);
|
||||||
|
@ -242,6 +248,7 @@ li{
|
||||||
|
|
||||||
.details h3{
|
.details h3{
|
||||||
font-size: 1.349966rem;
|
font-size: 1.349966rem;
|
||||||
|
margin-bottom: 0.2rem;
|
||||||
}
|
}
|
||||||
|
|
||||||
.main-block:not(.concise) .details div{
|
.main-block:not(.concise) .details div{
|
||||||
|
@ -324,10 +331,14 @@ li{
|
||||||
#sidebar h1{
|
#sidebar h1{
|
||||||
font-weight: 400;
|
font-weight: 400;
|
||||||
font-size: 1.649959rem;
|
font-size: 1.649959rem;
|
||||||
|
margin-bottom: 2rem;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.side-block:first-child{
|
||||||
|
margin-top: 7rem;
|
||||||
|
}
|
||||||
.side-block{
|
.side-block{
|
||||||
margin-top: 6.5rem;
|
margin-top: 8.2rem;
|
||||||
}
|
}
|
||||||
|
|
||||||
#contact ul{
|
#contact ul{
|
||||||
|
@ -345,7 +356,7 @@ li{
|
||||||
}
|
}
|
||||||
|
|
||||||
.skills{
|
.skills{
|
||||||
line-height: 1.5;
|
line-height: 1.7;
|
||||||
}
|
}
|
||||||
|
|
||||||
.skills ul{
|
.skills ul{
|
||||||
|
@ -397,7 +408,7 @@ body > *{
|
||||||
|
|
||||||
|
|
||||||
.recommendation {
|
.recommendation {
|
||||||
margin: 1.5em 0.0rem;
|
margin-bottom: 1.5rem;
|
||||||
font-style: italic;
|
font-style: italic;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -479,4 +490,4 @@ svg.ts-logo {
|
||||||
.control-buttons a {
|
.control-buttons a {
|
||||||
color: #28582fed;
|
color: #28582fed;
|
||||||
margin: 0.2em;
|
margin: 0.2em;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue