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
16c9fafd73
commit
1c958c97e7
1 changed files with 11 additions and 5 deletions
16
index.html
16
index.html
|
|
@ -82,10 +82,7 @@
|
|||
<p>Hi, my name is Michi von Ah and I'm <var id="age">loading...</var> years old. I'm interested in smartphones, computers and electromobility (mainly Tesla). This is my website and here you can find something about me.</p>
|
||||
</div>
|
||||
<div id="aboutImg">
|
||||
<img src="https://michivonah.ch/images/michi2_transparent.png">
|
||||
<svg viewBox="0 0 200 200" xmlns="http://www.w3.org/2000/svg">
|
||||
<path fill="#3498DB" d="M40,-10.6C47.7,10.6,46.9,37,30.4,51.2C13.9,65.3,-18.2,67.3,-40.9,51.9C-63.5,36.5,-76.7,3.6,-68.3,-18.5C-59.9,-40.7,-30,-52.2,-6.9,-50C16.2,-47.8,32.4,-31.8,40,-10.6Z" transform="translate(100 100)" />
|
||||
</svg>
|
||||
<img src="assets/images/michi2_blob.png">
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
|
@ -99,6 +96,15 @@
|
|||
<div id="projects">
|
||||
<div class="inner-width">
|
||||
<h1 class="sectionTitle">Projects</h1>
|
||||
|
||||
<div id="projectContainer">
|
||||
<div class="project">
|
||||
<img src="https://escape.michivonah.ch/graphics/media/1.png">
|
||||
<h3>Michi's Escape Room</h3>
|
||||
<p></p>
|
||||
<button>Open <i class="ai-link-out"></i></button>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
|
|
@ -153,7 +159,7 @@
|
|||
// Loading
|
||||
window.addEventListener('load', () => {
|
||||
// Code here
|
||||
document.getElementById('scroll-top').style.display = "none";
|
||||
//document.getElementById('scroll-top').style.display = "none";
|
||||
});
|
||||
|
||||
document.getElementById('scroll-top').addEventListener("click", function(){
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue