Update index.html

This commit is contained in:
Michi 2022-05-13 17:50:04 +02:00 committed by GitHub
parent 96df2d17ae
commit c55a1fe0cf
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -98,10 +98,24 @@
<h1 class="sectionTitle">Projects</h1>
<div id="projectContainer">
<div class="project">
<img src="https://michivonah.ch/icons/news-logo.png">
<h3>N3WS App</h3>
<p>a simple rss feed reader</p>
<button>Open <i class="ai-link-out"></i></button>
</div>
<div class="project">
<img src="https://michivonah.ch/icons/pw-generator.png">
<h3>Password Generator</h3>
<p>I&lsquo;ve programmed a simple and minimalistic password generator. You can choose from different password types and copy the password afterwards.</p>
<button>Open <i class="ai-link-out"></i></button>
</div>
<div class="project">
<img src="https://escape.michivonah.ch/graphics/media/1.png">
<h3>Michi's Escape Room</h3>
<p></p>
<p>As a final project for school, I programmed an Escape Room game. For this I used the programming languages HTML, CSS and JavaScript. If you want to know more about the development process of my game, click <a class="link" href="https://michivonah.notion.site/Michi-s-Escape-Room-9ba11f6e71a6449b9bdc222cd7c7f647">here <i class="ai-link-out"></i></a>. If you want to play it, click the button below. Good luck.</p>
<button>Open <i class="ai-link-out"></i></button>
</div>
</div>