mirror of
https://github.com/michivonah/website-v2.git
synced 2025-12-22 20:46:29 +01:00
Update index.html
This commit is contained in:
parent
96df2d17ae
commit
c55a1fe0cf
1 changed files with 15 additions and 1 deletions
16
index.html
16
index.html
|
|
@ -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‘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>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue