-
Notifications
You must be signed in to change notification settings - Fork 1
/
about.html
24 lines (20 loc) · 1.1 KB
/
about.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
<!DOCTYPE html>
<html>
<head>
<title>About Us - Netcarbon</title>
<link rel="stylesheet" type="text/css" href="style.css">
</head>
<body>
<div class="header">
<img src="netacarbon_logo.jpg" alt="Neta Carbon Logo">
<h1>About Us</h1>
<a href="index.html" class="button">Home</a>
<a href="dashboard.html" class="button">Global Credits dashboard</a>
<a href="contact.html" class="button">Contact Us</a>
</div>
<div class="content">
<p>At Netcarbon, we are dedicated to monitoring and supporting nature-based carbon offsets. Our clientele encompasses stakeholders in the Voluntary Carbon Market, including Environmental Agencies, Think Tanks, Universities, and Intergovernmental Organizations such as the UN and World Bank.</p>
<p>Our innovative dashboard utilizes satellite imagery and AI tools to monitor changes in land use and deforestation rates within the DRC. This powerful tool aids our team and clients in making informed decisions, tracking project impacts, and implementing effective conservation strategies.</p>
</div>
</body>
</html>