site/index.html

42 lines
1.8 KiB
HTML

<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>vicgs - Home</title>
<link rel="stylesheet" href="style.css">
</head>
<body>
<div class="center">
<div class="main-content">
<header>
<img src="images/vicgs.png">
<hr>
<nav>
<ul>
<li><a href="mailto:vicgs.contact@mailmasker.com"><img src="images/inbox.png" alt="email" height="25px"> [ email ]</a></li>
<li><a href="#"><img src="images/discord.png" alt="discord" height="25px"> [ discord ]</a></li>
<li><a href="/donate/index.html"><img src="images/bitcoin.png" alt="bitcoin" height="25px">[ donate ]</a></li>
<li><a href="https://vicgs.us.to"><img src="images/gitea.png" alt="gitea" height="25px">[ my repos ]</a></li>
</ul>
</nav>
</header>
<section>
<h2>Welcome to my page</h2>
<p>This is a lovely site where I will showcase my upcoming projects. I'm also planning on doing a blog but I'm still working on it.</p>
<p>I'm a small developer, mainly as a hobby, I am learning HTML, CSS and JS. I have full knowledge in Linux and also daily drive an Arch Linux installation every day as my main system, and I love it.</p>
<hr>
<footer> <img src="images/linuxnow.GIF"> <img src="images/scientificlinux.GIF"> <img src="images/cookie.GIF"> <img src="images/minecraft.GIF"> <a href="https://procursus.social/@vicgs"><img src="images/mastodon.GIF"> </a></footer>
</section>
</div>
</div>
</body>
</html>