Spaces:
Running
Running
make enviromental websiete my company name is IEED
Browse files- README.md +9 -5
- about.html +93 -0
- components/footer.js +132 -0
- components/navbar.js +95 -0
- index.html +76 -19
- script.js +39 -0
- solutions.html +140 -0
- style.css +36 -19
README.md
CHANGED
|
@@ -1,10 +1,14 @@
|
|
| 1 |
---
|
| 2 |
-
title:
|
| 3 |
-
|
| 4 |
-
|
| 5 |
-
|
| 6 |
sdk: static
|
| 7 |
pinned: false
|
|
|
|
|
|
|
| 8 |
---
|
| 9 |
|
| 10 |
-
|
|
|
|
|
|
|
|
|
| 1 |
---
|
| 2 |
+
title: EcoSphere Guardians 🌍
|
| 3 |
+
colorFrom: green
|
| 4 |
+
colorTo: red
|
| 5 |
+
emoji: 🐳
|
| 6 |
sdk: static
|
| 7 |
pinned: false
|
| 8 |
+
tags:
|
| 9 |
+
- deepsite-v3
|
| 10 |
---
|
| 11 |
|
| 12 |
+
# Welcome to your new DeepSite project!
|
| 13 |
+
This project was created with [DeepSite](https://huggingface.co/deepsite).
|
| 14 |
+
|
about.html
ADDED
|
@@ -0,0 +1,93 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
<!DOCTYPE html>
|
| 2 |
+
<html lang="en">
|
| 3 |
+
<head>
|
| 4 |
+
<meta charset="UTF-8">
|
| 5 |
+
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
| 6 |
+
<title>About - IEED EcoSphere Guardians</title>
|
| 7 |
+
<link rel="stylesheet" href="style.css">
|
| 8 |
+
<script src="https://cdn.tailwindcss.com"></script>
|
| 9 |
+
<script src="https://unpkg.com/feather-icons"></script>
|
| 10 |
+
</head>
|
| 11 |
+
<body class="min-h-screen bg-gradient-to-br from-green-50 via-blue-50 to-teal-50">
|
| 12 |
+
<custom-navbar></custom-navbar>
|
| 13 |
+
|
| 14 |
+
<main class="container mx-auto px-4 py-16">
|
| 15 |
+
<div class="max-w-5xl mx-auto">
|
| 16 |
+
<div class="text-center mb-16">
|
| 17 |
+
<h1 class="text-5xl md:text-6xl font-bold mb-6 bg-clip-text text-transparent bg-gradient-to-r from-green-600 to-teal-500">
|
| 18 |
+
About IEED
|
| 19 |
+
</h1>
|
| 20 |
+
<p class="text-xl text-gray-700 max-w-3xl mx-auto">
|
| 21 |
+
Leading the charge in environmental innovation and sustainable development.
|
| 22 |
+
</p>
|
| 23 |
+
</div>
|
| 24 |
+
|
| 25 |
+
<div class="grid md:grid-cols-2 gap-12 items-center mb-16">
|
| 26 |
+
<div>
|
| 27 |
+
<img src="http://static.photos/nature/640x360/42" alt="Our Mission" class="rounded-2xl shadow-xl w-full">
|
| 28 |
+
</div>
|
| 29 |
+
<div>
|
| 30 |
+
<h2 class="text-3xl font-bold text-green-700 mb-6">Our Mission</h2>
|
| 31 |
+
<p class="text-gray-700 mb-4">
|
| 32 |
+
At IEED, we're dedicated to developing innovative environmental solutions that balance economic growth with ecological preservation.
|
| 33 |
+
</p>
|
| 34 |
+
<p class="text-gray-700">
|
| 35 |
+
Our team of experts works across disciplines to create sustainable technologies and practices that can be implemented globally.
|
| 36 |
+
</p>
|
| 37 |
+
</div>
|
| 38 |
+
</div>
|
| 39 |
+
|
| 40 |
+
<div class="grid md:grid-cols-2 gap-12 items-center mb-16 md:flex-row-reverse">
|
| 41 |
+
<div class="md:order-last">
|
| 42 |
+
<img src="http://static.photos/technology/640x360/57" alt="Our Vision" class="rounded-2xl shadow-xl w-full">
|
| 43 |
+
</div>
|
| 44 |
+
<div>
|
| 45 |
+
<h2 class="text-3xl font-bold text-teal-600 mb-6">Our Vision</h2>
|
| 46 |
+
<p class="text-gray-700 mb-4">
|
| 47 |
+
We envision a world where human progress and environmental stewardship go hand in hand, creating thriving ecosystems alongside thriving communities.
|
| 48 |
+
</p>
|
| 49 |
+
<p class="text-gray-700">
|
| 50 |
+
Through research, education, and implementation, we're working to make this vision a reality.
|
| 51 |
+
</p>
|
| 52 |
+
</div>
|
| 53 |
+
</div>
|
| 54 |
+
|
| 55 |
+
<div class="bg-white/80 backdrop-blur-sm rounded-2xl p-8 shadow-lg">
|
| 56 |
+
<h2 class="text-3xl font-bold text-center mb-8 text-green-700">Our Core Values</h2>
|
| 57 |
+
<div class="grid md:grid-cols-3 gap-8">
|
| 58 |
+
<div class="text-center">
|
| 59 |
+
<div class="w-16 h-16 bg-green-100 rounded-full flex items-center justify-center mx-auto mb-4">
|
| 60 |
+
<i data-feather="shield" class="text-green-600"></i>
|
| 61 |
+
</div>
|
| 62 |
+
<h3 class="text-xl font-bold mb-2 text-green-600">Sustainability</h3>
|
| 63 |
+
<p class="text-gray-700">Commitment to solutions that meet present needs without compromising future generations.</p>
|
| 64 |
+
</div>
|
| 65 |
+
<div class="text-center">
|
| 66 |
+
<div class="w-16 h-16 bg-blue-100 rounded-full flex items-center justify-center mx-auto mb-4">
|
| 67 |
+
<i data-feather="zap" class="text-blue-600"></i>
|
| 68 |
+
</div>
|
| 69 |
+
<h3 class="text-xl font-bold mb-2 text-blue-600">Innovation</h3>
|
| 70 |
+
<p class="text-gray-700">Pushing boundaries to develop cutting-edge environmental technologies.</p>
|
| 71 |
+
</div>
|
| 72 |
+
<div class="text-center">
|
| 73 |
+
<div class="w-16 h-16 bg-teal-100 rounded-full flex items-center justify-center mx-auto mb-4">
|
| 74 |
+
<i data-feather="users" class="text-teal-600"></i>
|
| 75 |
+
</div>
|
| 76 |
+
<h3 class="text-xl font-bold mb-2 text-teal-600">Community</h3>
|
| 77 |
+
<p class="text-gray-700">Collaborating with local populations to create culturally appropriate solutions.</p>
|
| 78 |
+
</div>
|
| 79 |
+
</div>
|
| 80 |
+
</div>
|
| 81 |
+
</div>
|
| 82 |
+
</main>
|
| 83 |
+
|
| 84 |
+
<custom-footer></custom-footer>
|
| 85 |
+
|
| 86 |
+
<script src="components/navbar.js"></script>
|
| 87 |
+
<script src="components/footer.js"></script>
|
| 88 |
+
<script src="script.js"></script>
|
| 89 |
+
<script>
|
| 90 |
+
feather.replace();
|
| 91 |
+
</script>
|
| 92 |
+
</body>
|
| 93 |
+
</html>
|
components/footer.js
ADDED
|
@@ -0,0 +1,132 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
class CustomFooter extends HTMLElement {
|
| 2 |
+
connectedCallback() {
|
| 3 |
+
this.attachShadow({ mode: 'open' });
|
| 4 |
+
this.shadowRoot.innerHTML = `
|
| 5 |
+
<style>
|
| 6 |
+
footer {
|
| 7 |
+
background: rgba(255, 255, 255, 0.8);
|
| 8 |
+
backdrop-filter: blur(10px);
|
| 9 |
+
color: #4a5568;
|
| 10 |
+
padding: 3rem 2rem;
|
| 11 |
+
text-align: center;
|
| 12 |
+
margin-top: 4rem;
|
| 13 |
+
border-top: 1px solid rgba(0, 0, 0, 0.1);
|
| 14 |
+
}
|
| 15 |
+
|
| 16 |
+
.footer-content {
|
| 17 |
+
max-width: 1200px;
|
| 18 |
+
margin: 0 auto;
|
| 19 |
+
display: grid;
|
| 20 |
+
grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
|
| 21 |
+
gap: 2rem;
|
| 22 |
+
text-align: left;
|
| 23 |
+
}
|
| 24 |
+
|
| 25 |
+
.footer-column h3 {
|
| 26 |
+
font-size: 1.2rem;
|
| 27 |
+
font-weight: 700;
|
| 28 |
+
margin-bottom: 1.5rem;
|
| 29 |
+
background: linear-gradient(to right, #9a6bff, #ff6b9a);
|
| 30 |
+
-webkit-background-clip: text;
|
| 31 |
+
background-clip: text;
|
| 32 |
+
color: transparent;
|
| 33 |
+
}
|
| 34 |
+
|
| 35 |
+
.footer-links {
|
| 36 |
+
list-style: none;
|
| 37 |
+
padding: 0;
|
| 38 |
+
margin: 0;
|
| 39 |
+
}
|
| 40 |
+
|
| 41 |
+
.footer-links li {
|
| 42 |
+
margin-bottom: 0.75rem;
|
| 43 |
+
}
|
| 44 |
+
|
| 45 |
+
.footer-links a {
|
| 46 |
+
color: #4a5568;
|
| 47 |
+
text-decoration: none;
|
| 48 |
+
transition: color 0.3s ease;
|
| 49 |
+
}
|
| 50 |
+
|
| 51 |
+
.footer-links a:hover {
|
| 52 |
+
color: #9a6bff;
|
| 53 |
+
}
|
| 54 |
+
|
| 55 |
+
.social-links {
|
| 56 |
+
display: flex;
|
| 57 |
+
gap: 1rem;
|
| 58 |
+
justify-content: center;
|
| 59 |
+
margin-top: 2rem;
|
| 60 |
+
}
|
| 61 |
+
|
| 62 |
+
.social-links a {
|
| 63 |
+
display: inline-flex;
|
| 64 |
+
align-items: center;
|
| 65 |
+
justify-content: center;
|
| 66 |
+
width: 40px;
|
| 67 |
+
height: 40px;
|
| 68 |
+
border-radius: 50%;
|
| 69 |
+
background: linear-gradient(to right, #9a6bff, #ff6b9a);
|
| 70 |
+
color: white;
|
| 71 |
+
transition: transform 0.3s ease;
|
| 72 |
+
}
|
| 73 |
+
|
| 74 |
+
.social-links a:hover {
|
| 75 |
+
transform: translateY(-5px);
|
| 76 |
+
}
|
| 77 |
+
|
| 78 |
+
.copyright {
|
| 79 |
+
margin-top: 3rem;
|
| 80 |
+
padding-top: 1.5rem;
|
| 81 |
+
border-top: 1px solid rgba(0, 0, 0, 0.1);
|
| 82 |
+
font-size: 0.9rem;
|
| 83 |
+
}
|
| 84 |
+
|
| 85 |
+
@media (max-width: 768px) {
|
| 86 |
+
.footer-content {
|
| 87 |
+
grid-template-columns: 1fr;
|
| 88 |
+
text-align: center;
|
| 89 |
+
}
|
| 90 |
+
|
| 91 |
+
.social-links {
|
| 92 |
+
justify-content: center;
|
| 93 |
+
}
|
| 94 |
+
}
|
| 95 |
+
</style>
|
| 96 |
+
<footer>
|
| 97 |
+
<div class="footer-content">
|
| 98 |
+
<div class="footer-column">
|
| 99 |
+
<h3>IEED: EcoSphere Guardians</h3>
|
| 100 |
+
<p>Committed to environmental excellence since 2023.</p>
|
| 101 |
+
</div>
|
| 102 |
+
|
| 103 |
+
<div class="footer-column">
|
| 104 |
+
<h3>Quick Links</h3>
|
| 105 |
+
<ul class="footer-links">
|
| 106 |
+
<li><a href="/">Home</a></li>
|
| 107 |
+
<li><a href="/about.html">About</a></li>
|
| 108 |
+
<li><a href="/solutions.html">Our Solutions</a></li>
|
| 109 |
+
<li><a href="/projects.html">Global Projects</a></li>
|
| 110 |
+
<li><a href="/contact.html">Contact Us</a></li>
|
| 111 |
+
</ul>
|
| 112 |
+
</div>
|
| 113 |
+
|
| 114 |
+
<div class="footer-column">
|
| 115 |
+
<h3>Connect With Us</h3>
|
| 116 |
+
<div class="social-links">
|
| 117 |
+
<a href="#"><i data-feather="twitter"></i></a>
|
| 118 |
+
<a href="#"><i data-feather="instagram"></i></a>
|
| 119 |
+
<a href="#"><i data-feather="facebook"></i></a>
|
| 120 |
+
<a href="#"><i data-feather="github"></i></a>
|
| 121 |
+
</div>
|
| 122 |
+
</div>
|
| 123 |
+
</div>
|
| 124 |
+
|
| 125 |
+
<div class="copyright">
|
| 126 |
+
© 2023 Rainbow Unicorn Express. All rights reserved. Made with <i data-feather="heart" class="inline" style="width: 14px; height: 14px; color: #ff6b9a;"></i> and magic.
|
| 127 |
+
</div>
|
| 128 |
+
</footer>
|
| 129 |
+
`;
|
| 130 |
+
}
|
| 131 |
+
}
|
| 132 |
+
customElements.define('custom-footer', CustomFooter);
|
components/navbar.js
ADDED
|
@@ -0,0 +1,95 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
class CustomNavbar extends HTMLElement {
|
| 2 |
+
connectedCallback() {
|
| 3 |
+
this.attachShadow({ mode: 'open' });
|
| 4 |
+
this.shadowRoot.innerHTML = `
|
| 5 |
+
<style>
|
| 6 |
+
nav {
|
| 7 |
+
background: rgba(255, 255, 255, 0.8);
|
| 8 |
+
backdrop-filter: blur(10px);
|
| 9 |
+
padding: 1rem 2rem;
|
| 10 |
+
display: flex;
|
| 11 |
+
justify-content: space-between;
|
| 12 |
+
align-items: center;
|
| 13 |
+
box-shadow: 0 2px 15px rgba(0, 0, 0, 0.1);
|
| 14 |
+
position: relative;
|
| 15 |
+
z-index: 100;
|
| 16 |
+
}
|
| 17 |
+
|
| 18 |
+
.logo {
|
| 19 |
+
font-weight: 800;
|
| 20 |
+
font-size: 1.5rem;
|
| 21 |
+
background: linear-gradient(to right, #9a6bff, #ff6b9a);
|
| 22 |
+
-webkit-background-clip: text;
|
| 23 |
+
background-clip: text;
|
| 24 |
+
color: transparent;
|
| 25 |
+
display: flex;
|
| 26 |
+
align-items: center;
|
| 27 |
+
gap: 0.5rem;
|
| 28 |
+
}
|
| 29 |
+
|
| 30 |
+
ul {
|
| 31 |
+
display: flex;
|
| 32 |
+
gap: 2rem;
|
| 33 |
+
list-style: none;
|
| 34 |
+
margin: 0;
|
| 35 |
+
padding: 0;
|
| 36 |
+
}
|
| 37 |
+
|
| 38 |
+
a {
|
| 39 |
+
color: #4a5568;
|
| 40 |
+
text-decoration: none;
|
| 41 |
+
font-weight: 600;
|
| 42 |
+
position: relative;
|
| 43 |
+
padding: 0.5rem 0;
|
| 44 |
+
transition: all 0.3s ease;
|
| 45 |
+
}
|
| 46 |
+
|
| 47 |
+
a:hover {
|
| 48 |
+
color: #9a6bff;
|
| 49 |
+
}
|
| 50 |
+
|
| 51 |
+
a::after {
|
| 52 |
+
content: '';
|
| 53 |
+
position: absolute;
|
| 54 |
+
bottom: 0;
|
| 55 |
+
left: 0;
|
| 56 |
+
width: 0;
|
| 57 |
+
height: 2px;
|
| 58 |
+
background: linear-gradient(to right, #9a6bff, #ff6b9a);
|
| 59 |
+
transition: width 0.3s ease;
|
| 60 |
+
}
|
| 61 |
+
|
| 62 |
+
a:hover::after {
|
| 63 |
+
width: 100%;
|
| 64 |
+
}
|
| 65 |
+
|
| 66 |
+
@media (max-width: 768px) {
|
| 67 |
+
nav {
|
| 68 |
+
flex-direction: column;
|
| 69 |
+
gap: 1rem;
|
| 70 |
+
}
|
| 71 |
+
|
| 72 |
+
ul {
|
| 73 |
+
flex-direction: column;
|
| 74 |
+
gap: 0.5rem;
|
| 75 |
+
text-align: center;
|
| 76 |
+
}
|
| 77 |
+
}
|
| 78 |
+
</style>
|
| 79 |
+
<nav>
|
| 80 |
+
<div class="logo">
|
| 81 |
+
<i data-feather="globe"></i>
|
| 82 |
+
IEED: EcoSphere Guardians
|
| 83 |
+
</div>
|
| 84 |
+
<ul>
|
| 85 |
+
<li><a href="/">Home</a></li>
|
| 86 |
+
<li><a href="/about.html">About</a></li>
|
| 87 |
+
<li><a href="/solutions.html">Solutions</a></li>
|
| 88 |
+
<li><a href="/projects.html">Projects</a></li>
|
| 89 |
+
<li><a href="/contact.html">Contact</a></li>
|
| 90 |
+
</ul>
|
| 91 |
+
</nav>
|
| 92 |
+
`;
|
| 93 |
+
}
|
| 94 |
+
}
|
| 95 |
+
customElements.define('custom-navbar', CustomNavbar);
|
index.html
CHANGED
|
@@ -1,19 +1,76 @@
|
|
| 1 |
-
<!
|
| 2 |
-
<html>
|
| 3 |
-
|
| 4 |
-
|
| 5 |
-
|
| 6 |
-
|
| 7 |
-
|
| 8 |
-
|
| 9 |
-
|
| 10 |
-
|
| 11 |
-
|
| 12 |
-
|
| 13 |
-
|
| 14 |
-
|
| 15 |
-
|
| 16 |
-
|
| 17 |
-
|
| 18 |
-
|
| 19 |
-
<
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
<!DOCTYPE html>
|
| 2 |
+
<html lang="en">
|
| 3 |
+
<head>
|
| 4 |
+
<meta charset="UTF-8">
|
| 5 |
+
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
| 6 |
+
<title>IEED - EcoSphere Guardians</title>
|
| 7 |
+
<link rel="stylesheet" href="style.css">
|
| 8 |
+
<script src="https://cdn.tailwindcss.com"></script>
|
| 9 |
+
<script src="https://unpkg.com/feather-icons"></script>
|
| 10 |
+
<script src="https://cdn.jsdelivr.net/npm/vanta@latest/dist/vanta.net.min.js"></script>
|
| 11 |
+
</head>
|
| 12 |
+
<body class="min-h-screen bg-gradient-to-br from-green-50 via-blue-50 to-teal-50">
|
| 13 |
+
<custom-navbar></custom-navbar>
|
| 14 |
+
|
| 15 |
+
<main class="container mx-auto px-4 py-12">
|
| 16 |
+
<div id="vanta-bg" class="absolute top-0 left-0 w-full h-full z-0"></div>
|
| 17 |
+
|
| 18 |
+
<div class="relative z-10 max-w-4xl mx-auto text-center">
|
| 19 |
+
<h1 class="text-5xl md:text-7xl font-bold mb-6 bg-clip-text text-transparent bg-gradient-to-r from-green-600 via-blue-500 to-teal-400">
|
| 20 |
+
IEED: EcoSphere Guardians
|
| 21 |
+
</h1>
|
| 22 |
+
<p class="text-xl md:text-2xl text-gray-700 mb-10">
|
| 23 |
+
Pioneering sustainable solutions for a greener tomorrow
|
| 24 |
+
</p>
|
| 25 |
+
|
| 26 |
+
<div class="grid grid-cols-1 md:grid-cols-3 gap-6">
|
| 27 |
+
<div class="bg-white/80 backdrop-blur-sm rounded-2xl p-6 shadow-lg hover:shadow-xl transition-all">
|
| 28 |
+
<i data-feather="leaf" class="w-12 h-12 text-green-500 mb-4 mx-auto"></i>
|
| 29 |
+
<h3 class="text-2xl font-bold text-green-600 mb-3">Sustainability</h3>
|
| 30 |
+
<p class="text-gray-600">Innovative approaches to environmental conservation and restoration.</p>
|
| 31 |
+
</div>
|
| 32 |
+
|
| 33 |
+
<div class="bg-white/80 backdrop-blur-sm rounded-2xl p-6 shadow-lg hover:shadow-xl transition-all">
|
| 34 |
+
<i data-feather="droplet" class="w-12 h-12 text-blue-500 mb-4 mx-auto"></i>
|
| 35 |
+
<h3 class="text-2xl font-bold text-blue-600 mb-3">Water Solutions</h3>
|
| 36 |
+
<p class="text-gray-600">Cutting-edge technologies for clean water access worldwide.</p>
|
| 37 |
+
</div>
|
| 38 |
+
|
| 39 |
+
<div class="bg-white/80 backdrop-blur-sm rounded-2xl p-6 shadow-lg hover:shadow-xl transition-all">
|
| 40 |
+
<i data-feather="sun" class="w-12 h-12 text-teal-500 mb-4 mx-auto"></i>
|
| 41 |
+
<h3 class="text-2xl font-bold text-teal-600 mb-3">Renewable Energy</h3>
|
| 42 |
+
<p class="text-gray-600">Harnessing nature's power for sustainable energy solutions.</p>
|
| 43 |
+
</div>
|
| 44 |
+
</div>
|
| 45 |
+
|
| 46 |
+
<a href="/contact.html" class="inline-block mt-12 px-8 py-4 rounded-full bg-gradient-to-r from-green-600 to-teal-500 text-white font-bold text-xl hover:shadow-lg hover:scale-105 transition-all transform">
|
| 47 |
+
Join Our Mission
|
| 48 |
+
</a>
|
| 49 |
+
</div>
|
| 50 |
+
</main>
|
| 51 |
+
|
| 52 |
+
<custom-footer></custom-footer>
|
| 53 |
+
|
| 54 |
+
<script src="components/navbar.js"></script>
|
| 55 |
+
<script src="components/footer.js"></script>
|
| 56 |
+
<script src="script.js"></script>
|
| 57 |
+
<script>
|
| 58 |
+
feather.replace();
|
| 59 |
+
VANTA.NET({
|
| 60 |
+
el: "#vanta-bg",
|
| 61 |
+
mouseControls: true,
|
| 62 |
+
touchControls: true,
|
| 63 |
+
gyroControls: false,
|
| 64 |
+
minHeight: 200.00,
|
| 65 |
+
minWidth: 200.00,
|
| 66 |
+
scale: 1.00,
|
| 67 |
+
scaleMobile: 1.00,
|
| 68 |
+
color: 0x3a7a5f,
|
| 69 |
+
backgroundColor: 0xf1f8f5,
|
| 70 |
+
points: 10.00,
|
| 71 |
+
maxDistance: 20.00
|
| 72 |
+
});
|
| 73 |
+
</script>
|
| 74 |
+
<script src="https://huggingface.co/deepsite/deepsite-badge.js"></script>
|
| 75 |
+
</body>
|
| 76 |
+
</html>
|
script.js
ADDED
|
@@ -0,0 +1,39 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
// Initialize tooltips
|
| 2 |
+
document.addEventListener('DOMContentLoaded', () => {
|
| 3 |
+
// Add any interactive elements here
|
| 4 |
+
const buttons = document.querySelectorAll('button');
|
| 5 |
+
|
| 6 |
+
buttons.forEach(button => {
|
| 7 |
+
button.addEventListener('mouseenter', () => {
|
| 8 |
+
button.classList.add('glow');
|
| 9 |
+
});
|
| 10 |
+
|
| 11 |
+
button.addEventListener('mouseleave', () => {
|
| 12 |
+
button.classList.remove('glow');
|
| 13 |
+
});
|
| 14 |
+
});
|
| 15 |
+
|
| 16 |
+
// Rainbow text effect for h1
|
| 17 |
+
const rainbowText = document.querySelector('h1');
|
| 18 |
+
if (rainbowText) {
|
| 19 |
+
rainbowText.innerHTML = rainbowText.textContent.split('').map((char, i) =>
|
| 20 |
+
`<span style="animation: rainbow 8s linear infinite ${i * 0.1}s;">${char}</span>`
|
| 21 |
+
).join('');
|
| 22 |
+
}
|
| 23 |
+
});
|
| 24 |
+
|
| 25 |
+
// Add rainbow animation to style dynamically
|
| 26 |
+
const style = document.createElement('style');
|
| 27 |
+
style.textContent = `
|
| 28 |
+
@keyframes rainbow {
|
| 29 |
+
0% { color: #ff0000; }
|
| 30 |
+
14% { color: #ff7f00; }
|
| 31 |
+
28% { color: #ffff00; }
|
| 32 |
+
42% { color: #00ff00; }
|
| 33 |
+
57% { color: #0000ff; }
|
| 34 |
+
71% { color: #4b0082; }
|
| 35 |
+
85% { color: #9400d3; }
|
| 36 |
+
100% { color: #ff0000; }
|
| 37 |
+
}
|
| 38 |
+
`;
|
| 39 |
+
document.head.appendChild(style);
|
solutions.html
ADDED
|
@@ -0,0 +1,140 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
<!DOCTYPE html>
|
| 2 |
+
<html lang="en">
|
| 3 |
+
<head>
|
| 4 |
+
<meta charset="UTF-8">
|
| 5 |
+
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
| 6 |
+
<title>Solutions - IEED EcoSphere Guardians</title>
|
| 7 |
+
<link rel="stylesheet" href="style.css">
|
| 8 |
+
<script src="https://cdn.tailwindcss.com"></script>
|
| 9 |
+
<script src="https://unpkg.com/feather-icons"></script>
|
| 10 |
+
</head>
|
| 11 |
+
<body class="min-h-screen bg-gradient-to-br from-green-50 via-blue-50 to-teal-50">
|
| 12 |
+
<custom-navbar></custom-navbar>
|
| 13 |
+
|
| 14 |
+
<main class="container mx-auto px-4 py-16">
|
| 15 |
+
<div class="max-w-5xl mx-auto">
|
| 16 |
+
<div class="text-center mb-16">
|
| 17 |
+
<h1 class="text-5xl md:text-6xl font-bold mb-6 bg-clip-text text-transparent bg-gradient-to-r from-green-600 to-teal-500">
|
| 18 |
+
Our Solutions
|
| 19 |
+
</h1>
|
| 20 |
+
<p class="text-xl text-gray-700 max-w-3xl mx-auto">
|
| 21 |
+
Innovative approaches to the world's most pressing environmental challenges.
|
| 22 |
+
</p>
|
| 23 |
+
</div>
|
| 24 |
+
|
| 25 |
+
<div class="grid md:grid-cols-2 gap-8 mb-16">
|
| 26 |
+
<div class="bg-white/80 backdrop-blur-sm rounded-2xl p-8 shadow-lg hover:shadow-xl transition-all">
|
| 27 |
+
<div class="w-16 h-16 bg-green-100 rounded-full flex items-center justify-center mb-6">
|
| 28 |
+
<i data-feather="wind" class="text-green-600"></i>
|
| 29 |
+
</div>
|
| 30 |
+
<h2 class="text-2xl font-bold mb-4 text-green-700">Renewable Energy Systems</h2>
|
| 31 |
+
<p class="text-gray-700 mb-4">
|
| 32 |
+
Custom-designed solar, wind, and hybrid energy solutions tailored to local conditions and needs.
|
| 33 |
+
</p>
|
| 34 |
+
<ul class="space-y-2 text-gray-700">
|
| 35 |
+
<li class="flex items-start">
|
| 36 |
+
<i data-feather="check" class="text-green-500 mr-2 mt-1 w-4 h-4"></i>
|
| 37 |
+
<span>Micro-grid implementations</span>
|
| 38 |
+
</li>
|
| 39 |
+
<li class="flex items-start">
|
| 40 |
+
<i data-feather="check" class="text-green-500 mr-2 mt-1 w-4 h-4"></i>
|
| 41 |
+
<span>Energy storage solutions</span>
|
| 42 |
+
</li>
|
| 43 |
+
<li class="flex items-start">
|
| 44 |
+
<i data-feather="check" class="text-green-500 mr-2 mt-1 w-4 h-4"></i>
|
| 45 |
+
<span>Community energy programs</span>
|
| 46 |
+
</li>
|
| 47 |
+
</ul>
|
| 48 |
+
</div>
|
| 49 |
+
|
| 50 |
+
<div class="bg-white/80 backdrop-blur-sm rounded-2xl p-8 shadow-lg hover:shadow-xl transition-all">
|
| 51 |
+
<div class="w-16 h-16 bg-blue-100 rounded-full flex items-center justify-center mb-6">
|
| 52 |
+
<i data-feather="droplet" class="text-blue-600"></i>
|
| 53 |
+
</div>
|
| 54 |
+
<h2 class="text-2xl font-bold mb-4 text-blue-700">Water Purification</h2>
|
| 55 |
+
<p class="text-gray-700 mb-4">
|
| 56 |
+
Advanced filtration and purification systems for clean water access in any environment.
|
| 57 |
+
</p>
|
| 58 |
+
<ul class="space-y-2 text-gray-700">
|
| 59 |
+
<li class="flex items-start">
|
| 60 |
+
<i data-feather="check" class="text-blue-500 mr-2 mt-1 w-4 h-4"></i>
|
| 61 |
+
<span>Portable purification units</span>
|
| 62 |
+
</li>
|
| 63 |
+
<li class="flex items-start">
|
| 64 |
+
<i data-feather="check" class="text-blue-500 mr-2 mt-1 w-4 h-4"></i>
|
| 65 |
+
<span>Wastewater treatment</span>
|
| 66 |
+
</li>
|
| 67 |
+
<li class="flex items-start">
|
| 68 |
+
<i data-feather="check" class="text-blue-500 mr-2 mt-1 w-4 h-4"></i>
|
| 69 |
+
<span>Rainwater harvesting systems</span>
|
| 70 |
+
</li>
|
| 71 |
+
</ul>
|
| 72 |
+
</div>
|
| 73 |
+
|
| 74 |
+
<div class="bg-white/80 backdrop-blur-sm rounded-2xl p-8 shadow-lg hover:shadow-xl transition-all">
|
| 75 |
+
<div class="w-16 h-16 bg-teal-100 rounded-full flex items-center justify-center mb-6">
|
| 76 |
+
<i data-feather="tree" class="text-teal-600"></i>
|
| 77 |
+
</div>
|
| 78 |
+
<h2 class="text-2xl font-bold mb-4 text-teal-700">Reforestation</h2>
|
| 79 |
+
<p class="text-gray-700 mb-4">
|
| 80 |
+
Comprehensive ecosystem restoration using native species and innovative planting techniques.
|
| 81 |
+
</p>
|
| 82 |
+
<ul class="space-y-2 text-gray-700">
|
| 83 |
+
<li class="flex items-start">
|
| 84 |
+
<i data-feather="check" class="text-teal-500 mr-2 mt-1 w-4 h-4"></i>
|
| 85 |
+
<span>Drone-assisted seed planting</span>
|
| 86 |
+
</li>
|
| 87 |
+
<li class="flex items-start">
|
| 88 |
+
<i data-feather="check" class="text-teal-500 mr-2 mt-1 w-4 h-4"></i>
|
| 89 |
+
<span>Community forestry programs</span>
|
| 90 |
+
</li>
|
| 91 |
+
<li class="flex items-start">
|
| 92 |
+
<i data-feather="check" class="text-teal-500 mr-2 mt-1 w-4 h-4"></i>
|
| 93 |
+
<span>Carbon offset initiatives</span>
|
| 94 |
+
</li>
|
| 95 |
+
</ul>
|
| 96 |
+
</div>
|
| 97 |
+
|
| 98 |
+
<div class="bg-white/80 backdrop-blur-sm rounded-2xl p-8 shadow-lg hover:shadow-xl transition-all">
|
| 99 |
+
<div class="w-16 h-16 bg-green-100 rounded-full flex items-center justify-center mb-6">
|
| 100 |
+
<i data-feather="cpu" class="text-green-600"></i>
|
| 101 |
+
</div>
|
| 102 |
+
<h2 class="text-2xl font-bold mb-4 text-green-700">Smart Agriculture</h2>
|
| 103 |
+
<p class="text-gray-700 mb-4">
|
| 104 |
+
IoT-enabled farming solutions that maximize yield while minimizing environmental impact.
|
| 105 |
+
</p>
|
| 106 |
+
<ul class="space-y-2 text-gray-700">
|
| 107 |
+
<li class="flex items-start">
|
| 108 |
+
<i data-feather="check" class="text-green-500 mr-2 mt-1 w-4 h-4"></i>
|
| 109 |
+
<span>Precision irrigation systems</span>
|
| 110 |
+
</li>
|
| 111 |
+
<li class="flex items-start">
|
| 112 |
+
<i data-feather="check" class="text-green-500 mr-2 mt-1 w-4 h-4"></i>
|
| 113 |
+
<span>Soil health monitoring</span>
|
| 114 |
+
</li>
|
| 115 |
+
<li class="flex items-start">
|
| 116 |
+
<i data-feather="check" class="text-green-500 mr-2 mt-1 w-4 h-4"></i>
|
| 117 |
+
<span>Organic pest management</span>
|
| 118 |
+
</li>
|
| 119 |
+
</ul>
|
| 120 |
+
</div>
|
| 121 |
+
</div>
|
| 122 |
+
|
| 123 |
+
<div class="text-center mt-12">
|
| 124 |
+
<a href="/contact.html" class="inline-block px-8 py-4 rounded-full bg-gradient-to-r from-green-600 to-teal-500 text-white font-bold text-xl hover:shadow-lg hover:scale-105 transition-all transform">
|
| 125 |
+
Request More Information
|
| 126 |
+
</a>
|
| 127 |
+
</div>
|
| 128 |
+
</div>
|
| 129 |
+
</main>
|
| 130 |
+
|
| 131 |
+
<custom-footer></custom-footer>
|
| 132 |
+
|
| 133 |
+
<script src="components/navbar.js"></script>
|
| 134 |
+
<script src="components/footer.js"></script>
|
| 135 |
+
<script src="script.js"></script>
|
| 136 |
+
<script>
|
| 137 |
+
feather.replace();
|
| 138 |
+
</script>
|
| 139 |
+
</body>
|
| 140 |
+
</html>
|
style.css
CHANGED
|
@@ -1,28 +1,45 @@
|
|
| 1 |
-
|
| 2 |
-
|
| 3 |
-
|
|
|
|
|
|
|
| 4 |
}
|
| 5 |
|
| 6 |
-
|
| 7 |
-
|
| 8 |
-
margin-top: 0;
|
| 9 |
}
|
| 10 |
|
| 11 |
-
|
| 12 |
-
|
| 13 |
-
|
| 14 |
-
|
| 15 |
-
margin-top: 5px;
|
| 16 |
}
|
| 17 |
|
| 18 |
-
|
| 19 |
-
|
| 20 |
-
|
| 21 |
-
|
| 22 |
-
|
| 23 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
| 24 |
}
|
| 25 |
|
| 26 |
-
|
| 27 |
-
|
|
|
|
| 28 |
}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
/* Custom animations */
|
| 2 |
+
@keyframes float {
|
| 3 |
+
0% { transform: translateY(0px); }
|
| 4 |
+
50% { transform: translateY(-15px); }
|
| 5 |
+
100% { transform: translateY(0px); }
|
| 6 |
}
|
| 7 |
|
| 8 |
+
.floating {
|
| 9 |
+
animation: float 6s ease-in-out infinite;
|
|
|
|
| 10 |
}
|
| 11 |
|
| 12 |
+
/* Custom scrollbar */
|
| 13 |
+
::-webkit-scrollbar {
|
| 14 |
+
width: 8px;
|
| 15 |
+
height: 8px;
|
|
|
|
| 16 |
}
|
| 17 |
|
| 18 |
+
::-webkit-scrollbar-track {
|
| 19 |
+
background: #f1f1f1;
|
| 20 |
+
border-radius: 10px;
|
| 21 |
+
}
|
| 22 |
+
::-webkit-scrollbar-thumb {
|
| 23 |
+
background: linear-gradient(to bottom, #3a7a5f, #4a9c8a);
|
| 24 |
+
border-radius: 10px;
|
| 25 |
+
}
|
| 26 |
+
::-webkit-scrollbar-thumb:hover {
|
| 27 |
+
background: linear-gradient(to bottom, #2a6a4f, #3a8c7a);
|
| 28 |
}
|
| 29 |
|
| 30 |
+
/* Smooth transitions */
|
| 31 |
+
html {
|
| 32 |
+
scroll-behavior: smooth;
|
| 33 |
}
|
| 34 |
+
|
| 35 |
+
/* Custom glow effect */
|
| 36 |
+
.glow {
|
| 37 |
+
filter: drop-shadow(0 0 8px currentColor);
|
| 38 |
+
}
|
| 39 |
+
|
| 40 |
+
/* Responsive typography */
|
| 41 |
+
@media (max-width: 640px) {
|
| 42 |
+
html {
|
| 43 |
+
font-size: 14px;
|
| 44 |
+
}
|
| 45 |
+
}
|