live-site/index.html

39 lines
1.4 KiB
HTML
Raw Normal View History

2024-02-05 12:51:18 +01:00
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="stylesheet" href="styles.css">
<title>Moon Moon's Hub</title>
</head>
<body>
<div class="logo-container">
<img src="https://host.moonmoon.tech/u/o73AQR.png" alt="Logo" class="logo">
<h1>Moon Moon's Hub</h1>
</div>
<div class="background-container">
<div class="background-image"></div>
</div>
<div class="content">
<p>I am a 26-year-old Norwegian guy that occasionally streams, is a tech head, and hosts various things on my local server. Some of these you can check out here:</p>
<a href="https://lab.moonmoon.tech" class="my-projects-button">My Projects' dashboard</a>
<a href="https://pdf.moonmoon.tech" class="PDF-tools-button">PDF Tools</a>
<a href="https://tech.moonmoon.tech" class="IT-tools-button">IT Tools</a>
</div>
<footer>
<div class="social-buttons">
<p>Social links:</p>
<a href="https://twitter.com/M0onmo0nGaming" target="_blank">X</a>
<a href="https://www.twitch.tv/m0onmo0ngaming" target="_blank">Twitch</a>
<a href="https://github.com/moonmoon97" target="_blank">GitHub</a>
<a href="https://www.youtube.com/@M0onMo0n" target="_blank">YouTube</a>
</div>
</footer>
<script src="script.js"></script>
</body>
</html>