mirror of
https://github.com/michivonah/website-v2.git
synced 2025-12-22 20:46:29 +01:00
changes to my own urls
This commit is contained in:
parent
3fcf983c26
commit
399b00ba82
1 changed files with 6 additions and 10 deletions
16
index.html
16
index.html
|
|
@ -235,21 +235,21 @@
|
||||||
<img src="assets/projects/escaperoom-logo.png" alt="Michi's Escape Room Logo" title="Michi's Escape Room">
|
<img src="assets/projects/escaperoom-logo.png" alt="Michi's Escape Room Logo" title="Michi's Escape Room">
|
||||||
<h3>Michi's Escape Room</h3>
|
<h3>Michi's Escape Room</h3>
|
||||||
<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>
|
<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 onclick="window.open('https://escape.michivonah.ch')">Open <i class="ai-link-out"></i></button>
|
<button onclick="window.open('https://escape.michivonah.ch?source=michivonah-website')">Open <i class="ai-link-out"></i></button>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div class="project" data-aos="fade-right">
|
<div class="project" data-aos="fade-right">
|
||||||
<img src="assets/projects/jassen.png" alt="Jassen by Michi" title="Jassen by Michi">
|
<img src="assets/projects/jassen.png" alt="Jassen by Michi" title="Jassen by Michi">
|
||||||
<h3>Jassen</h3>
|
<h3>Jassen</h3>
|
||||||
<p>I have programmed a Jass game in which you play with three computer opponents. You can set how fast the opponents play and what their names are. The game can be installed on your smartphone or tablet as a PWA.</p>
|
<p>I have programmed a Jass game in which you play with three computer opponents. You can set how fast the opponents play and what their names are. The game can be installed on your smartphone or tablet as a PWA.</p>
|
||||||
<button onclick="window.open('https://jass.von-ah.me')">Open <i class="ai-link-out"></i></button>
|
<button onclick="window.open('https://jass.von-ah.me?source=michivonah-website')">Open <i class="ai-link-out"></i></button>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div class="project" data-aos="fade-right">
|
<div class="project" data-aos="fade-right">
|
||||||
<img src="assets/projects/news-logo.png" alt="News App Logo" title="N3WS App">
|
<img src="assets/projects/news-logo.png" alt="News App Logo" title="N3WS App">
|
||||||
<h3>N3WS App</h3>
|
<h3>N3WS App</h3>
|
||||||
<p>I have created a simple RSS feed reader. It helps you to manage your news. You can use it on any device and install it as a PWA (Progressive web app). There may still be some bugs and errors as the app is still under development. As soon as the final version is ready, you will find it here.</p>
|
<p>I have created a simple RSS feed reader. It helps you to manage your news. You can use it on any device and install it as a PWA (Progressive web app). There may still be some bugs and errors as the app is still under development. As soon as the final version is ready, you will find it here.</p>
|
||||||
<button onclick="window.open('https://news.michivonah.ch')">Open <i class="ai-link-out"></i></button>
|
<button onclick="window.open('https://news.michivonah.ch?source=michivonah-website')">Open <i class="ai-link-out"></i></button>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
<div id="projectRow2" class="projectRow"> <!-- ROW 2 for Projects -->
|
<div id="projectRow2" class="projectRow"> <!-- ROW 2 for Projects -->
|
||||||
|
|
@ -257,21 +257,21 @@
|
||||||
<img src="assets/projects/pw-generator.png" alt="Password Generator Logo" title="Password Generator">
|
<img src="assets/projects/pw-generator.png" alt="Password Generator Logo" title="Password Generator">
|
||||||
<h3>Password Generator</h3>
|
<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>
|
<p>I‘ve programmed a simple and minimalistic password generator. You can choose from different password types and copy the password afterwards.</p>
|
||||||
<button onclick="window.open('https://passwords.michivonah.ch')">Open <i class="ai-link-out"></i></button>
|
<button onclick="window.open('https://passwords.michivonah.ch?source=michivonah-website')">Open <i class="ai-link-out"></i></button>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div class="project" data-aos="fade-left">
|
<div class="project" data-aos="fade-left">
|
||||||
<img src="assets/projects/math-tools.png" alt="Math Tools Logo" title="Math Tools">
|
<img src="assets/projects/math-tools.png" alt="Math Tools Logo" title="Math Tools">
|
||||||
<h3>Math Tools</h3>
|
<h3>Math Tools</h3>
|
||||||
<p>I have created a collection of different math tools. It is not finished yet and not all tools work yet. However, I improve it from time to time.</p>
|
<p>I have created a collection of different math tools. It is not finished yet and not all tools work yet. However, I improve it from time to time.</p>
|
||||||
<button onclick="window.open('https://math-tools.app')">Open <i class="ai-link-out"></i></button>
|
<button onclick="window.open('https://math-tools.app?source=michivonah-website')">Open <i class="ai-link-out"></i></button>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div class="project" data-aos="fade-left">
|
<div class="project" data-aos="fade-left">
|
||||||
<img src="assets/jump.png" alt="Bitmoji" title="Michi's Blog">
|
<img src="assets/jump.png" alt="Bitmoji" title="Michi's Blog">
|
||||||
<h3>Michi′s Blog</h3>
|
<h3>Michi′s Blog</h3>
|
||||||
<p>I have created a blog with Notion. There I write small texts from time to time. The blog is written in German.</p>
|
<p>I have created a blog with Notion. There I write small texts from time to time. The blog is written in German.</p>
|
||||||
<button onclick="window.open('https://blog.michivonah.ch')">Open <i class="ai-link-out"></i></button>
|
<button onclick="window.open('https://blog.michivonah.ch?source=michivonah-website')">Open <i class="ai-link-out"></i></button>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|
@ -385,10 +385,6 @@
|
||||||
<i class="ai-chevron-up"></i>
|
<i class="ai-chevron-up"></i>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div id="stats" style="display:none;">
|
|
||||||
<img src="https://hits.seeyoufarm.com/api/count/incr/badge.svg?url=https%3A%2F%2Fmichivonah.ch%2FNEW&count_bg=%2379C83D&title_bg=%23555555&icon=&icon_color=%23E7E7E7&title=hits&edge_flat=false" alt="Stats" title="Stats">
|
|
||||||
</div>
|
|
||||||
|
|
||||||
|
|
||||||
<script>
|
<script>
|
||||||
// Loading
|
// Loading
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue