-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
461 lines (440 loc) · 27.6 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
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
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Decbase</title>
<link rel="stylesheet" href="common blocks/nav-bar/nav-bar.css" media="screen and (min-width: 1081.02px)">
<link rel="stylesheet" href="common blocks/style.css" >
<link rel="stylesheet" href="common blocks/ad-section/ad-section.css" media="screen and (min-width: 1081.02px)">
<link rel="stylesheet" href="common blocks/our-service-section/our-service-section.css" media="screen and (min-width: 1081.02px)">
<link rel="stylesheet" href="common blocks/about-us-section/about-us-section.css" media="screen and (min-width: 1081.02px)">
<link rel="stylesheet" href="common blocks/completed-work-section/completed-work-section.css" media="screen and (min-width: 1081.02px)">
<link rel="stylesheet" href="common blocks/completed-work-section/achiev-boxes/achiev-boxes.css" media="screen and (min-width: 1081.02px)">
<link rel="stylesheet" href="common blocks/testimonials-section/testimonials.css" media="screen and (min-width: 1081.02px)">
<link rel="stylesheet" href="common blocks/testimonials-section/comment-box/comment-box.css" media="screen and (min-width: 1081.02px)">
<link rel="stylesheet" href="common blocks/news-section/news-section.css"media="screen and (min-width: 1081.02px)">
<link rel="stylesheet" href="common blocks/form-section/form-section.css"media="screen and (min-width: 1081.02px)">
<link rel="stylesheet" href="common blocks/footer/footer.css" media="screen and (min-width: 1081.02px)">
<link rel="stylesheet" href="common blocks/footer/social-board/social-board.css" media="screen and (min-width: 1081.02px)">
<link rel="stylesheet" href="common blocks/nav-bar/progress-bar/progress-bar.css">
<link rel="stylesheet" href="common blocks/pre-loader/pre-loader.css">
<link rel="stylesheet" href="common blocks/congradulation/congradulation.css" >
<link rel="stylesheet" href="common blocks/publicAPI/publicAPI.css" >
<link rel="stylesheet" href="common blocks/nav-bar/nav-bar(medium).css" media="screen and (min-width: 760.02px) and (max-width: 1081px)">
<link rel="stylesheet" href="common blocks/ad-section/ad-section(medium).css" media="screen and (min-width: 760.02px) and (max-width: 1081px)">
<link rel="stylesheet" href="common blocks/our-service-section/our-service-section(medium).css" media="screen and (min-width: 760.02px) and (max-width: 1081px)">
<link rel="stylesheet" href="common blocks/about-us-section/about-us-section(medium).css" media="screen and (min-width: 760.02px) and (max-width: 1081px)">
<link rel="stylesheet" href="common blocks/completed-work-section/completed-work-section(medium).css" media="screen and (min-width: 760.02px) and (max-width: 1081px)">
<link rel="stylesheet" href="common blocks/completed-work-section/achiev-boxes/achiev-boxes(medium).css" media="screen and (min-width: 760.02px) and (max-width: 1081px)">
<link rel="stylesheet" href="common blocks/testimonials-section/testimonials(medium).css" media="screen and (min-width: 760.02px) and (max-width: 1081px)">
<link rel="stylesheet" href="common blocks/testimonials-section/comment-box/comment-box(medium).css" media="screen and (min-width: 760.02px) and (max-width: 1081px)">
<link rel="stylesheet" href="common blocks/news-section/news-section(medium).css"media="screen and (min-width: 760.02px) and (max-width: 1081px)">
<link rel="stylesheet" href="common blocks/form-section/form-section(medium).css"media="screen and (min-width: 760.02px) and (max-width: 1081px)">
<link rel="stylesheet" href="common blocks/footer/footer(medium).css" media="screen and (min-width: 760.02px) and (max-width: 1081px)">
<link rel="stylesheet" href="common blocks/footer/social-board/social-board(medium).css" media="screen and (min-width: 760.02px) and (max-width: 1081px)">
<link rel="stylesheet" href="common blocks/nav-bar/nav-bar(mini).css" media="screen and (max-width: 760px)">
<link rel="stylesheet" href="common blocks/ad-section/ad-section(mini).css" media="screen and (max-width: 760px)">
<link rel="stylesheet" href="common blocks/our-service-section/our-service-section(mini).css" media="screen and (max-width: 760px)">
<link rel="stylesheet" href="common blocks/about-us-section/about-us-section(mini).css" media="screen and (max-width: 760px)">
<link rel="stylesheet" href="common blocks/completed-work-section/completed-work-section(mini).css" media="screen and (max-width: 760px)">
<link rel="stylesheet" href="common blocks/completed-work-section/achiev-boxes/achiev-box(mini).css" media="screen and (max-width: 760px)">
<link rel="stylesheet" href="common blocks/testimonials-section/testimonials(mini).css" media="screen and (max-width: 760px)">
<link rel="stylesheet" href="common blocks/testimonials-section/comment-box/comment-box(mini).css" media="screen and (max-width: 760px)">
<link rel="stylesheet" href="common blocks/news-section/news-section(mini).css"media="screen and (max-width: 760px)">
<link rel="stylesheet" href="common blocks/form-section/form-section(mini).css"media="screen and (max-width: 760px)">
<link rel="stylesheet" href="common blocks/footer/footer(mini).css" media="screen and (max-width: 760px)">
<link rel="stylesheet" href="common blocks/footer/social-board/social-board(mini).css" media="screen and (max-width: 760px)">
<link rel="stylesheet" href="common blocks/nav-bar/hamburger/hamburger.css" media="screen and (max-width: 760px)">
</head>
<body>
<div class="nav-bar__wrap section" id="nav">
<nav class="nav-bar">
<img class="nav-bar__logo" src="img/Logo.svg">
<div class="nav-bar__links-wrap">
<div class="nav-bar__links">
<a class="nav-bar__link" href="index.html"><p class="nav-bar__link-text">HOME</p></a>
<a class="nav-bar__link" href="#project"><p class="nav-bar__link-text">PROJECT</p></a>
<a class="nav-bar__link" href="#what_we_do" ><p class="nav-bar__link-text">SERVICES</p></a>
<a class="nav-bar__link" href="#about-us"><p class="nav-bar__link-text">ABOUT</p></a>
<a class="nav-bar__link" href="#latest_news"><p class="nav-bar__link-text">BLOG</p></a>
<a class="nav-bar__link" href="#testimonials"><p class="nav-bar__link-text">SHOP</p></a>
<a class="nav-bar__link" href="#modern_interior"><p class="nav-bar__link-text">CONTACT</p></a>
</div>
<button class="nav-bar__button" onclick="location.href='#signUp'"><p class="nav-bar__button-text">Sign Up</p></button>
<div class="burger-menu">
<a href="" class="burger-menu__button">
<spun class="burger-menu__line"></spun>
</a>
<nav class="burger-menu__nav">
<a class="menu__item" href="index.html"><p class="nav-bar__link-text">HOME</p></a>
<a class="menu__item" href="#project"><p class="nav-bar__link-text">PROJECT</p></a>
<a class="menu__item" href="#what_we_do" ><p class="nav-bar__link-text">SERVICES</p></a>
<a class="menu__item" href="#about-us"><p class="nav-bar__link-text">ABOUT</p></a>
<a class="menu__item" href="#latest_news"><p class="nav-bar__link-text">BLOG</p></a>
<a class="menu__item" href="#testimonials"><p class="nav-bar__link-text">SHOP</p></a>
<a class="menu__item" href="#modern_interior"><p class="nav-bar__link-text">CONTACT</p></a>
</nav>
<div class="burger-menu__overlay"></div>
</div>
</div>
</nav>
<div class="progress-bar__wrap">
<div class="progress-bar" id="scroll-progress"></div>
</div>
</div>
<div class="ad-section section">
<div class="ad-section__wrap">
<div class="ad__left-wrap">
<a class="ad__tag-anchor" name="modern_interior"><p class="ad__tag-text">MODERN INTERIOR</p></a>
<div class="ad__header-wrap">
<p class="ad__header">Create Your Interior Design.</p>
</div>
<div class="ad__descr-wrap">
<p class="ad__descr-text">Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod
tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim
veniam, quis nostrud exercitation.</p>
</div>
<button class="ad__butn"><p class="ad__butn-text">CONTACT</p></button>
</div>
<div class="ad__right-wrap">
<div class="ad__picture-wrap">
<img class="ad__picture" src="img/ad_picture.svg">
</div>
<div class="ad__picture-bordshadow"></div>
</div>
<img class="ad__decoration" src="img/decoration-ad.svg">
</div>
</div>
<div class="our-service-section section">
<a class="our-service__anchor" name="what_we_do"><p class="our-service__tag-text">WHAT WE DO</p></a>
<p class="our-service__header">Our Service</p>
<div class="our-service__filters">
<button class="our-service__filter our-service__filter_primary"><p class="our-service__filter-text">ALL</p></button>
<button class="our-service__filter our-service__filter_secondary"><p class="our-service__filter-text">INTERIOR DESIGN</p></button>
<button class="our-service__filter our-service__filter_tertiary"><p class="our-service__filter-text">ARCHITECTURE</p></button>
<button class="our-service__filter our-service__filter_quaternary"><p class="our-service__filter-text">PLANNING</p></button>
</div>
<div class="our-service__cards">
</div>
<img class="our-service__decoration" src="img/decoration-whatwedo.svg">
</div>
<div class="about-us section">
<div class="about-us__wrap">
<div class="about-us__block about-us__block_primary">
<div class="about-us__picture-wrap">
<img class="about-us__picture" src="img/about-us-img.svg">
</div>
<div class="about-us__picture-bordshadow"></div>
</div>
<div class="about-us__block about-us__block_secondary">
<a class="about-us__tag-anchor" name="about-us"><p class="about-us__tag-text">ABOUT US</p></a>
<div class="about-us__header-wrap">
<p class="about-us__header">Interioris The Will
of An Epoch Mextreo</p>
</div>
<div class="about-us__descr-wrap">
<p class="about-us__descr-text">There are many variations of passages of Lorem Ipsum available,
but the majority have suffered alteration in some form injected
humour, or randomised words which don't look even slightly
believable.If you are going to use a passage of Lorem Ipsum,
sure there isn't anything embarrassing hidden the middleof text.
All the Lorem Ipsum generators on the Internettend to repeat
predefined chunks as necessary,making this the first true
generator on the Internet.</p>
</div>
<button class="about-us__butn"><p class="about-us__butn-text">LEARN MORE</p></button>
</div>
<div class="about-us__block about-us__block_tertiary">
<div class="about-us__block-wrap_tertiary">
<div class="about-us__big-number">20</div>
<div class="about-us__header-wrap_below">
<p class="about-us__header_below">Years Of Successful
Working The Market</p>
</div>
<button class="about-us__butn about-us__butn_below">
<p class="about-us__butn-text">READ MORE</p>
</button>
</div>
</div>
<div class="about-us__block about-us__block_quternary">
<div class="about-us__picture-bordshadow about-us__picture-bordshadow_below"></div>
<div class="about-us__picture-wrap about-us__picture-wrap_below">
<img class="about-us__picture_below" src="img/about-us-img2.svg">
</div>
</div>
<img class="about-us__decoration about-us__decoration_primary" src="img/decoration-aboutus.svg">
<img class="about-us__decoration about-us__decoration_secondary" src="img/decoration-aboutus2.svg">
</div>
</div>
<div class="compl-work section">
<div class="compl-work__wrap">
<a name="project"></a>
<div class="compl-work__header-wrap">
<p class="compl-work__header">3000+ Completed Work<br>
Which WE have Successfully Done</p>
</div>
<div class="achiev-boxes">
<div class="achiev-boxes__box achiev-boxes__box_primary">
<p class="achiev-box__number">980</p>
<p class="achiev-box__text">Project</p>
</div>
<div class="achiev-boxes__box achiev-boxes__box_secondary">
<p class="achiev-box__number">520</p>
<p class="achiev-box__text">Happy Client</p>
</div>
<div class="achiev-boxes__box achiev-boxes__box_tertiary">
<p class="achiev-box__number">330</p>
<p class="achiev-box__text">Winners</p>
</div>
<div class="achiev-boxes__box achiev-boxes__box_quaternary">
<p class="achiev-box__number">120</p>
<p class="achiev-box__text">Recoment</p>
</div>
<img class="achiev-boxes__vector achiev-boxes__vector_primary" src="img/Vector1.svg">
<img class="achiev-boxes__vector achiev-boxes__vector_secondary" src="img/Vector2.svg">
<img class="achiev-boxes__vector achiev-boxes__vector_tertiary" src="img/Vector3.svg">
</div>
<img class="compl-work__decoration" src="img/decoration-complwork.svg">
</div>
</div>
<div class="testimonials section">
<div class="testimonials__wrap">
<a class="testimonials__anchor" name="testimonials">
<p class="testimonials__tag">TESTIMONIALS</p>
</a>
<p class="testimonials__header">Client says about us</p>
<div class="testimonials__wrapper-content">
<div class="testimonials__buttons-wrap">
<button class="testimonials__button testimonials__button_left">
<img class="test-butn__icon_left" src="img/butn-arrow.svg" >
</button>
<button class="testimonials__button testimonials__button_right">
<img class="test-butn__icon_right" src="img/butn-arrow.svg">
</button>
</div>
<div class="testimonials__comment-wrapper">
<div class="testimonials__comments-section">
</div>
</div>
</div>
</div>
</div>
<div class="news section">
<div class="news__weap">
<a class="news__anchor" name="latest_news">
<p class="news__tag">LATEST NEWS</p>
</a>
<p class="news__header">From Our Blog</p>
<div class="news-wrapper">
<div class="news__box news__box_first">
<div class="news__picture-section">
<div class="news__picture-section-wrap">
<div class="news__picture-wrap">
<img class="news__picture" src="img/news-picture1.svg">
</div>
<div class="news__picture-bordshadow"></div>
</div>
</div>
<div class="news__wrap-text">
<p class="news__title">2020 Interior Design Trends</p>
<div class="news__text-wrap">
<p class="news__text">Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod
incididunt ut labore et dolore magna aliqua.</p>
</div>
</div>
<button class="news__butn">
<p class="news__butn-text">CONTINUE READING....</p>
</button>
</div>
<div class="news__box news__box_two">
<div class="news__picture-section">
<div class="news__picture-section-wrap">
<div class="news__picture-wrap">
<img class="news__picture" src="img/news-picture1.svg">
</div>
<div class="news__picture-bordshadow"></div>
</div>
</div>
<p class="news__title">2020 Interior Design Trends</p>
<div class="news__text-wrap">
<p class="news__text">Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod
incididunt ut labore et dolore magna aliqua.</p>
</div>
<button class="news__butn">
<p class="news__butn-text">CONTINUE READING....</p>
</button>
</div>
</div>
<img class="news__decoration" src="img/decoration-latestnews.svg">
</div>
</div>
<div class="form section">
<div class="form__wrap">
<a name="signUp"> <p class="form__header">DON’T FORGET TO SIGN UP</p></a>
<div class="form__line"></div>
<div class="form__text-wrap">
<p class="form__text">Find out early about all upcoming promotions and new product releases with
our newsletter.</p>
</div>
<form class="form__inputs-wrap">
<input type="text" name="input_name" class="form__name form__input-text" required placeholder="Enter your name.....">
<input type="text" name="input_surname" class="form__surname form__input-text" required placeholder="Enter your surname.....">
<input type="text" name="input_email" class="form__email form__input-text" required placeholder="Enter your email.....">
<p class="form__error-message"></p>
<button type="submit" name="button" class="form__button" >SUBSCRIBE</button>
</form>
</div>
</div>
<div class="publicAPI section">
<div class="publicAPI__wrapper">
<p class="publicAPI__header">Public API </p>
<div class="publicAPI__wrap">
</div>
</div>
</div>
<div class="footer section">
<img class="footer__decoration" src="img/decoration-footer.svg">
<div class="footer__main-part">
<div class="footer__logo-section">
<img class="footer__logo" src="img/Logo.svg">
<p class="footer__descr">But i must explain to you all this mistaken
idea of dencouncing pleasure.</p>
</div>
<div class="footer__links-wrap footer__links-wrap_permanent">
<p class="footer__headline footer__headline_permanent">Quick Links</p>
<a class="footer__link" href="#about-us"><p class="footer__link-text">About Our Company</p></a>
<a class="footer__link" href="#what_we_do"><p class="footer__link-text">Services WE provide</p></a>
<a class="footer__link"><p class="footer__link-text">Career & Opportunity</p></a>
<a class="footer__link"><p class="footer__link-text">Privacy & policy</p></a>
<a class="footer__link" href="#modern_interior"><p class="footer__link-text">Contact us</p></a>
</div>
<div class="footer__links-wrap footer__links-wrap_secondary">
<p class="footer__headline footer__headline_secndary">Company</p>
<a class="footer__link" href="#about-us"><p class="footer__link-text">About Company</p></a>
<a class="footer__link" href="#testimonials"><p class="footer__link-text">Our Testimonials</p></a>
<a class="footer__link" href="#latest_news"><p class="footer__link-text">Latest News</p></a>
<a class="footer__link" href="#project"><p class="footer__link-text">Our mission</p></a>
<a class="footer__link"><p class="footer__link-text">Get a free Quot</p></a>
</div>
<div class="footer__links-wrap footer__links-wrap_tertiary">
<p class="footer__headline footer__headline_tertiary">Contact us</p>
<div class="footer__adress-box"><p class="footer__link-text">Sagrada Familia, Herba Strett Front USA</p></div>
<a class="footer__link_email"href="mailto: brandoxide@gmail.com"><p class="footer__link-text">brandoxide@gmail.com</p></a>
<a class="footer__link_phone" href="tel:002-568423591"><p class="footer__link-text">002-568423591</p></a>
</div>
<div class="footer__links-wrap footer__links-wrap_quaternary">
<p class="footer__headline footer__headline_quaternary">Follow us</p>
<div class="social-board">
<a class="social-board__link" href="https://m.facebook.com/">
<div class="social-board__elem">
<img class="social-board__image social-board__image_primary" src="img/facebook_icon.svg">
</div>
</a>
<a class="social-board__link" href="https://twitter.com/">
<div class="social-board__elem">
<img class="social-board__image social-board__image_secondary" src="img/twitter.svg">
</div>
</a>
<a class="social-board__link" href="https://www.instagram.com/">
<div class="social-board__elem">
<img class="social-board__image social-board__image_tertiary" src="img/instagram.svg">
</div>
</a>
<a class="social-board__link" href="https://www.linkedin.com/">
<div class="social-board__elem">
<img class="social-board__image social-board__image_quaternary" src="img/linked-in-icon.svg">
</div>
</a>
</div>
</div>
</div>
<hr class="footer__line">
<div class="footer__rights-wrap">
<p class="footer__rights-info">Copyright @ </p><p class="footer__date footer__rights-info"></p> <p class="footer__special-text footer__rights-info">Brandoxide</p><p class="footer__rights-info">.all right reserved</p>
</div>
</div>
<div class="pre-loader">
<div class="horizont">
<div class="flower__wrap flower__wrap_five">
<div class="flower flower_one">
<div class="flower__leaf flower__leaf_one" ></div>
<div class="flower__leaf flower__leaf_two" ></div>
<div class="flower__leaf flower__leaf_three" ></div>
<div class="flower__leaf flower__leaf_four" ></div>
<div class="flower__leaf flower__leaf_five" ></div>
<div class="flower__center">
<div class="flower__center-2"></div>
</div>
</div>
</div>
<div class="flower__wrap flower__wrap_one">
<div class="flower flower_one">
<div class="flower__leaf flower__leaf_one" ></div>
<div class="flower__leaf flower__leaf_two" ></div>
<div class="flower__leaf flower__leaf_three" ></div>
<div class="flower__leaf flower__leaf_four" ></div>
<div class="flower__leaf flower__leaf_five" ></div>
<div class="flower__center">
<div class="flower__center-2"></div>
</div>
</div>
</div>
<div class="flower__wrap flower__wrap_two">
<div class="flower flower_one">
<div class="flower__leaf flower__leaf_one" ></div>
<div class="flower__leaf flower__leaf_two" ></div>
<div class="flower__leaf flower__leaf_three" ></div>
<div class="flower__leaf flower__leaf_four" ></div>
<div class="flower__leaf flower__leaf_five" ></div>
<div class="flower__center">
<div class="flower__center-2"></div>
</div>
</div>
</div>
<div class="flower__wrap flower__wrap_three">
<div class="flower flower_one">
<div class="flower__leaf flower__leaf_one" ></div>
<div class="flower__leaf flower__leaf_two" ></div>
<div class="flower__leaf flower__leaf_three" ></div>
<div class="flower__leaf flower__leaf_four" ></div>
<div class="flower__leaf flower__leaf_five" ></div>
<div class="flower__center">
<div class="flower__center-2"></div>
</div>
</div>
</div>
<div class="flower__wrap flower__wrap_four">
<div class="flower flower_one">
<div class="flower__leaf flower__leaf_one" ></div>
<div class="flower__leaf flower__leaf_two" ></div>
<div class="flower__leaf flower__leaf_three" ></div>
<div class="flower__leaf flower__leaf_four" ></div>
<div class="flower__leaf flower__leaf_five" ></div>
<div class="flower__center ">
<div class="flower__center-2"></div>
</div>
</div>
</div>
</div>
</div>
<div class="congratulation">
<div class="congratulation__wrap">
<div class="congratulation__wrap-text">
<p class="congratulation__text"></p>
</div>
</div>
</div>
<script src="common blocks/pre-loader/pre-loader.js"></script>
<script src="common blocks/nav-bar/progress-bar/progress-bar.js"></script>
<script src="common blocks/our-service-section/our-service-section.js"></script>
<script src="common blocks/testimonials-section/testimonials.js"></script>
<script src="common blocks/news-section/new-section.js"></script>
<script src="common blocks/footer/footer.js"></script>
<script src="common blocks/congradulation/congradulation.js"></script>
<script src="common blocks/form-section/form.js"></script>
<script src="common blocks/publicAPI/publicAPI.js"></script>
<script src="common blocks/nav-bar/hamburger/hamburger.js"></script>
</body>
</html>