aboutsummaryrefslogtreecommitdiff
path: root/projects/website/source
diff options
context:
space:
mode:
authorAlex Pooley (@zuedev) <zuedev@gmail.com>2026-05-27 23:44:57 +0100
committerAlex Pooley (@zuedev) <zuedev@gmail.com>2026-05-27 23:44:57 +0100
commit490eebdede73880ab5d7daebb250ab41e9640e25 (patch)
tree6c5f89e6021d4f61eede570307369afbb3872ff5 /projects/website/source
parentc25aa035fecd2427831cdfa17d912dcf1bfd55c8 (diff)
downloadunnamed-group-490eebdede73880ab5d7daebb250ab41e9640e25.tar
unnamed-group-490eebdede73880ab5d7daebb250ab41e9640e25.tar.gz
unnamed-group-490eebdede73880ab5d7daebb250ab41e9640e25.tar.bz2
unnamed-group-490eebdede73880ab5d7daebb250ab41e9640e25.tar.xz
unnamed-group-490eebdede73880ab5d7daebb250ab41e9640e25.zip
better namespacing
Diffstat (limited to 'projects/website/source')
-rw-r--r--projects/website/source/_redirects6
-rw-r--r--projects/website/source/index.html87
-rw-r--r--projects/website/source/logo.gifbin9965 -> 0 bytes
3 files changed, 0 insertions, 93 deletions
diff --git a/projects/website/source/_redirects b/projects/website/source/_redirects
deleted file mode 100644
index 465acf0..0000000
--- a/projects/website/source/_redirects
+++ /dev/null
@@ -1,6 +0,0 @@
-/discord https://discord.com/invite/JnDGdHp9JV
-/github https://github.com/UnnamedGroupHub
-/gitlab https://gitlab.com/unnamed.group
-/twitter https://twitter.com/UnnamedGroupX
-/x https://x.com/UnnamedGroupX
-/stripe https://billing.stripe.com/p/login/14k5mideO5y15cQ8ww
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>
diff --git a/projects/website/source/logo.gif b/projects/website/source/logo.gif
deleted file mode 100644
index b54fe8e..0000000
--- a/projects/website/source/logo.gif
+++ /dev/null
Binary files differ