-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
592 lines (517 loc) · 33.4 KB
/
index.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
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
<!DOCTYPE html>
<html lang="en">
<meta http-equiv="content-type" content="text/html;charset=UTF-8" />
<head>
<title>Lirrnaiad</title>
<!-- Meta -->
<meta charset="utf-8">
<meta content="width=device-width, initial-scale=1.0" name="viewport">
<!-- Favicon -->
<link rel="apple-touch-icon" sizes="180x180" href="apple-touch-icon.png">
<link rel="icon" type="image/png" sizes="32x32" href="favicon/amgous32.png">
<link rel="icon" type="image/png" sizes="16x16" href="favicon/amogus16.png">
<meta name="theme-color" content="#ffffff">
<!-- Web Fonts -->
<link rel="stylesheet" type="text/css" href="http://fonts.googleapis.com/css?family=Open+Sans:400,300,600&subset=cyrillic,latin">
<!-- CSS Stuff -->
<!-- Only stuff I wrote here by myself is style.css and footer.css -->
<!-- The others are templates I found online -->
<!-- CSS Global Compulsory -->
<link rel="stylesheet" href="assets/plugins/bootstrap/css/bootstrap.min.css">
<link rel="stylesheet" href="assets/css/style.css">
<link rel="stylesheet" href="css/more.styles.css">
<!-- CSS Header and Footer -->
<link rel="stylesheet" href="assets/css/headers/header.css">
<link rel="stylesheet" href="assets/css/footers/footer.css">
<!-- CSS Implementing Plugins -->
<link rel="stylesheet" href="assets/plugins/animate.css">
<link rel="stylesheet" href="assets/plugins/line-icons/line-icons.css">
<link rel="stylesheet" href="assets/plugins/font-awesome/css/font-awesome.css">
<link rel="stylesheet" href="assets/plugins/cube-portfolio/cubeportfolio/css/cubeportfolio.min.css">
<link rel="stylesheet" href="assets/plugins/cube-portfolio/cubeportfolio/custom/custom-cubeportfolio.css">
<link rel="stylesheet" href="assets/plugins/owl-carousel/owl-carousel/owl.carousel.css">
<link rel="stylesheet" href="assets/plugins/layer-slider/layerslider/css/layerslider.css">
<link rel="stylesheet" href="assets/plugins/sky-forms-pro/skyforms/css/sky-forms.css">
<link rel="stylesheet" href="assets/plugins/master-slider/masterslider/style/masterslider.css">
<link rel="stylesheet" href="assets/plugins/master-slider/masterslider/skins/default/style.css">
<!-- CSS Theme -->
<link rel="stylesheet" href="assets/css/theme-colors/neko3860.css?v=1"/>
<!-- CSS Customization -->
<link rel="stylesheet" href="assets/css/custom1bce.css?v=6">
</head>
<body>
<div class="wrapper">
<div id="main" class="fluid-container clear-top">
<div class="header-v6 header-classic-white header-sticky">
<!-- Navbar -->
<div class="navbar mega-menu" role="navigation">
<div class="container">
<div class="menu-container">
<!-- Responsive collapse for different device viewing -->
<!-- Actually no don't, use this in PC Chrome only :( -->
<button type="button" class="navbar-toggle" data-toggle="collapse" data-target=".navbar-responsive-collapse">
<span class="sr-only">Toggle navigation</span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
</button>
<!-- Navbar Logo -->
<div class="navbar-brand">
<a href="index.html">
<img src="images/meguru.png" alt="Logo" height="90" width="300">
</a>
</div>
</div>
<div class="collapse navbar-collapse navbar-responsive-collapse">
<div class="menu-container">
<ul class="nav navbar-nav">
<!-- Home -->
<li class="active pink-hover">
<a href="index.html" class="active-page">
<span style="color: #FF69B4;"><i class="fa fa-home"></i></span> Home
</a>
</li>
<!-- Socials -->
<!--
/////////////////////////////////////////////////
Social links on the footer seems pretty cool too
yep I'll add that
/////////////////////////////////////////////////
-->
<li class="dropdown green-hover">
<a href="blog.html" class="dropdown-toggle no no" data-toggle="dropdown">
<span style="color: #99dd89;"><i class="fa fa-users"></i></span> Socials
</a>
<ul class="dropdown-menu">
<li><a href="https://myanimelist.net/profile/Lirrnaiad" class="no">MyAnimeList</a></li>
<li><a href="https://steamcommunity.com/id/lirrnaiad" class="no" >Steam</a></li>
<li><a href="https://www.facebook.com/sean.fabia" class="no">Facebook</a></li>
<li><a href="https://twitter.com/lirrnaiad15" class="no">Twitter</a></li>
<li><a href="https://www.youtube.com/channel/UCd-v0jbCqlWIj5MUuNoWnwg" class="no">Youtube</a></li>
<li><a href="https://github.com/lirrnaiad" class="no">Github</a></li>
</ul>
</li>
<!-- Favorite Anime -->
<!--
/////////////////////////////////////////////////////////////////////////////
I want to make individual pages for my reviews of these but nah I'm too lazy
All I can say is they're masterpieces!!!
I'll just redirect these to their respective MyAnimeList pages
/////////////////////////////////////////////////////////////////////////////
-->
<li class="dropdown orange-hover">
<a href="javascript:void(0);" class="dropdown-toggle" data-toggle="dropdown">
<span style="color: #f5920b;"><i class="fa fa-film"></i></span> Favorite Anime
</a>
<ul class="dropdown-menu">
<li><a href="https://myanimelist.net/anime/9253/Steins_Gate">Steins;Gate</a></li>
<li><a href="https://myanimelist.net/anime/9756/Mahou_Shoujo_Madoka★Magica">Mahou Shoujo★Madoka Magica</a></li>
<li><a href="https://myanimelist.net/anime/19815/No_Game_No_Life">No Game No Life</a></li>
<li><a href="https://myanimelist.net/anime/1889/Higurashi_no_Naku_Koro_ni_Kai">Higurashi No Naku Koro Ni Kai</a></li>
<li><a href="https://myanimelist.net/anime/33049/Fate_stay_night_Movie__Heavens_Feel_-_II_Lost_Butterfly">Fate/Stay Night: Heaven's Feel - II Lost Butterfly</a></li>
</ul>
</li>
<!-- Placeholder -->
<!--
///////////////////////////////////////////////////////////////////////////////////
yeah I'm not gonna use this LOL
when I try to remove it the anime nav gets smunched to the right and it looks bad
///////////////////////////////////////////////////////////////////////////////////
-->
<!--
//////////////////////////////////////////////////////////////////////////////
actually nevermind I'll just use this to put my favorite games here
which sadly has nothing to do with the current theme of the website (anime)
sacrifices have to be made
//////////////////////////////////////////////////////////////////////////////
-->
<li class="dropdown red-hover">
<a href="javascript:void(0);" class="dropdown-toggle" data-toggle="dropdown">
<span style="color: #f73b3b;"><i class="fa fa-gamepad"></i></span> Favorite Games
</a>
<ul class="dropdown-menu">
<li><a href="https://store.steampowered.com/app/367520/Hollow_Knight/">Hollow Knight</a></li>
<li><a href="https://store.steampowered.com/app/1150690/OMORI/">OMORI</a></li>
<li><a href="https://store.steampowered.com/app/391540/Undertale/">UNDERTALE</a></li>
<li><a href="https://store.steampowered.com/app/1671210/DELTARUNE/">DELTARUNE</a></li>
<li><a href="https://store.steampowered.com/app/620/Portal_2/">Portal 2</a></li>
</ul>
</li>
</ul>
</div>
</div> <!-- /navbar-collapse -->
</div>
</div>
<!-- End Navbar -->
</div>
<!-- Slider (HEAVILY inspired by Amiami's slider) -->
<!-- amiami.com/eng/ -->
<div id="carouselExampleIndicators" class="carousel slide" data-ride="carousel" data-interval="5000">
<ol class="carousel-indicators">
<li data-target="#carouselExampleIndicators" data-slide-to="0" class="active"></li>
<li data-target="#carouselExampleIndicators" data-slide-to="1" class=""></li>
<li data-target="#carouselExampleIndicators" data-slide-to="2" class=""></li>
<li data-target="#carouselExampleIndicators" data-slide-to="3" class=""></li>
<li data-target="#carouselExampleIndicators" data-slide-to="4" class=""></li>
</ol>
<div class="carousel-inner" role="listbox">
<div class="item active">
<a class="ls-s-1" href="https://myanimelist.net/anime/9253/Steins_Gate" style="height: 100%; width: 200%; margin-left: -100%; z-index: 99;">
<img src="photos/slides/steins_gate.jpg" style="width:100%; margin: -21px 0px;">
</a>
</div>
<div class="item ">
<a class="ls-s-1" href="https://myanimelist.net/anime/9756/Mahou_Shoujo_Madoka★Magica" style="height: 100%; width: 200%; margin-left: -100%; z-index: 99;">
<img src="photos/slides/madoka.jpg" style="width:100%; margin: -21px 0px;">
</a>
</div>
<div class="item ">
<a class="ls-s-1" href="https://myanimelist.net/anime/33674/No_Game_No_Life__Zero" style="height: 100%; width: 200%; margin-left: -100%; z-index: 99;">
<img src="photos/slides/ngnl_zero.jpg" style="width:100%; margin: -21px 0px;">
</a>
</div>
<div class="item ">
<a class="ls-s-1" href="https://myanimelist.net/anime/1889/Higurashi_no_Naku_Koro_ni_Kai" style="height: 100%; width: 200%; margin-left: -100%; z-index: 99;">
<img src="photos/slides/higurashi.jpg" style="width:100%; margin: -21px 0px;">
</a>
</div>
<div class="item ">
<a class="ls-s-1" href="https://myanimelist.net/anime/25537/Fate_stay_night_Movie__Heavens_Feel_-_I_Presage_Flower" style="height: 100%; width: 200%; margin-left: -100%; z-index: 99;">
<img src="photos/slides/fate_heaven_feel.jpg" style="width:100%; margin: -21px 0px;">
</a>
</div>
</div>
<!-- Carousel controls yay -->
<a class="left carousel-control-1" href="#carouselExampleIndicators" role="button" data-slide="prev">
<i class="fa fa-angle-left"></i>
</a>
<a class="right carousel-control-1" href="#carouselExampleIndicators" role="button" data-slide="next">
<i class="fa fa-angle-right"></i>
</a>
</div>
<!-- End Slider -->
<!-- Content about -->
<!-- I am an indent freak -->
<div class="bg-pattern">
<div class="bg-gray">
<div class="container content-md" id="about">
<div class="row">
<div class="heading">
<h2 class="title-v2">
About me
</h2>
</div>
</div>
<div class="btgrid">
<div class="row row-1">
<div class="col-md-4">
<div class="content">
<h2 style="text-align:center">SEAN IVAN FABIA</h2>
<p style="text-align:center">I'm a 16 year old student residing at Catarman, Northern Samar. My dad's been teaching me a lot about technology ever since I was a child and his teachings are in good hands because I 100% love tech.</p>
</div>
</div>
<div class="col-md-4">
<div class="content">
<h2 style="text-align:center">LIRRNAIAD</h2>
<p style="text-align:center">I love video games. "Lirrnaiad" is always my go-to username for any kind of game I play. My favorite game is <a href="https://store.steampowered.com/app/367520/Hollow_Knight/">Hollow Knight</a> and I also play a lot of <a href="https://osu.ppy.sh/home">osu!</a>, a circle-clicking rhythm game where I am currently ranked #103 in the Philippines. </p>
</div>
</div>
<div class="col-md-4">
<div class="content">
<h2 style="text-align:center">アヤアヤすぎて</h2>
<p style="text-align:center">As you can already tell by the website itself, I am a big anime fan. I've been learning Japanese for a year, I can understand a lot of the language as of now to the point where I can watch anime without subtitles and lurk the Japanese side of the internet using "aya-aya-sugite" as my username.</p>
</div>
</div>
</div>
</div>
<p> </p>
</div>
</div>
</div>
<!-- End Content about -->
<!-- News -->
<div class="bg-color-peat">
<div class="container content-md" id="more">
<div class="heading margin-bottom-20" >
<h2 class="title" >
Not So Latest News
</h2>
</div>
<!-- News 1 -->
<div class="row margin-bottom-50">
<div class="col-sm-5 sm-margin-bottom-20">
<img class="img-responsive" src="images/news/gta.jpg" alt="GTA Main Characters">
</div>
<div class="col-sm-7">
<div class="news-v3">
<div class="heading" style="text-align: left">
<h2 class="title-v01 text-left">GTA 6 CONFIRMED: Rockstar Finally Says It's in Development</h2>
</div>
<ul class="list-inline posted-info">
<li>February 4, 2022</li>
</ul>
After years of rumours and reports, Rockstar has confirmed it's working on a new Grand Theft Auto game, and said that it's "well underway".
<br><br>
In a new press release, a Rockstar spokesperson wrote:
<br><br>
"With the unprecedented longevity of GTA V, we know many of you have been asking us about a new entry in the Grand Theft Auto series. With every new project we embark on, our goal is always to significantly move beyond what we have previously delivered — and we are pleased to confirm that active development for the next entry in the Grand Theft Auto series is...
<ul class="post-shares">
<li>
<a href="https://www.ign.com/articles/gta-6-confirmed" class="btn btn-flat bg-green">
read more (redirects to IGN)
</a>
</li>
</ul>
</div>
</div>
</div> <!--/end row-->
<hr class="devider devider-dashed">
<!-- News 2 -->
<div class="row margin-bottom-50">
<div class="col-sm-7">
<div class="news-v3">
<div class="heading" style="text-align: left">
<h2 class="title-v01 text-left">Mahou Shoujo Madoka★Magica: Hangyaku no Monogatari' Sequel Anime Film "Walpurgis no Kaiten" Announced</h2>
</div>
<ul class="list-inline posted-info">
<li>April 25, 2021</li>
</ul>
The 10th Anniversary Stage for Mahou Shoujo Madoka★Magica (Puella Magi Madoka Magica) announced a new anime film on Sunday, subtitled Walpurgis no Kaiten (Rotation of Walpurgis). The film will serve as a theatrical sequel to the third film in the franchise—Hangyaku no Monogatari (Rebellion). The event also revealed a teaser visual (pictured) and teaser promo. Lead production staff and cast are returning from the previous anime installments.
<br>
<br>The original psychological thriller magical girl anime series aired in 12 episodes in Winter 2011. The Hajimari no Monogatari (Beginnings) and Eien no Monogatari (Eternal) compilation films premiered in Japan in October 2012, with the Hangyaku no Monogatari (Rebellion) sequel film opening the following October. The trilogy grossed over 3.23 billion yen (approximately US$30 million) at the domestic box office.
<br>
<br>The event also announced that the...
<ul class="post-shares">
<li>
<a href="https://myanimelist.net/news/62913605" class="btn btn-flat bg-green">
read more (redirects to MAL)
</a>
</li>
</ul>
</div>
</div>
<div class="col-sm-5 sm-margin-bottom-20">
<img class="img-responsive" src="images/news/madoka_new.jpg" alt="preview image">
</div>
</div> <!--/end-row-->
<hr class="devider devider-dashed">
</div>
</div>
<!-- End News -->
<!-- Seasonal Anime -->
<div class="bg-pattern">
<div class="">
<div class="container content-md" id="projects">
<div class="row">
<div class="heading">
<h2 class="title-v0">
<a class="prev-v2"><i class="fa fa-angle-left"></i></a> <span>Spring 2022 Anime</span> <a class="next-v2"><i class="fa fa-angle-right"> </i></a>
</h2>
</div>
</div>
<!-- i love carousels -->
<div class="owl-carousel-v1 owl-work-v1 margin-bottom-40">
<div class="owl-recent-works-v1">
<div class="item">
<a href="https://myanimelist.net/anime/50265/Spy_x_Family">
<em class="overflow-hidden">
<img class="img-responsive" src="images/animu/spy_family.jpg" alt="Spy x Family">
</em>
<span>
<strong>Spy x Family</strong>
<i>Episode 9</i>
</span>
</a>
</div>
<div class="item">
<a href="https://myanimelist.net/anime/43608/Kaguya-sama_wa_Kokurasetai__Ultra_Romantic">
<em class="overflow-hidden">
<img class="img-responsive" src="images/animu/kaguya_s3.jpg" alt="Kaguya-sama: Ultra Romantic">
</em>
<span>
<strong>Kaguya-sama wa Kokurasetai: Ultra Romantic</strong>
<i>Episode 9</i>
</span>
</a>
</div>
<div class="item">
<a href="https://myanimelist.net/anime/40356/Tate_no_Yuusha_no_Nariagari_Season_2">
<em class="overflow-hidden">
<img class="img-responsive" src="images/animu/tate_no_yuusha.jpg" alt="Shield Hero Season 2">
</em>
<span>
<strong>Tate no Yuusha no Nariagari Season 2</strong>
<i>Episode 9</i>
</span>
</a>
</div>
<div class="item">
<a href="https://myanimelist.net/anime/45613/Kawaii_dake_ja_Nai_Shikimori-san">
<em class="overflow-hidden">
<img class="img-responsive" src="images/animu/shikimori_san.jpg" alt="Shikimori-san">
</em>
<span>
<strong>Kawaii dake ja Nai Shikimori-san</strong>
<i>Episode 7</i>
</span>
</a>
</div>
<div class="item">
<a href="https://myanimelist.net/anime/49520/Aharen-san_wa_Hakarenai">
<em class="overflow-hidden">
<img class="img-responsive" src="images/animu/aharen_san.jpg" alt="Aharen-san">
</em>
<span>
<strong>Aharen-san wa Hakarenai</strong>
<i>Episode 10</i>
</span>
</a>
</div>
<div class="item">
<a href="https://myanimelist.net/anime/50631/Komi-san_wa_Comyushou_desu_2nd_Season">
<em class="overflow-hidden">
<img class="img-responsive" src="images/animu/komi_san.jpg" alt="Komi-san">
</em>
<span>
<strong>Komi-san wa, Comyushou desu. 2nd Season</strong>
<i>Episode 7</i>
</span>
</a>
</div>
<div class="item">
<a href="https://myanimelist.net/anime/50273/Tomodachi_Game">
<em class="overflow-hidden">
<img class="img-responsive" src="images/animu/tomodachi_game.jpg" alt="Tomodachi Game">
</em>
<span>
<strong>Tomodachi Game</strong>
<i>Episode 9</i>
</span>
</a>
</div>
<div class="item">
<a href="https://myanimelist.net/anime/50175/Yuusha_Yamemasu">
<em class="overflow-hidden">
<img class="img-responsive" src="images/animu/yuusha_yamemasu.jpg" alt="Yuusha Yamemasu">
</em>
<span>
<strong>Yuusha Yamemasu</strong>
<i>Episode 9</i>
</span>
</a>
</div>
<div class="item">
<a href="https://myanimelist.net/anime/50380/Paripi_Koumei">
<em class="overflow-hidden">
<img class="img-responsive" src="images/animu/paripi_koumei.jpg" alt="Ya Boy Kongming">
</em>
<span>
<strong>Paripi Koumei</strong>
<i>Episode 10</i>
</span>
</a>
</div>
<div class="item">
<a href="https://myanimelist.net/anime/41461/Date_A_Live_IV">
<em class="overflow-hidden">
<img class="img-responsive" src="images/animu/date_a_live.jpg" alt="Date a Live IV">
</em>
<span>
<strong>Date A Live IV</strong>
<i>Episode 9</i>
</span>
</a>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
<div class="footer-wrap">
<!-- Footer -->
<div id="footer-v1" class="footer-v1">
<div class="copyright">
<div class="container">
<div class="row">
<div class="col-md-6">
<p>
2022 © Lirrnaiad, a webpage.
</p>
</div>
<!-- Social Links -->
<div class="col-md-6">
<ul class="footer-socials list-inline">
<li>
<a href="https://twitter.com/lirrnaiad15" class="tooltips" data-toggle="tooltip" data-placement="top" title="" data-original-title="Twitter">
<i class="fa fa-twitter"></i>
</a>
</li>
<li>
<a href="https://www.youtube.com/channel/UCd-v0jbCqlWIj5MUuNoWnwg" class="tooltips" data-toggle="tooltip" data-placement="top" title="" data-original-title="YouTube">
<i class="fa fa-youtube-play"></i>
</a>
</li>
<li>
<a href="https://www.facebook.com/sean.fabia" class="tooltips" data-toggle="tooltip" data-placement="top" title="" data-original-title="Facebook">
<i class="fa fa-facebook"></i>
</a>
</li>
<li>
<a href="https://github.com/lirrnaiad" class="tooltips" data-toggle="tooltip" data-placement="top" title="" data-original-title="Github">
<i class="fa fa-github"></i>
</a>
</li>
<li>
<a href="https://steamcommunity.com/id/lirrnaiad" class="tooltips" data-toggle="tooltip" data-placement="top" title="" data-original-title="Steam">
<i class="fa fa-steam"></i>
</a>
</li>
</ul>
</div>
<!-- End Social Links -->
</div>
</div>
</div>
</div>
<!--End Footer-->
</div>
<!-- JavaScript Stuff -->
<!-- Carousel interval is all I did lol -->
<!-- The internet is a vast place with tons of templates!! -->
<!-- JS Global Compulsory -->
<script src="assets/plugins/jquery/jquery.min.js"></script>
<script src="assets/plugins/jquery/jquery-migrate.min.js"></script>
<script src="assets/plugins/bootstrap/js/bootstrap.min.js"></script>
<!-- JS Implementing Plugins -->
<script src="assets/plugins/back-to-top.js"></script>
<script src="assets/plugins/smoothScroll.js"></script>
<script src="assets/plugins/cube-portfolio/cubeportfolio/js/jquery.cubeportfolio.min.js"></script>
<script type="text/javascript" src="assets/plugins/owl-carousel/owl-carousel/owl.carousel.js"></script>
<script type="text/javascript" src="assets/plugins/layer-slider/layerslider/js/greensock.js"></script>
<script type="text/javascript" src="assets/plugins/layer-slider/layerslider/js/layerslider.transitions.js"></script>
<script type="text/javascript" src="assets/plugins/layer-slider/layerslider/js/layerslider.kreaturamedia.jquery.js"></script>
<!-- JS Customization -->
<script type="text/javascript" src="assets/js/custom.js"></script>
<!-- JS Page Level -->
<script src="assets/js/app.js"></script>
<script src="assets/js/plugins/owl-recent-works.js"></script>
<script type="text/javascript" src="assets/js/plugins/layer-slider.js"></script>
<script type="text/javascript" src="js/masterslider.min.js"></script>
<script type="text/javascript" src="js/masterslider.js"></script>
<script>
jQuery(document).ready(function() {
App.init();
OwlRecentWorks.initOwlRecentWorksV2();
LayerSlider.initLayerSlider();
MasterSliderShowcase2.initMasterSliderShowcase2();
});
</script>
<script>
$('.carousel').carousel({
interval: 6000
})s
</script>
</body>
</html>