diff --git a/frontend/src/components/Policies/protocols.tsx b/frontend/src/components/Policies/protocols.tsx index acf9fed2..34509e28 100644 --- a/frontend/src/components/Policies/protocols.tsx +++ b/frontend/src/components/Policies/protocols.tsx @@ -2,13 +2,13 @@ import Header from "../Header"; const Protocols = () => { return ( -
-
+
+
-
-
-

+
+
+

CPU Traffic Protocol and Decorum

diff --git a/frontend/src/components/Policies/rules.tsx b/frontend/src/components/Policies/rules.tsx index 5c4e32e6..617f729f 100644 --- a/frontend/src/components/Policies/rules.tsx +++ b/frontend/src/components/Policies/rules.tsx @@ -2,14 +2,13 @@ import Header from "../Header"; const Rules = () => { return ( -
-
+
+
-
- -
-

+
+
+

Parking Rules and Regulations

diff --git a/frontend/src/pages/AboutPage.tsx b/frontend/src/pages/AboutPage.tsx index 5c4ddd3a..0ba3d0e7 100644 --- a/frontend/src/pages/AboutPage.tsx +++ b/frontend/src/pages/AboutPage.tsx @@ -2,16 +2,15 @@ import Header from "../components/Header"; const AboutPage = () => { return ( -
-
+
+
-
+
-
-

About Us

+

About Us

-

+

Welcome to CodeGreen Gateway, the official parking management system for our school. We strive to maintain an organized, secure,
and efficient parking environment on campus, ensuring that both @@ -22,7 +21,7 @@ const AboutPage = () => { Our Mission

-

+

Our mission is to provide a streamlined, digital platform to manage parking within the campus. By creating a comprehensive system for tracking parking @@ -31,9 +30,11 @@ const AboutPage = () => { all members of our community.

-

What We Do

+

+ What We Do +

-

+

At CodeGreen Gateway, we offer a secure and easy-to-use platform for the administration to manage parking within the school campus. Our system allows
administrators to track, report, and address @@ -41,7 +42,7 @@ const AboutPage = () => { effectively. The website allows for:

-
    +
    • Parking Violation Reporting : @@ -76,12 +77,14 @@ const AboutPage = () => {
    -

    Our Goals

    -

    +

    + Our Goals +

    +

    As our school grows, so does the need for a smarter way to manage parking. With CodeGreen Gateway, we hope to:

    -
      +
      • Improve parking compliance and reduce violations
      • Foster a safer parking environment for everyone on campus
      • @@ -98,7 +101,6 @@ const AboutPage = () => {
-
); };