aboutsummaryrefslogtreecommitdiff
path: root/174bg/website/assets
diff options
context:
space:
mode:
authorAlex Pooley (@zuedev) <zuedev@gmail.com>2026-07-28 19:23:44 +0100
committerAlex Pooley (@zuedev) <zuedev@gmail.com>2026-07-28 19:23:44 +0100
commit24a505d2f7c47b837d4ada2569576af594975fce (patch)
treea9bf16ada4d323d6763293142f9723953079ac1d /174bg/website/assets
parent02b47120435f7953c5578f70f541d98a718e12bc (diff)
downloadunnamed-group-24a505d2f7c47b837d4ada2569576af594975fce.tar
unnamed-group-24a505d2f7c47b837d4ada2569576af594975fce.tar.gz
unnamed-group-24a505d2f7c47b837d4ada2569576af594975fce.tar.bz2
unnamed-group-24a505d2f7c47b837d4ada2569576af594975fce.tar.xz
unnamed-group-24a505d2f7c47b837d4ada2569576af594975fce.zip
website w/ docker!
Diffstat (limited to '174bg/website/assets')
-rw-r--r--174bg/website/assets/index.html82
-rw-r--r--174bg/website/assets/logo.pngbin47784 -> 0 bytes
2 files changed, 0 insertions, 82 deletions
diff --git a/174bg/website/assets/index.html b/174bg/website/assets/index.html
deleted file mode 100644
index 6b75afe..0000000
--- a/174bg/website/assets/index.html
+++ /dev/null
@@ -1,82 +0,0 @@
-<!DOCTYPE html>
-<html lang="en">
-<head>
- <meta charset="UTF-8">
- <meta name="viewport" content="width=device-width, initial-scale=1.0">
- <title>174th Battle Group - Star Citizen Military Organisation</title>
- <style>
- @import url('https://fonts.googleapis.com/css2?family=Sora:wght@100..800&display=swap');
-
- body {
- margin: 1rem;
- max-width: 666px;
- font-family: 'Sora', sans-serif;
- }
-
- p {
- text-align: justify;
- }
-
- a {
- color: red;
- text-decoration: none;
- }
-
- #header {
- display: flex;
- align-items: center;
- margin-bottom: 1rem;
- }
-
- #logo {
- width: 100px;
- height: auto;
- }
- </style>
-</head>
-<body>
- <div id="header">
- <img id="logo" src="logo.png">
- <div style="margin-left: 1rem; display: flex; flex-direction: column; justify-content: center; height: 100px;">
- <h1 style="margin: 0;">174th Battle Group</h1>
- <h2 style="color: rgb(158, 0, 0); margin: 0;">The "Red Right Hand" of the UEE</h2>
- </div>
- </div>
-
- <!-- elevator pitch -->
- <p>
- We're a Star Citizen organisation focused on structured play, small-team tactics, and distributed operations, aiming to provide a rich and varied experience for our members.
- </p>
- <!-- ops times and attendance -->
- <p>
- Our bigger sessions are held on Saturdays around 17-18:00 UTC and usually last 4 hours. We also run smaller weekday sessions using an "on call" system. Members are expected to attend at least one bigger session every two weeks, though real life comes first and we will work around schedules.
- </p>
- <!-- entry requirements and how to join -->
- <p>
- We welcome anyone interested in joining, regardless of experience. New members must be respectful, professional, and follow our code of conduct. They should either know Star Citizen and its mechanics or be willing to learn and improve.
- </p>
- <!-- final pitch to join -->
- <p>
- If you're interested in joining the 174th Battle Group, reach out through our Discord server below. We look forward to welcoming you and working together toward our goals in the 'verse.
- </p>
-
- <!-- links -->
- <p style="flex-direction: column; display: flex; gap: 0.5rem;">
- <div>
- <b>Discord:</b> <a href="https://174bg.net/discord" target="_blank">174bg.net/discord</a>
- </div>
- <div>
- <b>Handbook:</b> <a href="https://174bg.net/handbook" target="_blank">174bg.net/handbook</a>
- </div>
- <div>
- <b>Manager:</b> <a href="https://174bg.net/manager" target="_blank">174bg.net/manager</a>
- </div>
- </p>
-
-
- <!-- cryptic shit -->
- <span style="position: absolute; bottom: 1rem; right: 1rem; font-size: 0.8rem; opacity: 0.33;">
- Expose. Exploit. Erase.
- </span>
-</body>
-</html> \ No newline at end of file
diff --git a/174bg/website/assets/logo.png b/174bg/website/assets/logo.png
deleted file mode 100644
index 082d182..0000000
--- a/174bg/website/assets/logo.png
+++ /dev/null
Binary files differ