From 24a505d2f7c47b837d4ada2569576af594975fce Mon Sep 17 00:00:00 2001 From: "Alex Pooley (@zuedev)" Date: Tue, 28 Jul 2026 19:23:44 +0100 Subject: website w/ docker! --- 174bg/website-nextjs/src/app/layout.css | 7 ---- 174bg/website-nextjs/src/app/layout.js | 17 ---------- 174bg/website-nextjs/src/app/page.js | 60 --------------------------------- 3 files changed, 84 deletions(-) delete mode 100644 174bg/website-nextjs/src/app/layout.css delete mode 100644 174bg/website-nextjs/src/app/layout.js delete mode 100644 174bg/website-nextjs/src/app/page.js (limited to '174bg/website-nextjs/src') diff --git a/174bg/website-nextjs/src/app/layout.css b/174bg/website-nextjs/src/app/layout.css deleted file mode 100644 index 030d913..0000000 --- a/174bg/website-nextjs/src/app/layout.css +++ /dev/null @@ -1,7 +0,0 @@ -@import url("https://fonts.googleapis.com/css2?family=Sora:wght@100..800&display=swap"); - -@import "tailwindcss"; - -body { - font-family: "Sora"; -} diff --git a/174bg/website-nextjs/src/app/layout.js b/174bg/website-nextjs/src/app/layout.js deleted file mode 100644 index c2b65f2..0000000 --- a/174bg/website-nextjs/src/app/layout.js +++ /dev/null @@ -1,17 +0,0 @@ -import "./layout.css"; - -export const metadata = { - title: "174th Battle Group - Star Citizen Military Organization", - description: `The "Red Right Hand" of the UEE`, - icons: { - icon: "/logo.png", - }, -}; - -export default function RootLayout({ children }) { - return ( - - {children} - - ); -} diff --git a/174bg/website-nextjs/src/app/page.js b/174bg/website-nextjs/src/app/page.js deleted file mode 100644 index ebd46cc..0000000 --- a/174bg/website-nextjs/src/app/page.js +++ /dev/null @@ -1,60 +0,0 @@ -export default function Home() { - return ( -
- - -
-

- 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. -

-

- 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. -

-

- 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. -

-

- 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. -

-
- -
- {[ - ["Discord", "174bg.net/discord", "https://174bg.net/discord"], - ["Handbook", "174bg.net/handbook", "https://174bg.net/handbook"], - ["Manager", "174bg.net/manager", "https://174bg.net/manager"], - ].map(([name, display, url]) => ( -
- {name}:{" "} - - {display} - -
- ))} -
- - - Expose. Exploit. Erase. - -
- ); -} -- cgit v1.2.3