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
7a35d0db14
commit
e9e29d6741
1 changed files with 8 additions and 2 deletions
10
index.html
10
index.html
|
|
@ -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>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue