From 61f23a4f76f0cd5dc7dc190f21b6cf492b35c479 Mon Sep 17 00:00:00 2001
From: "google-labs-jules[bot]"
<161369871+google-labs-jules[bot]@users.noreply.github.com>
Date: Mon, 12 Jan 2026 08:42:32 +0000
Subject: [PATCH] feat: Integrate education page
Creates a central education hub page to consolidate links to existing educational resources like health, climate, and pollution solutions.
- Adds `education.html` and `education.css`.
- Updates `index.html` to link to the new education page.
---
eco_project/backend/static/education.css | 68 +++++++++++++++++++++++
eco_project/backend/static/education.html | 38 +++++++++++++
eco_project/backend/static/index.html | 6 +-
3 files changed, 109 insertions(+), 3 deletions(-)
create mode 100644 eco_project/backend/static/education.css
create mode 100644 eco_project/backend/static/education.html
diff --git a/eco_project/backend/static/education.css b/eco_project/backend/static/education.css
new file mode 100644
index 0000000..1a493e5
--- /dev/null
+++ b/eco_project/backend/static/education.css
@@ -0,0 +1,68 @@
+/* General styles for the education page */
+body {
+ font-family: Arial, sans-serif;
+ line-height: 1.6;
+ color: #333;
+ background-color: #f4f4f4;
+}
+
+header {
+ background: #007BFF;
+ color: #fff;
+ padding: 1rem 0;
+ text-align: center;
+}
+
+main {
+ padding: 1rem;
+ margin: 0 auto;
+ max-width: 960px;
+}
+
+section {
+ background: #fff;
+ margin-bottom: 1rem;
+ padding: 1rem;
+ border-radius: 5px;
+}
+
+h2 {
+ color: #007BFF;
+ border-bottom: 2px solid #007BFF;
+ padding-bottom: 0.5rem;
+}
+
+ul {
+ list-style: none;
+ padding: 0;
+}
+
+li {
+ margin-bottom: 0.5rem;
+}
+
+a {
+ text-decoration: none;
+ color: #007BFF;
+}
+
+a:hover {
+ text-decoration: underline;
+}
+
+footer {
+ text-align: center;
+ padding: 1rem 0;
+ margin-top: 2rem;
+ background-color: #333;
+ color: #fff;
+}
+
+footer a {
+ color: #fff;
+ text-decoration: none;
+}
+
+footer a:hover {
+ text-decoration: underline;
+}
diff --git a/eco_project/backend/static/education.html b/eco_project/backend/static/education.html
new file mode 100644
index 0000000..1298996
--- /dev/null
+++ b/eco_project/backend/static/education.html
@@ -0,0 +1,38 @@
+
+
+
+
+
+ Education
+
+
+
+
+
+
+
+ Global Health and Education
+ Explore data and insights on global health and education trends. Learn more.
+
+
+ Climate Change Solutions
+ Learn about solutions to combat climate change. Explore solutions.
+
+
+ Environment Pollution Solutions
+ Discover methods to combat water, air, and land pollution. Find solutions.
+
+
+ Drinking Water and Energy Access
+ Explore solutions for providing access to clean drinking water and sustainable energy. Learn more.
+
+
+
+
+
+
diff --git a/eco_project/backend/static/index.html b/eco_project/backend/static/index.html
index 861ae49..5839bc9 100644
--- a/eco_project/backend/static/index.html
+++ b/eco_project/backend/static/index.html
@@ -43,9 +43,9 @@ Environment Pollution Solutions
Drinking Water and Energy Access
Explore solutions for providing access to clean drinking water and sustainable energy for all. Learn more.
-
- Global Health and Education
- Explore data and insights on global health and education trends from leading international organizations. Learn more.
+
+ Education
+ Explore data and insights on global health, climate change, pollution, and more. Learn more.