Updated more styles and some minor content fixes.
This commit is contained in:
parent
990ae366f5
commit
585d822f00
3 changed files with 50 additions and 16 deletions
10
css/700.css
10
css/700.css
|
@ -23,4 +23,12 @@ img {}
|
|||
.project-image > img {
|
||||
max-width: 90%;
|
||||
margin: 0.5rem;
|
||||
}
|
||||
}
|
||||
|
||||
h3 {
|
||||
font-size: 1.15rem;
|
||||
}
|
||||
|
||||
.social-links img {
|
||||
width: 3rem;
|
||||
}
|
||||
|
|
25
css/main.css
25
css/main.css
|
@ -20,6 +20,7 @@ header {
|
|||
|
||||
h1 {
|
||||
font-size: 1.6rem;
|
||||
line-height: 1.2em;
|
||||
}
|
||||
|
||||
h2 {
|
||||
|
@ -43,8 +44,6 @@ h4 {
|
|||
font-style: italic;
|
||||
}
|
||||
|
||||
|
||||
|
||||
.project {
|
||||
display: block;
|
||||
position: relative;
|
||||
|
@ -69,3 +68,25 @@ h4 {
|
|||
-moz-box-shadow: 2px 2px 8px 1px rgba(0,0,0,0.17);
|
||||
box-shadow: 2px 2px 8px 1px rgba(0,0,0,0.17);
|
||||
}
|
||||
|
||||
|
||||
img.headshot {
|
||||
margin-top: 5rem;
|
||||
}
|
||||
|
||||
.social-links img {
|
||||
width: 2rem;
|
||||
}
|
||||
|
||||
.social-links {
|
||||
margin: 1rem;
|
||||
}
|
||||
|
||||
|
||||
span.no-break {
|
||||
display: inline-block;
|
||||
}
|
||||
|
||||
section {
|
||||
margin-bottom: 2.3rem;
|
||||
}
|
31
index.html
31
index.html
|
@ -11,8 +11,12 @@
|
|||
<a href="">
|
||||
<img class="headshot" alt="Image of John's head." src="images/headshot-round-200.jpg" srcset="" />
|
||||
</a>
|
||||
<h1>John Shaver - Web Developer</h1>
|
||||
<div class="social-links"></div>
|
||||
<div class="social-links">
|
||||
<a href="https://www.github.com/bobjohnbob">
|
||||
<img src="images/GitHub-Mark-64px.png" alt="GitHub Profile">
|
||||
</a>
|
||||
</div>
|
||||
<h1><span class=no-break">John Shaver</span> <span class="no-break">Web Developer</span></h1>
|
||||
</header>
|
||||
<article>
|
||||
<section class="section about">
|
||||
|
@ -22,23 +26,24 @@
|
|||
a modern framework (preferably with React) to build or improve
|
||||
an interesting and purposeful project.</p>
|
||||
|
||||
<p>In high school studied Computer Networking Systems and
|
||||
Computer Programming part time at the nearby Occupation Skills
|
||||
Center. Since then I have been working with computers and
|
||||
teaching myself Software Development. I spent 7 years working
|
||||
<p>In high school, I spent half of the day during my Junior and
|
||||
Senior years studying Video Game Programming and Computer
|
||||
Networking Systems at the Occupation Skills Center in my
|
||||
district. Since then I have been working with computers,
|
||||
and studying Software Development. I spent 7 years working
|
||||
in various Technical Support roles where I gained an in-depth
|
||||
understanding of a variety of internet and server technologies.
|
||||
So, when I shifted my career to software development, working
|
||||
on web based software seemed an obvious choice.</p>
|
||||
|
||||
<p>I have spent the last 4 years designing, building, deploying
|
||||
and maintainging javascript applications. I've worked with
|
||||
iOS, PHP, NodeJS, and more recently React/Redux. I enjoy
|
||||
learning new things, solving difficult problems and building
|
||||
software that assists my clients/users in achieving success. I
|
||||
live in Hayden Idaho and my hobbies include Devops, listening
|
||||
to podcasts, playing ukulele and, especially, spending time
|
||||
with my wife and 3 kids.</p>
|
||||
and maintaining javascript applications. I've worked with iOS,
|
||||
PHP, NodeJS, and React/Redux. I enjoy learning better ways to
|
||||
do things, solving difficult problems and building software
|
||||
that assists my clients/users in achieving success. I live in
|
||||
Hayden Idaho and my hobbies include Devops, listening to
|
||||
podcasts, playing ukulele and, especially, spending time with
|
||||
my wife and 3 kids.</p>
|
||||
</section>
|
||||
<section class="section projects">
|
||||
<h2>Recent Software Projects</h2>
|
||||
|
|
Loading…
Reference in a new issue