-
Notifications
You must be signed in to change notification settings - Fork 1
/
index.html
626 lines (558 loc) · 22.8 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<title>Vegas - The Missing Matplotlib for Scala</title>
<!-- Main CSS file -->
<link rel="stylesheet" href="css/bootstrap.min.css" />
<link rel="stylesheet" href="css/owl.carousel.css" />
<link rel="stylesheet" href="css/magnific-popup.css" />
<link rel="stylesheet" href="css/font-awesome.css" />
<link rel="stylesheet" href="css/style.css" />
<link rel="stylesheet" href="css/responsive.css" />
<!-- highlight -->
<link rel="stylesheet" href="//cdnjs.cloudflare.com/ajax/libs/highlight.js/9.7.0/styles/default.min.css">
<link rel="stylesheet" href="css/github.css" />
<!-- Favicon -->
<link rel="shortcut icon" href="images/icon/favicon.png">
<link rel="apple-touch-icon-precomposed" sizes="144x144" href="images/icon/apple-touch-icon-144-precomposed.png">
<link rel="apple-touch-icon-precomposed" sizes="114x114" href="images/icon/apple-touch-icon-114-precomposed.png">
<link rel="apple-touch-icon-precomposed" sizes="72x72" href="images/icon/apple-touch-icon-72-precomposed.png">
<link rel="apple-touch-icon-precomposed" href="images/icon/apple-touch-icon-57-precomposed.png">
<!-- 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="https://oss.maxcdn.com/libs/html5shiv/3.7.0/html5shiv.js"></script>
<script src="https://oss.maxcdn.com/libs/respond.js/1.4.2/respond.min.js"></script>
<![endif]-->
</head>
<body>
<!-- PRELOADER -->
<div id="st-preloader">
<div id="pre-status">
<div class="preload-placeholder"></div>
</div>
</div>
<!-- /PRELOADER -->
<!-- HEADER -->
<header id="header">
<nav class="navbar st-navbar navbar-fixed-top">
<div class="container">
<div class="navbar-header">
<button type="button" class="navbar-toggle collapsed" data-toggle="collapse" data-target="#st-navbar-collapse">
<span class="sr-only">Toggle navigation</span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
</button>
<a class="logo" href="index.html"><img width="150px" src="images/logo.png" alt=""></a>
</div>
<div class="collapse navbar-collapse" id="st-navbar-collapse">
<ul class="nav navbar-nav navbar-right">
<li><a href="#header">Home</a></li>
<li><a href="#intro">About</a></li>
<li><a href="#blog">Gallery</a></li>
<li><a href="https://github.com/vegas-viz/Vegas">Repository</a></li>
</ul>
</div><!-- /.navbar-collapse -->
</div><!-- /.container -->
</nav>
</header>
<!-- /HEADER -->
<!-- SLIDER -->
<section id="slider">
<div id="home-carousel" class="carousel slide" data-ride="carousel">
<div class="carousel-inner">
<div class="item active" style="background-image: url(images/slider/01.jpg)">
<div class="carousel-caption container">
<div class="row">
<div class="col-sm-7">
<h1> Vega + Scala = </h1>
<h2> VEGAS </h2>
<p> A Scala DSL for Vega-Lite. Make beautiful plots in Scala! </p>
</div>
</div>
</div>
</div>
<!-- <div class="item" style="background-image: url(images/slider/02.jpg)">
<div class="carousel-caption container">
<div class="row">
<div class="col-sm-7">
<h1>You are entire </h1>
<h2>creative world</h2>
<p>This is Photoshop's version of Lorem Ipsum. Proin gravida nibh vel velit auctor. Aenean sollicitudin, lorem quis bibendum auctor.</p>
</div>
</div>
</div>
</div>
<div class="item" style="background-image: url(images/slider/03.jpg)">
<div class="carousel-caption container">
<div class="row">
<div class="col-sm-7">
<h1>You are entire </h1>
<h2>creative world</h2>
<p>This is Photoshop's version of Lorem Ipsum. Proin gravida nibh vel velit auctor. Aenean sollicitudin, lorem quis bibendum auctor.</p>
</div>
</div>
</div>
</div>
<div class="item" style="background-image: url(images/slider/04.jpg)">
<div class="carousel-caption container">
<div class="row">
<div class="col-sm-7">
<h1>You are entire </h1>
<h2>creative world</h2>
<p>This is Photoshop's version of Lorem Ipsum. Proin gravida nibh vel velit auctor. Aenean sollicitudin, lorem quis bibendum auctor.</p>
</div>
</div>
</div> -->
</div>
<!-- <a class="home-carousel-left" href="#home-carousel" data-slide="prev"><i class="fa fa-angle-left"></i></a> -->
<!-- <a class="home-carousel-right" href="#home-carousel" data-slide="next"><i class="fa fa-angle-right"></i></a> -->
</div>
</div> <!--/#home-carousel-->
</section>
<!-- /SLIDER -->
<!-- SERVICES -->
<section id="intro">
<div class="container">
<div class="row">
<div class="col-md-12">
<div class="section-title">
<br>
<h1>Declarative statistical visualizations in Scala</h1>
<span class="st-border"></span>
</div>
</div>
<div class="col-md-12 col-sm-6 st-service">
<h2><i class="fa fa-code"></i> What is Vegas?</h2>
<p> Vegas is a Scala API for declarative, statistical data visualizations. With Vegas you can work with data files as well as Spark DataFrames
and perform filtering, transformations and aggregations as the part of the plotting specification. </p>
</div>
<div class="col-md-12 col-sm-6 st-service">
<h2><i class="fa fa-code"></i> What is Declarative Visualization?</h2>
<p>Instead of being imperative, where the user needs to massage the data set into the final form that is then visualized, declarative
visualizations in Vegas work by simply specifying what needs to done to the data to produce the visualization. The implementation details
are abstracted away from the user. </p>
</div>
<div class="col-md-12 col-sm-6 st-service">
<h2><i class="fa fa-code"></i>How is Vegas Statistical?</h2>
<p>Vegas is inherently statistical as basic aggregations, group by operations and faceting are built into its declarative grammar. </p>
</div>
<div class="col-md-12 col-sm-6 st-service">
<h2><i class="fa fa-cogs"></i> How does it work?</h2>
<p>Vegas works by compiling down Scala code into a strongly typed JSON specification under-the-hood, strictly adhering to the <a hdref="https://vega.github.io/">Vega-Lite</a> specifications that is quickly
becoming a powerful common language of choice for declarative data visualizations across many languages. </p>
</div>
<!-- <div class="col-md-4 col-sm-6 st-service">
<h2><i class="fa fa-dashboard"></i> Super Fast Web</h2>
<p>Lorem ipsum dolor sit amet, consectetur adipisicing elit. Dicta libero autem, magni veritatis, optio dolor.</p>
</div>
<div class="col-md-4 col-sm-6 st-service">
<h2><i class="fa fa-life-ring"></i> Friendly Support</h2>
<p>Lorem ipsum dolor sit amet, consectetur adipisicing elit. Dicta libero autem, magni veritatis, optio dolor.</p>
</div>
<div class="col-md-4 col-sm-6 st-service">
<h2><i class="fa fa-weixin"></i> Live Support</h2>
<p>Lorem ipsum dolor sit amet, consectetur adipisicing elit. Dicta libero autem, magni veritatis, optio dolor.</p>
</div> -->
</div>
</div>
</section>
<!-- /SERVICES -->
<!-- BLOG -->
<section id="blog">
<div class="container">
<div class="row">
<div class="col-md-12">
<div class="section-title">
<br>
<h1>Gallery</h1>
<span class="st-border"></span>
Here we illustrate some of the main concepts of plotting with Vegas with some examples.
For a more comprehensive set of examples check out the <a href="https://github.com/vegas-viz/Vegas"><b>Github repository.</b></a>
</div>
</div>
<div class="col-md-9">
<div class="single-blog">
<!--BEGIN-->
<article>
<h4 class="post-title"><a href="">A Simple Area Chart</a></h4>
<!-- <div class="post-meta text-uppercase">
<span>Appril 3, 2014</span>
<span>In <a href="">Design</a></span>
<span>By <a href="">Admin</a></span>
</div> -->
<div class="post-article">
Here, we illustrate several concepts. First, the , <code>encodeX</code> and <code>encodeY</code> directives map the two quantitative columns Acceleration and HorsePower to the X and Y axes. Then, we say that we want to bin the Acceleration variable, and for each bin, find the man Horsepower. Finally we tell Vegas to break up the dataset by the number of cylinders which is a categorical variable, via the <code>
encodeColor</code> directive. Note the Vegas automatically does the binning and the aggregation, and produces the color-coding together with the legend.
</div>
<a href="" class="btn btn-readmore">Scala</a>
<div class="post-article">
<pre><code class="scala" >Vegas("Sample Area Chart", width=800, height=600)
.withURL(Cars)
.mark(Area)
.encodeX("Acceleration", Quantitative, bin=Bin())
.encodeY("Horsepower", Quantitative, AggOps.Mean, enableBin=false)
.encodeColor(field="Cylinders", dataType=Nominal)
.show</code></pre>
</div>
<div class="post-thumb"><img class="img-responsive" src="images/works/portfolio-1.jpg" alt=""></div>
</article>
<hr>
<!--END -->
<!--BEGIN-->
<article>
<h4 class="post-title"><a href="">A Binned Scatterplot</a></h4>
<!-- <div class="post-meta text-uppercase">
<span>Appril 3, 2014</span>
<span>In <a href="">Design</a></span>
<span>By <a href="">Admin</a></span>
</div> -->
<div class="post-article">
</div>
<a href="" class="btn btn-readmore">Scala</a>
<div class="post-article">
<pre><code class="scala">Vegas("Sample Binned Scatterplot", width=800, height=600)
.withURL(Movies)
.mark(Point)
.encodeX("IMDB_Rating", Quantitative, bin=Bin(maxbins=10.0))
.encodeY("Rotten_Tomatoes_Rating", Quantitative, bin=Bin(maxbins=10.0))
.encodeSize(aggregate=AggOps.Count, field="*", dataType=Quantitative)
.show</code></pre>
</div>
<div class="post-thumb"><img class="img-responsive" src="images/works/portfolio-2.jpg" alt=""></div>
</article>
<hr>
<!--END -->
<!--BEGIN-->
<article>
<h4 class="post-title"><a href="">Scatterplot with binned color coding</a></h4>
<!-- <div class="post-meta text-uppercase">
<span>Appril 3, 2014</span>
<span>In <a href="">Design</a></span>
<span>By <a href="">Admin</a></span>
</div> -->
<div class="post-article">
</div>
<a href="" class="btn btn-readmore">Scala</a>
<div class="post-article">
<pre><code class="scala">Vegas("Sample Scatterplot", width=800, height=600)
.withURL(Cars)
.mark(Point)
.encodeX("Horsepower", Quantitative)
.encodeY("Miles_per_Gallon", Quantitative)
.encodeColor(field="Acceleration", dataType=Quantitative, bin=Bin(maxbins=5.0))
.show</code></pre>
</div>
<div class="post-thumb"><img class="img-responsive" src="images/works/portfolio-3.jpg" alt=""></div>
</article>
<hr>
<!--END -->
<!--BEGIN-->
<article>
<h4 class="post-title"><a href="">A Multi-series Line Chart.</a></h4>
<!-- <div class="post-meta text-uppercase">
<span>Appril 3, 2014</span>
<span>In <a href="">Design</a></span>
<span>By <a href="">Admin</a></span>
</div> -->
<div class="post-article">
</div>
<a href="" class="btn btn-readmore">Scala</a>
<div class="post-article">
<pre><code class="scala">Vegas("Sample Multi Series Line Chart", width=800, height=600)
.withURL(Stocks, formatType=DataFormat.Csv)
.mark(Line)
.encodeX("date", Temp)
.encodeY("price", Quant)
.encodeColor(
field="symbol",
dataType=Nominal,
legend=Legend(orient="left", title="Stock Symbol"))
.encodeDetailFields(Field(field="symbol", dataType=Nominal))
.show</code></pre>
</div>
<div class="post-thumb"><img class="img-responsive" src="images/works/portfolio-4.jpg" alt=""></div>
</article>
<hr>
<!--END -->
</div>
<hr>
</div>
</div>
</div>
</section>
<!-- /BLOG -->
<!-- OUR TEAM -->
<!-- <section id="our-team">
<div class="container">
<div class="row">
<div class="col-md-12">
<div class="section-title">
<h1>Our Team</h1>
<span class="st-border"></span>
</div>
</div>
<div class="col-md-3 col-sm-6">
<div class="team-member">
<div class="member-image">
<img class="img-responsive" src="images/members/team1.jpg" alt="">
<div class="member-social">
<a href=""><i class="fa fa-facebook"></i></a>
<a href=""><i class="fa fa-twitter"></i></a>
<a href=""><i class="fa fa-google-plus"></i></a>
<a href=""><i class="fa fa-linkedin"></i></a>
</div>
</div>
<div class="member-info">
<h4>Aish Fenton</h4>
<span>Manager, Personalization</span>
</div>
</div>
</div>
<div class="col-md-3 col-sm-6">
<div class="team-member">
<div class="member-image">
<img class="img-responsive" src="images/members/team2.jpg" alt="">
<div class="member-social">
<a href=""><i class="fa fa-facebook"></i></a>
<a href=""><i class="fa fa-twitter"></i></a>
<a href=""><i class="fa fa-google-plus"></i></a>
<a href=""><i class="fa fa-linkedin"></i></a>
</div>
</div>
<div class="member-info">
<h4>Sudeep Das</h4>
<span>Senior Researcher, Algorithms</span>
</div>
</div>
</div>
<div class="col-md-3 col-sm-6">
<div class="team-member">
<div class="member-image">
<img class="img-responsive" src="images/members/team1.jpg" alt="">
<div class="member-social">
<a href=""><i class="fa fa-facebook"></i></a>
<a href=""><i class="fa fa-twitter"></i></a>
<a href=""><i class="fa fa-google-plus"></i></a>
<a href=""><i class="fa fa-linkedin"></i></a>
</div>
</div>
<div class="member-info">
<h4>Roger Menezes</h4>
<span>Senior Engineer, Algorithms</span>
</div>
</div>
</div>
<div class="col-md-3 col-sm-6">
<div class="team-member">
<div class="member-image">
<img class="img-responsive" src="images/members/team2.jpg" alt="">
<div class="member-social">
<a href=""><i class="fa fa-facebook"></i></a>
<a href=""><i class="fa fa-twitter"></i></a>
<a href=""><i class="fa fa-google-plus"></i></a>
<a href=""><i class="fa fa-linkedin"></i></a>
</div>
</div>
<div class="member-info">
<h4>DB Tsai</h4>
<span>Senior Engineer, Algorithms</span>
</div>
</div>
</div>
</div>
</div>
</section> -->
<!-- /OUR TEAM -->
<!-- ABOUT US -->
<!-- <section id="about-us">
<div class="container-fluid">
<div class="row">
<div class="col-sm-6">
<div class="about-us text-center">
<h4>Morem ipsum dolor sit amet.</h4>
<p>Lorem ipsum dolor sit amet, consectetur adipisicing elit. Earum aliquid obcaecati deleniti minus quisquam quis magnam reprehenderit quaerat molestias rerum, excepturi autem fugiat corporis quidem a ipsum quos beatae! Ut!</p>
<a href="" class="btn btn-send">View More</a>
</div>
</div>
<div class="col-sm-6 our-office">
<div id="office-carousel" class="carousel slide" data-ride="carousel">
<div class="carousel-inner">
<div class="item active">
<img src="images/office/04.jpg" alt="">
</div>
<div class="item">
<img src="images/office/02.jpg" alt="">
</div>
<div class="item">
<img src="images/office/03.jpg" alt="">
</div>
<a class="office-carousel-left" href="#office-carousel" data-slide="prev"><i class="fa fa-angle-left"></i></a>
<a class="office-carousel-right" href="#office-carousel" data-slide="next"><i class="fa fa-angle-right"></i></a>
</div>
</div> <!--/#office-carousel-->
<!-- </div>
</div>
</div>
</section> -->
<!-- /ABOUT US -->
<!--
<!-- TESTIMONIAL -->
<!-- <section id="testimonial">
<div class="container">
<div class="row">
<div class="overlay"></div>
<div class="col-md-8 col-md-offset-2 col-sm-12">
<div class="st-testimonials">
<div class="item active text-center">
<p>"Lorem ipsum dolor sit amet, consectetur adipisicing elit. Amet dolore nesciunt natus ullam possimus quas obcaecati suscipit voluptate facilis cum"</p>
<div class="st-border"></div>
<div class="client-info">
<h5>Tom Roof</h5>
<span>CEO of Domain.com</span>
</div>
</div>
<div class="item text-center">
<p>"Lorem ipsum dolor sit amet, consectetur adipisicing elit. Amet dolore nesciunt natus ullam possimus quas obcaecati suscipit voluptate facilis cumconsectetur adipisicing elit. Amet dolore"</p>
<div class="st-border"></div>
<div class="client-info">
<h5>Mustafiz</h5>
<span>CEO of Domain.com</span>
</div>
</div>
<div class="item text-center">
<p>"Lorem ipsum dolor sit amet, consectetur adipisicing elit. Quidem autem possimus laborum, ducimus vel rerum asperiores delectus, suscipit voluptate mollitia, ullam perspiciatis voluptates!"</p>
<div class="st-border"></div>
<div class="client-info">
<h5>Sean Hynes</h5>
<span>CEO of Domain.com</span>
</div>
</div>
</div>
</div>
</div>
</div>
</section> -->
<!-- /TESTIMONIAL -->
<!-- FUN FACTS -->
<!-- <section id="fun-facts">
<div class="container">
<div class="row">
<div class="col-sm-6 col-md-3">
<div class="fun-fact text-center">
<h3><i class="fa fa-thumbs-o-up"></i> <span class="st-counter">365</span></h3>
<p>Happy Clients</p>
</div>
</div>
<div class="col-sm-6 col-md-3">
<div class="fun-fact text-center">
<h3><i class="fa fa-briefcase fa-6"></i> <span class="st-counter">73987</span></h3>
<p>Completed Projects</p>
</div>
</div>
<div class="col-sm-6 col-md-3">
<div class="fun-fact text-center">
<h3><i class="fa fa-coffee"></i> <span class="st-counter">297345</span></h3>
<p>Cups of Coffee</p>
</div>
</div>
<div class="col-sm-6 col-md-3">
<div class="fun-fact text-center">
<h3><i class="fa fa-code"></i> <span class="st-counter">9823686</span></h3>
<p>Lines of Code</p>
</div>
</div>
</div>
</div>
</section> -->
<!-- /FUN FACTS -->
<!-- <!-- CONTACT -->
<!-- <section id="contact">
<div class="container">
<div class="row">
<div class="col-md-12">
<div class="section-title">
<h1>Contact us</h1>
<span class="st-border"></span>
</div>
</div>
<div class="col-sm-4 contact-info">
<p class="contact-content">Lorem ipsum dolor sit amet, consectetur adipisicing elit. Quae voluptatum dolorum, possimus tenetur pariatur officia, quo commodi autem doloribus vero rerum aspernatur quidem temporibus.</p>
<p class="st-address"><i class="fa fa-map-marker"></i> <strong>E71 8th Ave, New York NY 21001, US</strong></p>
<p class="st-phone"><i class="fa fa-mobile"></i> <strong>+00 123-456-789</strong></p>
<p class="st-email"><i class="fa fa-envelope-o"></i> <strong>email@yourdomain.com</strong></p>
<p class="st-website"><i class="fa fa-globe"></i> <strong>www.yourdomain.com</strong></p>
</div>
<div class="col-sm-7 col-sm-offset-1">
<form action="php/send-contact.php" class="contact-form" name="contact-form" method="post">
<div class="row">
<div class="col-sm-6">
<input type="text" name="name" required="required" placeholder="Name*">
</div>
<div class="col-sm-6">
<input type="email" name="email" required="required" placeholder="Email*">
</div>
<div class="col-sm-6">
<input type="text" name="subject" placeholder="Subject">
</div>
<div class="col-sm-6">
<input type="text" name="website" placeholder="Website">
</div>
<div class="col-sm-12">
<textarea name="message" required="required" cols="30" rows="7" placeholder="Message*"></textarea>
</div>
<div class="col-sm-12">
<input type="submit" name="submit" value="Send Message" class="btn btn-send">
</div>
</div>
</form>
</div>
</div>
</div>
</section> -->
<!-- /CONTACT -->
<!-- FOOTER -->
<footer id="footer">
<div class="container">
<div class="row">
<!-- SOCIAL ICONS -->
<div class="col-sm-6 col-sm-push-6 footer-social-icons">
<span>Follow us:</span>
<!-- <a href=""><i class="fa fa-facebook"></i></a> -->
<a href="https://twitter.com/NetflixResearch"><i class="fa fa-twitter"></i></a>
<!-- <a href=""><i class="fa fa-google-plus"></i></a> -->
<!-- <a href=""><i class="fa fa-pinterest-p"></i></a> -->
</div>
<!-- /SOCIAL ICONS -->
<div class="col-sm-6 col-sm-pull-6 copyright">
<p>© 2015 <a href="">ShapedTheme</a>. All Rights Reserved.</p>
</div>
</div>
</div>
</footer>
<!-- /FOOTER -->
<!-- Scroll-up -->
<div class="scroll-up">
<ul><li><a href="#header"><i class="fa fa-angle-up"></i></a></li></ul>
</div>
<!-- JS -->
<script type="text/javascript" src="js/jquery.min.js"></script><!-- jQuery -->
<script type="text/javascript" src="js/bootstrap.min.js"></script><!-- Bootstrap -->
<script type="text/javascript" src="js/jquery.parallax.js"></script><!-- Parallax -->
<script type="text/javascript" src="js/smoothscroll.js"></script><!-- Smooth Scroll -->
<script type="text/javascript" src="js/masonry.pkgd.min.js"></script><!-- masonry -->
<script type="text/javascript" src="js/jquery.fitvids.js"></script><!-- fitvids -->
<script type="text/javascript" src="js/owl.carousel.min.js"></script><!-- Owl-Carousel -->
<script type="text/javascript" src="js/jquery.counterup.min.js"></script><!-- CounterUp -->
<script type="text/javascript" src="js/waypoints.min.js"></script><!-- CounterUp -->
<script type="text/javascript" src="js/jquery.isotope.min.js"></script><!-- isotope -->
<script type="text/javascript" src="js/jquery.magnific-popup.min.js"></script><!-- magnific-popup -->
<script type="text/javascript" src="js/scripts.js"></script><!-- Scripts -->
<!-- highlight -->
<script src="//cdnjs.cloudflare.com/ajax/libs/highlight.js/9.7.0/highlight.min.js"></script>
<script src="//cdnjs.cloudflare.com/ajax/libs/highlight.js/9.4.0/languages/scala.min.js"></script>
<script>hljs.initHighlightingOnLoad();</script>
</body>
</html>