Files
saturn.gay/about.html
2025-09-27 18:58:56 +02:00

57 lines
2.0 KiB
HTML
Raw Blame History

This file contains ambiguous Unicode characters
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta name="og:site_name" content="Saturn" />
<meta name="og:type" content="object" />
<meta name="og:image" content="https://saturn.gay/assets/img/saturn-white.png" />
<meta name="og:title" content="Saturn" />
<meta name="og:url" content="https://saturn.gay/" />
<meta name="theme-color" content="#FFFFFF" />
<meta name="og:description" content="Four developers, one team since 2022." />
<link rel="stylesheet" href="assets/css/styles.css">
<link rel="shortcut icon" href="assets/img/saturn-white.png">
<title>Saturn</title>
</head>
<body>
<div class="about-container">
<h1>Saturn</h1>
<p>Four developers, one team since 2022.</p>
<p>Saturn is where we showcase the projects weve created.</p>
<br>
<div class="members">
<a href="https://wildy.saturn.gay" target="_blank">WILDY</a>
<a href="https://aze.saturn.gay" target="_blank">AZE</a>
<a href="https://fulgur.saturn.gay" target="_blank">FULGUR</a>
<a href="https://denial.saturn.gay" target="_blank">DENIAL</a>
</div>
</div>
<div class="navbar">
<a href="index.html">HOME</a>
<a href="about.html">ABOUT</a>
<a href="projects.html">PROJECTS</a>
<a href="https://host.saturn.gay/">HOSTING</a>
</div>
<div class="rbottom">
<div class="switches">
<div class="font-switch">
<span id="fontToggleText">SERIF</span>
</div>
<p>|</p>
<div class="theme-switch">
<span id="themeToggleText">DARK</span>
</div>
</div>
<p>© 2022 - 2025 SATURN</p>
<p>ALL RIGHTS RESERVED</p>
</div>
<script src="assets/js/darkmode.js"></script>
<script src="assets/js/font.js"></script>
</body>
</html>