website/index.html
2024-04-22 03:13:17 -05:00

121 lines
5.3 KiB
HTML

<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<title>G2's Website</title>
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta name="author" content="G2">
<meta name="description" content="Projects, Blog, & More! A place for personal things.">
<meta name="theme-color" content="#2ec2c2">
<meta property="og:title" content="G2's Website">
<meta property="og:description" content="Projects, Blog, & More!
A place for personal projects and things. Enjoy!">
<meta property="og:image" content="/assets/shell3.png">
<meta name="twitter:title" content="G2's Website">
<link rel="icon" href="https://g2games.dev/icon.webp">
<!-- Selfhosted Analytics -->
<script data-goatcounter="https://resize.g2games.dev/count"
async src="//resize.g2games.dev/count.js"></script>
<!-- The Stylesheet -->
<link rel="stylesheet" href="/assets/main-style.css">
</head>
<body>
<header>
<a href="/"><h1>G2 Games</h1></a>
<ul class="navigation">
<a class="active" href="/"><li>Home</li></a>
<a href="/random"><li>Random</li></a>
<a href="/portfolio"><li>Portfolio</li></a>
<a href="/blog"><li>Blog</li></a>
</ul>
</header>
<main class="holder">
<figure class="showcase">
<img src="/assets/images/showcase.webp" alt="A picture of some fields at sunset with trees and a dirt road.">
</figure>
<section>
<h2 class="sep">About Me</h2>
<p>Hey, I'm G2. I spend most of my time avoiding social media, improving my website, and writing code in Rust. This website is selfhosted on a <a class="ext" href="https://en.wikipedia.org/wiki/Raspberry_Pi#Series_and_generations">Raspberry Pi 5</a> 8GB running <a href="https://ubuntu.com/server">Ubuntu Server</a>. The CSS can be found <a href="https://g2games.dev/assets/main-style.css">here</a>.</p>
<p>If you would like to get in touch with me, <a class="ext" href="mailto:g2@g2games.dev">Email</a> is the best way to do so.</p>
<p>Some more of my links:</p>
<p style="text-align:center;"><a href="https://github.com/G2-Games">GitHub</a><a href="/git">Gitea</a></p>
</section>
<h2 class="sep center">My Pages</h2>
<a href="/blog"><section class="clickable">
<h3>Blog</h3>
<p>My personal blog. I post about whatever is interesting me at the moment, usually something tech or photography related, but not always.</p>
</section></a>
<a href="/portfolio"><section class="clickable">
<h3>My Portfolio</h3>
<p>This portfolio is a list of things I have done and things I am currently doing.</p>
</section></a>
<a href="/random"><section class="clickable">
<h3>Random Stuff</h3>
<p>I tend to make a lot of random things on the internet. You can check out many of those things on this page. Most aren't very interesting, but they might entertain you for a while at least!</p>
</section></a>
<h2 class="sep center">My Favorites</h2>
<section class="centered">
<p>A small list of things I enjoy. Y'know, favorites!</p>
</section>
<section>
<p class="list_title">Text/Code Editor:</p>
<ul>
<li><a href="https://kate-editor.org/">Kate</a></li>
</ul>
<p class="list_title">Fonts:</p>
<ul>
<li><a href="https://github.com/tonsky/FiraCode">Fira Code</a></li>
<li><a href="https://github.com/subframe7536/maple-font">Maple Mono</a></li>
<li><a href="https://fonts.google.com/specimen/Roboto">Roboto</a></li>
<li><a href="https://fonts.google.com/noto">Noto</a></li>
</ul>
<p class="list_title">Programming Languages:</p>
<ul>
<li><a href="https://www.rust-lang.org/">Rust</a></li>
<li><a href="https://www.python.org/">Python</a></li>
</ul>
</section>
<section>
<p class="list_title">Shell:</p>
<ul>
<li><a href="https://www.gnu.org/software/bash/">Bash</a> <i>Linux</i></li>
<li><a href="https://www.gnu.org/software/bash/">PowerShell</a> <i>Windows</i></li>
</ul>
<p class="list_title">Notetaking App:</p>
<ul>
<li><a href="https://github.com/zadam/trilium">Trilium</a></li>
</ul>
<p class="list_title">Browser:</li>
<ul>
<li><a title="Keep the web free!" href="https://www.mozilla.org/en-US/firefox/new/">Firefox</a></li>
</ul>
<p class="list_title">Desktop Environment:</p>
<ul>
<li><a href="https://kde.org/plasma-desktop/">KDE Plasma</a></li>
</ul>
</section>
</main>
<footer>
<p>&copy;2024 G2</p>
<p>Powered by <a href="https://developer.mozilla.org/en-US/docs/Glossary/HTML"><img class="icon" src="https://upload.wikimedia.org/wikipedia/commons/3/38/HTML5_Badge.svg"></a> and <a href="https://developer.mozilla.org/en-US/docs/Glossary/CSS"><img class="icon" src="https://upload.wikimedia.org/wikipedia/commons/6/62/CSS3_logo.svg"></a></p>
</footer>
</body>
</html>