-
Notifications
You must be signed in to change notification settings - Fork 132
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Signed-off-by: simvalery <[email protected]>
- Loading branch information
Showing
1 changed file
with
28 additions
and
28 deletions.
There are no files selected for viewing
56 changes: 28 additions & 28 deletions
56
...app/modules/project-comparison/component/annotation-block/annotation-block.component.html
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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> |