Skip to content

Commit

Permalink
Update index.html
Browse files Browse the repository at this point in the history
  • Loading branch information
femiolamijulo authored Jan 17, 2024
1 parent 8b7f33f commit 92599e4
Showing 1 changed file with 18 additions and 4 deletions.
22 changes: 18 additions & 4 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -7,12 +7,26 @@
<body>
<div class="header">
<img src="netacarbon_logo.jpg" alt="Neta Carbon Logo">
<h1>Deforestation Tracker</h1>
<a href="about.html" class="button">About Us</a>
<a href="contact.html" class="button">Contact Us</a>
<h1>Deforestation rates in the DRC</h1>
<a href="about.html" class="button">About Us</a> <a href="contact.html" class="button">Contact Us</a>
</div>

<!-- Content goes here -->
<body>
<p> Despite growing investments in sustainable development and yearly committments towards climate action, mineral-rich countries
like the Democratic Republic of Congo (DRC) continue to face economic hardship with hard impacts on their vast forests which along with the Amazon, serve as our biggest forest sinks.</p>

This Dashboard tracks the rate of deforestaion in the country over the last two years </p>

<iframe
src="https://harvard-cga.maps.arcgis.com/apps/dashboards/919eb32cd2094f0184f0460babce08f5"
width="600"
height="450"
frameborder="0"
style="border:0;"
allowfullscreen=""
aria-hidden="false"
tabindex="0">
</iframe>

</body>
</html>

0 comments on commit 92599e4

Please sign in to comment.