-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
516 lines (464 loc) · 22.4 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
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
<!DOCTYPE html>
<!--[if lt IE 7]> <html class="no-js lt-ie9 lt-ie8 lt-ie7"> <![endif]-->
<!--[if IE 7]> <html class="no-js lt-ie9 lt-ie8"> <![endif]-->
<!--[if IE 8]> <html class="no-js lt-ie9"> <![endif]-->
<!--[if gt IE 8]><!--> <html class="no-js"> <!--<![endif]-->
<head>
<!-- Global site tag (gtag.js) - Google Analytics -->
<script async src="https://www.googletagmanager.com/gtag/js?id=UA-146574099-1"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag(){dataLayer.push(arguments);}
gtag('js', new Date());
gtag('config', 'UA-146574099-1');
</script>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<title>i need a white guy</title>
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta name="description" content="I need a white guy" />
<meta name="keywords" content="free html5, free template, free bootstrap, html5, css3, mobile first, responsive" />
<meta name="author" content="ineedawhiteguy.com" />
<!--
//////////////////////////////////////////////////////
FREE HTML5 TEMPLATE
DESIGNED & DEVELOPED by FREEHTML5.CO
Website: http://freehtml5.co/
Email: [email protected]
Twitter: http://twitter.com/fh5co
Facebook: https://www.facebook.com/fh5co
//////////////////////////////////////////////////////
-->
<!-- Facebook and Twitter integration -->
<meta property="og:title" content="I need a white guy"/>
<meta property="og:image" content="https://ineedawhiteguy.com/images/preview.png"/>
<meta property="og:url" content="https://ineedawhiteguy.com"/>
<meta property="og:site_name" content="I need a white guy"/>
<meta property="og:description" content="On-demand white male privilege"/>
<meta name="twitter:title" content="I need a white guy" />
<meta name="twitter:image" content="https://ineedawhiteguy.com/images/preview.png" />
<meta name="twitter:url" content="htts://ineedawhiteguy.com" />
<meta name="twitter:card" content="" />
<!-- Place favicon.ico and apple-touch-icon.png in the root directory -->
<link rel="shortcut icon" href="images/favicon.ico" type="image/x-icon">
<link href='https://fonts.googleapis.com/css?family=Work+Sans:400,300,700|Montserrat:400,700' rel='stylesheet' type='text/css'>
<!-- Animate.css -->
<link rel="stylesheet" href="css/animate.css">
<!-- Icomoon Icon Fonts-->
<link rel="stylesheet" href="css/icomoon.css">
<!-- Simple Line Icons -->
<link rel="stylesheet" href="css/simple-line-icons.css">
<!-- Owl Carousel -->
<link rel="stylesheet" href="css/owl.carousel.min.css">
<link rel="stylesheet" href="css/owl.theme.default.min.css">
<!-- Bootstrap -->
<link rel="stylesheet" href="css/bootstrap.css">
<link rel="stylesheet" href="css/style.css">
<link rel="stylesheet" href="css/myStyle.css">
<!-- Modernizr JS -->
<script src="js/modernizr-2.6.2.min.js"></script>
<!-- FOR IE9 below -->
<!--[if lt IE 9]>
<script src="js/respond.min.js"></script>
<![endif]-->
</head>
<body>
<header role="banner" id="fh5co-header">
<div class="container">
<!-- <div class="row"> -->
<nav class="navbar navbar-default">
<div class="navbar-header">
<!-- Mobile Toggle Menu Button -->
<a href="#" class="js-fh5co-nav-toggle fh5co-nav-toggle" data-toggle="collapse" data-target="#navbar" aria-expanded="false" aria-controls="navbar"><i></i></a>
<a class="navbar-brand" href="index.html">ineeda<span>whiteguy</span></a>
</div>
<div id="navbar" class="navbar-collapse collapse">
<ul class="nav navbar-nav navbar-right">
<li class="active"><a href="#" data-nav-section="home"><span>Home</span></a></li>
<li><a href="#" data-nav-section="services"><span>Services</span></a></li>
<li><a href="#" data-nav-section="screenshots"><span>How it Works</span></a></li>
<li><a href="#" data-nav-section="tour"><span>Experience</span></a></li>
<li><a href="#" data-nav-section="features"><span>About</span></a></li>
<li><a href="#" data-nav-section="testimonials"><span>Testimonials</span></a></li>
<!-- <li><a href="#" data-nav-section="pricing"><span>Pricing</span></a></li> -->
</ul>
</div>
</nav>
<!-- </div> -->
</div>
</header>
<div id="slider" data-section="home">
<div class="owl-carousel owl-carousel-main owl-carousel-fullwidth">
<!-- You may change the background color here. -->
<div class="item" style="background: #ba78ff;">
<div class="container" style="position: relative;">
<div class="row animate-box" data-animate-effect="fadeIn">
<div class="col-md-7 col-sm-7">
<div class="fh5co-owl-text-wrap">
<div class="fh5co-owl-text">
<h1 class="fh5co-lead ">Privilege is always right around the corner.</h1>
<h2 class="fh5co-sub-lead ">Get instant access to white male privilege with the tap of a button.</h3>
<p class=""><a href="http://eepurl.com/gBMjp5" class="btn btn-primary btn-lg">Request Early Access</a></p>
</div>
</div>
</div>
<div class="col-md-4 col-md-push-1 col-sm-4 col-sm-push-1 mobile-image">
<div class="mobile"><img src="images/ios.png" alt="Free HTML5 Template by FREEHTML5.co"></div>
</div>
</div>
</div>
</div>
<!-- You may change the background color here. -->
<div class="item" style="background: #ba78ff;">
<div class="container" style="position: relative;">
<div class="row animate-box" data-animate-effect="fadeIn">
<div class="col-md-7 col-md-push-1 col-md-push-5 col-sm-7 col-sm-push-1 col-sm-push-5">
<div class="fh5co-owl-text-wrap">
<div class="fh5co-owl-text">
<h1 class="fh5co-lead ">Got white privilege but not sure how to use it?</h1>
<h2 class="fh5co-sub-lead ">Tired of people saying that white men are the problem? Here's how you become part of the solution.</h3>
<p class=""><a href="http://eepurl.com/gBMjp5" class="btn btn-primary btn-lg">Request Early Access</a></p>
</div>
</div>
</div>
<div class="col-md-4 col-md-pull-7 col-sm-4 col-sm-pull-7 mobile-image">
<div class="mobile"><img src="images/andriod.png" alt=""></div>
</div>
</div>
</div>
</div>
</div>
</div>
<div id="fh5co-our-services" data-section="services">
<div class="container">
<div class="row row-bottom-padded-sm animate-box">
<div class="col-md-12 section-heading text-center">
<h2>Our Services</h2>
<div class="row">
<div class="col-md-8 col-md-offset-2">
<h3>Live the dream of equality today. </h3>
</div>
</div>
</div>
</div>
<div class="row">
<div class="col-md-4">
<div class="box animate-box">
<div class="icon colored-1"><span><i class="icon-mustache"></i></span></div>
<h3>3 Proven Steps to Gain<br /> White Male Privilege</h3>
<p>No white skin? No Y Chromosome? No problem! With INAWG you’ll get the benefits of whiteness and maleness within minutes. Just open the app, request a white guy, and get treated like a first class human!</p>
</div>
</div>
<div class="col-md-4">
<div class="box animate-box">
<div class="icon colored-4"><span><i class="icon-mustache"></i></span></div>
<h3>Why Expecting Fair <br/> Treatment Doesn’t Work</h3>
<p>Change can take a lot of time. It can even take a lot of lifetimes. We guarantee first in class human rights in 2019, not 2109. Trust us, dignity tastes a lot sweeter when you’re not dead.</p>
</div>
</div>
<div class="col-md-4">
<div class="box animate-box">
<div class="icon colored-2"><span><i class="icon-mustache"></i></span></div>
<h3>How White Guys can be <br/>Part of the Solution</h3>
<p>Once you’ve had the experience of stepping in as a white guy to help a fellow human being get fair treatment there will be no turning back. As a bonus you’ll never feel uncomfortable at a diversity and inclusion event again!</p>
</div>
</div>
</div>
</div>
</div>
<div id="fh5co-product-screenshots" data-section="screenshots">
<div class="row row-bottom-padded-sm animate-box" data-animate-effect="fadeIn">
<div class="col-md-12 section-heading text-center">
<h2>How it works</h2>
<div class="row">
<div class="col-md-6 col-md-offset-3">
<h3>With our trademarked PaaS (Privilege as a Service) platform, finding a white guy is as easy as pulling out the app and tapping two buttons.</h3>
</div>
</div>
</div>
</div>
<div class="owl-carousel-center">
<div class="animate-box" data-animate-effect="fadeIn"><img src="images/screen-launch.jpg" alt=""></div>
<div class="animate-box" data-animate-effect="fadeIn"><img src="images/screen-search.jpg" alt=""></div>
<div class="animate-box" data-animate-effect="fadeIn"><img src="images/screen-confirm.jpg" alt=""></div>
<div class="animate-box" data-animate-effect="fadeIn"><img src="images/screen-confirmed.jpg" alt=""></div>
</div>
</div>
<div id="fh5co-tour" data-section="tour">
<div class="container">
<div class="row row-bottom-padded-lg">
<div class="col-md-10 col-md-offset-1">
<div class="col-md-4 animate-box" data-animate-effect="fadeInLeft">
<img src="images/selfie.png" alt="" class="img-responsive img-feature-1">
</div>
<div class="col-md-7 col-md-push-1">
<h2>Experience VIP treatment wherever you go.</h2>
<p>Is your doctor mansplaining menstruation to you again? Just have one of our verified white guys explain to your doctor that you are a woman and therefore know what your period feels like and that he has no business trying to explain how it feels to you in the first place. Get listened to the first time, money back guaranteed.</p>
<p><a href="http://eepurl.com/gBMjp5" class="btn btn-primary">Request Early Access</a></p>
</div>
</div>
</div>
<div class="row row-bottom-padded-lg">
<div class="col-md-10 col-md-offset-1">
<div class="col-md-4 col-md-push-8 animate-box" data-animate-effect="fadeInRight">
<img src="images/bros.png" alt="" class="img-responsive img-feature-1">
</div>
<div class="col-md-7 col-md-pull-4">
<h2>We really are stronger together.</h2>
<p>If we’re going to win the war against systemic racism and sexism, we’re going to need everyone to take up arms together. Let’s create a united front. Spread some of that privilege around white bro!</p>
<p><a href="http://eepurl.com/gBMjp5" class="btn btn-primary">Request Early Access</a></p>
</div>
</div>
</div>
<div class="row">
<div class="col-md-10 col-md-offset-1">
<div class="col-md-4 animate-box" data-animate-effect="fadeInLeft">
<img src="images/friends.png" alt="" class="img-responsive img-feature-1">
</div>
<div class="col-md-7 col-md-push-1">
<h2>Let’s create a guilt & fear free future together.</h2>
<p>Life sucks when you’ve got a target on your back. With our certified white guys, you’ll never fear for your life at a doctor's office again. <br/><br/>Ready to shed some of that guilt that comes with privilege? I mean it’s not like <i>you</i> owned slaves, right? Become a certified white guy and lighten that load. </p>
<p><a href="http://eepurl.com/gBMjp5" class="btn btn-primary">Request Early Access</a></p>
</div>
</div>
</div>
</div>
</div>
<div data-section="features" class="fh5co-cta" style="background-image:url(images/hero.jpg)">
<div class="overlay"></div>
<div class="container">
<div class="col-md-8 col-md-offset-2 text-center">
<h3>I need a white guy was inspired by Last Week Tonight with John Oliver’s episode: <br/>Bias in Medicine.</h3>
<p><iframe src="https://www.youtube.com/embed/TATSAHJKRd8" frameborder="0" allow="accelerometer; autoplay; encrypted-media; gyroscope; picture-in-picture" allowfullscreen></iframe></p>
<p><a href="http://eepurl.com/gBMjp5" class="btn btn-primary btn-outline btn-lg">Request Early Access</a></p>
</div>
</div>
</div>
<!-- <div id="fh5co-features" data-section="features">
<div class="container">
<div class="row">
<div class="col-md-12 section-heading text-center">
<h2 class="animate-box" data-animate-effect="fadeIn">Features</h2>
<div class="row animate-box" data-animate-effect="fadeIn">
<div class="col-md-8 col-md-offset-2">
<h3>Far far away, behind the word mountains, far from the countries Vokalia and Consonantia, there live the blind texts.</h3>
</div>
</div>
</div>
</div>
<div class="row row-bottom-padded-sm">
<div class="col-md-4 col-sm-6 col-xs-6 col-xxs-12 fh5co-service animate-box" data-animate-effect="fadeIn">
<div class="fh5co-icon"><i class="icon-present"></i></div>
<div class="fh5co-desc">
<h3>100% Free</h3>
<p>Far far away, behind the word mountains, far from the countries Vokalia and Consonantia, there live the blind texts. </p>
</div>
</div>
<div class="col-md-4 col-sm-6 col-xs-6 col-xxs-12 fh5co-service animate-box" data-animate-effect="fadeIn">
<div class="fh5co-icon"><i class="icon-eye"></i></div>
<div class="fh5co-desc">
<h3>Retina Ready</h3>
<p>Far far away, behind the word mountains, far from the countries Vokalia and Consonantia, there live the blind texts. </p>
</div>
</div>
<div class="clearfix visible-sm-block visible-xs-block"></div>
<div class="col-md-4 col-sm-6 col-xs-6 col-xxs-12 fh5co-service animate-box" data-animate-effect="fadeIn">
<div class="fh5co-icon"><i class="icon-crop"></i></div>
<div class="fh5co-desc">
<h3>Fully Responsive</h3>
<p>Far far away, behind the word mountains, far from the countries Vokalia and Consonantia, there live the blind texts. </p>
</div>
</div>
<div class="col-md-4 col-sm-6 col-xs-6 col-xxs-12 fh5co-service animate-box" data-animate-effect="fadeIn">
<div class="fh5co-icon"><i class="icon-speedometer"></i></div>
<div class="fh5co-desc">
<h3>Lightweight</h3>
<p>Far far away, behind the word mountains, far from the countries Vokalia and Consonantia, there live the blind texts. </p>
</div>
</div>
<div class="clearfix visible-sm-block visible-xs-block"></div>
<div class="col-md-4 col-sm-6 col-xs-6 col-xxs-12 fh5co-service animate-box" data-animate-effect="fadeIn">
<div class="fh5co-icon"><i class="icon-heart"></i></div>
<div class="fh5co-desc">
<h3>Made with Love</h3>
<p>Far far away, behind the word mountains, far from the countries Vokalia and Consonantia, there live the blind texts. </p>
</div>
</div>
<div class="col-md-4 col-sm-6 col-xs-6 col-xxs-12 fh5co-service animate-box" data-animate-effect="fadeIn">
<div class="fh5co-icon"><i class="icon-umbrella"></i></div>
<div class="fh5co-desc">
<h3>Eco Friendly</h3>
<p>Far far away, behind the word mountains, far from the countries Vokalia and Consonantia, there live the blind texts. </p>
</div>
</div>
<div class="clearfix visible-sm-block visible-xs-block"></div>
</div>
</div>
</div> -->
<div id="fh5co-testimonials" data-section="testimonials">
<div class="container">
<div class="row">
<div class="col-md-12 section-heading text-center">
<h2 class="animate-box" data-animate-effect="fadeIn">So much satisfaction</h2>
<div class="row animate-box" data-animate-effect="fadeIn">
<div class="col-md-8 col-md-offset-2 subtext">
<h3>Check out what our hypothetical users are saying!</h3>
</div>
</div>
</div>
</div>
<div class="row">
<div class="col-md-4">
<div class="box-testimony animate-box" data-animate-effect="fadeIn">
<blockquote>
<span class="quote"><span><i class="icon-quote-left"></i></span></span>
<p>“I’d recently read in the NYT that the racial disparity between blacks’ and whites’ child mortality rates are worse today than they were in 1850. When I got pregnant with Jamal I was concerned for the quality of care that I’d receive, so I used INAWG and a different white guy accompanied me to all of my doctor’s visits up until I gave birth. Thanks INAWG!”</p>
</blockquote>
<p class="author">Clarissa Martin <a href="https://www.nytimes.com/2018/04/11/magazine/black-mothers-babies-death-maternal-mortality.html" target="_blank">NYT Article</a> <span class="subtext">Black Mother</span></p>
</div>
</div>
<div class="col-md-4">
<div class="box-testimony animate-box" data-animate-effect="fadeIn">
<blockquote>
<span class="quote"><span><i class="icon-quote-left"></i></span></span>
<p>“I used to clam up in discussions about racism and slavery. What did a white guy like me have to offer about those topics? But I realized that I do have something to say, and after gaining my Certified Pass from INAWG, I never hesitate to tell my black friends that I have just as much reason to fear the cops as they do.”</p>
</blockquote>
<p class="author">Russel Stewart <span class="subtext">Certified White Guy</span></p>
</div>
</div>
<div class="col-md-4">
<div class="box-testimony animate-box" data-animate-effect="fadeIn">
<blockquote>
<span class="quote"><span><i class="icon-quote-left"></i></span></span>
<p>“When a Certified White Guy tells me he’s in pain next to a black woman who is really in pain, it is a great reminder that black skin is not thicker than white skin, so maybe two Tylenols isn’t enough for surgery. Thanks INAWG for constantly reminding me of my bias!”</p>
</blockquote>
<p class="author">Dr Jim<span class="subtext">Doctor</span></p>
</div>
</div>
</div>
</div>
</div>
<!-- <div id="fh5co-pricing" data-section="pricing">
<div class="container">
<div class="row">
<div class="col-md-12 section-heading text-center">
<h2 class="animate-box" data-animate-effect="fadeIn">Pricing</h2>
<div class="row animate-box" data-animate-effect="fadeIn">
<div class="col-md-8 col-md-offset-2 subtext">
<h3>Far far away, behind the word mountains, far from the countries Vokalia and Consonantia, there live the blind texts.</h3>
</div>
</div>
</div>
</div>
<div class="row">
<div class="col-md-3 col-sm-6">
<div class="price-box animate-box" data-animate-effect="fadeIn">
<h2 class="pricing-plan">Starter</h2>
<div class="price"><sup class="currency">$</sup>7<small>/mo</small></div>
<p>Basic customer support for small business</p>
<hr>
<ul class="pricing-info">
<li>10 projects</li>
<li>20 Pages</li>
<li>20 Emails</li>
<li>100 Images</li>
</ul>
<a href="#" class="btn btn-default btn-sm">Get started</a>
</div>
</div>
<div class="col-md-3 col-sm-6">
<div class="price-box animate-box" data-animate-effect="fadeIn">
<h2 class="pricing-plan">Regular</h2>
<div class="price"><sup class="currency">$</sup>19<small>/mo</small></div>
<p>Basic customer support for small business</p>
<hr>
<ul class="pricing-info">
<li>15 projects</li>
<li>40 Pages</li>
<li>40 Emails</li>
<li>200 Images</li>
</ul>
<a href="#" class="btn btn-default btn-sm">Get started</a>
</div>
</div>
<div class="clearfix visible-sm-block"></div>
<div class="col-md-3 col-sm-6 animate-box" data-animate-effect="fadeIn">
<div class="price-box popular">
<div class="popular-text">Best value</div>
<h2 class="pricing-plan">Plus</h2>
<div class="price"><sup class="currency">$</sup>79<small>/mo</small></div>
<p>Basic customer support for small business</p>
<hr>
<ul class="pricing-info">
<li>Unlimitted projects</li>
<li>100 Pages</li>
<li>100 Emails</li>
<li>700 Images</li>
</ul>
<a href="#" class="btn btn-primary btn-sm">Get started</a>
</div>
</div>
<div class="col-md-3 col-sm-6">
<div class="price-box animate-box" data-animate-effect="fadeIn">
<h2 class="pricing-plan">Enterprise</h2>
<div class="price"><sup class="currency">$</sup>125<small>/mo</small></div>
<p>Basic customer support for small business</p>
<hr>
<ul class="pricing-info">
<li>Unlimitted projects</li>
<li>Unlimitted Pages</li>
<li>Unlimitted Emails</li>
<li>Unlimitted Images</li>
</ul>
<a href="#" class="btn btn-default btn-sm">Get started</a>
</div>
</div>
</div>
</div>
</div> -->
<div class="fh5co-cta" style="background-image:url(images/hero.jpg)">
<div class="overlay"></div>
<div class="container">
<div class="col-md-8 col-md-offset-2 text-center">
<h3>INAWG is currently in closed beta. Sign up now to get bumped to the front of the list of test users!</h3>
<p><a href="http://eepurl.com/gBMjp5" class="btn btn-primary btn-outline btn-lg">Request Early Access</a></p>
</div>
</div>
</div>
<footer id="footer" role="contentinfo">
<div class="container">
<div class="row row-bottom-padded-sm">
<div class="col-md-12">
<p class="copyright text-center">© 2019 ineedawhiteguy. All Rights Reserved.</p>
<p class="copyright text-center">Contact: <a href="mailto:[email protected]">[email protected]</a></p>
</div>
</div>
<div class="row">
<div class="col-md-12 text-center">
<ul class="social social-circle">
<li><a href="https://twitter.com/ineedawhiteguy"><i class="icon-twitter"></i></a></li>
<!-- <li><a href="#"><i class="icon-facebook"></i></a></li> -->
<!-- <li><a href="#"><i class="icon-youtube"></i></a></li> -->
<!-- <li><a href="#"><i class="icon-pinterest"></i></a></li> -->
<!-- <li><a href="#"><i class="icon-linkedin"></i></a></li> -->
<li><a href="#"><i class="icon-instagram"></i></a></li>
<!-- <li><a href="#"><i class="icon-dribbble"></i></a></li> -->
</ul>
</div>
</div>
</div>
</footer>
<!-- jQuery -->
<script src="js/jquery.min.js"></script>
<!-- jQuery Easing -->
<script src="js/jquery.easing.1.3.js"></script>
<!-- Bootstrap -->
<script src="js/bootstrap.min.js"></script>
<!-- Waypoints -->
<script src="js/jquery.waypoints.min.js"></script>
<!-- Owl Carousel -->
<script src="js/owl.carousel.min.js"></script>
<!-- Main JS (Do not remove) -->
<script src="js/main.js"></script>
</body>
</html>