update bio
This commit is contained in:
21
index.html
21
index.html
@@ -19,9 +19,9 @@
|
|||||||
<nav>
|
<nav>
|
||||||
<a href="index.html">TYLER KOENIG</a>
|
<a href="index.html">TYLER KOENIG</a>
|
||||||
<ul>
|
<ul>
|
||||||
<li><a href="#projects" target="_self">PROJECTS</a></li>
|
|
||||||
<li><a href="#contact" target="_self">CONTACT</a></li>
|
|
||||||
<li><a href="#bio" target="_self">ABOUT</a></li>
|
<li><a href="#bio" target="_self">ABOUT</a></li>
|
||||||
|
<li><a href="#contact" target="_self">CONTACT</a></li>
|
||||||
|
<li><a href="#projects" target="_self">PROJECTS</a></li>
|
||||||
</ul>
|
</ul>
|
||||||
</nav>
|
</nav>
|
||||||
<header>
|
<header>
|
||||||
@@ -41,15 +41,22 @@
|
|||||||
<h2>about me</h2>
|
<h2>about me</h2>
|
||||||
<p>
|
<p>
|
||||||
I'm Tyler Koenig, a lifelong student. Graduated with an Associate
|
I'm Tyler Koenig, a lifelong student. Graduated with an Associate
|
||||||
of Arts from Lorain County Community College in 2018.
|
of Arts from Lorain County Community College in 2018. Inbound
|
||||||
|
associate at Amazon CLE-3 since December 2019. Currently learning
|
||||||
|
Java and front-end web development through We Can Code IT
|
||||||
|
Bootcamp. Always interested in a challenge!
|
||||||
</p>
|
</p>
|
||||||
<h4>skills</h4>
|
<h4>skills</h4>
|
||||||
<ul>
|
<ul>
|
||||||
<li>problem solving</li>
|
<li>adaptability</li>
|
||||||
<li>attention to detail</li>
|
<li>attention to detail</li>
|
||||||
<li>flexibility</li>
|
<li>html/css</li>
|
||||||
|
<li>github</li>
|
||||||
|
<li>java</li>
|
||||||
|
<li>microsoft office</li>
|
||||||
|
<li>remote teamwork</li>
|
||||||
|
<li>test-driven development</li>
|
||||||
<li>time management</li>
|
<li>time management</li>
|
||||||
<li>creativity</li>
|
|
||||||
</ul>
|
</ul>
|
||||||
</div>
|
</div>
|
||||||
<div id="contact">
|
<div id="contact">
|
||||||
@@ -78,7 +85,7 @@
|
|||||||
<a
|
<a
|
||||||
href="mailto:tylerkng96@icloud.com"
|
href="mailto:tylerkng96@icloud.com"
|
||||||
target="_blank"
|
target="_blank"
|
||||||
title="email"
|
title="tylerkng96@icloud.com"
|
||||||
>email
|
>email
|
||||||
<i class="fa fa-envelope-o fa-lg" aria-hidden="true"></i>
|
<i class="fa fa-envelope-o fa-lg" aria-hidden="true"></i>
|
||||||
</a>
|
</a>
|
||||||
|
|||||||
11
style.css
11
style.css
@@ -19,6 +19,12 @@ body {
|
|||||||
margin: 0 auto;
|
margin: 0 auto;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
nav ul {
|
||||||
|
list-style-type: none;
|
||||||
|
margin: auto;
|
||||||
|
padding: 0em;
|
||||||
|
}
|
||||||
|
|
||||||
nav a {
|
nav a {
|
||||||
text-decoration: none;
|
text-decoration: none;
|
||||||
border-radius: 500px;
|
border-radius: 500px;
|
||||||
@@ -30,11 +36,6 @@ nav a {
|
|||||||
letter-spacing: 0.09rem;
|
letter-spacing: 0.09rem;
|
||||||
}
|
}
|
||||||
|
|
||||||
nav ul {
|
|
||||||
list-style-type: none;
|
|
||||||
margin: auto;
|
|
||||||
padding: 0em;
|
|
||||||
}
|
|
||||||
|
|
||||||
nav a:hover {
|
nav a:hover {
|
||||||
background-color: #2a9d8f;
|
background-color: #2a9d8f;
|
||||||
|
|||||||
Reference in New Issue
Block a user