diff --git a/site/calculator.html b/site/calculator.html index 3092ab8..fc17232 100644 --- a/site/calculator.html +++ b/site/calculator.html @@ -1,64 +1,98 @@ + + + CO2 Emissions Calculator + + + + +

CO2 Emissions Calculator

+
+ +  tons
+
+
+
$  +
- +
+ + + + 0 trees
- +
+ + + + 0 trees
- +
+ + + + 0 trees
+

Results

+
+
Net CO2 Emissions: 
+ 0 tons
+
+
Total Price: 
+ $0
diff --git a/site/script.js b/site/script.js index 20dfc5e..58642f9 100644 --- a/site/script.js +++ b/site/script.js @@ -118,4 +118,4 @@ function getPricePerOrganization(organizationId) { } // Initial calculations -calculateResults(); +calculateResults(); \ No newline at end of file