This repository was archived by the owner on Mar 8, 2024. It is now read-only.
forked from ModelEarth/apps
-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathindex.html
More file actions
123 lines (88 loc) · 3.9 KB
/
index.html
File metadata and controls
123 lines (88 loc) · 3.9 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
<!DOCTYPE html>
<html lang="en-us">
<head>
<meta charset="utf-8">
<title>Beyond Carbon</title>
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="shortcut icon" href="data:image/x-icon;," type="image/x-icon">
<link type="text/css" rel="stylesheet" href="../../localsite/css/base.css" id="/localsite/css/base.css" />
<link type="text/css" rel="stylesheet" href="../css/apps.css" id="/apps/css/apps.css" />
<script type="text/javascript" src="../../localsite/js/d3.v5.min.js" id="/localsite/js/d3.v5.min.js"></script>
<script type="text/javascript" src="../../localsite/js/jquery.min.js" id="/localsite/js/jquery.min.js"></script>
<script type="text/javascript" src="../../localsite/js/showdown.min.js" id="/localsite/js/showdown.min.js"></script>
<!-- Set custom app values in the following include file parameters -->
<script type="text/javascript" src="../../localsite/js/localsite.js?display=everything&lat=37&lon=-95.7&set=air&indicators=GHG,GCC,MGHG,OGHG,HRSP,OZON,SMOG,HAPS,ENRG,JOBS,VADD,WATR"></script>
<!-- Interactive state menu - Display beyond carbon table -->
<script type="text/javascript" src="../js/bc.js" id="/apps/js/bc.js"></script>
<script>
//loadMarkdown("README.md", "readmeDiv", "_parent");
</script>
<style>
#hero-landscape-image {
background-image: url(/community/img/hero/hero.png);
}
</style>
</head>
<body>
<!-- State image refreshed by localsite/js/map-filters.js -->
<div id="hero_holder">
<div id="hero-landscape-image" class="bgimg" style="z-index:-1; min-height: 550px; background-position: 0 54px; position: absolute; left:0; right:0; opacity: 0.6; background-color:#888">
</div>
<div class="content contentpadding" style="min-height: 550px; padding-top:60px">
<div class="hero-text">
<!--
<div style="font-size:60px; line-height: 1em; font-weight:800">Beyond<br>Carbon</div><br>
42px
-->
<div style="font-size:36px; line-height: 1em; font-weight:800">
Sustainable<br>Communities<br>
Web Challenge
</div><br>
<div style="font-size:20px; line-height: 1.2em;">
<div style="font-size:25px;">Saturday, Oct 2, 2021</div><br>
<div style="font-size:18px;">
10am ET - EPA Hackahon<br>
4-6pm ET - Presentations<br>
<br>
<a href="../../community/challenge/" class="btn btn-primary" style="text-shadow: none; border:2px solid #ddd">Join the Challenge</a><br>
</div>
<br>
</div>
</div>
<div class="hero-bucket" style="max-width: 680px; float:left">
<div style="font-size:22px; margin-bottom:10px; font-weight:400">What's your impact?</div>
<div id="relocatedStateMenu"></div><br>
<!--
Find out where your state ranks in combating climate change.<br><br>
-->
<div id="dataHeader"></div>
<div id="dataDisplay"></div>
<div id="choose-your-state-intro">
Choose a state to view its impacts and initiatives.<br>
</div>
<div id="choose-counties" style="display:none">
<a href="#mapview=counties" onclick="$('#filterClickLocation').click();return false;">Select one or more counties</a><br>
</div>
<div id="about-profile" style="display:none">
<a href="https://BeyondCarbon.org">State ranking data from Bloomberg’s BeyondCarbon.org</a> -
"Climate scientists have said that in order to avoid the worst possible outcomes, we must decarbonize our entire global economy by mid-century. In order to move the United States toward a 100% clean energy economy we must:"
<ul>
<li>Transition to 100% clean power</li>
<li>Replace oil burning cars and trucks with electric vehicles</li>
<li>Eliminate building emissions</li>
<li>Modernize industry and infrastructure</li>
</ul>
</div>
</div>
</div>
</div>
<div style="clear:both">
</div>
<!--
<div class="content contentpadding" style="margin-bottom:0px; padding-bottom:0px">
<div id="readmeDiv"></div>
</div>
<hr><br>
-->
</body>
</html>