footer and style
This commit is contained in:
28
index.html
28
index.html
@@ -15,7 +15,7 @@
|
||||
<title>Tyler Koenig</title>
|
||||
</head>
|
||||
<body>
|
||||
<nav id="links">
|
||||
<nav>
|
||||
<ul>
|
||||
<li style="float: left"><a href="index.html">TYLER KOENIG</a></li>
|
||||
<li><a href="#projects" target="_self">PROJECTS</a></li>
|
||||
@@ -28,11 +28,11 @@
|
||||
<h1>
|
||||
<a href="index.html">Tyler Koenig</a>
|
||||
</h1>
|
||||
<h3>
|
||||
<h2>
|
||||
Warehouse Associate at Amazon
|
||||
<p>Student at We Can Code IT</p>
|
||||
<p>Web Developer in the making!</p>
|
||||
</h3>
|
||||
<br />
|
||||
Student at We Can Code IT, Web Developer in the making!
|
||||
</h2>
|
||||
</header>
|
||||
<main>
|
||||
<section id="aboutMe">
|
||||
@@ -156,9 +156,21 @@
|
||||
</section>
|
||||
</main>
|
||||
<footer>
|
||||
<ul class="footLinks">
|
||||
<li><a href=""></a></li>
|
||||
</ul>
|
||||
<span id="copyright">© 2021 Tyler Koenig</span>
|
||||
<div id="footLinks">
|
||||
<a href="https://github.com/lerko96" target="_blank" title="github"
|
||||
><i class="fa fa-github fa-2x" aria-hidden="true"></i
|
||||
></a>
|
||||
<a
|
||||
href="https://www.linkedin.com/in/tyler-koenig-72607a18b/"
|
||||
target="_blank"
|
||||
title="LinkedIn"
|
||||
><i class="fa fa-linkedin-square fa-2x" aria-hidden="true"></i
|
||||
></a>
|
||||
<a href="mailto:tylerkng96@icloud.com" target="_blank" title="email"
|
||||
><i class="fa fa-envelope-o fa-2x" aria-hidden="true"></i
|
||||
></a>
|
||||
</div>
|
||||
</footer>
|
||||
</body>
|
||||
</html>
|
||||
|
||||
Reference in New Issue
Block a user