-
Notifications
You must be signed in to change notification settings - Fork 9
/
Copy pathindex.html
executable file
·632 lines (577 loc) · 29.2 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
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
<!doctype html>
<html>
<head>
<!--
Content: NewsHound
Type: HTML
Author: Madhur Malhotra
Author URL: madhur.xyz
Date Created: 12/10/16
Version: 1.0
-->
<!-- Acknowledgements: Bootstrap
Theme Name: Knight
Theme URL: https://bootstrapmade.com/knight-free-bootstrap-theme/
Author: BootstrapMade
Author URL: https://bootstrapmade.com
-->
<!--Meta Content-->
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, maximum-scale=1">
<meta name="description" content="Sniffing out fake news on the Internet.">
<meta name="author" content="Team NewsHound">
<!--Twitter-->
<meta name="twitter:title" content="NewsHound">
<meta name="twitter:description" content="Sniffing out fake news on the Internet.">
<meta name="twitter:image" content="img/twitterCard.jpg">
<meta name="twitter:card" content="img/twitterCard.jpg">
<!--Other Social Media-->
<meta property="og:title" content="NewsHound">
<meta property="og:description" content="Sniffing out fake news on the Internet.">
<meta property="og:image" content="img/metaImage.jpg">
<meta property="og:url" content="http://getnewshound.com">
<!--Title-->
<title>NewsHound. Sniffing Out Fake News.</title>
<!--Favicon-->
<link rel="icon" href="img/favicon.png" type="image/png">
<link rel="shortcut icon" href="img/favicon.ico" type="img/x-icon">
<!--Google Fonts-->
<link href='https://fonts.googleapis.com/css?family=Montserrat:400,700' rel='stylesheet' type='text/css'>
<link href='https://fonts.googleapis.com/css?family=Open+Sans:400,300,800italic,700italic,600italic,400italic,300italic,800,700,600' rel='stylesheet' type='text/css'>
<!--Stylesheets-->
<link href="css/bootstrap.css" rel="stylesheet" type="text/css">
<link href="css/style.css" rel="stylesheet" type="text/css">
<link href="css/font-awesome.css" rel="stylesheet" type="text/css">
<link href="css/font-awesome2.css" rel="stylesheet" type="text/css">
<link href="css/responsive.css" rel="stylesheet" type="text/css">
<link href="css/animate.css" rel="stylesheet" type="text/css">
<!--Scripts-->
<!--[if IE]><style type="text/css">.pie {behavior:url(PIE.htc);}</style><![endif]-->
<script type="text/javascript" src="js/jquery.1.8.3.min.js"></script>
<script type="text/javascript" src="js/bootstrap.js"></script>
<script type="text/javascript" src="js/jquery-scrolltofixed.js"></script>
<script type="text/javascript" src="js/jquery.easing.1.3.js"></script>
<script type="text/javascript" src="js/jquery.isotope.js"></script>
<script type="text/javascript" src="js/wow.js"></script>
<script type="text/javascript" src="js/classie.js"></script>
<script type="text/javascript" src="js/scroll.js"></script>
<script src="contactform/contactform.js"></script>
</head>
<body>
<header class="header" id="header"><!--header-start-->
<div class="container">
<figure class="logo animated fadeInDown delay-07s">
<a href="#"><img src="img/logo1.png" alt=""></a>
</figure>
<h1 class="animated fadeInDown delay-07s">Welcome to NewsHound</h1>
<ul class="we-create animated fadeInUp delay-1s">
<li>Sniffing out fake news.</li>
</ul>
<a class="link animated fadeInUp delay-1s" href="#test">Learn More</a>
</div>
</header><!--header-end-->
<nav class="main-nav-outer" id="test"><!--main-nav-start-->
<div class="container">
<ul class="main-nav">
<li><a href="#header">Home</a></li>
<li><a href="#service">Tools</a></li>
<li class="small-logo"><a href="#header"><img src="img/nav-logo2.png" alt=""></a></li>
<li><a href="#team">Team</a></li>
<li><a href="#contact">Contact</a></li>
</ul>
<a class="res-nav_click" href="#"><i class="fa-bars"></i></a>
</div>
</nav><!--main-nav-end-->
<section class="main-section" id="service"><!--main-section-start-->
<div class="container">
<h2>Tools</h2>
<h6>We provide you with 4 tools to detect fake news and stop it from spreading.</h6>
<div class="row">
<div class="col-lg-4 col-sm-6 wow fadeInLeft delay-05s">
<div class="service-list">
<div class="service-list-col1">
<i class="fa-chrome"></i>
</div>
<div class="service-list-col2">
<h3>chrome extention</h3>
<p>Our Chrome Extension detects fake news articles while you browse social media.</p>
</div>
</div>
<div class="service-list">
<div class="service-list-col1">
<i class="fa-cogs"></i>
</div>
<div class="service-list-col2">
<h3>web app</h3>
<p>Our web app provides an easy way to paste the URL for a news story to see if it’s real or fake. </p>
</div>
</div>
<div class="service-list">
<div class="service-list-col1">
<i class="fa-tablet"></i>
</div>
<div class="service-list-col2">
<h3>mobile app</h3>
<p>Our mobile app does everything the web app can, but conveniently on your phone.</p>
</div>
</div>
<div class="service-list">
<div class="service-list-col1">
<i class="fa-pencil"></i>
</div>
<div class="service-list-col2">
<h3>hunter's portal</h3>
<p> If you're a journalist or fact checker, this is for you. The Hunters Portal gives you a direct way to make sure your readers have a reliable source of information when reading the news on social media and around the web.</p>
</div>
</div>
</div>
<figure class="col-lg-8 col-sm-6 text-right wow fadeInUp delay-02s">
<img src="img/service2.png" alt="">
</figure>
</div>
</div>
</section><!--main-section-end-->
<section class="main-section alabaster"><!--main-section alabaster-start-->
<div class="container">
<div class="row">
<figure class="col-lg-5 col-sm-4 wow fadeInLeft">
<img src="img/chrome.png" alt="">
</figure>
<div class="col-lg-7 col-sm-8 featured-work">
<h2>Chrome Extention</h2>
<P class="padding-b">Identifies fake news sources while you browse.</P>
<div class="featured-box">
<div class="featured-box-col1 wow fadeInRight delay-02s">
<i class="fa-magic"></i>
</div>
<div class="featured-box-col2 wow fadeInRight delay-02s">
<h3>magic highlighting</h3>
<p>When NewsHound detects fake, questionable or factually untrue news stories, it highlights it directly in your news feed.</p>
</div>
</div>
<div class="featured-box">
<div class="featured-box-col1 wow fadeInRight delay-04s">
<i class="fa-flag-checkered"></i>
</div>
<div class="featured-box-col2 wow fadeInRight delay-04s">
<h3>debug misleading content</h3>
<p>The extension helps to debunk malicious or misleading content and stops it from spreading virally by providing facts and rebuttal articles. </p>
</div>
</div>
<div class="featured-box">
<div class="button-container">
<a class="link animated fadeInUp delay-1s" href="#test">Add to Chrome</a>
</div>
</div>
<a class="Learn-More" href="#">Learn More</a>
</div>
</div>
</div>
</section><!--main-section alabaster-end-->
<section class="main-section alabaster"><!--main-section alabaster-start-->
<div class="container">
<div class="row">
<div class="col-lg-7 col-sm-8 featured-work">
<h2>web app</h2>
<P class="padding-b">Copy and paste a URL from a news article into the NewsHound web app and it will tell you whether the content is unreliable or trustworthy.</P>
<div class="featured-box">
<div class="featured-box-col1 wow fadeInRight delay-02s">
<i class="fa-eraser"></i>
</div>
<div class="featured-box-col2 wow fadeInRight delay-02s">
<h3>simplicity</h3>
<p>The web app uses a simple search bar that’s connected to the NewsHound database to determine where a news article is coming from and whether you can trust it or not.</p>
</div>
</div>
<div class="featured-box">
<div class="featured-box-col1 wow fadeInRight delay-04s">
<i class="fa-check-circle"></i>
</div>
<div class="featured-box-col2 wow fadeInRight delay-04s">
<h3>speed</h3>
<p>The web app is the fastest way to get more information about the sources of news articles shared across all kind of social platforms.</p>
</div>
</div>
<div class="featured-box">
<div class="button-container">
<a class="link animated fadeInUp delay-1s" href="http://getnewshound.herokuapp.com">Try It</a>
</div>
</div>
<a class="Learn-More" href="#">Help Us</a>
</div>
<figure class="col-lg-5 col-sm-4 wow fadeInLeft">
<img src="img/webapp.png" alt="">
</figure>
</div>
</div>
</section><!--main-section alabaster-end-->
<section class="main-section alabaster"><!--main-section alabaster-start-->
<div class="container">
<div class="row">
<div class="col-lg-7 col-sm-8 featured-work">
<h2>mobile app</h2>
<P class="padding-b">All the same great features from the web app on the go.</P>
<div class="featured-box">
<div class="featured-box-col1 wow fadeInRight delay-02s">
<i class="fa-facebook-official"></i>
</div>
<div class="featured-box-col2 wow fadeInRight delay-02s">
<h3>social</h3>
<p>Over 50% of people browse Facebook on mobile. The app allows you to fact check articles shared on social platforms simply by copying the article URL and pasting it into the app.</p>
</div>
</div>
<div class="featured-box">
<div class="featured-box-col1 wow fadeInRight delay-04s">
<i class="fa-mobile"></i>
</div>
<div class="featured-box-col2 wow fadeInRight delay-04s">
<h3>in your pocket</h3>
<p>The NewsHound app is the easiest and fastest way to fact check articles and news sources wherever you are.</p>
</div>
</div>
<div class="featured-box">
<div class="button-container">
<a class="link animated fadeInUp delay-1s" href="#test">Download</a>
</div>
</div>
<a class="Learn-More" href="#">Learn More</a>
</div>
<figure class="col-lg-5 col-sm-4 wow fadeInLeft">
<img src="img/mobileapp.png" alt="">
</figure>
</div>
</div>
</section><!--main-section alabaster-end-->
<section class="main-section alabaster"><!--main-section alabaster-start-->
<div class="container">
<div class="row">
<figure class="col-lg-5 col-sm-4 wow fadeInLeft">
<img src="img/api.png" alt="">
</figure>
<div class="col-lg-7 col-sm-8 featured-work">
<h2>hunter's portal</h2>
<P class="padding-b">Fact-checkers, journalists, and concerned citizens unite! The Hunter’s Portal allows fact checkers to directly identify, report, and debunk fake news stories as they are trending.</P>
<div class="featured-box">
<div class="featured-box-col1 wow fadeInRight delay-02s">
<i class="fa-legal"></i>
</div>
<div class="featured-box-col2 wow fadeInRight delay-02s">
<h3>reporting unreliable content</h3>
<p>Report fake news stories and provide rebuttal evidence with just a few clicks.</p>
</div>
</div>
<div class="featured-box">
<div class="featured-box-col1 wow fadeInRight delay-04s">
<i class="fa-sitemap"></i>
</div>
<div class="featured-box-col2 wow fadeInRight delay-04s">
<h3>a living knowledgebase</h3>
<p>The portal will seamlessly update the NewsHound database and API with no additional action from you.</p>
</div>
</div>
<div class="featured-box">
<div class="button-container">
<a class="link animated fadeInUp delay-1s" href="#test">Try It</a>
</div>
</div>
<a class="Learn-More" href="#">Learn More</a>
</div>
</div>
</div>
</section><!--main-section alabaster-end-->
<!--Potential future sections-->
<!--Testimonial Section-->
<!--This section includes a cool testimonial design-->
<!-- <section class="main-section client-part" id="client">
<div class="container">
<b class="quote-right wow fadeInDown delay-03"><i class="fa-quote-right"></i></b>
<div class="row">
<div class="col-lg-12">
<p class="client-part-haead wow fadeInDown delay-05">It was a pleasure to work with the guys at Knight Studio. They made sure
we were well fed and drunk all the time!</p>
</div>
</div>
<ul class="client wow fadeIn delay-05s">
<li><a href="#">
<img src="img/client-pic1.jpg" alt="">
<h3>James Bond</h3>
<span>License To Drink Inc.</span>
</a></li>
</ul>
</div>
</section> -->
<!--End Testimonial Section-->
<!--This is the "As Seen On", Cool place to put "featured on TechCrunch and display the TC logo for example-->
<!-- <div class="c-logo-part">
<div class="container">
<ul>
<li><a href="#"><img src="img/c-liogo1.png" alt=""></a></li>
<li><a href="#"><img src="img/c-liogo2.png" alt=""></a></li>
<li><a href="#"><img src="img/c-liogo3.png" alt=""></a></li>
<li><a href="#"><img src="img/c-liogo4.png" alt=""></a></li>
<li><a href="#"><img src="img/c-liogo5.png" alt=""></a></li>
</ul>
</div>
</div> -->
<!--End "As Seen On" Section-->
<section class="main-section team" id="team"><!--main-section team-start-->
<div class="container">
<h2>team</h2>
<h6>Get to know our super awesome team. We get things done.</h6>
<div class="team-leader-block clearfix">
<div class="team-leader-box">
<div class="team-leader wow fadeInDown delay-03s">
<div class="team-leader-shadow"><a href="#"></a></div>
<img src="img/ryan.png" alt="">
<ul>
<li><a href="http://github.com/RyanRHall" class="fa-github"></a></li>
<li><a href="https://www.linkedin.com/in/ryan-hall-548a0b8a" class="fa-linkedin"></a></li>
</ul>
</div>
<h3 class="wow fadeInDown delay-03s">Ryan</h3>
<span class="wow fadeInDown delay-03s">Haver of Fun</span>
<p class="wow fadeInDown delay-03s">Ryan is the leader of our operation. He contributes on all aspects of the project. He's in charge of building the Hunter's Portal which helps expand our API.</p>
</div>
<div class="team-leader-box">
<div class="team-leader wow fadeInDown delay-06s">
<div class="team-leader-shadow"><a href="#"></a></div>
<img src="img/jeremy.png" alt="">
<ul>
<li><a href="http://github.com/jthibeaux" class="fa-github"></a></li>
<li><a href="https://www.linkedin.com/in/jeremythibeaux" class="fa-linkedin"></a></li>
</ul>
</div>
<h3 class="wow fadeInDown delay-06s">Jeremy</h3>
<span class="wow fadeInDown delay-06s">Code Monkey</span>
<p class="wow fadeInDown delay-06s">Jeremy is our resident Jedi or 'Code Monkey' as he likes to say. He is the lead force behind shipping our fully-functional Chrome extention.</p>
</div>
<div class="team-leader-box">
<div class="team-leader wow fadeInDown delay-09s">
<div class="team-leader-shadow"><a href="#"></a></div>
<img src="img/valerie.png" alt="">
<ul>
<li><a href="http://linkedin.com/in/" class="fa-linkedin"></a></li>
</ul>
</div>
<h3 class="wow fadeInDown delay-09s">Valerie</h3>
<span class="wow fadeInDown delay-09s">
Ferocious Marketer</span>
<p class="wow fadeInDown delay-09s">Valerie heads the marketing strategy and media outreach. And she champions empathetic user experience for journalists and news consumers.</p>
</div>
</div>
<div class="team-leader-block clearfix">
<div class="team-leader-box">
<div class="team-leader wow fadeInDown delay-03s">
<div class="team-leader-shadow"><a href="#"></a></div>
<img src="img/cornell.png" alt="">
<ul>
<li><a href="https://www.linkedin.com/in/valerie-demicheva-2151118" class="fa-linkedin"></a></li>
</ul>
</div>
<h3 class="wow fadeInDown delay-03s">Cornell</h3>
<span class="wow fadeInDown delay-03s">Sweater Connoisseur</span>
<p class="wow fadeInDown delay-03s">Cornell is a content marketing and comms guy. He does marketing, copy and outreach for NewsHound. As his title suggests, he likes sweaters!</p>
</div>
<div class="team-leader-box">
<div class="team-leader wow fadeInDown delay-06s">
<div class="team-leader-shadow"><a href="#"></a></div>
<img src="img/ben.png" alt="">
<ul>
<li><a href="http://dribbble.com/benkennerly" target="_blank"><i class="fa-dribbble"></i></a></li>
<li><a href="https://www.linkedin.com/in/benkennerly" target="_blank" class="fa-linkedin"></a></li>
</ul>
</div>
<h3 class="wow fadeInDown delay-06s">Ben</h3>
<span class="wow fadeInDown delay-06s">Director of Good Looks</span>
<p class="wow fadeInDown delay-06s">Ben is our designer and Director of Good Looks. He uses Sketch and inVision to build the user interface and user experience for our web/mobile Apps.</p>
</div>
<div class="team-leader-box">
<div class="team-leader wow fadeInDown delay-09s">
<div class="team-leader-shadow"><a href="#"></a></div>
<img src="img/madhur.png" alt="">
<ul>
<li><a href="http://github.com/madhurxyz" class="fa-github"></a></li>
<li><a href="http://linkedin.com/in/madhurxyz" class="fa-linkedin"></a></li>
</ul>
</div>
<h3 class="wow fadeInDown delay-09s">Madhur</h3>
<span class="wow fadeInDown delay-09s">Firestarter</span>
<p class="wow fadeInDown delay-09s">Madhur is a designer and developer. He worked on our landing page, web app, mobile app, and the Hunter's Portal front-end. He keeps it lit.</p>
</div>
</div>
<div class="team-leader-block clearfix">
<div class="team-leader-box">
<div class="team-leader wow fadeInDown delay-03s">
<div class="team-leader-shadow"><a href="#"></a></div>
<img src="img/monte.png" alt="">
<ul>
<li><a href="https://github.com/monte9" class="fa-github"></a></li>
<li><a href="http://linkedin.com/in/montethakkar" class="fa-linkedin"></a></li>
</ul>
</div>
<h3 class="wow fadeInDown delay-03s">Monte</h3>
<span class="wow fadeInDown delay-03s">Explorer of Space</span>
<p class="wow fadeInDown delay-03s">Monte is our Javascript guru. He is the backbone of our Chrome Extention and also contributes to the development efforts of our Web App.</p>
</div>
<div class="team-leader-box">
<div class="team-leader wow fadeInDown delay-06s">
<div class="team-leader-shadow"><a href="#"></a></div>
<img src="img/quinn.png" alt="">
<ul>
<li><a href="https://www.linkedin.com/in/reillyquinn" class="fa-linkedin"></a></li>
</ul>
</div>
<h3 class="wow fadeInDown delay-06s">Quinn</h3>
<span class="wow fadeInDown delay-06s">Knower of Shit</span>
<p class="wow fadeInDown delay-06s">Quinn is our government and policy guy. He has 10 years of experience in politics and offers a sea of knowledge in the field. He gets us food!</p>
</div>
<div class="team-leader-box">
<div class="team-leader wow fadeInDown delay-09s">
<div class="team-leader-shadow"><a href="#"></a></div>
<img src="img/julia.png" alt="">
<ul>
<li><a href="https://www.linkedin.com/in/juliareinerth/en" class="fa-linkedin"></a></li>
</ul>
</div>
<h3 class="wow fadeInDown delay-09s">Julia</h3>
<span class="wow fadeInDown delay-09s">Wearer of Hats</span>
<p class="wow fadeInDown delay-09s">With her German perspective on things, Julia keeps the team organized and grounded. This way, the team can focus on developing our products for everyone instead of focusing on the Silicon Valley crowd.</p>
</div>
</div>
</div>
</section><!--main-section team-end-->
<section class="business-talking"><!--business-talking-start-->
<div class="container">
<h2>Get Involved!</h2>
</div>
</section><!--business-talking-end-->
<div class="container">
<section class="main-section contact" id="contact">
<div class="row">
<div class="col-lg-6 col-sm-7 wow fadeInLeft">
<div class="contact-info-box address clearfix">
<h3><i class=" icon-map-marker"></i>Address:</h3>
<span>88 Colin P Kelly Jr Street<br>San Francisco, California</span>
</div>
<div class="contact-info-box phone clearfix">
<h3><i class="fa-phone"></i>Phone:</h3>
<span>1-800-NewsHound</span>
</div>
<div class="contact-info-box email clearfix">
<h3><i class="fa-pencil"></i>email:</h3>
<span>[email protected]</span>
</div>
<ul class="social-link">
<li class="twitter"><a href="#"><i class="fa-twitter"></i></a></li>
<li class="facebook"><a href="#"><i class="fa-facebook"></i></a></li>
</ul>
</div>
<div class="col-lg-6 col-sm-5 wow fadeInUp delay-05s">
<div class="form">
<div id="sendmessage">Your message has been sent. Thank you!</div>
<div id="errormessage"></div>
<form action="form_process.php" method="post" role="form" class="contactForm">
<div class="form-group">
<input type="text" name="name" class="form-control input-text" id="name" placeholder="Your Name" data-rule="minlen:4" data-msg="Please enter at least 4 chars" />
<div class="validation"></div>
</div>
<div class="form-group">
<input type="email" class="form-control input-text" name="email" id="email" placeholder="Your Email" data-rule="email" data-msg="Please enter a valid email" />
<div class="validation"></div>
</div>
<div class="form-group">
<input type="text" class="form-control input-text" name="subject" id="subject" placeholder="Subject" data-rule="minlen:4" data-msg="Please enter at least 8 chars of subject" />
<div class="validation"></div>
</div>
<div class="form-group">
<textarea class="form-control input-text text-area" name="message" rows="5" data-rule="required" data-msg="Please write something for us" placeholder="Message"></textarea>
<div class="validation"></div>
</div>
<div class="text-center"><button type="submit" class="input-btn">Send Message</button></div>
</form>
</div>
</div>
</div>
</section>
</div>
<footer class="footer">
<div class="container">
<div class="footer-logo"><a href="#"><img src="img/footer-logo1.png" alt=""></a></div>
<span class="copyright">© NewsHound. All Rights Reserved</span>
<div class="credits">
Special thanks to <a href="https://bootstrapmade.com/demo/Knight/">Knight</a> by <a href="https://bootstrapmade.com/">BootstrapMade</a>
</div>
</div>
</footer>
<script type="text/javascript">
$(document).ready(function(e) {
$('#test').scrollToFixed();
$('.res-nav_click').click(function(){
$('.main-nav').slideToggle();
return false
});
});
</script>
<script>
wow = new WOW(
{
animateClass: 'animated',
offset: 100
}
);
wow.init();
</script>
<script type="text/javascript">
$(window).load(function(){
$('.main-nav li a').bind('click',function(event){
var $anchor = $(this);
$('html, body').stop().animate({
scrollTop: $($anchor.attr('href')).offset().top - 102
}, 1500,'easeInOutExpo');
/*
if you don't want to use the easing effects:
$('html, body').stop().animate({
scrollTop: $($anchor.attr('href')).offset().top
}, 1000);
*/
event.preventDefault();
});
})
</script>
<script type="text/javascript">
$(window).load(function(){
var $container = $('.portfolioContainer'),
$body = $('body'),
colW = 375,
columns = null;
$container.isotope({
// disable window resizing
resizable: true,
masonry: {
columnWidth: colW
}
});
$(window).smartresize(function(){
// check if columns has changed
var currentColumns = Math.floor( ( $body.width() -30 ) / colW );
if ( currentColumns !== columns ) {
// set new column count
columns = currentColumns;
// apply width to container manually, then trigger relayout
$container.width( columns * colW )
.isotope('reLayout');
}
}).smartresize(); // trigger resize to set container width
$('.portfolioFilter a').click(function(){
$('.portfolioFilter .current').removeClass('current');
$(this).addClass('current');
var selector = $(this).attr('data-filter');
$container.isotope({
filter: selector,
});
return false;
});
});
</script>
</body>
</html>