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
70 lines (53 loc) · 2.22 KB
/
index.html
File metadata and controls
70 lines (53 loc) · 2.22 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
<!DOCTYPE html>
<html lang="en-us">
<head>
<meta charset="utf-8">
<title>Electric Vehicle Ecosystems</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>
if(typeof param=='undefined'){ var param={}; }
param.state = "GA"
param.show = "vehicles"
param.display = "everything"
param.indicators = "JOBS,VADD,ENRG,NNRG,RNRG"
param.regiontitle = "West Central Georgia"
param.lat = "33.0362"
param.lon = "-85.0322"
param.zoom = 14
</script>
<script type="text/javascript" src="../../localsite/js/localsite.js"></script>
<style>
.filterbarOffset {
display: none;
}
</style>
</head>
<body>
<!--
Photo by <a href="https://unsplash.com/@studiodenley?utm_source=unsplash&utm_medium=referral&utm_content=creditCopyText">Andrew Roberts</a> on <a href="https://unsplash.com/s/photos/electric-car?utm_source=unsplash&utm_medium=referral&utm_content=creditCopyText">Unsplash</a>
-->
<div class="displayOnload" style="display:none">
<div id="hero_holder">
<div class="bgimg" style="min-height: 600px; background-position: 0 54px; background-image: url('img/hero/andrew-roberts-charging-crop.jpg');">
<div class="displayOnload" id="hero-content" style="display: none; min-height: 550px;">
<div id="hero-rect">
<div style="font-size:18px; margin-bottom:10px; font-weight:600">Choose a state</div>
<div id="relocatedStateMenu"></div><br>
<a href="#mapview=counties" onclick="$('#filterClickLocation').click();return false;">Select Counties and Regions</a>
</div>
</div>
</div>
</div>
</div>
<!--
Probably need to use javascript to jump down, or resolve why URL is reset. Try detecting just the #industries part of the URL to use as anchor
-->
<!--
<div style="float:left; padding:20px; padding-left:40px">
<b>Parts Manufacturing</b> | <a href="#industries&show=vehicles&display=everything&indicators=JOBS,VADD,ENRG,NNRG,RNRG&state=GA®iontitle=West+Central+Georgia">Industries by County</a> | <a href="#supply">Supply Chain</a> | <a href="#impact">Impact Levels</a> | <a href="../../localsite/map/recycling/ga/">B2B Recycling</a>
</div>
-->
<div id="bodyFile"></div>
</body>
</html>