updating projects

This commit is contained in:
Tyler Koenig
2021-08-25 16:14:05 -04:00
parent b3453d6a86
commit 23cd7f548a
4 changed files with 7 additions and 4 deletions

BIN
images/donut-clicker.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 119 KiB

BIN
images/mystery-educator.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 526 KiB

View File

@@ -122,7 +122,7 @@
<div id="project-container">
<div class="container-right">
<img
src="/images/amok.png"
src="/images/mystery-educator.png"
alt="virtual-pet-amok-console"
/>
<div class="project-desc">
@@ -136,6 +136,7 @@
<div class="project-skills">
<h4>skills</h4>
<ul>
<li>Java</li>
<li>JavaScript</li>
<li>HTML</li>
<li>CSS</li>
@@ -147,7 +148,6 @@
</div>
</div>
</article>
<article class="project-item">
<div>
<h3>
@@ -161,7 +161,7 @@
<div id="project-container">
<div class="container-right">
<img
src="/images/amok.png"
src="/images/donut-clicker.png"
alt="virtual-pet-amok-console"
/>
<div class="project-desc">
@@ -261,7 +261,6 @@
</div>
</div>
</article>
<article class="project-item">
<div>
<h3>

View File

@@ -1,3 +1,7 @@
html {
scroll-behavior: smooth;
}
body {
box-sizing: border-box;
color: #c9cacc;