diff --git a/assets/css/custom.css b/assets/css/custom.css new file mode 100644 index 0000000..4c9dee7 --- /dev/null +++ b/assets/css/custom.css @@ -0,0 +1,42 @@ + +:root { + --bs-primary: #005bac; + --bs-secondary: #6c757d; + --bs-light: #f8f9fa; + --bs-dark: #343a40; +} + +body { + font-family: 'Roboto', -apple-system, BlinkMacSystemFont, "Segoe UI", "Helvetica Neue", Arial, sans-serif; + background-color: var(--bs-light); + display: flex; + flex-direction: column; + min-height: 100vh; +} + +h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 { + font-family: 'Montserrat', sans-serif; + font-weight: 700; +} + +.navbar-brand { + font-weight: 700; + color: var(--bs-primary); +} + +.btn-primary { + background-image: linear-gradient(to right, #005bac 0%, #007bff 100%); + border: none; + transition: all 0.3s ease; + background-size: 200% auto; +} + +.btn-primary:hover { + background-position: right center; +} + +.login-container { + max-width: 450px; + margin-top: 5rem; + margin-bottom: 5rem; +} diff --git a/dashboard.php b/dashboard.php new file mode 100644 index 0000000..9bffe33 --- /dev/null +++ b/dashboard.php @@ -0,0 +1,29 @@ + + +
+
+
+
+ Welcome, ! You are now logged in. +
+
+
+

Dashboard

+
+
+

This is a placeholder for your dashboard content. From here, you will be able to manage your reporting tasks based on your role.

+
+
+
+
+
+ + \ No newline at end of file diff --git a/footer.php b/footer.php new file mode 100644 index 0000000..dfa5f5d --- /dev/null +++ b/footer.php @@ -0,0 +1,12 @@ + + + + + + \ No newline at end of file diff --git a/header.php b/header.php new file mode 100644 index 0000000..58fdd73 --- /dev/null +++ b/header.php @@ -0,0 +1,52 @@ + + + + + + + Integrated Environmental Management System + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/index.php b/index.php index 7205f3d..5029e8d 100644 --- a/index.php +++ b/index.php @@ -1,150 +1,36 @@ - - - - - - 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

+ +
+
+
+

E-PRTR+LCP Integrated Data Reporting

+

A comprehensive system for reporters, validators, and analysts to manage environmental data submissions under EU regulations.

+ Login & Get Started +
-
-
- Page updated: (UTC) -
- - + +
+
+
+

For Reporters

+

Easily upload XML submission files, run pre-validation checks, and submit your final reports with confidence.

+
+
+
+
+

For Analysts & Public

+

Browse aggregated data, run trend analyses, and download public datasets. A public portal provides transparency.

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

Login

+
+
+

Access your E-PRTR+LCP account

+ +
+ +
+
+ + +
+
+ + +
+
+ +
+
+
+ +
+
+
+
+ + \ No newline at end of file