aboutsummaryrefslogtreecommitdiff
path: root/projects/website/source/index.html
diff options
context:
space:
mode:
Diffstat (limited to 'projects/website/source/index.html')
-rw-r--r--projects/website/source/index.html87
1 files changed, 0 insertions, 87 deletions
diff --git a/projects/website/source/index.html b/projects/website/source/index.html
deleted file mode 100644
index fffe273..0000000
--- a/projects/website/source/index.html
+++ /dev/null
@@ -1,87 +0,0 @@
-<!doctype html>
-<html lang="en">
- <head>
- <meta charset="UTF-8" />
- <meta name="viewport" content="width=device-width, initial-scale=1.0" />
- <title>Unnamed Group</title>
- <meta
- name="description"
- content="Unnamed Group is a non-profit organization dedicated to creating and supporting open-source gaming communities. Join us on Discord, explore our projects, and be part of our mission to foster creativity and collaboration in the gaming world."
- />
- <style>
- /* import inter font */
- @import url("https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&display=swap");
-
- /* white on black */
- html {
- background: black;
- color: white;
- }
-
- /* set default font */
- body {
- font-family: "Inter", sans-serif;
- }
-
- /* justify it all */
- * {
- text-align: justify;
- }
-
- /* style links */
- a {
- color: inherit;
- text-decoration: none;
- }
-
- a:hover {
- text-decoration: underline;
- }
- </style>
- </head>
- <body>
- <main>
- <div>
- <h1 style="margin: 0">Unnamed Group</h1>
- <h2 style="margin: 0">Non-profit open-source gaming communities</h2>
- </div>
-
- <p style="max-width: 600px; margin-top: 1rem">
- Unnamed Group is a non-profit organization dedicated to creating and
- supporting open-source gaming communities. Join us on Discord, explore
- our projects, and be part of our mission to foster creativity and
- collaboration in the gaming world.
- </p>
-
- <div
- id="community-links"
- style="
- display: flex;
- flex-direction: column;
- gap: 0.5rem;
- margin-top: 1rem;
- "
- >
- <a
- href="https://unnamed.group/discord"
- style="background: #5865f2; padding: 0.5rem"
- >
- Unnamed Group Discord
- </a>
- <a
- href="https://uagpmc.com"
- style="background: #90b477; padding: 0.5rem"
- >
- <b>UAG:</b> Our Arma 3 community focused on cooperative gameplay.
- </a>
- <a
- href="https://red-right-hand.unnamed.group"
- style="background: #d40404; padding: 0.5rem"
- >
- <b>Red Right Hand:</b> Star Citizen organisation bringing
- player-driven events to the 'verse.
- </a>
- </div>
- </main>
- </body>
-</html>