-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathheader.html
executable file
·195 lines (148 loc) · 8.52 KB
/
header.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
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
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
<!-- ========== HEADER ========== -->
<header id="header" class="u-header">
<div class="u-header__section">
<div id="logoAndNav" class="container">
<!-- Nav -->
<nav class="js-mega-menu navbar navbar-expand-md u-header__navbar u-header__navbar--no-space">
<!-- Logo -->
<a class="navbar-brand u-header__navbar-brand u-header__navbar-brand-center" href="home.html" aria-label="Front">
<!-- <img src="../assets/logo/nearby-shops-logo-small.png" width="40" height="50"/> -->
<span class=" brand-primary">Nearby Shops</span>
</a>
<!-- End Logo -->
<!-- Responsive Toggle Button -->
<button type="button" class="navbar-toggler btn u-hamburger"
aria-label="Toggle navigation"
aria-expanded="false"
aria-controls="navBar"
data-toggle="collapse"
data-target="#navBar">
<span id="hamburgerTrigger" class="u-hamburger__box">
<span class="u-hamburger__inner"></span>
</span>
</button>
<!-- End Responsive Toggle Button -->
<!-- Navigation -->
<div id="navBar" class="collapse navbar-collapse u-header__navbar-collapse">
<ul class="navbar-nav u-header__navbar-nav">
<!-- Home -->
<li class="nav-item u-header__nav-item">
<a class="nav-link u-header__nav-link" href="/home.html" aria-haspopup="true" aria-expanded="true">Home</a>
</li>
<!-- End Home -->
<!-- donations -->
<li class="nav-item u-header__nav-item">
<a class="nav-link u-header__nav-link" href="/volunteer.html" aria-haspopup="true" aria-expanded="true">How it Works</a>
</li>
<!-- End Donations -->
<!-- Entrepreneur -->
<li class="nav-item u-header__nav-item">
<a class="nav-link u-header__nav-link" href="/pricing.html" aria-haspopup="true" aria-expanded="true">Pricing</a>
</li>
<!-- End Entrepreneur -->
<!--
<li class="nav-item u-header__nav-item">
<a class="nav-link u-header__nav-link" href="/donations.html" aria-haspopup="true" aria-expanded="true">Donate</a>
</li> -->
<!-- Features -->
<li class="nav-item u-header__nav-item">
<a class="nav-link u-header__nav-link" href="/features.html" aria-haspopup="true" aria-expanded="true">Features</a>
</li>
<!-- End Features -->
<!-- Community -->
<li class="nav-item u-header__nav-item">
<a class="nav-link u-header__nav-link" href="http://forum.nearbyshops.org/" aria-haspopup="true" aria-expanded="false">Forum</a>
</li>
<!-- End Community -->
<!-- Developer -->
<li class="nav-item u-header__nav-item">
<a class="nav-link u-header__nav-link" href="http://developer.nearbyshops.org" aria-haspopup="true" aria-expanded="false">Developer</a>
</li>
<!-- Developer -->
<!-- About Us -->
<li class="nav-item u-header__nav-item">
<a class="nav-link u-header__nav-link" href="/about.html" aria-haspopup="true" aria-expanded="true">About Us</a>
</li>
<!-- About Us -->
<!-- Blog -->
<!-- <li class="nav-item hs-has-mega-menu u-header__nav-item"> -->
<!-- <a id="homeMegaMenu" class="nav-link u-header__nav-link" href="#" aria-haspopup="true" aria-expanded="false">Blog</a> -->
<!-- </li> -->
<!-- End Blog -->
<!--<!– Guides –>-->
<!--<li class="nav-item hs-has-mega-menu u-header__nav-item"-->
<!--data-event="hover"-->
<!--data-animation-in="slideInUp"-->
<!--data-animation-out="fadeOut"-->
<!--data-max-width="260px"-->
<!--data-position="right">-->
<!--<a id="docsMegaMenu" class="nav-link u-header__nav-link u-header__nav-link-toggle" href="javascript:" aria-haspopup="true" aria-expanded="false">Guides</a>-->
<!--<!– Guides - Submenu –>-->
<!--<div class="hs-mega-menu u-header__sub-menu" aria-labelledby="docsMegaMenu" style="min-width: 330px;">-->
<!--<!– Promo Item –>-->
<!--<div class="u-header__promo-item">-->
<!--<a class="u-header__promo-link" href="#">-->
<!--<div class="media align-items-center">-->
<!--<img class="u-header__promo-icon" src="assets/svg/icons/icon-1.svg" alt="SVG">-->
<!--<div class="media-body">-->
<!--<span class="u-header__promo-title">User Guide</span>-->
<!--<small class="u-header__promo-text">Tutorials for Everyday Use</small>-->
<!--</div>-->
<!--</div>-->
<!--</a>-->
<!--</div>-->
<!--<!– End Promo Item –>-->
<!--<!– Promo Item –>-->
<!--<div class="u-header__promo-item">-->
<!--<a class="u-header__promo-link" href="http://developer.nearbyshops.org">-->
<!--<div class="media align-items-center">-->
<!--<img class="u-header__promo-icon" src="assets/svg/icons/icon-2.svg" alt="SVG">-->
<!--<div class="media-body">-->
<!--<span class="u-header__promo-title">-->
<!--Developer Guide-->
<!--<span class="badge badge-primary badge-pill ml-1">v1.0</span>-->
<!--</span>-->
<!--<small class="u-header__promo-text">Guide for developers</small>-->
<!--</div>-->
<!--</div>-->
<!--</a>-->
<!--</div>-->
<!--<!– End Promo Item –>-->
<!---->
<!---->
<!---->
<!--<div class="u-header__promo-footer">-->
<!--<!– List –>-->
<!--<div class="row no-gutters">-->
<!--<div class="col-6">-->
<!--<div class="u-header__promo-footer-item">-->
<!--<small class="text-muted d-block">Check what's new</small>-->
<!--<a class="small" href="#">-->
<!--Changelog-->
<!--</a>-->
<!--</div>-->
<!--</div>-->
<!--<div class="col-6 u-header__promo-footer-ver-divider">-->
<!--<div class="u-header__promo-footer-item">-->
<!--<small class="text-muted d-block">Have a question?</small>-->
<!--<a class="small" href="http://htmlstream.com/contact-us">-->
<!--Contact us-->
<!--</a>-->
<!--</div>-->
<!--</div>-->
<!--</div>-->
<!--<!– End List –>-->
<!--</div>-->
<!--</div>-->
<!--<!– End Guides - Submenu –>-->
<!--</li>-->
<!--<!– End Guides –>-->
</ul>
</div>
<!-- End Navigation -->
</nav>
<!-- End Nav -->
</div>
</div>
</header>
<!-- ========== END HEADER ========== -->