Update index.html

This commit is contained in:
Michi 2022-05-31 07:48:30 +02:00 committed by GitHub
parent 7a35d0db14
commit e9e29d6741
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -101,7 +101,7 @@
</div>
</div>
<div id="aboutImg" data-aos="fade-right">
<img src="assets/images/michi2_blob.png">
<img src="assets/images/michi2_blob.png" id="aboutImgImg" onclick="document.getElementById('aboutImgImg').style.animation = 'shake 250ms ease';">
</div>
</div>
</div>
@ -211,7 +211,7 @@
</div>
</div>
<div id="projects" class="section">
<div id="projects" class="section" title="Hehehehe you found a easteregg">
<div class="inner-width">
<h1 class="sectionTitle">Projects</h1>
@ -265,6 +265,12 @@
<h3 class="faq-question">How did you get into computers?</h3>
<p class="faqAnswer">I came to computers because I have been interested in computers and other technology since I was very young. When I was a kid, I always wanted my own laptop and often made laptops, printers and more out of cardboard. I was finally able to fulfill my dream of having my own laptop in the second grade.</p>
</div>
<div class="faqObject" onclick="toggleQuestion();">
<i class="ai-chevron-down faq-icon"></i>
<h3 class="faq-question">Which countries would you like to visit?</h3>
<p class="faqAnswer">I would love to visit many countries and places like Sydney, California, Las Vegas, Los Angeles and Dublin.</p>
</div>
</div>
</div>
</div>