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
472238d74f
commit
c61b5049f4
1 changed files with 5 additions and 5 deletions
10
index.html
10
index.html
|
|
@ -90,7 +90,7 @@
|
|||
<div id="aboutContent">
|
||||
<div id="aboutText" data-aos="fade-left">
|
||||
<p>Hi, my name is <b>Michi von Ah</b> and I'm <b><var id="age">loading...</var></b> years old. I'm interested in smartphones, computers and electromobility (mainly Tesla). In my free time I like to be on the <b>computer</b> and program something (for example this website), <b>go for a walk</b> or bake a <b>cake</b>. I also like to listen to <b>music and podcasts</b>. Besides, I'm an Apple fan and would love to have a Tesla someday. This is my website and here you can find some stuff I created. Good Luck!</p>
|
||||
<p><b>Funfact:</b> This website consists of a total of just over <u>1′501</u> lines of code.</p>
|
||||
<p><b>Funfact:</b> This website consists of a total of just over <u>1′599</u> lines of code.</p>
|
||||
<div id="aboutSocial">
|
||||
<a href="https://www.instagram.com/michivonah/"><i class="ai-instagram-fill" data-hover="#8a3ab9"></i></a>
|
||||
<a href="https://twitter.com/michivonah"><i class="ai-twitter-fill" data-hover="#1DA1F2"></i></a>
|
||||
|
|
@ -218,14 +218,14 @@
|
|||
<div id="projectContainer">
|
||||
<div id="projectRow1" class="projectRow"> <!-- ROW 1 for Projects -->
|
||||
<div class="project" data-aos="fade-right">
|
||||
<img src="https://escape.michivonah.ch/graphics/media/1.png">
|
||||
<img src="assets/projects/escaperoom-logo.png">
|
||||
<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>
|
||||
<button onclick="window.open('https://escape.michivonah.ch')">Open <i class="ai-link-out"></i></button>
|
||||
</div>
|
||||
|
||||
<div class="project" data-aos="fade-right">
|
||||
<img src="https://michivonah.ch/icons/news-logo.png">
|
||||
<img src="assets/projects/news-logo.png">
|
||||
<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>
|
||||
<button onclick="window.open('https://news.michivonah.ch')">Open <i class="ai-link-out"></i></button>
|
||||
|
|
@ -233,7 +233,7 @@
|
|||
</div>
|
||||
<div id="projectRow2" class="projectRow"> <!-- ROW 2 for Projects -->
|
||||
<div class="project" data-aos="fade-left">
|
||||
<img src="https://michivonah.ch/icons/pw-generator.png">
|
||||
<img src="assets/projects/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 onclick="window.open('https://passwords.michivonah.ch')">Open <i class="ai-link-out"></i></button>
|
||||
|
|
@ -359,7 +359,7 @@
|
|||
window.addEventListener('load', () => {
|
||||
document.getElementById('scroll-top').style.display = "none";
|
||||
// check if site is released
|
||||
var timeToRelease = new Date('July 2, 2022 12:00:00').getTime() - new Date().getTime();
|
||||
var timeToRelease = new Date('July 9, 2022 12:00:00').getTime() - new Date().getTime();
|
||||
if(timeToRelease > 0 && window.location.hostname == 'michivonah.ch') window.location = "https://michivonah.ch/countdown.html";
|
||||
// Instagram: https://www.instagram.com/vompictures/?__a=1
|
||||
age(16, 09, 2005);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue