You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
105 lines
3.1 KiB
105 lines
3.1 KiB
<!DOCTYPE html>
|
|
<html lang="en">
|
|
<head>
|
|
<meta charset="UTF-8">
|
|
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
|
<title>About Us</title>
|
|
<style>
|
|
body {
|
|
font-family: Arial, sans-serif;
|
|
margin: 0;
|
|
padding: 0;
|
|
background-color: #f4f4f4;
|
|
color: #333;
|
|
line-height: 1.6;
|
|
}
|
|
|
|
header {
|
|
background-color: #333;
|
|
color: #fff;
|
|
padding: 20px 0;
|
|
text-align: center;
|
|
}
|
|
|
|
header h1 {
|
|
margin: 0;
|
|
font-size: 2.5rem;
|
|
}
|
|
|
|
.content {
|
|
max-width: 800px;
|
|
margin: 20px auto;
|
|
padding: 20px;
|
|
background: #fff;
|
|
border-radius: 8px;
|
|
box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
|
|
}
|
|
|
|
h2 {
|
|
color: #4CAF50;
|
|
}
|
|
|
|
p {
|
|
margin: 15px 0;
|
|
font-size: 1rem;
|
|
}
|
|
|
|
footer {
|
|
background-color: #333;
|
|
color: #fff;
|
|
text-align: center;
|
|
padding: 10px;
|
|
position: absolute;
|
|
bottom: under;
|
|
width: 100%;
|
|
}
|
|
|
|
a {
|
|
color: #4CAF50;
|
|
text-decoration: none;
|
|
}
|
|
|
|
a:hover {
|
|
text-decoration: underline;
|
|
}
|
|
</style>
|
|
</head>
|
|
<body>
|
|
<header>
|
|
<h1>About Us</h1>
|
|
</header>
|
|
|
|
<div class="content">
|
|
<h2>Our Mission</h2>
|
|
<p>
|
|
At <strong>GREENTECH</strong>, we are committed to creating a sustainable future by promoting the responsible recycling, reuse, and resale of electronic waste. Our platform connects buyers and sellers of e-waste and refurbished electronics, providing an environmentally friendly solution for disposing of outdated or unused devices.
|
|
</p>
|
|
|
|
<h2>Who We Are</h2>
|
|
<p>
|
|
Founded in 2025, we are a team of passionate individuals dedicated to reducing the environmental impact of electronic waste. We believe that every electronic device has value, even at the end of its life cycle. By offering a marketplace for e-waste and second-hand electronics, we aim to reduce landfill waste, conserve resources, and empower individuals and businesses to make eco-conscious decisions.
|
|
</p>
|
|
|
|
<h2>What We Offer</h2>
|
|
<p>
|
|
Our platform provides a wide range of services, including:
|
|
</p>
|
|
<ul>
|
|
<li>A marketplace to buy and sell electronic waste and refurbished electronics.</li>
|
|
<li>Resources and tips on how to properly recycle and dispose of e-waste.</li>
|
|
<li>Collaboration opportunities with recycling centers and refurbishing experts.</li>
|
|
</ul>
|
|
|
|
<h2>Why Choose Us?</h2>
|
|
<p>
|
|
Choosing <strong>GREENTECH</strong> means supporting a cleaner, greener planet. Our user-friendly platform ensures that your e-waste finds a second life or is responsibly recycled. Together, we can make a difference.
|
|
</p>
|
|
|
|
|
|
</div>
|
|
|
|
<footer>
|
|
<p>© 2025 GREENTECH. All rights reserved.</p>
|
|
</footer>
|
|
</body>
|
|
</html>
|
|
|