mirror of
https://github.com/G2-Games/website.git
synced 2025-04-19 09:52:53 -05:00
93 lines
3.6 KiB
HTML
93 lines
3.6 KiB
HTML
<!DOCTYPE html>
|
|
<html lang="en">
|
|
<head>
|
|
<meta charset="utf-8">
|
|
<meta name="darkreader-lock">
|
|
<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="/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>
|
|
<nav>
|
|
<a href="/">Home</a>
|
|
<a class="active" href="/random">Random</a>
|
|
<a href="/portfolio">Portfolio</a>
|
|
<a href="/blog">Blog</a>
|
|
</nav>
|
|
</header>
|
|
|
|
<main class="holder">
|
|
<h2 class="sep center">What's this?</h2>
|
|
<section class="centered">
|
|
<p>This page contains random things I have made. Most of them have very little use, but some are kind of interesting! I'll keep it updated as I add more things. Please enjoy!</p>
|
|
</section>
|
|
|
|
<!-- Begin random stuff!! -->
|
|
|
|
<h2 class="sep center">Random Stuff</h2>
|
|
|
|
<a href="dango.page"><section class="clickable">
|
|
<h3>dango.page</h3>
|
|
<p>Just a fun little website I worked on to display endless videos, sound does not work. There is no easy way to make it work without a confirmation dialogue. 🍡</p>
|
|
</section></a>
|
|
|
|
<a href="poke/platelet"><section class="clickable">
|
|
<h3>Platelet Poke</h3>
|
|
<p>A "Poke the Platelet" thing based on platelets.fun (which no longer exists).</p>
|
|
</section></a>
|
|
|
|
<a href="games/snake"><section class="clickable">
|
|
<h3>Snake.js</h3>
|
|
<p>Simple javascript snake! It's not my best work.</p>
|
|
</section></a>
|
|
|
|
<a href="maniacs"><section class="clickable">
|
|
<h3>maniacs</h3>
|
|
<p>A mostly accurate Windows 7 Aero recreation in Javascript</p>
|
|
</section></a>
|
|
|
|
<a href="photo_grid"><section class="clickable">
|
|
<h3>Photo Grid Test</h3>
|
|
<p>A test page for my image grid CSS</p>
|
|
</section></a>
|
|
|
|
<a href="3dtest"><section class="clickable">
|
|
<h3>The Cube</h3>
|
|
<p>Like dango.page, but it's a cube. Warning, loud!</p>
|
|
</section></a>
|
|
|
|
<a href="welcome"><section class="clickable">
|
|
<h3>welcome.sh</h3>
|
|
<p>A showcase for my welcome.sh project</p>
|
|
</section></a>
|
|
|
|
<a href="card"><section class="clickable">
|
|
<h3>Oversimplified card thing</h3>
|
|
<p>A simple webpage which mimics a lot of pages I've seen which are trying to be minimalistic or something.</p>
|
|
</section></a>
|
|
</main>
|
|
|
|
<footer>
|
|
<p>©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>
|