forked from ModelEarth/apps
-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
59 lines (42 loc) · 1.91 KB
/
index.html
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
<!DOCTYPE html>
<html lang="en-us">
<head>
<meta charset="utf-8">
<title>Local App Interfaces</title>
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="shortcut icon" href="data:image/x-icon;," type="image/x-icon">
<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>
<style>
.bgimg {
min-height: 600px;
}
#state_select {
font-size: 24px;
max-width: 300px;
padding: 10px;
border-radius: 10px;
}
</style>
<script>
loadMarkdown("apps.md", "readmeDiv", "_parent");
</script>
</head>
<body>
<div id="hero-landscape-image" class="bgimg" style="background-position: 0 54px;">
<div id="hero-rect">
<!--Later: Choose two states to compare.-->
<div style="font-size:18px; margin-bottom:10px; font-weight:600">Community Portals - Choose a State</div>
<div id="relocatedStateMenu"></div><br>
<a href="#select=counties" onclick="$('#filterClickLocation').click();return false;">Select Counties and Regions</a>
<br><br>
You can get started by <a href="https://github.com/modelearth/apps/">forking the Apps repo</a> along with <a href="https://github.com/modelearth/localsite/">localsite</a>, and copy the <a href="base/">base folder</a>. View your work <a href="../localsite/start/">locally</a>. When your new folder updates are ready, share on GitHub and submit a pull request (PR) for us to merge back into the main apps repo.<br><br>
<b>App Development</b>
<div id="readmeDiv"></div>
<div id="parsedOutput"></div>
</div>
</div>
<script type="text/javascript" src="../localsite/js/localsite.js?state=NY&indicators=ENRG,JOBS,NNRG,RNRG,VADD&display=everything"></script>
</body>
</html>