-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathheader.html
More file actions
135 lines (103 loc) · 4.79 KB
/
Copy pathheader.html
File metadata and controls
135 lines (103 loc) · 4.79 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
134
135
<div id="menuHolder" style="background:#333; display:none">
<div id="menuTop">
<div class="hideMenu"></div>
</div>
<div id="menuNav">
<div style="margin:6px 0 10px 40px"><b>NATIONAL</b></div>
<a href="https://model.earth">Model.Earth</a>
<hr>
<div style="margin:20px 0 10px 40px"><b>ATLANTA</b></div>
<a href="atlanta/downtown/">Downtown South</a>
<a href="atlanta/hulsey/">Hulsey Yard</a>
<a href="atlanta/o4w">Old Fourth Ward</a>
<a href="atlanta/grantpark">Grant Park</a>
<a href="atlanta/midtown">Midtown</a>
<a href="atlanta/quarry-yards">Quarry Yards</a>
<hr style="border:1px solid #777; padding:0px">
<!--<div><a href="localsite.github.io/jewels">Y’ALL Jewels</a></div>-->
<div><a href="localsite.github.io/mobile-storefronts">Mobile Storefronts</a></div>
<div><a href="localsite.github.io/micromobility">Micromobility</a></div>
<a href="vote/">My Local Reps</a>
<!--
<div><a href="localsite.github.io/community">Model Builder</a></div>
-->
<div class="local" style="display:none">
<div><a href="localsite.github.io/materials">Building Materials</a></div>
<div><a href="localsite.github.io/memory/number-sounds">Memory Tricks</a></div>
</div>
</div>
</div>
<div style="height:80px;background:#fff;z-index:1;width:100%;position:fixed;overflow:hidden;z-index:1000;border-bottom:1px solid #eee">
<div id="logoholder" style="margin-left:40px; margin-top:4px; float:left">
<div id="headerLogo" style="float:left"><a href="./" style="text-decoration:none"><img src="/localsite/img/logo/partners/neighborhood-icon.png" style="width:40px;opacity:0.7"></a></div>
<div id="headerLocTitleHolder">
<span id="headerSiteTitle"><span style="float:left"><a href="/" style="text-decoration:none"><span style="color: #777;">neighbor</span><span id="titleTwo" style="color:#bbb;margin-left:1px">hood</span></a></span></span>
<div style="padding-top:8px; float:right; display:none" class="mock-up">
<div class="arrowdown"></div>
</div>
<div class="headerDropdown mock-up">
<span class="arrownext" style="margin:10px 10px 0 10px"></span>
</div>
<a href="./../community/tools" class="logolink">
<span id="headerLocTitle"></span>
</a>
</div>
</div>
<!--
<div style="float:left"><a href="/"><img class="neighborhoodHeaderLogo" src="atlanta/img/logo/neighborhood.png" /></a></div>
-->
<div style="overflow:auto; border-left:0px solid #ccc; height:60px; margin:23px 40px 0 10px; padding-left:16px; font-size:13px">
<div class="showMenu" style="float:right; font-size:24px; color:#999; margin-right:4px">☰</div>
<div class="navLinks hideMobileWide" style="display:none; float:right;padding-top:6px">
<div style="float:left"><a href="downtown/">Atlanta</a></div>
<div style="float:left"><a href="hulsey/">Hulsey1</a></div>
<div style="float:left"><a href="o4w">o4w</a></div>
<div style="float:left"><a href="midtown">Midtown</a></div>
<div style="float:left"><a href="quarry-yards">Quarry</a></div>
</div>
</div>
</div>
<div style="display:none">
<div id="disqus_thread" style="padding:40px; max-width:1000px; margin: 0 auto;"></div>
</div>
<!--
Stop fixed position at footer
https://stackoverflow.com/questions/8653025/stop-fixed-position-at-footer
-->
<div id="footerHolder" style="height:70px;">
<div id="footer" class="footer-bottom">
<div style="float:right">
<a href="https://dreamstudio.com">DreamStudio</a>
</div>
<div style="float:left">
<a href="../localsite.github.io/about/policy">Privacy Policy</a>
<a href="../localsite.github.io/about/terms">Terms and Conditions</a>
</div>
</div>
</div>
<script>
//document.body.appendChild(document.getElementById('disqus_thread'));
document.body.appendChild(document.getElementById('footerHolder'));
//var html = '<div id="disqus_thread" style="padding:30px; max-width:1000px; margin: 0 auto;"></div>';
//document.body.insertAdjacentHTML('beforeend', html);
</script>
<!--
<script>
/**
* RECOMMENDED CONFIGURATION VARIABLES: EDIT AND UNCOMMENT THE SECTION BELOW TO INSERT DYNAMIC VALUES FROM YOUR PLATFORM OR CMS.
* LEARN WHY DEFINING THESE VARIABLES IS IMPORTANT: https://disqus.com/admin/universalcode/#configuration-variables*/
/*
var disqus_config = function () {
this.page.url = PAGE_URL; // Replace PAGE_URL with your page's canonical URL variable
this.page.identifier = PAGE_IDENTIFIER; // Replace PAGE_IDENTIFIER with your page's unique identifier variable
};
*/
(function() { // DON'T EDIT BELOW THIS LINE
var d = document, s = d.createElement('script');
s.src = 'https://locally.disqus.com/embed.js';
s.setAttribute('data-timestamp', +new Date());
(d.head || d.body).appendChild(s);
})();
</script>
<noscript>Please enable JavaScript to view the <a href="https://disqus.com/?ref_noscript">comments powered by Disqus.</a></noscript>
-->