update bio
This commit is contained in:
21
index.html
21
index.html
@@ -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>
|
||||
|
||||
11
style.css
11
style.css
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user