Merge pull request #1 from lerko96/end-of-year

looks good
This commit is contained in:
Tyler Koenig
2021-08-25 17:12:24 -04:00
committed by GitHub
8 changed files with 499 additions and 215 deletions

BIN
images/donut-clicker.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 119 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1001 KiB

BIN
images/mystery-educator.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 526 KiB

BIN
images/review-site.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 394 KiB

BIN
images/trek.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 4.2 MiB

View File

@@ -1,199 +1,428 @@
<!DOCTYPE html> <!DOCTYPE html>
<html lang="en"> <html lang="en">
<head> <head>
<meta charset="UTF-8" /> <meta charset="UTF-8" />
<meta http-equiv="X-UA-Compatible" content="IE=edge" /> <meta http-equiv="X-UA-Compatible" content="IE=edge" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" /> <meta name="viewport" content="width=device-width, initial-scale=1.0" />
<link rel="preconnect" href="https://fonts.gstatic.com" /> <link rel="preconnect" href="https://fonts.gstatic.com" />
<link rel="preconnect" href="https://fonts.gstatic.com" /> <link rel="preconnect" href="https://fonts.gstatic.com" />
<link <link
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> <style>
<link rel="stylesheet" type="text/css" href="style.css" /> @import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@300;400;500;700&display=swap');
<title>Tyler Koenig</title> </style>
</head> <script src="https://use.fontawesome.com/e427b1b41a.js"></script>
<body> <link rel="stylesheet" type="text/css" href="style.css" />
<div id="wrapper"> <title>Tyler Koenig</title>
<nav> </head>
<a href="index.html">TYLER KOENIG</a> <body>
<ul> <div id="wrapper">
<li><a href="#bio" target="_self">ABOUT</a></li> <nav>
<li><a href="#contact" target="_self">CONTACT</a></li> <a href="index.html">TYLER KOENIG</a>
<li><a href="#projects" target="_self">PROJECTS</a></li> <ul>
</ul> <li><a href="#bio" target="_self">ABOUT</a></li>
</nav> <li><a href="#contact" target="_self">CONTACT</a></li>
<header> <li>
<img src="/images/profile.png" alt="tyler" /> <a href="#project-wrapper" target="_self">PROJECTS</a>
<h1> </li>
<a href="index.html">Tyler Koenig</a> <li><a href="#skills" target="_self">SKILLS</a></li>
</h1> </ul>
<h2> </nav>
Warehouse Associate at Amazon <header>
<br /> <img src="/images/headshot-tyler_koenig.png" alt="tyler" />
Student at We Can Code IT, Web Developer in the making! <h1>
</h2> <a href="index.html">Tyler Koenig</a>
</header> </h1>
<main> <h2>
<section id="aboutMe"> Warehouse Associate at Amazon
<div id="bio"> <br />
<h2>about me</h2> Student at We Can Code IT, Web Developer in the making!
<p> </h2>
I'm Tyler Koenig, a lifelong student. Graduated with an Associate </header>
of Arts from Lorain County Community College in 2018. Inbound <main>
associate at Amazon CLE-3 since December 2019. Currently learning <section id="aboutMe">
Java and front-end web development through We Can Code IT <div id="bio">
Bootcamp. Always interested in a challenge! <h2>about me</h2>
</p> <p>
<h4>skills</h4> I'm Tyler Koenig, a lifelong student. Graduated with
<ul> an Associate of Arts from Lorain County Community
<li>adaptability</li> College in 2018. Inbound associate at Amazon CLE-3
<li>attention to detail</li> since December 2019. Currently learning Java and
<li>html/css</li> front-end web development through We Can Code IT
<li>github</li> Bootcamp. Always interested in a challenge!
<li>java</li> </p>
<li>microsoft office</li> </div>
<li>remote teamwork</li> <div id="contact">
<li>test-driven development</li> <h3>contact</h3>
<li>time management</li> <ul class="contactLinks">
</ul> <li>
</div> <a
<div id="contact"> href="https://github.com/lerko96"
<h3>contact</h3> target="_blank"
<ul class="contactLinks"> title="github"
<li> >
<a github
href="https://github.com/lerko96" <i
target="_blank" class="fa fa-github fa-lg"
title="github" aria-hidden="true"
> ></i>
github <i class="fa fa-github fa-lg" aria-hidden="true"></i> </a>
</a> </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
linkedin <i
<i class="fa fa-linkedin-square fa-lg" aria-hidden="true"></i> class="fa fa-linkedin-square fa-lg"
</a> aria-hidden="true"
</li> ></i>
<li> </a>
<a </li>
href="mailto:tylerkng96@icloud.com" <li>
target="_blank" <a
title="tylerkng96@icloud.com" href="mailto:tylerkng96@icloud.com"
>email target="_blank"
<i class="fa fa-envelope-o fa-lg" aria-hidden="true"></i> title="tylerkng96@icloud.com"
</a> >email
</li> <i
</ul> class="fa fa-envelope-o fa-lg"
</div> aria-hidden="true"
</section> ></i>
<section id="projects"> </a>
<h2>projects.</h2> </li>
<div> </ul>
<article class="project-item"> </div>
<div> </section>
<h3> <section id="skills">
<a <h4>skills</h4>
href="https://github.com/2021-Spring-Part-Time/virtual-pets-amok-lerko96" <ul class="skills">
target="_blank" <li>Java</li>
>virtual-pets-amok</a <li>Spring</li>
> <li>Thymeleaf</li>
</h3> <li>JavaScript</li>
</div> <li>MVC</li>
<div id="project-container"> <li>HTML</li>
<img src="/images/amok.png" alt="virtual-pet-amok-console" /> <li>CSS</li>
<div class="project-skills"> <li>Test Driven Development</li>
<h4>skills</h4> <li>Agile (Scrum)</li>
<ul> <li>Object Oriented Programming</li>
<li>TDD</li> <li>JSON</li>
<li>polymorphism</li> <li>React</li>
<li>encapsulation</li> <li>REST APIs</li>
<li>interface (implements)</li> <li>Responsive Design</li>
<li>abstract class (extends)</li> <li>Relational Databases</li>
</ul> <li>Source Control/ Github</li>
</div> </ul>
</div>
</article> </section>
<article class="project-item"> <section id="project-wrapper">
<div> <h2>projects</h2>
<h3> <div>
<a <article class="project-item">
href="https://github.com/2021-Spring-Part-Time/virtual-pet-shelter-lerko96" <div>
target="_blank" <h3>
> <a
virtual-pet-shelter</a href="https://github.com/pt-spring-2021-team-project-spa/team-2-spa-repo"
> target="_blank"
</h3> >Mystery Educator</a
</div> >
<div id="project-container"> </h3>
<img </div>
src="/images/shelter.png" <div id="project-container">
alt="virtual-pet-shelter-console" <div class="container-right">
/> <img
<div class="project-skills"> src="/images/mystery-educator.png"
<h4>skills</h4> alt="virtual-pet-amok-console"
<ul> />
<li>TDD</li> <div class="project-desc">
<li>constructor() {...}</li> <p>
<li>getter() {...}</li> Designed a single page application
<li>map<> = hashmap<>()></li> that brings back unique data from
<li>collections<></li> MET Museum and NASA APIs.
</ul> </p>
</div> </div>
</div> </div>
</article> <div class="project-skills">
<article class="project-item"> <h4>skills</h4>
<div> <ul>
<h3> <li>Java</li>
<a <li>JavaScript</li>
href="https://github.com/2021-Spring-Part-Time/virtual-pet-lerko96" <li>HTML</li>
target="_blank" <li>CSS</li>
> <li>VS Code</li>
virtual-pet</a <li>Github</li>
> <li>TDD</li>
</h3> <li>OOP</li>
</div> </ul>
<div id="project-container"> </div>
<img src="/images/pet.png" alt="virtual-pet-console" /> </div>
<div class="project-skills"> </article>
<h4>skills</h4> <article class="project-item">
<ul> <div>
<li>game loop</li> <h3>
<li>user input</li> <a
<li>classes</li> href="https://github.com/2021-Spring-Part-Time/donut-clicker-lerko96"
<li>instance variables</li> target="_blank"
<li>methods</li> >Donut Clicker</a
<li>clean code</li> >
</ul> </h3>
</div> </div>
</div> <div id="project-container">
</article> <div class="container-right">
</div> <img
</section> src="/images/donut-clicker.png"
</main> alt="virtual-pet-amok-console"
<footer> />
<span id="copyright">&copy; 2021 Tyler Koenig</span> <div class="project-desc">
<div id="footLinks"> <p>
<a href="https://github.com/lerko96" target="_blank" title="github" Designed a single page application
><i class="fa fa-github fa-2x" aria-hidden="true"></i that lets users make virtual donuts
></a> and buy upgrades for the game.
<a </p>
href="https://www.linkedin.com/in/tyler-koenig-72607a18b/" </div>
target="_blank" </div>
title="LinkedIn" <div class="project-skills">
><i class="fa fa-linkedin-square fa-2x" aria-hidden="true"></i <h4>skills</h4>
></a> <ul>
<a href="mailto:tylerkng96@icloud.com" target="_blank" title="email" <li>JavaScript</li>
><i class="fa fa-envelope-o fa-2x" aria-hidden="true"></i <li>HTML</li>
></a> <li>CSS</li>
</div> <li>VS Code</li>
</footer> <li>Github</li>
</div> <li>TDD</li>
</body> <li>OOP</li>
</ul>
</div>
</div>
</article>
<article class="project-item">
<div>
<h3>
<a
href="https://github.com/pt-spring-2021-team-project-fullstack/team-4-trek"
target="_blank"
>Trekking Website</a
>
</h3>
</div>
<div id="project-container">
<div class="container-right">
<img
src="/images/trek.png"
alt="virtual-pet-amok-console"
/>
<div class="project-desc">
<p>
Designed an MVC website that lets
users find treks located by region
and continent.
</p>
</div>
</div>
<div class="project-skills">
<h4>skills</h4>
<ul>
<li>Java</li>
<li>SpringJPA</li>
<li>HTML</li>
<li>CSS</li>
<li>IntelliJ</li>
<li>VS Code</li>
<li>Github</li>
<li>TDD</li>
<li>OOP</li>
</ul>
</div>
</div>
</article>
<article class="project-item">
<div>
<h3>
<a
href="https://github.com/2021-Spring-Part-Time/reviews-mvc-lerko96"
target="_blank"
>Reviews Site</a
>
</h3>
</div>
<div id="project-container">
<div class="container-right">
<img src="/images/review-site.png" alt="" />
<div class="project-desc">
<p>
Designed a movie reviews website
using thymeleaf templates.
</p>
</div>
</div>
<div class="project-skills">
<h4>skills</h4>
<ul>
<li>Java</li>
<li>Thymeleaf</li>
<li>HTML</li>
<li>CSS</li>
<li>IntelliJ</li>
<li>Github</li>
<li>TDD</li>
<li>OOP</li>
</ul>
</div>
</div>
</article>
<article class="project-item">
<div>
<h3>
<a
href="https://github.com/2021-Spring-Part-Time/virtual-pets-amok-lerko96"
target="_blank"
>Virtual Pets Amok</a
>
</h3>
</div>
<div id="project-container">
<div class="container-right">
<img
src="/images/amok.png"
alt="virtual-pet-amok-console"
/>
<div class="project-desc">
<p>
Console App that builds off of
virtual-pet-shelter. This add's
robotic pets to the shelter, with
their own robotic needs.
</p>
</div>
</div>
<div class="project-skills">
<h4>skills</h4>
<ul>
<li>TDD</li>
<li>polymorphism</li>
<li>encapsulation</li>
<li>interface (implements)</li>
<li>abstract class (extends)</li>
</ul>
</div>
</div>
</article>
<article class="project-item">
<div>
<h3>
<a
href="https://github.com/2021-Spring-Part-Time/virtual-pet-shelter-lerko96"
target="_blank"
>
Virtual Pet Shelter</a
>
</h3>
</div>
<div id="project-container">
<div class="container-right">
<img
src="/images/shelter.png"
alt="virtual-pet-shelter-console"
/>
<div class="project-desc">
<p>
Built a console application allowing
users to take care of multiple pets.
Added the ability to admit pets, or
adopt.
</p>
</div>
</div>
<div class="project-skills">
<h4>skills</h4>
<ul>
<li>TDD</li>
<li>constructor() {...}</li>
<li>getter() {...}</li>
<li>map<> = hashmap<>()></li>
<li>collections<></li>
</ul>
</div>
</div>
</article>
<article class="project-item">
<div>
<h3>
<a
href="https://github.com/2021-Spring-Part-Time/virtual-pet-lerko96"
target="_blank"
>
Virtual Pet</a
>
</h3>
</div>
<div id="project-container">
<div class="container-right">
<img
src="/images/pet.png"
alt="virtual-pet-console"
/>
<div class="project-desc">
<p>
Built a console application in Java
that allows the user to take care of
one virtual pet. This includes
keeping track of the pets' hunger,
thirst and bordedom.
</p>
</div>
</div>
<div class="project-skills">
<h4>skills</h4>
<ul>
<li>game loop</li>
<li>user input</li>
<li>classes</li>
<li>instance variables</li>
<li>methods</li>
<li>clean code</li>
</ul>
</div>
</div>
</article>
</div>
</section>
</main>
<footer>
<span id="copyright">&copy; 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>
</div>
<script src="index.js" type="text/java"></script>
</body>
</html> </html>

23
index.js Normal file
View File

@@ -0,0 +1,23 @@
console.log('hello nurse');
var slideIndex = 1;
showDivs(slideIndex);
function plusDivs(n) {
showDivs((slideIndex += n));
}
function showDivs(n) {
var i;
var x = document.getElementsByClassName('mySlides');
if (n > x.length) {
slideIndex = 1;
}
if (n < 1) {
slideIndex = x.length;
}
for (i = 0; i < x.length; i++) {
x[i].style.display = 'none';
}
x[slideIndex - 1].style.display = 'block';
}

View File

@@ -1,8 +1,12 @@
html {
scroll-behavior: smooth;
}
body { body {
box-sizing: border-box; box-sizing: border-box;
color: #c9cacc; color: #c9cacc;
background-color: #272727; background-color: #272727;
font-size: 15px; font-size: 16px;
font-family: 'Source Code Pro', monospace, Arial, Helvetica, sans-serif; font-family: 'Source Code Pro', monospace, Arial, Helvetica, sans-serif;
font-weight: 400; font-weight: 400;
line-height: 1.725; line-height: 1.725;
@@ -89,7 +93,8 @@ h4 {
letter-spacing: 0.01rem; letter-spacing: 0.01rem;
} }
#bio { #bio,
#skills {
padding: 1.5rem; padding: 1.5rem;
text-align: start; text-align: start;
} }
@@ -98,20 +103,38 @@ h4 {
font-size: 2.2rem; font-size: 2.2rem;
} }
#bio h4 { #skills h4 {
color: #666; color: #666;
font-size: 1.5rem; font-size: 1.5rem;
margin: 0 auto 20px; margin: 0 auto 20px;
} }
#skills ul {
#bio ul {
line-height: 1.35rem; line-height: 1.35rem;
font-weight: 200; font-weight: 200;
text-align: center;
align-items: center;
margin: 0; margin: 0;
padding: 0; padding: 0;
list-style-type: none; list-style-type: none;
} }
.skills {
display: grid;
grid-template-columns: 1fr 1fr;
grid-template-rows: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
gap: 10px 75px;
grid-auto-flow: row;
grid-template-areas:
'. .'
'. .'
'. .'
'. .'
'. .'
'. .'
'. .'
'. .';
}
#contact { #contact {
margin-top: 1rem; margin-top: 1rem;
padding: 1.5rem; padding: 1.5rem;
@@ -146,21 +169,28 @@ h4 {
font-weight: 600; font-weight: 600;
} }
#projects { #project-wrapper {
display: flex; margin-top: 2.5rem;
flex-direction: column;
} }
#projects h2 { #project-wrapper h2 {
margin: 0; margin: 0;
padding: 1.5rem 1.5rem 0 1.5rem; padding: 1.5rem 1.5rem 0 1.5rem;
font-size: 2rem; font-size: 2rem;
} }
#project-wrapper h3 {
font-size: 1.5rem;
text-align: left;
margin: 0 auto;
padding: 1.5rem;
letter-spacing: 0.01rem;
}
.project-item { .project-item {
display: flex; display: flex;
flex-direction: column; flex-direction: column;
margin: 1rem auto; margin: 1.5rem 0;
text-align: center; text-align: center;
font-weight: 200; font-weight: 200;
letter-spacing: 0.01rem; letter-spacing: 0.01rem;
@@ -175,12 +205,9 @@ h4 {
color: #29f3c3; color: #29f3c3;
} }
#projects h3 { .project-desc {
font-size: 1.5rem; margin: 0;
text-align: left; padding: 0 0.8rem;
margin: 0 auto;
padding: 1.5rem;
letter-spacing: 0.01rem;
} }
.project-skills { .project-skills {
@@ -196,7 +223,7 @@ h4 {
.project-skills h4 { .project-skills h4 {
font-size: 1.5rem; font-size: 1.5rem;
flex: 1; /* flex: 1; */
} }
.project-skills li { .project-skills li {
@@ -205,13 +232,14 @@ h4 {
} }
.project-skills ul { .project-skills ul {
flex: 2; /* flex: 9; */
line-height: 2rem; line-height: 2rem;
text-align: start; text-align: start;
} }
.project-item img { .project-item img {
width: 90%; max-width: 375px;
/* width: 90%; */
box-shadow: 10px 10px 11px 0px rgba(0, 0, 0, 0.75); box-shadow: 10px 10px 11px 0px rgba(0, 0, 0, 0.75);
-webkit-box-shadow: 10px 10px 11px 0px rgba(0, 0, 0, 0.75); -webkit-box-shadow: 10px 10px 11px 0px rgba(0, 0, 0, 0.75);
-moz-box-shadow: 10px 10px 11px 0px rgba(0, 0, 0, 0.75); -moz-box-shadow: 10px 10px 11px 0px rgba(0, 0, 0, 0.75);
@@ -301,6 +329,10 @@ footer {
margin: auto 5px; margin: auto 5px;
} }
#skills {
padding: 0;
}
#project-container { #project-container {
display: flex; display: flex;
flex-direction: row-reverse; flex-direction: row-reverse;