From 487e40840d65c26e8083b01f4f82be538e87b9f1 Mon Sep 17 00:00:00 2001 From: Flatlogic Bot Date: Thu, 8 Jan 2026 10:20:07 +0000 Subject: [PATCH] Test site --- about.php | 4 ++ assets/css/custom.css | 31 +++++++++ assets/js/main.js | 1 + clips.php | 4 ++ contact.php | 4 ++ events.php | 4 ++ includes/footer.php | 8 +++ includes/header.php | 34 +++++++++ index.php | 156 +++--------------------------------------- merch.php | 4 ++ schedule.php | 4 ++ vods.php | 4 ++ 12 files changed, 110 insertions(+), 148 deletions(-) create mode 100644 about.php create mode 100644 assets/css/custom.css create mode 100644 assets/js/main.js create mode 100644 clips.php create mode 100644 contact.php create mode 100644 events.php create mode 100644 includes/footer.php create mode 100644 includes/header.php create mode 100644 merch.php create mode 100644 schedule.php create mode 100644 vods.php diff --git a/about.php b/about.php new file mode 100644 index 0000000..bbd07c9 --- /dev/null +++ b/about.php @@ -0,0 +1,4 @@ + +

About Me

+

This is the About page.

+ \ No newline at end of file diff --git a/assets/css/custom.css b/assets/css/custom.css new file mode 100644 index 0000000..ce6757d --- /dev/null +++ b/assets/css/custom.css @@ -0,0 +1,31 @@ +body { + background-color: #121212; + color: #FFFFFF; + font-family: 'Inter', sans-serif; +} + +.navbar { + background-color: #1E1E1E; +} + +.navbar-brand { + font-weight: 700; + color: #9146FF !important; +} + +.nav-link { + color: #FFFFFF !important; +} + +.nav-link.active, .nav-link:hover { + color: #9146FF !important; +} + +.hero { + height: 60vh; + display: flex; + align-items: center; + justify-content: center; + text-align: center; + background: linear-gradient(to right, rgba(145, 70, 255, 0.1), rgba(100, 65, 165, 0.1)); +} diff --git a/assets/js/main.js b/assets/js/main.js new file mode 100644 index 0000000..2e66b59 --- /dev/null +++ b/assets/js/main.js @@ -0,0 +1 @@ +// Future javascript for interactivity \ No newline at end of file diff --git a/clips.php b/clips.php new file mode 100644 index 0000000..9e1d44c --- /dev/null +++ b/clips.php @@ -0,0 +1,4 @@ + +

Clips

+

This is the Clips page.

+ \ No newline at end of file diff --git a/contact.php b/contact.php new file mode 100644 index 0000000..2472e03 --- /dev/null +++ b/contact.php @@ -0,0 +1,4 @@ + +

Contact

+

This is the Contact page.

+ \ No newline at end of file diff --git a/events.php b/events.php new file mode 100644 index 0000000..c5d958b --- /dev/null +++ b/events.php @@ -0,0 +1,4 @@ + +

Events

+

This is the Events page.

+ \ No newline at end of file diff --git a/includes/footer.php b/includes/footer.php new file mode 100644 index 0000000..a36365b --- /dev/null +++ b/includes/footer.php @@ -0,0 +1,8 @@ + + + + + + diff --git a/includes/header.php b/includes/header.php new file mode 100644 index 0000000..83fb600 --- /dev/null +++ b/includes/header.php @@ -0,0 +1,34 @@ + + + + + + Solar Bang + + + + + + + + +
diff --git a/index.php b/index.php index 7205f3d..1be6349 100644 --- a/index.php +++ b/index.php @@ -1,150 +1,10 @@ - -$phpVersion = PHP_VERSION; -$now = date('Y-m-d H:i:s'); -?> - - - - - - New Style - - - - - - - - - - - - - - - - - - - - - -
-
-

Analyzing your requirements and generating your website…

-
- Loading… -
-

AI is collecting your requirements and applying the first changes.

-

This page will update automatically as the plan is implemented.

-

Runtime: PHP — UTC

+
+
+

Welcome to Solar Bang's Corner

+

Your one-stop place for streams, VODs, and more.

-
-
- Page updated: (UTC) -
- - +
+ + \ No newline at end of file diff --git a/merch.php b/merch.php new file mode 100644 index 0000000..addc476 --- /dev/null +++ b/merch.php @@ -0,0 +1,4 @@ + +

Merch & Donations

+

This is the Merch page.

+ \ No newline at end of file diff --git a/schedule.php b/schedule.php new file mode 100644 index 0000000..06bd890 --- /dev/null +++ b/schedule.php @@ -0,0 +1,4 @@ + +

Stream Schedule

+

This is the Schedule page.

+ \ No newline at end of file diff --git a/vods.php b/vods.php new file mode 100644 index 0000000..9ee804e --- /dev/null +++ b/vods.php @@ -0,0 +1,4 @@ + +

VODs & Highlights

+

This is the VODs page.

+ \ No newline at end of file