diff --git a/assets/css/custom.css b/assets/css/custom.css
new file mode 100644
index 0000000..ddf33eb
--- /dev/null
+++ b/assets/css/custom.css
@@ -0,0 +1,69 @@
+/* Elementary School Website - Custom Styles */
+
+:root {
+ --primary-color: #4A90E2; /* Friendly Blue */
+ --secondary-color: #F5A623; /* Warm Orange */
+ --background-color: #F9F9F9;
+ --surface-color: #FFFFFF;
+ --text-color: #333333;
+ --heading-font: 'Poppins', sans-serif;
+ --body-font: 'Lato', sans-serif;
+ --border-radius: 8px;
+}
+
+body {
+ font-family: var(--body-font);
+ color: var(--text-color);
+ background-color: var(--background-color);
+}
+
+h1, h2, h3, h4, h5, h6, .navbar-brand {
+ font-family: var(--heading-font);
+}
+
+.navbar-brand {
+ font-weight: 700;
+}
+
+.hero-section {
+ background: linear-gradient(45deg, var(--primary-color), #7dc1ff);
+ min-height: 50vh;
+}
+
+.hero-section h1 {
+ font-weight: 700;
+}
+
+#announcements h2 {
+ font-weight: 600;
+ color: var(--primary-color);
+}
+
+.announcement-card {
+ border: 0;
+ border-radius: var(--border-radius);
+ box-shadow: 0 4px 12px rgba(0,0,0,0.08);
+ transition: transform 0.2s ease-in-out, box-shadow 0.2s ease-in-out;
+}
+
+.announcement-card:hover {
+ transform: translateY(-5px);
+ box-shadow: 0 8px 20px rgba(0,0,0,0.12);
+}
+
+.announcement-card .card-title {
+ color: var(--primary-color);
+ font-weight: 600;
+}
+
+.navbar-nav .nav-link.dropdown-toggle {
+ background-color: var(--secondary-color);
+ color: white !important;
+ border-radius: var(--border-radius);
+ padding-left: 1rem !important;
+ padding-right: 1rem !important;
+}
+
+.footer {
+ background-color: #343a40;
+}
diff --git a/assets/js/main.js b/assets/js/main.js
new file mode 100644
index 0000000..e69de29
diff --git a/downloads/learning_guide.pdf b/downloads/learning_guide.pdf
new file mode 100644
index 0000000..e69de29
diff --git a/downloads/sample_form.pdf b/downloads/sample_form.pdf
new file mode 100644
index 0000000..e69de29
diff --git a/index.php b/index.php
index 7205f3d..2c2fdcd 100644
--- a/index.php
+++ b/index.php
@@ -1,150 +1,101 @@
-
-
+
-
-
- New Style
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
+
+
+ Welcome to Springfield Elementary
+
+
+
+
+
-
-
-
Analyzing your requirements and generating your website…
-
- Loading…
-
-
= ($_SERVER['HTTP_HOST'] ?? '') === 'appwizzy.com' ? 'AppWizzy' : 'Flatlogic' ?> AI is collecting your requirements and applying the first changes.
-
This page will update automatically as the plan is implemented.
-
Runtime: PHP = htmlspecialchars($phpVersion) ?> — UTC = htmlspecialchars($now) ?>
-
-
-
- Page updated: = htmlspecialchars($now) ?> (UTC)
-
+
+
+
+
+
+
Welcome to Springfield Elementary
+
A place to learn, grow, and succeed.
+
+
+
+
+
+
Latest Announcements
+
+ '2025-12-08',
+ 'title' => 'Winter Break Reminder',
+ 'snippet' => 'School will be closed for winter break from December 22nd to January 5th. We wish you a wonderful holiday season!'
+ ],
+ [
+ 'date' => '2025-12-05',
+ 'title' => 'Parent-Teacher Conferences',
+ 'snippet' => 'Sign-ups for parent-teacher conferences are now open. Please check your email for the link to schedule your appointment.'
+ ],
+ [
+ 'date' => '2025-12-01',
+ 'title' => 'Annual Food Drive',
+ 'snippet' => 'Our annual food drive is underway! Please bring non-perishable food items to the front office to support our community.'
+ ]
+ ];
+
+ foreach ($announcements as $item) :
+ ?>
+
+
+
+
+
+
+
+
+
+
© Springfield Elementary. All Rights Reserved.
+
123 School Lane, Springfield, USA
+
+
+
+
-
+