Skip to content

Commit

Permalink
4510
Browse files Browse the repository at this point in the history
Signed-off-by: simvalery <[email protected]>
  • Loading branch information
simvalery committed Dec 20, 2024
1 parent 02c4915 commit cea7680
Showing 1 changed file with 28 additions and 28 deletions.
Original file line number Diff line number Diff line change
@@ -1,32 +1,32 @@
<div class="annotation-block">
<div class="header">
<div class="logotype">
</div>
<h1>Clean Development Mechanism</h1>
<h6>The CDM enables projects in developing nations to earn tradable CERs. These credits <br> represent one tonne
of CO2 and help industrialized countries meet Kyoto targets.</h6>
<div class="header">
<div class="logotype">
</div>
<h1>Project Comparison</h1>
<h6>The Guardian provides tools to compare carbon projects, offering clear insights into <br>
emissions reductions, sustainability benefits, and alignment with climate goals.</h6>

<div class="counter-container">
<div class="item">
<h3>{{ counters.registeredProjects }}</h3>
<h6>Registered projects</h6>
</div>
<div class="bounder"></div>
<div class="item">
<h3>{{ counters.registeredPoAs }}</h3>
<h6>Registered PoAs</h6>
</div>
<div class="bounder"></div>
<div class="item">
<h3>{{ counters.cERsIssuedForProgrammeOfActivities }}</h3>
<h6>CERs Issued for Programme of Activities</h6>
</div>
<div class="bounder"></div>
<div class="item">
<h3>{{ counters.cERsIssuedForProjectActivities }}</h3>
<h6>CERs Issued for Project Activities</h6>
</div>
</div>
<div class="counter-container">
<div class="item">
<h3>{{ counters.registeredProjects }}</h3>
<h6>Registered projects</h6>
</div>
<div class="bounder"></div>
<div class="item">
<h3>{{ counters.registeredPoAs }}</h3>
<h6>Registered PoAs</h6>
</div>
<div class="bounder"></div>
<div class="item">
<h3>{{ counters.cERsIssuedForProgrammeOfActivities }}</h3>
<h6>CERs Issued for Programme of Activities</h6>
</div>
<div class="bounder"></div>
<div class="item">
<h3>{{ counters.cERsIssuedForProjectActivities }}</h3>
<h6>CERs Issued for Project Activities</h6>
</div>
</div>
</div>
</div>
<app-projects-overview></app-projects-overview>
<app-projects-overview></app-projects-overview>

0 comments on commit cea7680

Please sign in to comment.