-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
133 lines (102 loc) · 4.5 KB
/
Copy pathindex.html
File metadata and controls
133 lines (102 loc) · 4.5 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
122
123
124
125
126
127
128
129
130
131
132
133
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta http-equiv="Content-Type" content="text/html;">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link type="text/css" href="../atlanta/css/neighborhood.css" rel="stylesheet" />
<link rel="icon" type="image/x-icon" href="../atlanta/img/logo/partners/neighborhood-icon.png" />
<title>Neighborhood.org</title>
<link rel="stylesheet" href="../localsite/css/base.css" />
<script type="text/javascript" src="../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>
<script type="text/javascript" src="../localsite/js/localsite.js?showheader=true"></script>
<script>
if(typeof menu=='undefined'){ var menu={}; }
param.titleArray = ["neighbor","hood",".org"]
param.headerLogoSmall = "<img src='/localsite/img/logo/partners/neighborhood-icon.png' style='width:40px;opacity:0.7'>"
</script>
</head>
<body>
<div id="header" style="display:none"></div>
<div class="bgimg" style="opacity:0.75;background-image: url('img/locations/DowntownSouth/222_Mitchell_After.jpg'); min-height:200px; max-height:200px; z-index:10">
<div STYLE="display:none" class="caption">
<span class="border" style="padding-left:28px">Healthy Communities</span>
</div>
</div>
<!--
<div >
<div>
<div class="content contentpadding" style="font-size: 18px; padding-bottom: 20px">
<b>Georgia Voters</b> - <a href="https://ballotrequest.sos.ga.gov/">Request your absentee ballot online</a>
</div>
Map does not work in iFrame
<iframe id="ballotnav" src="https://www.ballotnav.org/" style="width:100%;height:750px;border:0px"></iframe>
</div>
</div>
-->
<div style="float:left;">
<div id='sidecolumn' class='hideprint' style='position:relative;'></div>
</div>
<div class="content contentpadding" style="overflow:auto; max-width:1450px; margin-top:10px; position:relative">
<div class="floatRight" style="border:1px solid #ccc; max-width:400px; float:right">
<div>
<a href="https://model.earth/community/challenge/" target="_parent" ><img src="../../community/img/overview/code-for-america-square.jpg" style="width:100%; max-width:400px;"></a>
</div>
<div style="padding:30px; padding-top:10px; padding-bottom:20px">
<div style="display:none" class="challenge">
Web Challenge Kickoff:<br>
<!--<h2 style="margin-top:0px;padding-top:0px;border:0px">Monday, Sept. 21, 2020</h2>-->
<h2 style="margin-top:0px;padding-top:0px;border:0px">[TBD]</h2>
Web Challenge Awards:<br>
<h2 style="margin-top:0px;padding-top:0px;border:0px">[TBD]<!--Sunday, Oct. 25, 2020--></h2>
</div>
Contribute to projects with the US Environmental Protection agency in areas like waste-to-energy, the transition to electric vehicle manufacturing, environmental impact indicators, advanced biofuels and reducing greenhouse gas emissions.
<h4><a href="https://model.earth/community/challenge/" target="_parent" >Learn More about the EPA Web Challenge</a></h4>
</div>
</div>
<div style="overflow: auto; position:relative">
<div style="position:relative">
<div note="cover top of twitter " style="position:absolute; padding:20px; top:0px; width:100%; background-color:#fff; z-index: 2; border:0px solid blue">
<b>Get Involved <a href="/community/projects/">Creating Embeddable <span style="white-space: nowrap;">Lifecycle Tools</span></a></b><br>
<!--
Join us for an upcoming <a href="../community/challenge/meetups/">Beyond Carbon Web Challenge Work Session</a>
-->
<br>
</div>
</div>
<a class="twitter-timeline" data-tweet-limit="5" href="https://twitter.com/GlenwoodParkATL/lists/neighborhoodorg"></a>
<script async src="https://platform.twitter.com/widgets.js" charset="utf-8"></script>
<!--
<br><br>
<b>Georgia Voters</b> - <a href="https://ballotrequest.sos.ga.gov/">Request your absentee ballot online</a>
-->
</div>
</div>
<style>
iframe > .timeline-Header {
display: none !important;
}
#twitter-widget-0 > .timeline-Header {
display: none !important;
}
@media (max-width: 1200px) {
.twitter-timeline {
margin-top: 150px !important;
}
}
@media (max-width: 800px) {
.floatRight {
float: none !important;
max-width: 100% !important;
margin-left: 0px;
}
.floatRight img {
width: 100% !important;
max-width: 800px !important;
}
}
</style>
</body>
</html>