-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathindex.html
573 lines (463 loc) · 19.7 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
<!doctype html>
<html lang="en">
<head>
<!--[if IE]><meta http-equiv='X-UA-Compatible' content='IE=edge,chrome=1'><![endif]-->
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta name="description" content="">
<meta name="author" content="">
<meta charset="UTF-8">
<title>Mozilla Club, IGDTUW</title>
<!--[if IE]><script src="//html5shiv.googlecode.com/svn/trunk/html5.js"></script><![endif]-->
<!-- FONTS -->
<link href='http://fonts.googleapis.com/css?family=Lato:100,300,400,700,900,100italic,300italic,400italic,700italic,900italic' rel='stylesheet' type='text/css'>
<link href='http://fonts.googleapis.com/css?family=Satisfy' rel='stylesheet' type='text/css'>
<!-- CSS -->
<link rel="stylesheet" href="css/bootstrap.css">
<link rel="stylesheet" href="css/font-awesome.min.css">
<link rel="stylesheet" href="css/magnific-popup.css">
<link rel="stylesheet" href="css/royalslider.css">
<link rel="stylesheet" href="css/style.css">
<!--[if lte IE 9]><link href="css/ie.css" rel="stylesheet" type="text/css" /><![endif]-->
</head>
<body>
<div id="wrapper">
<div class="site-in">
<!--<div class="social-fix">
<a href="#" class="gt-fb"></a>
<a href="#" class="gt-tw"></a>
<a href="#" class="gt-gp"></a>
<a href="#" class="gt-pt"></a>
</div>-->
<!-- HEADER START -->
<header class="container site-header" >
<div class="row">
<!-- MENU && CALENDAR BUTTON -->
<!-- BUTTON CLAENDAR -->
<a class="cal" >
<span><img src="icon.jpg"/></span>
</a>
<!-- /BUTTON CLAENDAR -->
<nav class="navigation">
<div class="menu">
<ul>
<li class="active"><a href="index.html">Home</a></li>
<li><a href="about.html">About Us</a></li>
<li><a href="works.html">Events</a></li>
<li><a href="team.html">Team</a></li>
<li><a href="contacts.html">Contact Us</a></li>
<li><a href="blog-list.html">Blog</a></li>
</ul>
<a href="#" class="ico">
<span></span>
</a>
</div>
</nav>
<div class="menu-overlay"></div>
<!-- /MENU && CALENDAR BUTTON -->
<!-- LANG BLOCK
<div class="pull-right lang-block tab">
<div class="tab-row">
<div class="tab-cell">
<div class="lang">
<button data-toggle="dropdown">En</button>
<ul>
<li><a href="#">English</a></li>
<li><a href="#">Schweiz</a></li>
<li><a href="#">Ukrainian</a></li>
</ul>
</div>
</div>
</div>
</div>
/LANG BLOCK -->
<!-- LOGO
<div class="col-xs-4 col-sm-2 pull-right top-art text-right">
<div class="in-wp">
<div class="tab">
<div class="tab-row">
<div class="tab-cell">
<a href="index.html">
<img src="img/12.svg" alt="">
</a>
</div>
</div>
</div>
</div>
</div>
/LOGO -->
<!-- DESCRIPTION -->
<div class="col-xs-12 col-sm-5">
<div class="desc">
<div class="tab">
<div class="tab-row">
<div class="tab-cell">
<span>Mozilla Club of IGDTUW </span>
</div>
</div>
</div>
</div>
</div>
<!-- /DESCRIPTION -->
</div>
</header>
<!-- /HEADER END -->
<section class="container site-content gallery-ajax" id="mass-block">
<!-- PAGE BLOCK -->
<article class="yel page-block col-item ib-4">
<div class="page-block-title">
<div class="post-ttl">
<div class="tab">
<div class="tab-row">
<div class="tab-cell">
<strong>About Us</strong>
</div>
</div>
</div><!-- tab -->
</div>
</div>
<div class="block">
<blockquote class="qoute-top">In Mozilla club, we will be teaching and learning the most important skills of our age. Ability to read , write and participate in the digital world.</blockquote>
</div>
<a href="about.html" class="hide-link"></a>
</article>
<!-- /PAGE BLOCK -->
<!-- PINTEREST BLOCK -->
<article class="pint-block red col-item ib-3">
<div class="pint-img">
<img src="img/club.png" class="img-responsive" alt="">
</div>
<!--
<span class="icon-view">
<svg version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px" width="16px" height="16px" viewBox="0 0 16 16" enable-background="new 0 0 16 16" xml:space="preserve">
<path d="M8.142,0C3.747,0,1.53,3.138,1.53,5.753c0,1.584,0.601,2.994,1.893,3.52c0.215,0.08,0.402,0.003,0.465-0.23
c0.042-0.163,0.143-0.569,0.188-0.739c0.063-0.232,0.04-0.316-0.133-0.515c-0.371-0.436-0.61-1.003-0.61-1.806
c0-2.327,1.75-4.408,4.555-4.408c2.48,0,3.849,1.509,3.849,3.53c0,2.652-1.178,4.889-2.931,4.889c-0.968,0-1.694-0.793-1.462-1.769
C7.623,7.059,8.16,5.8,8.16,4.957c0-0.755-0.407-1.384-1.247-1.384c-0.99,0-1.782,1.021-1.782,2.384
c0,0.867,0.293,1.456,0.293,1.456s-1.012,4.271-1.191,5.02c-0.353,1.488-0.052,3.316-0.027,3.499c0.015,0.11,0.158,0.135,0.22,0.053
c0.091-0.12,1.271-1.568,1.669-3.014c0.114-0.408,0.653-2.531,0.653-2.531c0.321,0.61,1.26,1.15,2.258,1.15
C11.98,11.59,14,8.891,14,5.276C14,2.545,11.677,0,8.142,0L8.142,0z"/>
</svg>
</span>-->
</article>
<!-- /PINTEREST BLOCK -->
<!-- VIMEO BLOCK
<article class="vimeo-block col-item ib-1">
<div class="video-pre">
<img src="content/vimeo.jpg" class="img-responsive" alt="">
</div>
<div class="video-desc">
1:16
</div>
<span class="icon-view">
<svg version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px" width="16px" height="16px" viewBox="0 0 16 16" enable-background="new 0 0 16 16" xml:space="preserve">
<path d="M13.477,1c-2.035,0-3.625,1.316-4.314,3.794c0.75-0.356,2.111-0.542,2.219,0.697
c0.105,1.238-1.775,4.444-2.602,4.444c-0.824,0-1.437-3.625-1.652-5.281C6.915,2.998,6.531,1.17,4.971,1.17
C3.411,1.17,1.408,3.618,0,4.732l0.734,1.005c0,0,1.04-0.818,1.408-0.757C3.089,5.228,3.9,9.084,4.314,10.555
C4.727,12.025,5.229,15,7.266,15C10.555,15,16,6.839,16,4.175C16,2.424,15.51,1,13.477,1L13.477,1z"/>
</svg>
</span>
<a href="https://vimeo.com/45830194" class="hide-link-play popup-vimeo">
<svg version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px"
width="30px" height="45px" viewBox="0 0 30 45" enable-background="new 0 0 30 45" xml:space="preserve">
<path fill-rule="evenodd" clip-rule="evenodd" d="M0,1.949c0-0.765,0.409-1.415,1.101-1.747
c0.691-0.333,1.458-0.248,2.06,0.225l26.107,20.561c0.484,0.382,0.74,0.907,0.74,1.521s-0.256,1.14-0.74,1.521L3.16,44.593
c-0.602,0.473-1.368,0.559-2.06,0.225C0.409,44.485,0,43.836,0,43.071V1.949L0,1.949z"/>
</svg>
</a>
</article>
<!-- /VIMEO BLOCK -->
<!-- TEAM BLOCK -->
<article class="team-block col-item ib-3">
<div class="in">
<div class="w-scroll">
<div class="category"><span>Team</span></div>
<div class="name">Shivani Dogra</div>
<img src="content/team/01.jpg" alt="" class="img-responsive replace-2x">
</div>
<div class="hide-srl">
<div class="title">Shivani Dogra</div>
<div class="des">Captain</div>
<div class="text">As a club captain I will thus full-hearted serve my club members in cultivating their web literacy and leadership skills .
</div>
<div class="team-soc">
<a href="#" class="fa fa-facebook"></a>
<a href="#" class="fa fa-twitter"></a>
<a href="#" class="fa fa-google-plus"></a>
<a href="#" class="fa fa-behance"></a>
</div>
</div>
</div>
</article>
<!-- /TEAM BLOCK -->
<!-- TWITTER BLOCK
<article class="bluemed twitt-block col-item ib-2">
<div class="twitt">
Wuzzup! :) Cum sociis natoque montes, nascetur ridiculus mus Maecenas ultricies porttitor ante.
</div>
<div class="twitt-desc">
@Nikson, <span title="2014-07-14 14:23:30">10 min ago</span>
</div>
<span class="icon-view">
<svg viewbox="0 0 2000 1625.36" width="16" height="14" version="1.1" xmlns="http://www.w3.org/2000/svg">
<path d="m 1999.9999,192.4 c -73.58,32.64 -152.67,54.69 -235.66,64.61 84.7,-50.78 149.77,-131.19 180.41,-227.01 -79.29,47.03 -167.1,81.17 -260.57,99.57 C 1609.3399,49.82 1502.6999,0 1384.6799,0 c -226.6,0 -410.328,183.71 -410.328,410.31 0,32.16 3.628,63.48 10.625,93.51 -341.016,-17.11 -643.368,-180.47 -845.739,-428.72 -35.324,60.6 -55.5583,131.09 -55.5583,206.29 0,142.36 72.4373,267.95 182.5433,341.53 -67.262,-2.13 -130.535,-20.59 -185.8519,-51.32 -0.039,1.71 -0.039,3.42 -0.039,5.16 0,198.803 141.441,364.635 329.145,402.342 -34.426,9.375 -70.676,14.395 -108.098,14.395 -26.441,0 -52.145,-2.578 -77.203,-7.364 52.215,163.008 203.75,281.649 383.304,284.946 -140.429,110.062 -317.351,175.66 -509.5972,175.66 -33.1211,0 -65.7851,-1.949 -97.8828,-5.738 181.586,116.4176 397.27,184.359 628.988,184.359 754.732,0 1167.462,-625.238 1167.462,-1167.47 0,-17.79 -0.41,-35.48 -1.2,-53.08 80.1799,-57.86 149.7399,-130.12 204.7499,-212.41" />
</svg>
</span>
<a href="https://twitter.com/ItemBridge/status/488612135401185280" class="hide-link" target="_blank"></a>
</article>
<!-- /TWITTER BLOCK -->
<!-- WORKS BLOCK -->
<article class="works-block col-item ib-3 planning">
<div class="in">
<div class="w-scroll">
<div class="category"><span>Mozilla</span></div>
<div class="name">Mozilla</div>
<img src="img/mozilla.jpg" alt="" class="img-responsive replace-2x">
</div>
<div class="hide-srl">
<div class="title">Mozilla</div>
<div>Campus Club</div>
</div>
</div>
</article>
<!-- /WORKS BLOCK -->
<!-- POST BLOCK -->
<article class="red post-block col-item ib-4">
<div class="post-cont-titl">
<div class="post-ttl">
<div>
<strong>Review /</strong>
</div>
Teach Lead
</div>
<div class="post-detal">
<div class="post-author">
<div class="post-author-in">
<div> by</div>
<div> Shubhi</div>
<div> Aggarwal</div>
</div><!-- post-author-in -->
</div>
</div>
</div><!-- post-cont-titl -->
<div class="block">
<h5 class="title">Acquired New Skills!</h5>
<div class="post-block-text">
Mozilla is a platform which has helped me not only apply my own skills but also get to acquire a bunch of new ones. It has helped me to build on my current skills and hone them. Being a part of mozilla, in every meeting and task alloted I have learnt a lot about open web. Its a place where we can work together and contribute together openly.
</div>
</div>
<a href="blog-list.html" class="hide-link"></a>
</article>
<!-- /POST BLOCK -->
<!-- FACEBOOK BLOCK
<article class="bluedod facebook-block col-item ib-2">
<div class="fb-post">
Hi! Pellentesque vulputate, sem non elementum commodo, diam neque convallis diam, sagittisa sapien...
</div>
<div class="fb-post-desc">
@Nikson, <span title="2014-07-14 14:23:30">10 min ago</span>
</div>
<span class="icon-view">
<svg version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px" width="16px" height="16px" viewBox="0 0 16 16" enable-background="new 0 0 16 16" xml:space="preserve">
<path d="M9.025,5.242l0.004-1.38c0-0.719,0.049-1.104,1.08-1.104h1.906V0H9.283C6.634,0,6.024,1.369,6.024,3.618l0.003,1.624
L4.016,5.243V8h2.011v8h2.999l0.002-8l2.723-0.001l0.292-2.757H9.025z"/>
</svg>
</span>
<a href="https://www.facebook.com/photo.php?fbid=475551905923019" class="hide-link" target="_blank"></a>
</article>
<!-- /FACEBOOK BLOCK -->
<!-- YOUTUBE BLOCK
<article class="youtube-block col-item ib-1">
<div class="video-pre">
<img src="content/youtube.jpg" class="img-responsive" alt="">
</div>
<div class="video-desc">
0:48
</div>
<span class="icon-view"></span>
<a href="https://www.youtube.com/watch?v=9-5_qBKRmNI" class="hide-link-play popup-youtube">
<svg version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px"
width="30px" height="45px" viewBox="0 0 30 45" enable-background="new 0 0 30 45" xml:space="preserve">
<path fill-rule="evenodd" clip-rule="evenodd" d="M0,1.949c0-0.765,0.409-1.415,1.101-1.747
c0.691-0.333,1.458-0.248,2.06,0.225l26.107,20.561c0.484,0.382,0.74,0.907,0.74,1.521s-0.256,1.14-0.74,1.521L3.16,44.593
c-0.602,0.473-1.368,0.559-2.06,0.225C0.409,44.485,0,43.836,0,43.071V1.949L0,1.949z"/>
</svg>
</a>
</article>
<!-- /YOUTUBE BLOCK -->
<!-- ALBUMS BLOCK -->
<article class="albums-block albums-no-outline col-item ib-3">
<div class="in">
<img src="img/get.png" class="albums-one img-respornsive replace-2x" alt="">
</div>
</article>
<!-- /ALBUMS BLOCK -->
<article class="orangnorm event-big-block col-item ib-5">
<div class="in">
<div class="block text">
<h5>Open Practices</h5>
<img src="cover1.png"/>
</div><!--
--><div class="image">
<div></br></br></br>
<p >Mozilla works in open. The goals of this openness are : participation( for smart collaboration) , agility ( for getting things done with flexibility & speed), momentum (communities want to push boulders that are already rolling) , testing & rapid prototyping and getting greater bang from limited resources.</p>
<!--
--><i class="fix-center"></i>
</div>
</div>
</article>
<!-- WORKS BLOCK -->
<article class="works-block col-item ib-3 planning">
<div class="in">
<div class="w-scroll">
<div class="category"><span>Mozilla</span></div>
<div class="name">Mozilla</div>
<img src="img/view.jpeg" alt="" class="img-responsive replace-2x">
</div>
<div class="hide-srl">
<div class="title">Mozilla</div>
<div>Campus Club</div>
</div>
</div>
</article>
<!-- /WORKS BLOCK -->
<!-- CALENDAR BLOCK -->
<article class="months-block september col-item ib-3">
<!--
--><i class="fix-center"></i>
<div class="color">
<img src="img/september1.png" alt="">
</div>
</article>
<!-- /CALENDAR BLOCK -->
<!-- EVENT BLOCK -->
<article class="pink event-block col-item ib-3">
<figure>
<img src="img/firefox.jpg" alt="">
<figcaption>Open Web!</figcaption>
</figure><!--
--><i class="fix-center"></i>
</article>
<!-- /EVENT BLOCK -->
<!-- FLICKR BLOCK
<article class="flickr-block col-item ib-1">
<a href="https://flic.kr/p/byDDAk" class="hide-link" target="_blank"></a>
<div class="flickr-img">
<img src="content/flickr.jpg" class="img-responsive" alt="">
</div>
<span class="icon-view">
<svg version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px" width="16px" height="16px" viewBox="0 0 16 16" enable-background="new 0 0 16 16" xml:space="preserve">
<path d="M12.37,11.277c-1.811,0-3.277-1.471-3.277-3.278c0-1.81,1.467-3.276,3.277-3.276
c1.807,0,3.275,1.467,3.275,3.276C15.646,9.807,14.177,11.277,12.37,11.277L12.37,11.277z M3.631,11.277
c-1.81,0-3.276-1.471-3.276-3.278c0-1.81,1.466-3.276,3.276-3.276C5.439,4.723,6.908,6.19,6.908,8
C6.908,9.807,5.439,11.277,3.631,11.277L3.631,11.277z"/>
</svg>
</span>
</article>
<!-- /FLICKR BLOCK -->
<!-- POST BLOCK -->
<article class="red post-block col-item ib-4">
<div class="post-cont-titl">
<div class="post-ttl">
<div>
<strong>Review /</strong>
</div>
Technical Blogger
</div>
<div class="post-detal">
<div class="post-author">
<div class="post-author-in">
<div>by</div>
<div>Preeti</div>
<div>Choraria</div>
</div><!-- post-author-in -->
</div>
</div>
</div><!-- post-cont-titl -->
<div class="block">
<h5 class="title">Increased Passion For Technology !</h5>
<div class="blog-post-text">
Mozilla club is a platform which can and has improved my skills and increased my passion for technology, open source and technical skills. Every meeting and event of Mozilla ensures that we learn something new and improve our skills further.</div>
</div>
<a href="blog-list.html" class="hide-link"></a>
</article>
<!-- /POST BLOCK -->
<!-- FACEBOOK BLOCK
<article class="bluedod facebook-block col-item ib-2">
<div class="fb-post">
Hi! Pellentesque vulputate, sem non elementum commodo, diam neque convallis diam, sagittisa sapien...
</div>
<div class="fb-post-desc">
@Nikson, <span title="2014-07-14 14:23:30">August 18</span>
</div>
<span class="icon-view">
<svg version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px" width="16px" height="16px" viewBox="0 0 16 16" enable-background="new 0 0 16 16" xml:space="preserve">
<path d="M9.025,5.242l0.004-1.38c0-0.719,0.049-1.104,1.08-1.104h1.906V0H9.283C6.634,0,6.024,1.369,6.024,3.618l0.003,1.624
L4.016,5.243V8h2.011v8h2.999l0.002-8l2.723-0.001l0.292-2.757H9.025z"/>
</svg>
</span>
<a href="https://www.facebook.com/photo.php?fbid=475551905923019" class="hide-link" target="_blank"></a>
</article>
<!-- /FACEBOOK BLOCK -->
</section>
<section class="container pre-footer">
<div class="row">
<!--<div class="load-left"></div>
<div class="load-right"></div>
<div class="load-center"></div>-->
<div class="col-xs-12 text-center load-more">
<!--<button>Load more</button>-->
</div>
</div><!-- row -->
<!--<div class="social-down">
<a href="#" class="gt-fb"></a>
<a href="#" class="gt-tw"></a>
<a href="#" class="gt-gp"></a>
<a href="#" class="gt-pt"></a>
</div>-->
</section>
</div>
<footer class="site-footer">
<div class="container">
<div class="row">
<div class="col-md-5 col-md-push-7 col-lg-4 col-lg-push-8 text-right text-center-sm text-center-xs">
<div class="social-inner text-center">
<a href="https://www.facebook.com/mozillaigdtuw/" class="fa fa-facebook"><img src="img/facebook.jpg"/></a>
<a href="#" class="fa fa-twitter"><img src="img/twitter.png"/></a>
<a href="#" class="fa fa-google-plus"><img src="img/google.png"/></a>
</div>
</div>
<div class="col-md-2 col-md-pull-5 col-lg-pull-4 text-center-sm text-center-xs">
<div class="in-f icon-call-us">Call Us +91 70653 74754</div>
</div>
<div class="col-md-2 col-md-pull-5 col-lg-offset-1 col-lg-pull-4 text-center-sm text-center-xs">
<div class="in-f icon-mail">[email protected]</div>
</div>
<div class="col-md-3 col-md-pull-5 col-lg-2 col-lg-offset-1 col-lg-pull-4 text-center-sm text-center-xs">
<div class="in-f icon-address">Mozilla Club IGDTUW,Kashmere Gate</div>
</div>
</div><!-- row -->
<div class="row">
<div class="col-xs-12 col-md-8">
<div class="copy">
Copyright © Mozilla Club,IGDTUW
</div>
</div>
</div>
</div>
</footer>
</div><!-- wrapper -->
<script src="js/jquery-1.11.1.min.js"></script>
<script src="js/bootstrap.min.js"></script>
<script src="js/isotope.pkgd.min.js"></script>
<script src="js/royal/jquery.royalslider.min.js"></script>
<script src="js/jquery.magnific-popup.min.js"></script>
<script src="js/jquery.placeholder.min.js"></script>
<script src="js/bootstrap-tabcollapse.min.js"></script>
<script src="js/getshar-0.8.0.min.js"></script>
<script src="js/selectico.min.js"></script>
<script src="js/calendar.js"></script>
<script src="js/main.js"></script>
<script src="js/SmoothScroll.min.js"></script>
<script src="js/small-icons.js"></script>
</body>
</html>