icons + style update
This commit is contained in:
BIN
images/rally.jpg
BIN
images/rally.jpg
Binary file not shown.
|
Before Width: | Height: | Size: 21 KiB |
40
index.html
40
index.html
@@ -10,6 +10,7 @@
|
|||||||
href="https://fonts.googleapis.com/css2?family=Source+Code+Pro:ital,wght@0,200;0,400;0,600;1,200;1,400;1,600&display=swap"
|
href="https://fonts.googleapis.com/css2?family=Source+Code+Pro:ital,wght@0,200;0,400;0,600;1,200;1,400;1,600&display=swap"
|
||||||
rel="stylesheet"
|
rel="stylesheet"
|
||||||
/>
|
/>
|
||||||
|
<script src="https://use.fontawesome.com/e427b1b41a.js"></script>
|
||||||
<link rel="stylesheet" type="text/css" href="style.css" />
|
<link rel="stylesheet" type="text/css" href="style.css" />
|
||||||
<title>Tyler Koenig</title>
|
<title>Tyler Koenig</title>
|
||||||
</head>
|
</head>
|
||||||
@@ -27,11 +28,11 @@
|
|||||||
<h1>
|
<h1>
|
||||||
<a href="index.html">Tyler Koenig</a>
|
<a href="index.html">Tyler Koenig</a>
|
||||||
</h1>
|
</h1>
|
||||||
<h2 class="intro">
|
<h3>
|
||||||
Warehouse Associate at Amazon
|
Warehouse Associate at Amazon
|
||||||
<p>Student at We Can Code IT</p>
|
<p>Student at We Can Code IT</p>
|
||||||
<p>Web Developer in the making!</p>
|
<p>Web Developer in the making!</p>
|
||||||
</h2>
|
</h3>
|
||||||
</header>
|
</header>
|
||||||
<main>
|
<main>
|
||||||
<section id="aboutMe">
|
<section id="aboutMe">
|
||||||
@@ -43,8 +44,11 @@
|
|||||||
</p>
|
</p>
|
||||||
<h4>skills</h4>
|
<h4>skills</h4>
|
||||||
<ul>
|
<ul>
|
||||||
<li>problem solver</li>
|
<li>problem solving</li>
|
||||||
<li>microsoft office</li>
|
<li>attention to detail</li>
|
||||||
|
<li>flexibility</li>
|
||||||
|
<li>time management</li>
|
||||||
|
<li>creativity</li>
|
||||||
</ul>
|
</ul>
|
||||||
</div>
|
</div>
|
||||||
<div id="contact">
|
<div id="contact">
|
||||||
@@ -55,16 +59,20 @@
|
|||||||
href="https://github.com/lerko96"
|
href="https://github.com/lerko96"
|
||||||
target="_blank"
|
target="_blank"
|
||||||
title="github"
|
title="github"
|
||||||
>github</a
|
|
||||||
>
|
>
|
||||||
|
github</a
|
||||||
|
>
|
||||||
|
<i class="fa fa-github fa-lg" aria-hidden="true"></i>
|
||||||
</li>
|
</li>
|
||||||
<li>
|
<li>
|
||||||
<a
|
<a
|
||||||
href="https://www.linkedin.com/in/tyler-koenig-72607a18b/"
|
href="https://www.linkedin.com/in/tyler-koenig-72607a18b/"
|
||||||
target="_blank"
|
target="_blank"
|
||||||
title="LinkedIn"
|
title="LinkedIn"
|
||||||
>linkedin</a
|
|
||||||
>
|
>
|
||||||
|
linkedin</a
|
||||||
|
>
|
||||||
|
<i class="fa fa-linkedin-square fa-lg" aria-hidden="true"></i>
|
||||||
</li>
|
</li>
|
||||||
<li>
|
<li>
|
||||||
<a
|
<a
|
||||||
@@ -73,6 +81,7 @@
|
|||||||
title="email"
|
title="email"
|
||||||
>email</a
|
>email</a
|
||||||
>
|
>
|
||||||
|
<i class="fa fa-envelope-o fa-lg" aria-hidden="true"></i>
|
||||||
</li>
|
</li>
|
||||||
</ul>
|
</ul>
|
||||||
</div>
|
</div>
|
||||||
@@ -93,10 +102,11 @@
|
|||||||
<img src="/images/amok.png" alt="virtual-pet-amok-console" />
|
<img src="/images/amok.png" alt="virtual-pet-amok-console" />
|
||||||
<ul class="project-skills">
|
<ul class="project-skills">
|
||||||
<h4>skills</h4>
|
<h4>skills</h4>
|
||||||
<li>Interface</li>
|
|
||||||
<li>Abstract Classes</li>
|
|
||||||
<li>Encapsulation</li>
|
|
||||||
<li>TDD</li>
|
<li>TDD</li>
|
||||||
|
<li>polymorphism</li>
|
||||||
|
<li>encapsulation</li>
|
||||||
|
<li>interface (implements)</li>
|
||||||
|
<li>abstract class (extends)</li>
|
||||||
</ul>
|
</ul>
|
||||||
</article>
|
</article>
|
||||||
<article class="project-item">
|
<article class="project-item">
|
||||||
@@ -112,10 +122,12 @@
|
|||||||
</div>
|
</div>
|
||||||
<img src="/images/shelter.png" alt="virtual-pet-shelter-console" />
|
<img src="/images/shelter.png" alt="virtual-pet-shelter-console" />
|
||||||
<ul class="project-skills">
|
<ul class="project-skills">
|
||||||
<h4>Skills</h4>
|
<h4>skills</h4>
|
||||||
<li>abstract</li>
|
<li>TDD</li>
|
||||||
<li>encaps</li>
|
<li>constructor() {...}</li>
|
||||||
<li>tdd</li>
|
<li>getter() {...}</li>
|
||||||
|
<li>map<> = hashmap<>()></li>
|
||||||
|
<li>collections<></li>
|
||||||
</ul>
|
</ul>
|
||||||
</article>
|
</article>
|
||||||
<article class="project-item">
|
<article class="project-item">
|
||||||
@@ -131,7 +143,7 @@
|
|||||||
</div>
|
</div>
|
||||||
<img src="/images/pet.png" alt="virtual-pet-console" />
|
<img src="/images/pet.png" alt="virtual-pet-console" />
|
||||||
<ul class="project-skills">
|
<ul class="project-skills">
|
||||||
<h4>Skills</h4>
|
<h4>skills</h4>
|
||||||
<li>game loop</li>
|
<li>game loop</li>
|
||||||
<li>user input</li>
|
<li>user input</li>
|
||||||
<li>classes</li>
|
<li>classes</li>
|
||||||
|
|||||||
63
style.css
63
style.css
@@ -1,9 +1,16 @@
|
|||||||
body {
|
body {
|
||||||
margin: 0;
|
/* box-sizing: border-box; */
|
||||||
color: #c9cacc;
|
color: #c9cacc;
|
||||||
background-color: #1b1b1b;
|
background-color: #1b1b1b;
|
||||||
font-size: 1.1rem;
|
font-size: 15px;
|
||||||
font-family: "Source Code Pro", monospace;
|
font-family: "Source Code Pro", monospace;
|
||||||
|
font-weight: 400;
|
||||||
|
line-height: 1.725;
|
||||||
|
text-rendering: geometricPrecision;
|
||||||
|
min-height: 100%;
|
||||||
|
display: block;
|
||||||
|
flex-direction: column;
|
||||||
|
margin: 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
#links ul {
|
#links ul {
|
||||||
@@ -33,14 +40,21 @@ body {
|
|||||||
}
|
}
|
||||||
|
|
||||||
header {
|
header {
|
||||||
background-color: #767f90;
|
background-color: #1b1b1b;
|
||||||
color: #1b1b1b;
|
color: #c9cacc;
|
||||||
margin: 0 auto;
|
margin: 0 auto;
|
||||||
text-align: center;
|
text-align: center;
|
||||||
padding: 2rem;
|
padding: 2rem;
|
||||||
line-height: 0.75rem;
|
line-height: 0.75rem;
|
||||||
border-top: 2px solid #ffffff;
|
border-top: 1.5px solid #c9cacc;
|
||||||
border-bottom: 2px solid #ffffff;
|
border-bottom: 1.5px solid #c9cacc;
|
||||||
|
}
|
||||||
|
|
||||||
|
header img {
|
||||||
|
width: 150px;
|
||||||
|
border: 5px solid #f4f1de;
|
||||||
|
border: 5px solid grey;
|
||||||
|
border-radius: 165px;
|
||||||
}
|
}
|
||||||
|
|
||||||
h1 {
|
h1 {
|
||||||
@@ -49,7 +63,7 @@ h1 {
|
|||||||
}
|
}
|
||||||
|
|
||||||
h1 a {
|
h1 a {
|
||||||
color: #3d405b;
|
color: #c9cacc;
|
||||||
text-decoration: none;
|
text-decoration: none;
|
||||||
}
|
}
|
||||||
|
|
||||||
@@ -64,25 +78,26 @@ h2,
|
|||||||
h3,
|
h3,
|
||||||
h4 {
|
h4 {
|
||||||
letter-spacing: 0.1em;
|
letter-spacing: 0.1em;
|
||||||
}
|
font-weight: 800;
|
||||||
|
|
||||||
header img {
|
|
||||||
width: 165px;
|
|
||||||
border: 5px solid #f4f1de;
|
|
||||||
border: 5px solid grey;
|
|
||||||
border-radius: 165px;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
/* h2 {
|
/* h2 {
|
||||||
font-size: 1.3rem;
|
font-size: 1.3rem;
|
||||||
} */
|
} */
|
||||||
|
|
||||||
|
main {
|
||||||
|
width: 700px;
|
||||||
|
margin: 0 auto;
|
||||||
|
}
|
||||||
|
|
||||||
#aboutMe {
|
#aboutMe {
|
||||||
display: flex;
|
display: flex;
|
||||||
border: 2px solid black;
|
border: 2px solid black;
|
||||||
width: 70%;
|
/* width: 70%; */
|
||||||
padding: 1.5rem;
|
padding: 1.5rem;
|
||||||
margin: 0 auto;
|
margin: 0 auto;
|
||||||
|
text-align: center;
|
||||||
|
justify-content: center;
|
||||||
}
|
}
|
||||||
|
|
||||||
@media (max-width: 620px) {
|
@media (max-width: 620px) {
|
||||||
@@ -99,12 +114,15 @@ header img {
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
#bio {
|
#bio {
|
||||||
width: 66%;
|
width: 400px;
|
||||||
margin: 0 auto;
|
margin: 0 auto;
|
||||||
padding: 1.5rem;
|
padding: 1.5rem;
|
||||||
|
text-align: start;
|
||||||
}
|
}
|
||||||
|
|
||||||
#contact {
|
#contact {
|
||||||
|
border: 1px solid red;
|
||||||
|
width: fit-content;
|
||||||
text-align: end;
|
text-align: end;
|
||||||
margin: 0 auto;
|
margin: 0 auto;
|
||||||
padding: 1.5rem;
|
padding: 1.5rem;
|
||||||
@@ -113,6 +131,7 @@ header img {
|
|||||||
.contactLinks li {
|
.contactLinks li {
|
||||||
list-style: none;
|
list-style: none;
|
||||||
line-height: 2rem;
|
line-height: 2rem;
|
||||||
|
letter-spacing: 0.15rem;
|
||||||
}
|
}
|
||||||
|
|
||||||
.contactLinks a {
|
.contactLinks a {
|
||||||
@@ -128,7 +147,7 @@ header img {
|
|||||||
|
|
||||||
#projects {
|
#projects {
|
||||||
display: block;
|
display: block;
|
||||||
width: 70%;
|
/* width: 70%; */
|
||||||
border: 2px solid red;
|
border: 2px solid red;
|
||||||
padding: 1.5rem;
|
padding: 1.5rem;
|
||||||
margin: 0 auto;
|
margin: 0 auto;
|
||||||
@@ -163,7 +182,8 @@ header img {
|
|||||||
}
|
}
|
||||||
|
|
||||||
.project-item img {
|
.project-item img {
|
||||||
width: 45%;
|
max-height: 200px;
|
||||||
|
/* width: 45%; */
|
||||||
border: 2px solid red;
|
border: 2px solid red;
|
||||||
margin: 0 auto;
|
margin: 0 auto;
|
||||||
}
|
}
|
||||||
@@ -181,13 +201,16 @@ header img {
|
|||||||
}
|
}
|
||||||
|
|
||||||
#projects h4 {
|
#projects h4 {
|
||||||
|
font-weight: 400;
|
||||||
}
|
}
|
||||||
|
|
||||||
.project-skills {
|
.project-skills {
|
||||||
|
color: #666;
|
||||||
|
border: 1px solid red;
|
||||||
list-style: none;
|
list-style: none;
|
||||||
width: 25%;
|
width: 33%;
|
||||||
margin: 0 auto;
|
margin: 0 auto;
|
||||||
text-align: end;
|
text-align: end;
|
||||||
float: left;
|
float: left;
|
||||||
line-height: 1.2rem;
|
line-height: 1.15rem;
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user