update bio

This commit is contained in:
Tyler Koenig
2021-05-21 13:01:16 -04:00
parent dac6d25c08
commit 5567a0ce7d
2 changed files with 20 additions and 12 deletions

View File

@@ -19,9 +19,9 @@
<nav>
<a href="index.html">TYLER KOENIG</a>
<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="#contact" target="_self">CONTACT</a></li>
<li><a href="#projects" target="_self">PROJECTS</a></li>
</ul>
</nav>
<header>
@@ -41,15 +41,22 @@
<h2>about me</h2>
<p>
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>
<h4>skills</h4>
<ul>
<li>problem solving</li>
<li>adaptability</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>creativity</li>
</ul>
</div>
<div id="contact">
@@ -78,7 +85,7 @@
<a
href="mailto:tylerkng96@icloud.com"
target="_blank"
title="email"
title="tylerkng96@icloud.com"
>email
<i class="fa fa-envelope-o fa-lg" aria-hidden="true"></i>
</a>

View File

@@ -19,6 +19,12 @@ body {
margin: 0 auto;
}
nav ul {
list-style-type: none;
margin: auto;
padding: 0em;
}
nav a {
text-decoration: none;
border-radius: 500px;
@@ -30,11 +36,6 @@ nav a {
letter-spacing: 0.09rem;
}
nav ul {
list-style-type: none;
margin: auto;
padding: 0em;
}
nav a:hover {
background-color: #2a9d8f;