diff --git a/about.php b/about.php new file mode 100644 index 0000000..bbd07c9 --- /dev/null +++ b/about.php @@ -0,0 +1,4 @@ + +
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 @@ + +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 @@ + +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 @@ + +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 @@ + + + + +