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 90bbe79 commit a45e276
Showing 1 changed file with 15 additions and 17 deletions.
32 changes: 15 additions & 17 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -7,26 +7,24 @@
<body>
<div class="header">
<img src="netacarbon_logo.jpg" alt="Neta Carbon Logo">
<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>
<h1>Deforestation Tracker</h1>
<a href="about.html" class="button">About Us</a>
<a href="contact.html" class="button">Contact Us</a>
</div>

<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>
<p>Despite growing investments in sustainable development and yearly commitments 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>
<p>This Dashboard tracks the rate of deforestation and will explore correlation with mining activities in the area.</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 a45e276

Please sign in to comment.