mawacode.de/aboutme.html

89 lines
2.6 KiB
HTML
Raw Normal View History

2024-01-22 22:35:40 +01:00
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<title>mawacode.de</title> <link href="css/style.css" rel="stylesheet" />
2024-01-23 19:48:44 +01:00
<meta name="viewport" content="width=device-width, initial-scale=1.0">
2024-02-02 18:51:43 +01:00
<link rel="icon" type="image/x-icon" href="webicons/logo.png">
2024-01-22 22:35:40 +01:00
</head>
<body>
<div class="container">
<div class="navbar">
<img src="webicons/logo.png" class="logo">
<nav>
<ul id="menuList">
2024-01-25 23:58:10 +01:00
<li><a href="index.html" id="homenav"></a></li>
2024-02-02 18:19:31 +01:00
<li><a href="aboutme.html" id="aboutmenav" class="activeTab"></a></li>
2024-01-25 23:58:10 +01:00
<li><a href="projects.html" id="projectsnav"></a></li>
<li><a href="contactme.html" id="contactnav"></a></li>
2024-01-26 01:32:13 +01:00
<li><a onclick="langChange()" id="lang"></a></li>
2024-01-22 22:35:40 +01:00
</ul>
</nav>
<img src="webicons/menu.png" class="menu-icon" onclick="togglemenu()">
</div>
2024-02-02 18:19:31 +01:00
<div class="content">
<div class="row">
<div class="col-1">
<h1 id="aboutmetitle"></h1>
<h2 id="aboutme1"></h2>
2024-02-02 19:35:15 +01:00
<br>
2024-02-02 18:19:31 +01:00
<h2 id="aboutme2"></h2>
2024-02-02 19:35:15 +01:00
<br>
2024-02-02 18:19:31 +01:00
<h2 id="aboutme3"></h2>
<ul id="aboutmelinks">
<li><a href="aboutme/cats.html" id="aboutmebutton1"></a></li>
<li><a href="aboutme/linux.html" id="aboutmebutton2"></a></li>
<li><a href="aboutme/techno.html" id="aboutmebutton3"></a></li>
</ul>
</div>
<div class="col-2">
2024-02-03 13:26:34 +01:00
<table>
<tr>
<th id="amth1"></th>
<th id="amth2"></th>
</tr>
<tr>
<td id="amtd1"></td>
<td id="amtd2"></td>
</tr>
<tr>
<td id="amtd3"></td>
<td id="amtd4"></td>
</tr>
<tr>
<td id="amtd5"></td>
<td id="amtd6"></td>
</tr>
<tr>
<td id="amtd7"></td>
<td id="amtd8"></td>
</tr>
<tr>
<td id="amtd9"></td>
<td id="amtd10"></td>
</tr>
<tr>
<td id="amtd11"></td>
</tr>
</table>
2024-02-02 18:19:31 +01:00
</div>
2024-01-22 22:35:40 +01:00
</div>
2024-01-25 23:58:10 +01:00
</div>
<div class="socialmedia">
<a href="https://feddit.de/u/mawacode"><img src="webicons/lemmy.png"></a>
<a rel="me" href="https://hessen.social/@mawacode"><img src="webicons/mastodon.png"></a>
<a href="https://github.com/malikwachter"><img src="webicons/GitHub.png"></a>
2024-01-25 23:58:10 +01:00
</div>
2024-01-22 22:35:40 +01:00
</div>
2024-01-25 23:58:10 +01:00
<script src="js/lang.js"></script>
2024-01-22 22:35:40 +01:00
</body>
</html>