Update about.html

This commit is contained in:
Pixako
2025-09-27 18:58:56 +02:00
committed by GitHub
parent 3064285db4
commit ec3d089f95

View File

@@ -10,7 +10,7 @@
<meta name="og:title" content="Saturn" /> <meta name="og:title" content="Saturn" />
<meta name="og:url" content="https://saturn.gay/" /> <meta name="og:url" content="https://saturn.gay/" />
<meta name="theme-color" content="#FFFFFF" /> <meta name="theme-color" content="#FFFFFF" />
<meta name="og:description" content="Three developers, one team since 2022." /> <meta name="og:description" content="Four developers, one team since 2022." />
<link rel="stylesheet" href="assets/css/styles.css"> <link rel="stylesheet" href="assets/css/styles.css">
<link rel="shortcut icon" href="assets/img/saturn-white.png"> <link rel="shortcut icon" href="assets/img/saturn-white.png">
@@ -20,13 +20,14 @@
<div class="about-container"> <div class="about-container">
<h1>Saturn</h1> <h1>Saturn</h1>
<p>Three developers, one team since 2022.</p> <p>Four developers, one team since 2022.</p>
<p>Saturn is where we showcase the projects weve created.</p> <p>Saturn is where we showcase the projects weve created.</p>
<br> <br>
<div class="members"> <div class="members">
<a href="https://wildy.saturn.gay" target="_blank">WILDY</a> <a href="https://wildy.saturn.gay" target="_blank">WILDY</a>
<a href="https://aze.saturn.gay" target="_blank">AZE</a> <a href="https://aze.saturn.gay" target="_blank">AZE</a>
<a href="https://fulgur.saturn.gay" target="_blank">FULGUR</a> <a href="https://fulgur.saturn.gay" target="_blank">FULGUR</a>
<a href="https://denial.saturn.gay" target="_blank">DENIAL</a>
</div> </div>
</div> </div>
@@ -52,4 +53,4 @@
<script src="assets/js/darkmode.js"></script> <script src="assets/js/darkmode.js"></script>
<script src="assets/js/font.js"></script> <script src="assets/js/font.js"></script>
</body> </body>
</html> </html>