mawacode.de/aboutme.html

106 lines
3.2 KiB
HTML
Raw Normal View History

2024-01-22 22:35:40 +01:00
<!DOCTYPE html>
<html lang="en">
2024-02-03 20:42:54 +01:00
<head>
<meta charset="utf-8">
<title>mawacode.de</title>
<link href="css/style.css" rel="stylesheet" />
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="icon" type="image/x-icon" href="webicons/logo.png">
</head>
2024-01-22 22:35:40 +01:00
2024-02-03 20:42:54 +01:00
<body>
2024-01-22 22:35:40 +01:00
2024-02-03 20:42:54 +01:00
<div class="container">
2024-02-09 11:50:11 +01:00
<noscript>
<div id="no-script">
<h1>Warning!</h1>
<p>You have JavaScript deactivated, silly ;) This site doesn't work probably without JavaScript.<br>All my code is Open-Source, check it out if you want to know what script my site uses.</p>
<br>
<a href="https://github.com/malikwachter/mawacode.de/tree/main/js">Link to the source code</a>
</div>
</noscript>
2024-02-03 20:42:54 +01:00
<div class="navbar">
<img src="webicons/logo.png" class="logo">
<nav>
<ul id="menuList">
<li><a href="index.html" id="homenav"></a></li>
<li><a href="aboutme.html" id="aboutmenav" class="activeTab"></a></li>
<li><a href="projects.html" id="projectsnav"></a></li>
<li><a href="contactme.html" id="contactnav"></a></li>
<li><a onclick="langChange()" id="lang"></a></li>
</ul>
</nav>
<div class="menu-icon">
<a onclick="langChange()" id="lang2"></a>
<img src="webicons/menu.png" onclick="togglemenu()">
</div>
2024-02-03 15:18:35 +01:00
</div>
2024-02-03 20:42:54 +01:00
<div class="content">
<div class="row">
<div class="col-1">
2024-02-02 18:19:31 +01:00
<h1 id="aboutmetitle"></h1>
2024-02-02 19:35:15 +01:00
<br>
2024-02-08 22:48:31 +01:00
<p id="aboutme1"></p>
<br>
<p id="aboutme2"></p>
<br>
<p id="aboutme3"></p>
2024-02-02 19:35:15 +01:00
<br>
2024-02-02 18:19:31 +01:00
<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>
2024-02-03 20:42:54 +01:00
</div>
<div class="col-2">
<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>
</div>
2024-02-02 18:19:31 +01:00
</div>
2024-01-22 22:35:40 +01:00
</div>
2024-02-03 20:42:54 +01:00
<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>
</div>
</div>
2024-02-03 20:42:54 +01:00
<script src="js/lang.js"></script>
2024-02-03 20:42:54 +01:00
</body>
2024-01-22 22:35:40 +01:00
</html>