diff options
Diffstat (limited to 'projects/website')
| -rw-r--r-- | projects/website/.gitignore | 1 | ||||
| -rw-r--r-- | projects/website/README.md | 1 | ||||
| -rw-r--r-- | projects/website/source/_redirects | 6 | ||||
| -rw-r--r-- | projects/website/source/index.html | 87 | ||||
| -rw-r--r-- | projects/website/source/logo.gif | bin | 9965 -> 0 bytes | |||
| -rw-r--r-- | projects/website/wrangler.jsonc | 19 |
6 files changed, 0 insertions, 114 deletions
diff --git a/projects/website/.gitignore b/projects/website/.gitignore deleted file mode 100644 index 0460e34..0000000 --- a/projects/website/.gitignore +++ /dev/null @@ -1 +0,0 @@ -/.wrangler/
\ No newline at end of file diff --git a/projects/website/README.md b/projects/website/README.md deleted file mode 100644 index 01a7541..0000000 --- a/projects/website/README.md +++ /dev/null @@ -1 +0,0 @@ -# unnamed.group
\ No newline at end of file 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 Binary files differdeleted file mode 100644 index b54fe8e..0000000 --- a/projects/website/source/logo.gif +++ /dev/null diff --git a/projects/website/wrangler.jsonc b/projects/website/wrangler.jsonc deleted file mode 100644 index abcc2b4..0000000 --- a/projects/website/wrangler.jsonc +++ /dev/null @@ -1,19 +0,0 @@ -{ - "$schema": "https://esm.sh/wrangler@4.90.1/config-schema.json", - "compatibility_date": "2026-03-29", - "account_id": "424d9dabd39849818d9e22366a20e4d6", - "name": "unnamed-group", - "assets": { - "directory": "./source/", - }, - "minify": true, - "observability": { - "enabled": true, - }, - "routes": [ - { - "pattern": "unnamed.group", - "custom_domain": true, - }, - ], -} |
