-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
555 lines (499 loc) · 26.5 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
<!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">
<!-- Website Title -->
<title> Raghuvar Prajapati - An Enthusiastic and Sanguine Fellow </title>
<!-- Bootstrap -->
<link href="assets/bootstrap/css/bootstrap.min.css" rel="stylesheet">
<!-- Font-Awesome -->
<link href="assets/font-awesome/css/font-awesome.min.css" rel="stylesheet">
<!-- Lightbox -->
<link href="assets/lightbox/css/lightbox.css" rel="stylesheet">
<!-- Text Rotator-->
<link href="assets/textrotator/simpletextrotator.css" rel="stylesheet">
<!-- FlexSlider -->
<link href="assets/flexslider/flexslider.css" rel="stylesheet">
<!-- Theme Style -->
<link href="css/style.css" rel="stylesheet">
<!-- Animations -->
<link href="css/animate.css" rel="stylesheet">
<!-- Custom Favicon -->
<link href="img/faviconr.ico" rel="shortcut icon" type="image/x-icon" />
<!-- HTML5 Shim and Respond.js IE8 support of HTML5 elements and media queries -->
<!-- WARNING: Respond.js doesn't work if you view the page via file:// -->
<!--[if lt IE 9]>
<script src="assets/html5shiv/html5shiv.js"></script>
<script src="assets/respond/respond.min.js"></script>
<![endif]-->
</head>
<body id="top">
<!-- ****************************** Preloader ************************** -->
<div id="preloader"></div>
<!-- ==========================
HEADER SECTION
=========================== -->
<header id="home">
<!-- creative menu -->
<div class="container-fluid">
<div class="row">
<div class="menu-wrap">
<nav class="menu">
<!-- Menu Links -->
<div class="icon-list">
<a href="index.html#home"><i class="fa fa-fw fa-home"></i><span>Home</span></a>
<a href="index.html#about"><i class="fa fa-fw fa-quote-left"></i><span>About</span></a>
<a href="index.html#service"><i class="fa fa-fw fa-globe"></i><span>Profession</span></a>
<a href="index.html#portfolio"><i class="fa fa-fw fa-picture-o"></i><span>Projects</span></a>
<a href="index.html#blog"><i class="fa fa-fw fa-rss"></i><span>Article</span></a>
<a href="index.html#contact"><i class="fa fa-fw fa-envelope-o"></i><span>Contact</span></a>
</div>
</nav>
</div>
<button class="menu-button" id="open-button"></button><!-- menu button -->
</div><!--/row-->
</div><!--/container-->
<!-- Header Image -->
<!-- Hero Class Starts -->
<section class="hero" id="hero">
<div class="container">
<!-- Slider Button (don't edit!)-->
<div class="row">
<div class="col-md-12 text-right navicon">
<a id="nav-toggle" class="nav_slide_button" href="index.html#"><span></span></a>
</div>
</div>
<!-- HEADER HEADLINE -->
<div class="row">
<div class="col-md-8 col-md-offset-1 inner">
<h1 class="animated fadeInDown">
<span>RAGHUVAR</span>
<span>PRAJAPATI</span> <br />
<p style="color:#ff0000; font-size: 16px; font-weight: bold; text-align: left; text-transform: lowercase;">[email protected]</p>
</h1><!-- Title -->
<h3 class="animated fadeInUp delay-09s"><span class="rotate">Software Developer,Data Scientist,Content Writer</span></h3><!-- Text Rotator -->
</div>
</div>
<!-- Learn More Button -->
<div class="row">
<div class="col-md-6 col-md-offset-3 text-center">
<a href="index.html#about" class="scrollto wow fadeInUp delay-5s ">
<p style="color:#2b03c1; font-size:20px; font-weight: bold;">SEE MORE</p>
<p class="scrollto--arrow"><img src="img/scroll-down.png" alt="scroll down arrow"></p>
</a>
</div>
</div>
</div>
</section>
<!-- Header Image End -->
</header>
<!-- ==========================
HEADER SECTION END
=========================== -->
<!-- ==========================
ABOUT SECTION
=========================== -->
<section class="intro text-center section-padding color-bg" id="about">
<div class="container">
<!-- WELCOME TEXT -->
<div class="row">
<div class="col-md-8 col-md-offset-2 wp1">
<h1 class="arrow">Brief<span>about</span> me</h1><!-- Headline -->
<!-- about / welcome text -->
<p>I am an adequate developer to assemble the on-going imagination of mind into the reality. Apart from this, I am really cool and induratrious guy. I have completed my undergraduation from IIIT Vadodara in Computer Science. So, being a Computer Scientist, I love to explore leveraging technologies that are going to have their long-lasting impact on the human being as well as IT industries.</p>
</div>
</div>
</div>
</section>
<!-- ==========================
SERVICE SECTION
=========================== -->
<section class="features text-center section-padding" id="service">
<div class="container">
<!-- Headline -->
<div class="row">
<div class="col-md-12">
<h1 class="arrow">Have an amazing on-going Works</h1>
</div>
</div>
<div class="row">
<div class="col-md-12">
<div class="services">
<!-- Service Box 1 -->
<div class="col-md-4 wp2 item">
<div class="icon">
<i class="fa fa-laptop"></i><!-- Icon -->
</div>
<h2>Data Scientist/Software Developer</h2><!-- Title -->
<p style="color:#0c2b63; font-size:20px;">Started working as a Data Scientist as well as Software Developer for an startup named "Pensieve" on Full time basis.</p><!-- Description -->
</div>
<!-- Service Box 2 -->
<div class="col-md-4 wp2 item delay-05s">
<div class="icon">
<i class="fa fa-pencil"></i><!-- Icon -->
</div>
<h2>Content Writer</h2><!-- Title -->
<p style="color:#0c2b63; font-size:20px;">Started working as a Content Writer for an organization named "Erudite Software and learning solutions" on the part time basis.</p><!-- Description -->
</div>
<!-- Service Box 3 -->
<div class="col-md-4 wp2 item delay-1s">
<div class="icon">
<i class="fa fa-graduation-cap"></i><!-- Icon -->
</div>
<h2>Mentor and Educator</h2><!-- Title -->
<p style="color:#0c2b63; font-size:20px;">Started working as a Mentor of JEE aspirants for an organization named "goIIT" and an Educator for the India's largest learning platform "Unacademy" on the part time basis.</p><!-- Description -->
</div>
</div>
<div class="clearfix"></div>
</div>
</div>
</div>
</section>
<section class="swag text-center" id="portfolio">
<div class="container-fluid">
<!-- About 1 -->
<div class="row color-bg">
<div class="col-md-6 nopadding features-intro-img">
<div class="about-image" style="background-image:url(img/home.jpg)"></div><!-- about image 1 -->
</div>
<div class="col-md-6 about-text">
<h6 style="color: #2b03c1; font-weight: bold; font-size: 20px;"> A Web Portal for IntraCampus : BeyondBooks </h6><!-- headline-->
<p>A Web-portal and android application that can be productive for book reviewing, selling and buying within the intra campus environment. Used web development languages like : HTML5, CSS3, Javascript, PHP, JQuery, Ajax and MySQL. The motive was based on the IMDB movie rating and reviewing concept where each user can create their movie list accordingly.</p><br><!-- About Text 1 -->
<a href="https://github.com/Raghuvar/BeyondBooks" target="_blank" class="weight-outline-btn">Read more</a><!-- read more button -->
</div>
</div>
<!-- About 2 -->
<div class="row color-bg">
<div class="col-md-6 about-text">
<h6 style="color: #2b03c1; font-weight: bold; font-size: 20px;"> Hotel Database Management System</h6><!-- Headline -->
<p style="color: #030811; font-size: 20px;">Hotel Database Management System(HMS) is not only able to have a massive data storage, but also keeps the data secure and efficiently updates the database. It has been designed according to the requirements of a normal Hotel, providing general guest-services in ambience. HMS is developed in such a manner that, it can resolve every data keeping related to a customer (guest). It can store, manipulate, remove and update data in customer’s perspective.</p><br><!-- About Text 2 -->
<a href="https://github.com/Raghuvar/Hotel_DatabaseManagement_System" target="_blank" class="weight-outline-btn">Read more</a> <!-- read more button -->
</div>
<div class="col-md-6 nopadding features-intro-img">
<div class="about-image" style="background-image:url(img/imppic.png)"></div><!-- about image 2 -->
</div>
</div>
<!-- About 3 -->
<div class="row color-bg">
<div class="col-md-6 nopadding features-intro-img">
<div class="about-image" style="background-image:url(img/SJBPztV.jpg)"></div><!-- about image 3 -->
</div>
<div class="col-md-6 about-text">
<h6 style="color: #2b03c1; font-weight: bold; font-size: 20px;"> Web Scraping </h6><!-- Headline-->
<p> In this project I have developed an application tool which was written in python, used to extract and browse the data available on the websites. The python script will hit this <a href="http://www.thelearningpoint.net/system/app/pages/search?scope=search-site&q=school&offset=0" target="_blank"> URLs </a>. And it'll hit all the link available on that particular site. When the script will run using scrapy utility it'll fetch the name and email-ids of all the schools listing at the site. With the developed python script (using Scrapy) we can stored the same into CSV format.</p><br><!-- About Text 3 -->
<a href="index.html#team" class="weight-outline-btn">Read more</a><!-- read more button -->
</div>
</div>
</div>
</section>
<!-- ==========================
ABOUT SECTION END
=========================== -->
<!-- ==========================
PORTFOLIO SECTION END
=========================== -->
<!-- ==========================
CUSTOM SPACER
=========================== -->
<div class="spacer-cta text-center">
<div class="container">
<div class="row">
<div class="col-md-12">
<a href="_" target="_blank" class="outline-btn">XXX</a>
</div>
</div>
</div>
</div>
<!-- ==========================
CUSTOM SPACER END
=========================== -->
<!-- ==========================
BLOG SECTION
=========================== -->
<section class="text-center section-padding" id="blog">
<div class="container">
<!-- Headline -->
<div class="row">
<div class="col-md-12">
<h1 class="arrow">My <span>Published</span> Articles</h1>
</div>
</div><br><br>
<!-- Blog Slider -->
<div class="row">
<div id="blogSlider">
<ul class="slides">
<li>
<!-- Blog Entry 1 -->
<div class="col-md-4 wp4">
<div class="overlay-effect effects clearfix">
<div class="img">
<img src="img/adhar-security-1.jpg" class="grayscale" alt="Blog Item"><!-- Blog Image -->
</div>
</div>
<br>
<a style="font-size: 30px; font-weight: bold;" href="http://viralkhichdi.com/wikileaks-aadhaar-security-risk/"> India's Aadhaar Security </a><!-- Headline -->
<p style="color: #030811; font-size: 15px;"> WikiLeaks claimed that the securities of the aadhaar data are in danger. Hence, it can put the aadhaar security at risk. As we have been getting the news about the threat. As a result, it can cause a huge disruption for India. In addition, WikiLeaks issued a memo, claiming that US based firm, CIA is massively spying on aadhaar data. And, It prompts concern for the aadhaar security. </p><!-- Description-->
</div>
<!-- Blog Entry 2 -->
<div class="col-md-4 wp4 delay-05s">
<div class="overlay-effect effects clearfix">
<div class="img">
<img src="img/northkorea-hbt-1.jpg" href="http://viralkhichdi.com/north-korea-hydrogen-bomb-testing/" class="grayscale" alt="Blog Item"><!-- Blog Image -->
</div>
</div>
<br>
<a style="font-size: 30px; font-weight: bold;" href="http://viralkhichdi.com/north-korea-hydrogen-bomb-testing/"> North Korea H-Bomb Testing </a><!-- Headline -->
<p style="color: #030811; font-size: 15px;"> North Korea has been claiming about the hydrogen bomb testing which reflects their power in the field of science and technology. North Korea's recent hydrogen bomb test produced an energy around 10 times more than the bomb dropped on Hiroshima in 1945. </p><!-- Description -->
</div>
<!-- Blog Entry 3 -->
<div class="col-md-4 wp4 delay-1s">
<div class="overlay-effect effects clearfix">
<div class="img">
<img src="img/blog3.jpg" class="grayscale" alt="Blog Item"><!-- Blog Image -->
</div>
</div>
<br>
<a style="font-size: 30px; font-weight: bold;" href="http://viralkhichdi.com/north-korea-hydrogen-bomb-testing/">Creative Ideas</a><!-- Headline -->
<p style="color: #030811; font-size: 15px;">Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nunc ultricies nulla non metus pulvinar imperdiet. Praesent non adipiscing libero.</p><!-- Description-->
</div>
</li>
<li>
<!-- Blog Entry 4 -->
<div class="col-md-4 wp4">
<div class="overlay-effect effects clearfix">
<div class="img">
<img src="img/blog1.jpg" class="grayscale" alt="Blog Item"><!-- Blog Image -->
</div>
</div>
<br>
<h2>Creative Minds</h2><!-- Headline -->
<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nunc ultricies nulla non metus pulvinar imperdiet. Praesent non adipiscing libero.</p><!-- Description -->
</div>
<!-- Blog Entry 5 -->
<div class="col-md-4 wp4 delay-05s">
<div class="overlay-effect effects clearfix">
<div class="img">
<img src="img/blog2.jpg" class="grayscale" alt="Blog Item"><!-- Blog Image -->
</div>
</div>
<br>
<h2>Creative Hearts</h2>
<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nunc ultricies nulla non metus pulvinar imperdiet. Praesent non adipiscing libero.</p>
</div>
<!-- Blog Entry 6 -->
<div class="col-md-4 wp4 delay-1s">
<div class="overlay-effect effects clearfix">
<div class="img">
<img src="img/blog3.jpg" class="grayscale" alt="Blog Item"><!-- Blog Image -->
</div>
</div>
<br>
<h2>Creative Ideas</h2><!-- Headline -->
<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nunc ultricies nulla non metus pulvinar imperdiet. Praesent non adipiscing libero.</p><!-- Description -->
</div>
</li>
</ul>
</div>
</div>
</div>
</section>
<!-- ==========================
BLOG SECTION END
=========================== -->
<!-- ==========================
CLIENT SECTION
=========================== -->
<!-- ==========================
CLIENTS SECTION END
=========================== -->
<!-- ==========================
NEWSLETTER SECTION
=========================== -->
<section>
<div class="container-fluid">
<div class="row color-bg">
<div class="col-md-6 nopadding subscribe text-center">
<h1><i class="fa fa-paper-plane"></i><span>Want to Ally</span></h1><!-- Heading -->
<form action="index.html#">
<input type="text" name="" value="" placeholder="" required><!-- E-Mail -->
<input type="submit" name="" value="Send"><!-- Submit Button -->
</form>
</div>
<div class="col-md-6 nopadding features-intro-img">
<div class="about-image" style="background-image:url(img/teleworkcollaboration.png)"></div><!-- Right Image -->
</div>
</div>
</div>
</section>
<!-- ==========================
NEWSLETTER SECTION END
=========================== -->
<!-- ==========================
CONTACT SECTION
=========================== -->
<section class="text-center section-padding contact-wrap" id="contact">
<!-- To Top Button -->
<a href="index.html#top" class="up-btn"><i class="fa fa-chevron-up"></i></a>
<div class="container">
<!-- Headline -->
<div class="row">
<div class="col-md-12">
<h1 class="arrow"><span>Exhilarated to</span> Chat </h1>
</div>
</div>
<div class="row contact-details">
<!-- Adress Box -->
<div class="col-md-4">
<div class="dark-box box-hover">
<h2><i class="fa fa-map-marker"></i><span>Address</span></h2>
<p style="color: #030811; font-size: 15px;"> Varanasi <br/> India</p>
</div>
</div>
<!-- Phone Number Box -->
<div class="col-md-4">
<div class="dark-box box-hover">
<h2><i class="fa fa-mobile"></i><span>Phone</span></h2>
<p style="color: #030811; font-size: 15px;">+91-XXXXXXXXXX </p>
</div>
</div>
<!-- E-Mail Box -->
<div class="col-md-4">
<div class="dark-box box-hover">
<h2><i class="fa fa-paper-plane"></i><span>Email</span></h2>
<p style="font-size: 18px; font-weight: bold;"><a href="[email protected]">[email protected]</a></p>
</div>
</div>
</div>
<div class="row">
<!-- Google Maps (Change your Settings below) -->
<div class="col-md-6">
<div id="googlemaps"></div>
</div>
<!-- Contact Form -->
<div class="col-md-6 contact">
<form role="form">
<!-- Name -->
<div class="row">
<div class="col-md-6">
<!-- E-Mail -->
<div class="form-group">
<input type="text" class="form-control" placeholder="Your name">
</div>
</div>
<div class="col-md-6">
<!-- Phone Number -->
<div class="form-group">
<input type="email" class="form-control" placeholder="Email address">
</div>
</div>
</div>
<!-- Message Area -->
<div class="form-group">
<textarea class="form-control" placeholder="Write you message here..." style="height:232px;"></textarea>
</div>
<!-- Subtmit Button -->
<button type="submit" class="btn btn-send">
Send message
</button>
</form>
</div>
</div>
<br>
<!-- Social Buttons - use font-awesome, past in what you want -->
<div class="row">
<div class="col-md-12">
<ul class="social-buttons">
<li><a href="https://www.linkedin.com/in/raghuvarprajapati/" class="social-btn"><i class="fa fa-linkedin"></i></a></li><!-- dribble -->
<li><a href="https://twitter.com/raghuvarprajap4" class="social-btn"><i class="fa fa-twitter"></i></a></li><!-- twitter -->
<li><a href="https://www.facebook.com/raghuvar.prajapati.5" class="social-btn"><i class="fa fa-facebook"></i></a></li><!-- facebook -->
<li><a href="https://github.com/Raghuvar/" class="social-btn"><i class="fa fa-github"></i></a></li><!-- youtube -->
</ul>
</div>
</div>
</div>
</section>
<!-- ==========================
CONTACT SECTION END
=========================== -->
<!-- ==========================
FOOTER SECTION
=========================== -->
<footer>
<div class="container">
<div class="row">
<div class="col-md-12 text-center">
<p style="color: #030811; font-size: 20px;">All Rights Reserved. © 2017 <a href="http://www.themewagon.com"></a>
</div>
</div>
</div>
</footer>
<!-- ==========================
FOOTER SECTION END
=========================== -->
<!-- jQuery -->
<script src="https://ajax.googleapis.com/ajax/libs/jquery/1.11.0/jquery.min.js"></script>
<!-- SmoothScroll -->
<script type="text/javascript" src="assets/smoothscroll/smoothscroll.js"></script>
<!-- Bootstrap -->
<script src="assets/bootstrap/js/bootstrap.min.js"></script>
<!-- Waypoints -->
<script src="js/waypoints.min.js"></script>
<!-- classie.js -->
<script src="js/classie.js"></script>
<!-- FlexSlider -->
<script src="assets/flexslider/jquery.flexslider.js"></script>
<!-- Modernizr -->
<script src="js/modernizr.js"></script>
<!-- Text Rotator -->
<script src="assets/textrotator/jquery.simple-text-rotator.js"></script>
<!-- Lightbox.js -->
<script src="assets/lightbox/js/lightbox.min.js"></script>
<!-- Google Maps -->
<script type="text/javascript" src="https://maps.googleapis.com/maps/api/js?key=AIzaSyDeKBBPJTG3v5w3cNPAgM6ZsJiPyL1mP_o&sensor=false"></script>
<!-- Theme JavaScript Core -->
<script src="js/main.js"></script>
<script src="js/script.js"></script>
<!-- GOOGLE MAPS DATA -->
<script type="text/javascript">
// When the window has finished loading create our google map below
google.maps.event.addDomListener(window, 'load', init);
function init() {
// Basic options for a simple Google Map
// For more options see: https://developers.google.com/maps/documentation/javascript/reference#MapOptions
var mapOptions = {
// How zoomed in you want the map to start at (always required)
zoom: 15,
scrollwheel: false,
// The latitude and longitude to center the map (always required)
center: new google.maps.LatLng(40.68961985411178, -74.01618003845215), // New York
// How you would like to style the map.
// This is where you would paste any style found on Snazzy Maps.
styles: [ { featureType:'water', stylers:[{color:'#F2F2F2'},{visibility:'on'}] },{ featureType:'landscape', stylers:[{color:'#FFFFFF'}] },{ featureType:'road', stylers:[{saturation:-100},{lightness:45}] },{ featureType:'road.highway', stylers:[{visibility:'simplified'}] },{ featureType:'road.arterial', elementType:'labels.icon', stylers:[{visibility:'off'}] },{ featureType:'administrative', elementType:'labels.text.fill', stylers:[{color:'#ADADAD'}] },{ featureType:'transit', stylers:[{visibility:'off'}] },{ featureType:'poi', stylers:[{visibility:'off'}] }]
};
// Get the HTML DOM element that will contain your map
// We are using a div with id="map" seen below in the <body>
var mapElement = document.getElementById('googlemaps');
// Create the Google Map using out element and options defined above
var map = new google.maps.Map(mapElement, mapOptions);
}
</script>
<!-- TEXT ROTATOR SETTINGS -->
<script type="text/javascript">
$(".rotate").textrotator({
animation: "fade", // You can pick the way it animates when rotating through words. Options are dissolve (default), fade, flip, flipUp, flipCube, flipCubeUp and spin.
separator: ",", // If you don't want commas to be the separator, you can define a new separator (|, &, * etc.) by yourself using this field.
speed: 2000 // How many milliseconds until the next word show.
});
</script>
<script type="text/javascript">
var vglnk = { key: '4bd6953d8dba308ee3d3ceebb47ae514' };
(function(d, t) {
var s = d.createElement(t); s.type = 'text/javascript'; s.async = true;
s.src = '//cdn.viglink.com/api/vglnk.js';
var r = d.getElementsByTagName(t)[0]; r.parentNode.insertBefore(s, r);
}(document, 'script'));
</script>
</body>
</html>