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 + + + + +
+

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.

Community