-
Notifications
You must be signed in to change notification settings - Fork 0
/
Wedding-Blog.html
700 lines (472 loc) · 25.9 KB
/
Wedding-Blog.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
683
684
685
686
687
688
689
690
691
692
693
694
695
696
697
698
699
700
<!doctype html>
<!--[if IE 7 ]> <html lang="en-gb" class="isie ie7 oldie no-js"> <![endif]-->
<!--[if IE 8 ]> <html lang="en-gb" class="isie ie8 oldie no-js"> <![endif]-->
<!--[if IE 9 ]> <html lang="en-gb" class="isie ie9 no-js"> <![endif]-->
<!--[if (gt IE 9)|!(IE)]><!--> <html lang="en-gb" class="no-js"> <!--<![endif]-->
<head>
<title>Wedding Blog | Vinss Media</title>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">
<meta name="keywords" content="Wedding Blog, indian Wedding Blog, American Wedding Blog" />
<meta name="description" content=" Vinss Media, Want to read Wedding Blogs, read, get ideas, get inspired through your wedding blog" />
<!-- Favicon -->
<link rel="shortcut icon" href="images/favicon.ico">
<!-- this styles only adds some repairs on idevices -->
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<!-- Google fonts - witch you want to use - (rest you can just remove) -->
<link href='http://fonts.googleapis.com/css?family=Open+Sans:300,300italic,400,400italic,600,600italic,700,700italic,800,800italic' rel='stylesheet' type='text/css'>
<link href='http://fonts.googleapis.com/css?family=Raleway:100,200,300,400,500,600,700,800,900' rel='stylesheet' type='text/css'>
<!--[if lt IE 9]>
<script src="http://html5shim.googlecode.com/svn/trunk/html5.js"></script>
<![endif]-->
<!-- ######### CSS STYLES ######### -->
<link rel="stylesheet" href="css/reset.css" type="text/css" />
<link rel="stylesheet" href="css/style.css" type="text/css" />
<link rel="stylesheet" href="css/font-awesome/css/font-awesome.min.css">
<!-- responsive devices styles -->
<link rel="stylesheet" media="screen" href="css/responsive-leyouts.css" type="text/css" />
<!-- animations -->
<link href="js/animations/css/animations.min.css" rel="stylesheet" type="text/css" media="all" />
<!-- just remove the below comments witch color skin you want to use -->
<!--<link rel="stylesheet" href="css/colors/red.css" />-->
<!--<link rel="stylesheet" href="css/colors/green.css" />-->
<!--<link rel="stylesheet" href="css/colors/cyan.css" />-->
<!--<link rel="stylesheet" href="css/colors/orange.css" />-->
<!--<link rel="stylesheet" href="css/colors/lightblue.css" />-->
<!--<link rel="stylesheet" href="css/colors/pink.css" />-->
<!--<link rel="stylesheet" href="css/colors/purple.css" />-->
<!--<link rel="stylesheet" href="css/colors/bridge.css" />-->
<!--<link rel="stylesheet" href="css/colors/slate.css" />-->
<!--<link rel="stylesheet" href="css/colors/yellow.css" />-->
<!--<link rel="stylesheet" href="css/colors/darkred.css" />-->
<!-- just remove the below comments witch bg patterns you want to use -->
<!--<link rel="stylesheet" href="css/bg-patterns/pattern-default.css" />-->
<!--<link rel="stylesheet" href="css/bg-patterns/pattern-one.css" />-->
<!--<link rel="stylesheet" href="css/bg-patterns/pattern-two.css" />-->
<!--<link rel="stylesheet" href="css/bg-patterns/pattern-three.css" />-->
<!--<link rel="stylesheet" href="css/bg-patterns/pattern-four.css" />-->
<!--<link rel="stylesheet" href="css/bg-patterns/pattern-five.css" />-->
<!--<link rel="stylesheet" href="css/bg-patterns/pattern-six.css" />-->
<!--<link rel="stylesheet" href="css/bg-patterns/pattern-seven.css" />-->
<!--<link rel="stylesheet" href="css/bg-patterns/pattern-eight.css" />-->
<!--<link rel="stylesheet" href="css/bg-patterns/pattern-nine.css" />-->
<!--<link rel="stylesheet" href="css/bg-patterns/pattern-ten.css" />-->
<!--<link rel="stylesheet" href="css/bg-patterns/pattern-eleven.css" />-->
<!--<link rel="stylesheet" href="css/bg-patterns/pattern-twelve.css" />-->
<!--<link rel="stylesheet" href="css/bg-patterns/pattern-thirteen.css" />-->
<!-- mega menu -->
<link href="js/mainmenu/sticky.css" rel="stylesheet">
<link href="js/mainmenu/bootstrap.min.css" rel="stylesheet">
<link href="js/mainmenu/demo.css" rel="stylesheet">
<link href="js/mainmenu/menu.css" rel="stylesheet">
<!-- slide panel -->
<link rel="stylesheet" type="text/css" href="js/slidepanel/slidepanel.css">
<!-- cubeportfolio -->
<link rel="stylesheet" type="text/css" href="js/cubeportfolio/cubeportfolio.min.css">
<!-- tabs -->
<link rel="stylesheet" type="text/css" href="js/tabs/tabwidget/tabwidget.css" />
<!-- carousel -->
<link rel="stylesheet" href="js/carousel/flexslider.css" type="text/css" media="screen" />
<link rel="stylesheet" type="text/css" href="js/carousel/skin.css" />
<!-- accordion -->
<link rel="stylesheet" href="js/accordion/accordion.css" type="text/css" media="all">
<!-- Lightbox -->
<link rel="stylesheet" type="text/css" href="js/lightbox/jquery.fancybox.css" media="screen" />
</head>
<body>
<div class="site_wrapper">
<div id="sliderWrap">
<div id="openCloseIdentifier"></div>
<div id="slider">
<div id="sliderContent">
<div class="container">
<div class="one_fourth">
<header id="header">
<!-- Top header bar -->
<div id="topHeader">
<div class="wrapper">
<div class="top_nav">
<div class="container">
</div>
</div>
</div>
</div><!-- end top navigation -->
<div id="trueHeader">
<div class="wrapper">
<div class="container">
<!-- Logo -->
<div class="logo"><a href="index.html" id="logo"></a></div>
<!-- Menu -->
<div class="menu_main">
<div class="navbar yamm navbar-default">
<div id="navbar-collapse-1" class="navbar-collapse collapse pull-right">
<ul class="nav navbar-nav">
<li><a href="index.html"><i class="fa fa-home"></i> Home</a></li>
<li><a href="About-Us.html"><i class="fa fa-film"></i> About Us</a></li>
<li><a href="Photographer.html"><i class="fa fa-camera"></i> Photographer</a></li>
<li><a href="Wedding-Videographer.html"><i class="fa fa-film"></i> Videographer</a></li>
<li><a href="#"><i class="fa fa-users"></i> Blog</a></li>
<li><a href="Contact-Us.html"><i class="fa fa-phone"></i> Contact US</a></li>
</ul>
<div id="wrap">
<form action="index.html" autocomplete="on">
<input id="search" name="search" type="text" placeholder=""><input id="search_submit" value="search" type="submit">
</form>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</header>
<div class="clearfix"></div>
<div class="page_title2">
<div class="container">
<div class="two_third">
<div class="title"><h1>Wedding BLog</h1></div>
</div>
<div class="one_third last">
<div class="site-search-area">
<form method="get" id="site-searchform" action="blog.html">
<div>
<input class="input-text" name="s" id="s" value="Enter Search Blog..." onFocus="if (this.value == 'Enter Search Blog...') {this.value = '';}" onBlur="if (this.value == '') {this.value = 'Enter Search Blog...';}" type="text" />
<input id="searchsubmit" value="Search" type="submit" />
</div>
</form>
</div><!-- end site search -->
</div>
</div>
</div><!-- end page title -->
<div class="clearfix"></div>
<div class="container">
<div class="content_left">
<div class="blog_post">
<div class="blog_postcontent">
<div class="image_frame"><a href="Social-Media-Status-updated-Getting-Married.html"><img src="images/Social Media.jpg" alt="Social Media" /></a></div>
<h3><a href="Social-Media-Status-updated-Getting-Married.html">Social Media Status updated “ Getting Married”</a></h3>
<div class="clearfix"></div>
<div class="margin_top1"></div>
<p>Immediately a bunch of “Likes”,single word replies “ Congratulations” accompanied by
different types of smiley’s and the whole world in seconds gets to know that you are not single
now, better to stop mingling with you <i class="fa fa-smile-o"></i>.
The single status is out and you are now on the threshold of a very private bonding with the
love of your life to be your life long partner. A personal bond on a public platform is what social
media have transformed marriages these days. There are many things to cheer about Social
Media’s integration with the wedding institution, but still there are certain drawbacks or ill-
faith related with it.<a href="Social-Media-Status-updated-Getting-Married.html">read more...</a></p>
</div>
</div>
<div class="clearfix divider_dashed9"></div>
<div class="blog_post">
<div class="blog_postcontent">
<div class="image_frame"><a href="The-Black-Bridal-Bliss.html"><img src="images/The Black Bridal Bliss.jpg" alt="The Black Bridal Bliss" /></a></div>
<h3><a href="The-Black-Bridal-Bliss.html">The Black Bridal Bliss</a></h3>
<div class="clearfix"></div>
<div class="margin_top1"></div>
<p>The sound of the drums, everyone clapping their hands, music playing in the background. Its
celebration time and spirits running high within everyone. Couples come dancing with the
music along the alley beautifully dressed, matching the theme colors of the wedding party. You
just get mesmerized by the music beats and the rhythm But wait, it’s now time for the bride
to enter!! The bride wonderfully dressed up in her wedding gown with her glittering eyes is
also seen passing the alley in a dancing posture. Yes, you have landed in an African American
wedding service. Each and everyone here wants to break free and enjoy the fullest.<a href="The-Black-Bridal-Bliss.html">read more...</a></p>
</div>
</div>
<div class="clearfix divider_dashed9"></div>
<div class="blog_post">
<div class="blog_postcontent">
<div class="image_frame"><a href="The-American-Wedding-Love-is-in-the-air.html"><img src="images/The American Wedding Love is in the air.jpg" alt="The American Wedding Love is in the air" /></a></div>
<h3><a href="The-American-Wedding-Love-is-in-the-air.html">The American Wedding – Love is in the air.</a></h3>
<div class="clearfix"></div>
<div class="margin_top1"></div>
<p>“There's nothing more admirable than two people who see eye to eye, keeping house as man
and wife, confounding their enemies and delighting their friends” as the ancient Greek writer
Homer quotes. American wedding is all about love, friendship and the vow to for a successful
marriage, set of common dreams, struggle to accomplish that dream with a sense of
commitment towards a common goal. <a href="The-American-Wedding-Love-is-in-the-air.html">read more...</a></p>
</div>
</div>
<div class="clearfix divider_dashed9"></div>
<div class="pagination">
<b>Page 2 of 18</b>
<a href="#" class="navlinks">< Previous</a>
<a href="#" class="navlinks">1</a>
<a href="#" class="navlinks current">2</a>
<a href="Wedding-Blog-3.html" class="navlinks">3</a>
<a href="#" class="navlinks">4</a>
<a href="#" class="navlinks">Next ></a>
</div><!-- /# end pagination -->
</div><!-- end content left side -->
<!-- right sidebar starts -->
<div class="right_sidebar">
<div class="sidebar_widget">
<div class="sidebar_title"><h4>Blog <i>Categories</i></h4></div>
<ul class="arrows_list1">
<li><a href="#"><i class="fa fa-caret-right"></i> Social Media</a></li>
<li><a href="#"><i class="fa fa-caret-right"></i> Videography</a></li>
<li><a href="#"><i class="fa fa-caret-right"></i> Photography</a></li>
<li><a href="#"><i class="fa fa-caret-right"></i> American Weddings</a></li>
<li><a href="#"><i class="fa fa-caret-right"></i> Indian Weddings</a></li>
<li><a href="#"><i class="fa fa-caret-right"></i> Wedding Videos</a></li>
<li><a href="#"><i class="fa fa-caret-right"></i> Wedding Pictures</a></li>
<li><a href="#"><i class="fa fa-caret-right"></i> Wedding Halls</a></li>
<li><a href="#"><i class="fa fa-caret-right"></i> Wedding Decors</a></li>
</ul>
</div><!-- end section -->
<div class="clearfix margin_top4"></div>
<div class="sidebar_widget">
<div id="tabs">
<ul class="tabs">
<li class="active"><a href="#tab1">Popular</a></li>
<li><a href="#tab2">Recent</a></li>
<li class="last"><a href="#tab3">Tags</a></li>
</ul><!-- /# end tab links -->
<div class="tab_container">
<div id="tab1" class="tab_content">
<ul class="recent_posts_list">
<li>
<span><a href="#"><img src="images/Social Media 50-50.JPG" alt="Social Media 50-50" /></a></span>
<a href="#">Social Media Status updated Getting Married</a>
<i>November 7, 2014</i>
</li>
<li>
<span><a href="#"><img src="images/wedding hall 50-50.JPG" alt="wedding hall 50-50" /></a></span>
<a href="#">The Black Bridal Bliss</a>
<i>November 9, 2014</i>
</li>
<!--
<li class="last">
<span><a href="#"><img src="http://placehold.it/50x50" alt="" /></a></span>
<a href="#">Mublishing packag esanse web page editos</a>
<i>July 11, 2014</i>
</li>
-->
</ul>
</div><!-- end popular posts -->
<div id="tab2" class="tab_content">
<ul class="recent_posts_list">
<li>
<span><a href="#"><img src="images/Social Media 50-50.JPG" alt="Social Media 50-50" /></a></span>
<a href="#">Social Media Status updated Getting Married</a>
<i>November 7, 2014</i>
</li>
<li>
<span><a href="#"><img src="images/wedding hall 50-50.JPG" alt="wedding hall 50-50" /></a></span>
<a href="#">The Black Bridal Bliss</a>
<i>November 9, 2014</i>
</li>
<!--
<li class="last">
<span><a href="#"><img src="http://placehold.it/50x50" alt="" /></a></span>
<a href="#">Marious versions has evolven over the years</a>
<i>July 16, 2014</i>
</li>
-->
</ul>
</div><!-- end popular articles -->
<div id="tab3" class="tab_content">
<ul class="tags">
<li><a href="#">2014</a></li>
<li><a href="#"><b>Weddings</b></a></li>
<li><a href="#">Wedding Photography</a></li>
<li><a href="#">Wedding Videography</a></li>
<li><a href="#"><b>American Weddings</b></a></li>
<li><a href="#">Wedding Rings</a></li>
<li><a href="#"><b>Wedding Dress</b></a></li>
<li><a href="#">First Dance</a></li>
<li><a href="#">Wedding Cakes</a></li>
<li><a href="#"><b>Wedding Decor</b></a></li>
<li><a href="#"><b>Indian</b></a></li>
<li><a href="#">Asian</a></li>
<li><a href="#"><b>Muslim</b></a></li>
<li><a href="#">Tamil</a></li>
<li><a href="#"><b>American</b></a></li>
<li><a href="#">Jewelery</a></li>
<li><a href="#"><b>Wedding DJ</b></a></li>
<li><a href="#">Wedding Pictures</a></li>
<li><a href="#"><b>Wedding Videos</b></a></li>
<li><a href="#">African American Weddings</a></li>
<li><a href="#">Marriage</a></li>
<li><a href="#"><b>Best</b></a></li>
<li><a href="#">Wedding links</a></li>
<li><a href="#">Reception</a></li>
<li><a href="#"><b>Youtube</b></a></li>
</ul>
</div>
</div>
</div>
</div><!-- end section -->
<div class="clearfix margin_top5"></div>
<div class="clientsays_widget">
<div class="sidebar_title"><h4>Happy <i>Client Say's</i></h4></div>
<img src="images/Client says 50-50.JPG" alt="Client says 50-50" />
<strong>- Noor Hyder</strong><p>He is very talented and has great ideas. He is young, energetic, and loves his job and does it with lot of enthusiasm.</p>
</div><!-- end section -->
<div class="clearfix margin_top4"></div>
<div class="sidebar_widget">
<div class="sidebar_title"><h4>Portfolio <i>Widget</i></h4></div>
<div class="features_sec15 two">
<div>
<section class="slider nosidearrows">
<div class="flexslider carousel">
<ul class="slides">
<li>
<div class="grid-container cbp-l-grid-fullScreen sidebar">
<ul>
<li class="cbp-item identity logo"> <a href="images/Ganesh 800-600.JPG" class="cbp-caption cbp-lightbox" data-title="Ganesh<br>Vinss Media">
<div class="cbp-caption-defaultWrap"> <img src="images/Portfolio widget1.JPG" alt="Ganesh black and white" /> </div>
<div class="cbp-caption-activeWrap">
<div class="cbp-l-caption-alignLeft">
<div class="cbp-l-caption-body">
<div class="margin_top7"></div>
<div class="cbp-l-caption-title">Vinss Media</div>
</div>
</div>
</div>
</a>
</li>
</ul>
</div>
</li><!-- end section -->
<li>
<div class="grid-container cbp-l-grid-fullScreen sidebar">
<ul>
<li class="cbp-item"> <a href="images/Arati 800-600.JPG" class="cbp-caption cbp-lightbox" data-title="Arati Picture<br>Vinss Media">
<div class="cbp-caption-defaultWrap"> <img src="images/Portfolio widget2.JPG" alt="Portfolio widget2" /> </div>
<div class="cbp-caption-activeWrap">
<div class="cbp-l-caption-alignLeft">
<div class="cbp-l-caption-body">
<div class="margin_top7"></div>
<div class="cbp-l-caption-title">Vinss Media</div>
</div>
</div>
</div>
</a>
</li>
</ul>
</div>
</li><!-- end section -->
<li>
<div class="grid-container cbp-l-grid-fullScreen sidebar">
<ul>
<li class="cbp-item motion graphic"> <a href="images/Wedding Photographer in Savannah_0005.jpg" class="cbp-caption cbp-lightbox" data-title="Puja Pic<br>Vinss Media">
<div class="cbp-caption-defaultWrap"> <img src="images/Wedding Photographer in Savannah_0005.jpg" alt="" /> </div>
<div class="cbp-caption-activeWrap">
<div class="cbp-l-caption-alignLeft">
<div class="cbp-l-caption-body">
<div class="margin_top7"></div>
<div class="cbp-l-caption-title">Vinss Media</div>
</div>
</div>
</div>
</a>
</li>
</ul>
</div>
</li><!-- end section -->
</ul>
</div>
<div class="cbp-l-loadMore-text">
<div data-href="#" class="cbp-l-loadMore-text-link"></div>
</div>
</section>
</div>
</div>
</div><!-- end section -->
<!--
<div class="clearfix margin_top3"></div>
<div class="sidebar_widget">
<div class="sidebar_title"><h4>Site <i>Advertisements</i></h4></div>
<ul class="adsbanner-list">
<li><a href="#"><img src="images/sample-ad-banner.jpg" alt="" /></a></li>
<li class="last"><a href="#"><img src="images/sample-ad-banner.jpg" alt="" /></a></li>
</ul>
<ul class="adsbanner-list">
<li><a href="#"><img src="images/sample-ad-banner.jpg" alt="" /></a></li>
<li class="last"><a href="#"><img src="images/sample-ad-banner.jpg" alt="" /></a></li>
</ul>
</div> -->
<div class="clearfix margin_top4"></div>
<div class="sidebar_widget">
<div class="sidebar_title"><h3>Site <i>Archives</i></h3></div>
<ul class="arrows_list1">
<li><a href="#"><i class="fa fa-angle-right"></i> July 2014</a></li>
<li><a href="#"><i class="fa fa-angle-right"></i> June 2014</a></li>
<li><a href="#"><i class="fa fa-angle-right"></i> May 2014</a></li>
<li><a href="#"><i class="fa fa-angle-right"></i> April 2014</a></li>
<li><a href="#"><i class="fa fa-angle-right"></i> March 2014</a></li>
</ul>
</div><!-- end section -->
</div><!-- end right sidebar -->
</div><!-- end content area -->
</div>
<div class="clearfix"></div>
<div class="copyright_info">
<div class="container">
<div class="clearfix divider_dashed10"></div>
<div class="one_half animate" data-anim-type="fadeInRight">
Copyright © 2015 vinssmedia.com. All rights reserved. <a href="#">Terms of Use</a> | <a href="#">Privacy Policy</a>
</div>
<div class="one_half last">
<ul class="footer_social_links">
<li class="animate" data-anim-type="zoomIn"><a href="#"><i class="fa fa-facebook"></i></a></li>
<li class="animate" data-anim-type="zoomIn"><a href="#"><i class="fa fa-twitter"></i></a></li>
<li class="animate" data-anim-type="zoomIn"><a href="#"><i class="fa fa-google-plus"></i></a></li>
<li class="animate" data-anim-type="zoomIn"><a href="#"><i class="fa fa-linkedin"></i></a></li>
<li class="animate" data-anim-type="zoomIn"><a href="#"><i class="fa fa-flickr"></i></a></li>
<li class="animate" data-anim-type="zoomIn"><a href="#"><i class="fa fa-youtube"></i></a></li>
</ul>
</div>
</div>
</div>
<a href="#" class="scrollup">Scroll</a>
</div>
<!-- ######### JS FILES ######### -->
<!-- get jQuery from the google apis -->
<script type="text/javascript" src="js/universal/jquery.js"></script>
<!-- style switcher -->
<script src="js/style-switcher/jquery-1.js"></script>
<script src="js/style-switcher/styleselector.js"></script>
<!-- animations -->
<script src="js/animations/js/animations.min.js" type="text/javascript"></script>
<!-- slide panel -->
<script type="text/javascript" src="js/slidepanel/slidepanel.js"></script>
<!-- mega menu -->
<script src="js/mainmenu/bootstrap.min.js"></script>
<script src="js/mainmenu/customeUI.js"></script>
<!-- jquery jcarousel -->
<script type="text/javascript" src="js/carousel/jquery.jcarousel.min.js"></script>
<!-- tab widget -->
<script type="text/javascript" src="js/tabs/tabwidget/tabwidget.js"></script>
<!-- scroll up -->
<script src="js/scrolltotop/totop.js" type="text/javascript"></script>
<!-- tabs -->
<script src="js/tabs/assets/js/responsive-tabs.min.js" type="text/javascript"></script>
<!-- jquery jcarousel -->
<script type="text/javascript">
(function($) {
"use strict";
jQuery(document).ready(function() {
jQuery('#mycarouselthree').jcarousel();
});
})(jQuery);
</script>
<!-- accordion -->
<script type="text/javascript" src="js/accordion/custom.js"></script>
<!-- sticky menu -->
<script type="text/javascript" src="js/mainmenu/sticky.js"></script>
<script type="text/javascript" src="js/mainmenu/modernizr.custom.75180.js"></script>
<!-- cubeportfolio -->
<script type="text/javascript" src="js/cubeportfolio/jquery.cubeportfolio.min.js"></script>
<script type="text/javascript" src="js/cubeportfolio/main4.js"></script>
<script type="text/javascript" src="js/cubeportfolio/main6.js"></script>
<!-- carousel -->
<script defer src="js/carousel/jquery.flexslider.js"></script>
<script defer src="js/carousel/custom.js"></script>
<!-- lightbox -->
<script type="text/javascript" src="js/lightbox/jquery.fancybox.js"></script>
<script type="text/javascript" src="js/lightbox/custom.js"></script>
</body>
</html>