revamped website
This commit is contained in:
61
services.html
Normal file
61
services.html
Normal file
@@ -0,0 +1,61 @@
|
||||
<!DOCTYPE html>
|
||||
<html lang="en">
|
||||
<head>
|
||||
<meta charset="UTF-8">
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||||
<link rel="shortcut icon" href="assets/img/saturn-white.png">
|
||||
<link rel="stylesheet" href="assets/css/styles.css">
|
||||
|
||||
<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." />
|
||||
|
||||
<title>Saturn</title>
|
||||
</head>
|
||||
<body>
|
||||
<div class="navbar">
|
||||
<a href="index.html">HOME</a>
|
||||
<a href="about.html">ABOUT</a>
|
||||
<a href="services.html">SERVICES</a>
|
||||
<a href="https://hq.saturn.gay/">HQ</a>
|
||||
</div>
|
||||
<div class="about-container">
|
||||
<h1 style="text-align: center;">Saturn Services</h1>
|
||||
|
||||
<div class="services-grid">
|
||||
<div class="service-item">
|
||||
<a href="https://matrix.saturn.gay/"><p><b>Matrix</b> - We love our Matrix very much. It's been around since 2025.</p></a>
|
||||
</div>
|
||||
|
||||
<div class="service-item">
|
||||
<a href="https://gitlab.saturn.gay/"><p><b>Gitlab</b> - We self-host our own Gitlab instance where we store our solutions.</p></a>
|
||||
</div>
|
||||
|
||||
<div class="service-item">
|
||||
</div>
|
||||
|
||||
<div class="service-item">
|
||||
</div>
|
||||
</div>
|
||||
</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>
|
||||
Reference in New Issue
Block a user