mirror of
https://github.com/michivonah/website-v2.git
synced 2025-12-22 20:46:29 +01:00
update information
This commit is contained in:
parent
81b99e25d4
commit
3cf27ae6b3
3 changed files with 18 additions and 17 deletions
BIN
assets/projects/ava-website.jpg
Normal file
BIN
assets/projects/ava-website.jpg
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 5.1 KiB |
BIN
assets/projects/ava-website.png
Normal file
BIN
assets/projects/ava-website.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 11 KiB |
35
index.html
35
index.html
|
|
@ -138,7 +138,7 @@
|
|||
<div>
|
||||
<h3>Instagram @michivonah</h3>
|
||||
<ul>
|
||||
<li>220+ Followers</li>
|
||||
<li>250+ Followers</li>
|
||||
<li>10+ Posts</li>
|
||||
<li>Lifestyle, Travel & me</li>
|
||||
</ul>
|
||||
|
|
@ -156,10 +156,10 @@
|
|||
<div>
|
||||
<h3>Instagram @vompictures</h3>
|
||||
<ul>
|
||||
<li>20+ Followers</li>
|
||||
<li>20+ Posts</li>
|
||||
<li>280+ Likes (in total)</li>
|
||||
<li>13+ Likes (average per post)</li>
|
||||
<li>50+ Followers</li>
|
||||
<li>35+ Posts</li>
|
||||
<li>480+ Likes (in total)</li>
|
||||
<li>14+ Likes (average per post)</li>
|
||||
<li>Photography, Nature, Switzerland</li>
|
||||
</ul>
|
||||
<button onclick="window.open('https://instagram.com/vompictures')">Follow now!</button>
|
||||
|
|
@ -202,9 +202,10 @@
|
|||
<div>
|
||||
<h3>GitHub @michivonah</h3>
|
||||
<ul>
|
||||
<li>20+ public repos</li>
|
||||
<li>Languages: HTML, CSS & JavaScript</li>
|
||||
<li>1′360+ Commits</li>
|
||||
<li>40+ public repos</li>
|
||||
<li>Languages: HTML, CSS, JavaScript, Python, Docker & Bash</li>
|
||||
<li>Technologies: Docker & Git</li>
|
||||
<li>1′800+ Commits</li>
|
||||
<button onclick="window.open('https://github.michivonah.ch')">Read my code!</button>
|
||||
</ul>
|
||||
</div>
|
||||
|
|
@ -253,6 +254,13 @@
|
|||
</div>
|
||||
</div>
|
||||
<div id="projectRow2" class="projectRow"> <!-- ROW 2 for Projects -->
|
||||
<div class="project" data-aos="fade-left">
|
||||
<img src="assets/projects/ava-website.jpg" alt="Armin von Ah GmbH Logo" title="Website Armin von Ah GmbH">
|
||||
<h3>Website arminvonahgmbh.ch</h3>
|
||||
<p>I programmed the website of Armin von Ah GmbH. It is a onepagger with information about the company held in the colors of the company.</p>
|
||||
<button onclick="window.open('https://arminvonahgmbh.ch')">Open <i class="ai-link-out"></i></button>
|
||||
</div>
|
||||
|
||||
<div class="project" data-aos="fade-left">
|
||||
<img src="assets/projects/pw-generator.png" alt="Password Generator Logo" title="Password Generator">
|
||||
<h3>Password Generator</h3>
|
||||
|
|
@ -266,13 +274,6 @@
|
|||
<p>I have created a collection of different math tools. It is not finished yet and not all tools work yet. However, I improve it from time to time.</p>
|
||||
<button onclick="window.open('https://math-tools.app?source=michivonah-website')">Open <i class="ai-link-out"></i></button>
|
||||
</div>
|
||||
|
||||
<div class="project" data-aos="fade-left">
|
||||
<img src="assets/jump.png" alt="Bitmoji" title="Michi's Blog">
|
||||
<h3>Michi′s Blog</h3>
|
||||
<p>I have created a blog with Notion. There I write small texts from time to time. The blog is written in German.</p>
|
||||
<button onclick="window.open('https://blog.michivonah.ch?source=michivonah-website')">Open <i class="ai-link-out"></i></button>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
|
@ -335,8 +336,8 @@
|
|||
<a href="https://legal.michivonah.ch">Legal</a>
|
||||
<a href="#footerExpanded" onclick="toggleSection('footerExpanded', 'flex');">Copyright</a>
|
||||
<a class="socialLink" href="https://www.instagram.com/michivonah/"><i class="ai-instagram-fill"></i></a>
|
||||
<a class="socialLink" href="https://twitter.com/michivonah"><i class="ai-twitter-fill"></i></a>
|
||||
<a class="socialLink" href="https://fb.com/vonahmichi"><i class="ai-facebook-fill"></i></a>
|
||||
<a class="socialLink" href="https://in.michivonah.ch"><i class="ai-linkedin-fill"></i></a>
|
||||
<a class="socialLink" href="https://github.com/michivonah"><i class="ai-github-fill"></i></a>
|
||||
</div>
|
||||
|
||||
<div id="footerExpanded">
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue