Commit f9b0a1c7ad7f424c058bd887f0ea6542d4a6e6bd
1 parent
1fe96a6c
Exists in
master
Add an equivalency calculator widget.
Showing
1 changed file
with
13 additions
and
0 deletions
Show diff stats
content.yml
... | ... | @@ -603,6 +603,19 @@ home: |
603 | 603 | - L. Hackel [travel footprint calculator](https://lhackel.shinyapps.io/travel_footprint/) |
604 | 604 | based on DEFRA emission factors |
605 | 605 | |
606 | + - title: Equivalencies Calculator | |
607 | + content: | | |
608 | + <iframe | |
609 | + src="//www.epa.gov/sites/production/files/widgets/ghg_widget/widget.html" | |
610 | + id="ghg_equivalencies" | |
611 | + width="300" | |
612 | + height="535" | |
613 | + scrolling="no" | |
614 | + frameborder="0" | |
615 | + marginwidth="0" | |
616 | + marginheight="0"> | |
617 | + </iframe> | |
618 | + | |
606 | 619 | |
607 | 620 | |
608 | 621 | estimate: | ... | ... |