diff --git a/assets/css/custom.css b/assets/css/custom.css new file mode 100644 index 0000000..aa5de59 --- /dev/null +++ b/assets/css/custom.css @@ -0,0 +1,75 @@ + +body { + font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif; + background-color: #F8F9FA; +} + +h1, h2, h3, h4, h5, h6 { + font-family: Georgia, 'Times New Roman', Times, serif; +} + +.hero { + background: linear-gradient(45deg, #005A9C, #003B64); + color: white; + padding: 6rem 1rem; + text-align: center; +} + +.hero h1 { + font-size: 3.5rem; + font-weight: bold; +} + +.hero p { + font-size: 1.25rem; + margin-bottom: 2rem; +} + +.btn-gold { + background-color: #FDB813; + border-color: #FDB813; + color: #212529; + font-weight: bold; + padding: 0.75rem 1.5rem; + border-radius: 0.5rem; + transition: background-color 0.3s ease; +} + +.btn-gold:hover { + background-color: #e0a800; + border-color: #e0a800; +} + +.course-card { + border: none; + border-radius: 0.5rem; + box-shadow: 0 4px 8px rgba(0,0,0,0.1); + transition: transform 0.3s ease, box-shadow 0.3s ease; +} + +.course-card:hover { + transform: translateY(-5px); + box-shadow: 0 8px 16px rgba(0,0,0,0.15); +} + +.course-card .card-header { + background-color: #005A9C; + color: white; + font-weight: bold; + border-top-left-radius: 0.5rem; + border-top-right-radius: 0.5rem; +} + +.footer { + background-color: #343A40; + color: white; + padding: 2rem 0; +} + +.footer a { + color: #FDB813; +} + +.footer a:hover { + color: #e0a800; +} diff --git a/assets/js/main.js b/assets/js/main.js new file mode 100644 index 0000000..2cbad70 --- /dev/null +++ b/assets/js/main.js @@ -0,0 +1,13 @@ + +document.addEventListener('DOMContentLoaded', function () { + // Smooth scroll for navigation links + document.querySelectorAll('a[href^="#"]').forEach(anchor => { + anchor.addEventListener('click', function (e) { + e.preventDefault(); + + document.querySelector(this.getAttribute('href')).scrollIntoView({ + behavior: 'smooth' + }); + }); + }); +}); diff --git a/assets/pasted-20251108-184331-46c2c992.png b/assets/pasted-20251108-184331-46c2c992.png new file mode 100644 index 0000000..d83fc7a Binary files /dev/null and b/assets/pasted-20251108-184331-46c2c992.png differ diff --git a/dashboard.php b/dashboard.php new file mode 100644 index 0000000..8f093a3 --- /dev/null +++ b/dashboard.php @@ -0,0 +1,75 @@ + + + + + + + Dashboard - University Management + + + + + + +
+
+
+

My Dashboard

+

Here you can find your enrolled courses, grades, and profile information.

+
+
+
+
+
+
+

Enrolled Courses

+
+
+

Course information will be displayed here soon.

+ +
+
+
+
+
+
+

Profile

+
+
+

Student profile details will appear here.

+
+
+
+
+
+ + + + \ No newline at end of file diff --git a/index.php b/index.php index 7205f3d..9312c32 100644 --- a/index.php +++ b/index.php @@ -1,150 +1,122 @@ - - + - - - New Style - - - - - - - - - - - - - - - - - - - + + + University of Tomorrow | UMS + + + + + + + + + + + + + + -
-
-

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 the University of Tomorrow

+

Shaping the future of education with cutting-edge technology and world-class faculty.

+ Explore Our Courses +
+
+ + +
+ +
+

Course Catalog

+ 'CS101', 'name' => 'Introduction to Computer Science', 'description' => 'Explore the fundamental concepts of programming, algorithms, and data structures.'], + ['code' => 'PHY201', 'name' => 'Quantum Physics I', 'description' => 'Delve into the strange and fascinating world of quantum mechanics and its principles.'], + ['code' => 'HIS340', 'name' => 'History of the Digital Age', 'description' => 'A survey of the technological and social history of computing and the internet.'], + ['code' => 'ART110', 'name' => 'Digital Art & Design', 'description' => 'Learn the tools and techniques for creating stunning visual art in a digital medium.'], + ['code' => 'BUS450', 'name' => 'Strategic Management', 'description' => 'Understand the frameworks for analyzing business strategy and competitive advantage.'], + ['code' => 'LIT220', 'name' => 'Science Fiction Literature', 'description' => 'Analyze classic and contemporary works of science fiction and their cultural impact.'], + ]; + ?> +
+ +
+
+
+ +
+
+
+

+
+ +
+
+ +
+
+ + +
+
+
+

About Our University

+

Founded on the principles of innovation and excellence, the University of Tomorrow is dedicated to providing a transformative education. We empower students to think critically, solve complex problems, and become leaders in their chosen fields. Our commitment to research and community engagement makes us a beacon of knowledge and progress.

+
+
+ University Campus +
+
+
+ +
+ + + + + + + + - + \ No newline at end of file diff --git a/login.php b/login.php new file mode 100644 index 0000000..c8d6393 --- /dev/null +++ b/login.php @@ -0,0 +1,73 @@ + + + + + + + Login - University Management + + + + +
+
+
+
+
+

Student Login

+ +
+ +
+
+ + +
+
+ + +
+
+ +
+
+
+

Use `student` / `password123` to log in.

+ Back to Home +
+
+
+
+
+
+ + + \ No newline at end of file diff --git a/logout.php b/logout.php new file mode 100644 index 0000000..b571b31 --- /dev/null +++ b/logout.php @@ -0,0 +1,6 @@ +