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
2b89f445bd
commit
2a66788f93
1 changed files with 5 additions and 4 deletions
|
|
@ -4,7 +4,7 @@
|
||||||
<title>Michi von Ah</title>
|
<title>Michi von Ah</title>
|
||||||
<meta name="mobile-web-app-title" content="Michi">
|
<meta name="mobile-web-app-title" content="Michi">
|
||||||
<meta name="apple-mobile-web-app-title" content="Michi">
|
<meta name="apple-mobile-web-app-title" content="Michi">
|
||||||
<link rel="icon" type="image/png" href="assets/logo/favicon_256.png">
|
<link id="favicon" rel="icon" type="image/png" href="assets/logo/favicon_256.png">
|
||||||
<link rel="icon" type="image/svg+xml" href="assets/logo/logo_black.svg">
|
<link rel="icon" type="image/svg+xml" href="assets/logo/logo_black.svg">
|
||||||
<link rel="shortcut icon" type="image/png" href="assets/logo/favicon_256.png">
|
<link rel="shortcut icon" type="image/png" href="assets/logo/favicon_256.png">
|
||||||
<link rel="apple-touch-icon" href="assets/logo/favicon_256.png">
|
<link rel="apple-touch-icon" href="assets/logo/favicon_256.png">
|
||||||
|
|
@ -88,7 +88,8 @@
|
||||||
<h1 class="sectionTitle">About me</h1>
|
<h1 class="sectionTitle">About me</h1>
|
||||||
<div id="aboutContent">
|
<div id="aboutContent">
|
||||||
<div id="aboutText" data-aos="fade-left">
|
<div id="aboutText" data-aos="fade-left">
|
||||||
<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>
|
<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′169</u> lines of code.</p>
|
||||||
</div>
|
</div>
|
||||||
<div id="aboutImg" data-aos="fade-right">
|
<div id="aboutImg" data-aos="fade-right">
|
||||||
<img src="assets/images/michi2_blob.png">
|
<img src="assets/images/michi2_blob.png">
|
||||||
|
|
@ -114,7 +115,7 @@
|
||||||
<label for="smGithub" class="smRadioLabel">GitHub <i class="ai-github-fill"></i></label>
|
<label for="smGithub" class="smRadioLabel">GitHub <i class="ai-github-fill"></i></label>
|
||||||
|
|
||||||
<input type="radio" id="smLinkedin" class="smRadioInput" name="socialmedia" value="linkedin" onchange="toggleSocialmedia();">
|
<input type="radio" id="smLinkedin" class="smRadioInput" name="socialmedia" value="linkedin" onchange="toggleSocialmedia();">
|
||||||
<label for="smLinkedin" class="smRadioLabel">LinkedIn <i class="ai-linkedin-fill"></i></label>
|
<label for="smLinkedin" class="smRadioLabel" style="display: none;">LinkedIn <i class="ai-linkedin-fill"></i></label>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div id="socialInstagram" class="socialTab">
|
<div id="socialInstagram" class="socialTab">
|
||||||
|
|
@ -194,7 +195,7 @@
|
||||||
<h3>LinkedIn Michi von Ah</h3>
|
<h3>LinkedIn Michi von Ah</h3>
|
||||||
<ul>
|
<ul>
|
||||||
<li></li>
|
<li></li>
|
||||||
<li>Competences: HTML, CSS</li>
|
<li>Competence tests: HTML & CSS</li>
|
||||||
</ul>
|
</ul>
|
||||||
<img src="">
|
<img src="">
|
||||||
</div>
|
</div>
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue