-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
622 lines (563 loc) · 29.6 KB
/
index.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
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
<!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">
<title>Randy Hendriyawan</title>
<link href="assets/bootstrap/css/bootstrap.min.css" rel="stylesheet">
<link href="assets/font-awesome/css/font-awesome.min.css" rel="stylesheet">
<link href="assets/lightbox/css/lightbox.css" rel="stylesheet">
<link href="assets/textrotator/simpletextrotator.css" rel="stylesheet">
<link href="assets/flexslider/flexslider.css" rel="stylesheet">
<link href="css/style.css" rel="stylesheet">
<link href="css/animate.css" rel="stylesheet">
<link href="img/favicon.ico" rel="shortcut icon" type="image/x-icon" />
</head>
<body id="top">
<div id="preloader"></div>
<header id="home">
<div class="container-fluid">
<div class="row">
<div class="menu-wrap">
<nav class="menu">
<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>Service</span></a>
<a href="index.html#portfolio"><i class="fa fa-fw fa-picture-o"></i><span>Portfolio</span></a>
<a href="index.html#blog"><i class="fa fa-fw fa-rss"></i><span>Blog</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>
</div>
<section class="hero" id="hero">
<div class="container">
<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>
<div class="row">
<div class="col-md-8 col-md-offset-1 inner">
<h1 class="animated fadeInDown">
Ra<span style="color:#E04343;">n</span>dy<br/>
</h1>
<h3 class="animated fadeInUp delay-05s"><span class="rotate">Web Designer,Game Developer,Video Editor</span></h3><!-- Text Rotator -->
</div>
</div>
<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>SEE MORE</p>
<p class="scrollto--arrow"><img src="img/scroll-down.png" alt="scroll down arrow"></p>
</a>
</div>
</div>
</div>
</section>
</header>
<!--Bagian INFOOOOOOOOOO-->>
<section class="intro text-center section-padding color-bg" id="about">
<div class="container">
<div class="row">
<div class="col-md-8 col-md-offset-2 wp1">
<h1 class="arrow">A little <span>about</span> me</h1><!-- Headline -->
<p>Hello! I'm Randy Hendriyawan, a passionate Computer Science undergraduate at Institut Teknologi Sumatera. With a strong foundation in web development, I specialize in creating engaging front-end designs and robust back-end solutions. I also have experience in game development, particularly using C++ and Blueprint in Unreal Engine. I'm always eager to learn new technologies and enhance my skills, striving to bring innovative ideas to life through code.</p>
<p>Feel free to explore my portfolio to see some of my work!</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">Kerjaan?</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-camera"></i><!-- Icon -->
</div>
<h2>Video Editor</h2><!-- Title -->
<p>I have a passion for video editing that began when I frequently recorded my gameplay sessions. I loved capturing the excitement and creativity of gaming, and I would edit those recordings during my free time. This hobby not only allows me to express my creativity but also helps me refine my skills in storytelling and visual presentation. Whether it’s for fun or a project, I enjoy transforming raw footage into engaging content.</p><!-- Description -->
</div>
<!-- Service Box 2 -->
<div class="col-md-4 wp2 item delay-05s">
<div class="icon">
<i class="fa fa-desktop"></i><!-- Icon -->
</div>
<h2>Web Designer</h2><!-- Title -->
<p>As a budding web designer, I may not have extensive experience yet, but I'm dedicated to continuous learning and improvement. My portfolio reflects my growth over time, showcasing my evolving skills and design sensibilities. I'm passionate about creating user-friendly and visually appealing websites, and I'm always seeking new challenges to enhance my abilities.</p><!-- Description -->
</div>
<!-- Service Box 3 -->
<div class="col-md-4 wp2 item delay-1s">
<div class="icon">
<i class="fa fa-cubes"></i><!-- Icon -->
</div>
<h2>Game Developer</h2><!-- Title -->
<p>My journey as a game developer started with my love for gaming. However, as I played various games, I often found that some didn't meet my expectations. This sparked my determination to delve into game development, using C++ and Blueprint. I have become proficient in Unreal Engine, appreciating its intuitive interface and powerful capabilities. I’m passionate about creating immersive experiences and continually honing my skills in this exciting field.</p><!-- Description -->
</div>
</div>
<div class="clearfix"></div>
</div>
</div>
</div>
</section>
<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/about1.JPEG)"></div><!-- about image 1 -->
</div>
<div class="col-md-6 about-text">
<h6>High quality webdesign</h6><!-- headline-->
<p>I prioritize creating high-quality web designs that are fully responsive across all devices. Utilizing the latest technologies, I can efficiently deliver websites that not only look great but also provide seamless user experiences. My focus is on combining functionality with aesthetics, ensuring that each project meets modern standards while being completed in a timely manner.</p><br><!-- About Text 1 -->
<a href="index.html#team" class="weight-outline-btn">Read more</a><!-- read more button -->
</div>
</div>
<!-- About 2 -->
<div class="row">
<div class="col-md-6 about-text">
<h6>Professional Photography</h6><!-- Headline -->
<p>Lorem ipsum dolor sit amet, consetetur sadipscing elitr, sed diam nonumy eirmod tempor invidunt ut labore et dolore magna aliquyam erat, sed diam voluptua. At vero eos et accusam et justo duo dolores et ea rebum. Stet clita kasd gubergren, no sea takimata sanctus est Lorem ipsum dolor sit amet. Lorem ipsum dolor sit amet, consetetur sadipscing elitr, sed diam nonumy eirmod tempor invidunt ut labore et dolore magna aliquyam erat.</p><br><!-- About Text 2 -->
<a href="index.html#team" 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/about2.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/about3.png)"></div><!-- about image 3 -->
</div>
<div class="col-md-6 about-text">
<h6>3d modeling and animations</h6><!-- Headline-->
<p>Lorem ipsum dolor sit amet, consetetur sadipscing elitr, sed diam nonumy eirmod tempor invidunt ut labore et dolore magna aliquyam erat, sed diam voluptua. At vero eos et accusam et justo duo dolores et ea rebum. Stet clita kasd gubergren, no sea takimata sanctus est Lorem ipsum dolor sit amet. Lorem ipsum dolor sit amet, consetetur sadipscing elitr, sed diam nonumy eirmod tempor invidunt ut labore et dolore magna aliquyam erat.</p><br><!-- About Text 3 -->
<a href="index.html#team" class="weight-outline-btn">Read more</a><!-- read more button -->
</div>
</div>
</div>
<!-- ==========================
ABOUT SECTION END
=========================== -->
<!-- ==========================
PORTFOLIO SECTION
=========================== -->
<section class="swag text-center" id="portfolio">
<div class="container">
<!-- Headline -->
<div class="row">
<h1 class="arrow">
Recent <span>Porojects</span>
</h1>
</div>
</div>
</section>
<div class="container">
<div class="row row-offset-0">
<!-- PORTFOLIO ITEM 1 -->
<div class="col-md-3 col-sm-6">
<div class="overlay-effect effects clearfix">
<div class="img">
<a href="img/portfolio/portfolio-01-large.jpg" data-lightbox="roadtrip" title="Project One - Lorem Ipsum"><img class="grayscale" src="img/portfolio/portfolio-01-thumbnail.jpg" alt="Portfolio Item"></a>
</div>
</div>
</div>
<!-- PORTFOLIO ITEM END -->
<!-- PORTFOLIO ITEM 2 -->
<div class="col-md-3 col-sm-6">
<div class="overlay-effect effects clearfix">
<div class="img">
<a href="img/portfolio/portfolio-02-large.jpg" data-lightbox="roadtrip" title="Project Two - Lorem Ipsum"><img class="grayscale" src="img/portfolio/portfolio-02-thumbnail.jpg" alt="Portfolio Item"></a>
</div>
</div>
</div>
<!-- PORTFOLIO ITEM END -->
<!-- PORTFOLIO ITEM 3 -->
<div class="col-md-3 col-sm-6">
<div class="overlay-effect effects clearfix">
<div class="img">
<a href="img/portfolio/portfolio-03-large.jpg" data-lightbox="roadtrip" title="Project Three - Lorem Ipsum"><img class="grayscale" src="img/portfolio/portfolio-03-thumbnail.jpg" alt="Portfolio Item"></a>
</div>
</div>
</div>
<!-- PORTFOLIO ITEM END -->
<!-- PORTFOLIO ITEM 4 -->
<div class="col-md-3 col-sm-6 ">
<div class="overlay-effect effects clearfix">
<div class="img">
<a href="img/portfolio/portfolio-04-large.jpg" data-lightbox="roadtrip" title="Project Four - Lorem Ipsum"><img class="grayscale" src="img/portfolio/portfolio-04-thumbnail.jpg" alt="Portfolio Item"></a>
</div>
</div>
</div>
<!-- PORTFOLIO ITEM END -->
<!-- PORTFOLIO ITEM 5 -->
<div class="col-md-3 col-sm-6 ">
<div class="overlay-effect effects clearfix">
<div class="img">
<a href="img/portfolio/portfolio-05-large.jpg" data-lightbox="roadtrip" title="Project Five - Lorem Ipsum"><img class="grayscale" src="img/portfolio/portfolio-05-thumbnail.jpg" alt="Portfolio Item"></a>
</div>
</div>
</div>
<!-- PORTFOLIO ITEM END -->
<!-- PORTFOLIO ITEM 6 -->
<div class="col-md-3 col-sm-6">
<div class="overlay-effect effects clearfix">
<div class="img">
<a href="img/portfolio/portfolio-06-large.jpg" data-lightbox="roadtrip" title="Project Six - Lorem Ipsum"><img class="grayscale" src="img/portfolio/portfolio-06-thumbnail.jpg" alt="Portfolio Item"></a>
</div>
</div>
</div>
<!-- PORTFOLIO ITEM END -->
<!-- PORTFOLIO ITEM 7 -->
<div class="col-md-3 col-sm-6">
<div class="overlay-effect effects clearfix">
<div class="img">
<a href="img/portfolio/portfolio-07-large.jpg" data-lightbox="roadtrip" title="Project Seven - Lorem Ipsum"><img class="grayscale" src="img/portfolio/portfolio-07-thumbnail.jpg" alt="Portfolio Item"></a>
</div>
</div>
</div>
<!-- PORTFOLIO ITEM END -->
<!-- PORTFOLIO ITEM 8 -->
<div class="col-md-3 col-sm-6">
<div class="overlay-effect effects clearfix">
<div class="img">
<a href="img/portfolio/portfolio-08-large.jpg" data-lightbox="roadtrip" title="Project Eight - Lorem Ipsum"><img class="grayscale" src="img/portfolio/portfolio-08-thumbnail.jpg" alt="Portfolio Item"></a>
</div>
</div>
</div>
<!-- PORTFOLIO ITEM END -->
</div><!--/row-->
</div><!--/.container-->
<!-- ==========================
PORTFOLIO SECTION END
=========================== -->
<!-- ==========================
CUSTOM SPACER
=========================== -->
<div class="spacer-cta text-center">
<div class="container">
<div class="row">
<div class="col-md-12">
<a href="index.html#contact" class="outline-btn">hire john doe</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>little</span> blog</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/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 2 -->
<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><!-- 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 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>
<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>
<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
=========================== -->
<div class="container-fluid">
<div class="row color-bg">
<!-- Left Image -->
<div class="col-md-6 nopadding features-intro-img wow fadeInLeft">
<div class="about-image" style="background-image:url(img/clients.png)"></div>
</div>
<!-- Clients / Testimonials -->
<div class="col-md-6 nopadding about-text">
<h6>What our clients said</h6>
<div id="clientSlider">
<ul class="slides">
<li><p>Lorem ipsum dolor sit amet, consetetur sadipscing elitr, sed diam nonumy eirmod tempor invidunt ut labore et dolore magna aliquyam erat, sed diam voluptua. At vero eos et accusam et justo duo dolores et ea rebum. Stet clita kasd gubergren, no sea takimata sanctus est Lorem ipsum dolor sit amet. <br> <small>- Pete Rock, A New Tomorrow</small></p></li>
<li><p>Lorem ipsum dolor sit amet, consetetur sadipscing elitr, sed diam nonumy eirmod tempor invidunt ut labore et dolore magna aliquyam erat, sed diam voluptua. At vero eos et accusam et justo duo dolores et ea rebum. Stet clita kasd gubergren, no sea takimata sanctus est Lorem ipsum dolor sit amet. <br> <small>- Michael Snowden, Creativeland CEO</small></p></li>
<li><p>Lorem ipsum dolor sit amet, consetetur sadipscing elitr, sed diam nonumy eirmod tempor invidunt ut labore et dolore magna aliquyam erat, sed diam voluptua. At vero eos et accusam et justo duo dolores et ea rebum. Stet clita kasd gubergren, no sea takimata sanctus est Lorem ipsum dolor sit amet. <br> <small>- Tom Davis, GreenWonder</small></p> </li>
</ul>
</div>
</div>
</div>
</div>
<!-- ==========================
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>Subscribe our Newsletter</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/newsletter.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">Drop <span>me</span> a line</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>23 Ipsum street, New York</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>+12 345 6789</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><a href="index.html#">info@themewagon.com</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="index.html#" class="social-btn"><i class="fa fa-dribbble"></i></a></li><!-- dribble -->
<li><a href="index.html#" class="social-btn"><i class="fa fa-twitter"></i></a></li><!-- twitter -->
<li><a href="index.html#" class="social-btn"><i class="fa fa-facebook"></i></a></li><!-- facebook -->
<li><a href="index.html#" class="social-btn"><i class="fa fa-deviantart"></i></a></li><!-- deviantart -->
<li><a href="index.html#" class="social-btn"><i class="fa fa-youtube"></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>All Rights Reserved. © 2015 <a href="http://www.themewagon.com">ThemeWagon</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>
</body>
</html>