-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
563 lines (522 loc) · 23.8 KB
/
index.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
<!DOCTYPE html>
<!--[if lt IE 7]> <html class="no-js lt-ie9 lt-ie8 lt-ie7"> <![endif]-->
<!--[if IE 7]> <html class="no-js lt-ie9 lt-ie8"> <![endif]-->
<!--[if IE 8]> <html class="no-js lt-ie9"> <![endif]-->
<!--[if gt IE 8]><!--> <html class="no-js"> <!--<![endif]-->
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<title>QHU-ASC</title>
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta name="keywords" content="ZT云流量" />
<!-- Facebook and Twitter integration -->
<meta property="og:title" content=""/>
<meta property="og:image" content=""/>
<meta property="og:url" content=""/>
<meta property="og:site_name" content=""/>
<meta property="og:description" content=""/>
<meta name="twitter:title" content="" />
<meta name="twitter:image" content="" />
<meta name="twitter:url" content="" />
<meta name="twitter:card" content="" />
<!-- Place favicon.ico and apple-touch-icon.png in the root directory -->
<link rel="shortcut icon" href="favicon.ico">
<link rel="stylesheet" href="css/tdjs.css">
<!-- Animate.css -->
<link rel="stylesheet" href="css/animate.css">
<!-- Icomoon Icon Fonts-->
<link rel="stylesheet" href="css/icomoon.css">
<!-- Simple Line Icons -->
<link rel="stylesheet" href="css/simple-line-icons.css">
<!-- Owl Carousel -->
<link rel="stylesheet" href="css/owl.carousel.min.css">
<link rel="stylesheet" href="css/owl.theme.default.min.css">
<!-- Bootstrap -->
<link rel="stylesheet" href="css/bootstrap.css">
<link rel="stylesheet" href="css/style_1_1.css">
<!-- Styleswitcher ( This style is for demo purposes only, you may delete this anytime. ) -->
<link rel="stylesheet" id="theme-switch" href="css/style_1_1.css">
<!-- End demo purposes only -->
<!-- Modernizr JS -->
<script src="js/modernizr-2.6.2.min.js"></script>
<!-- FOR IE9 below -->
<!--[if lt IE 9]>
<script src="js/respond.min.js"></script>
<![endif]-->
<!-- <style>
.ewm{
height: 50px;
width: 50px;
}
</style> -->
</head>
<body>
<header role="banner" id="fh5co-header">
<div class="container">
<!-- <div class="row"> -->
<nav class="navbar navbar-default">
<div class="navbar-header">
<!-- Mobile Toggle Menu Button -->
<a href="#" class="js-fh5co-nav-toggle fh5co-nav-toggle" data-toggle="collapse" data-target="#navbar" aria-expanded="false" aria-controls="navbar"><i></i></a>
<a class="navbar-brand" href="./"><img src="images/qhu.jpg" />QHU-ASC</a>
</div>
<div id="navbar" class="navbar-collapse collapse">
<ul class="nav navbar-nav navbar-right">
<li class="active"><a href="#" data-nav-section="home"><span>网站首页</span></a></li>
<li><a href="#" data-nav-section="testimonials"><span>团队介绍</span></a></li>
<li><a href="#" data-nav-section="services"><span>超算介绍</span></a></li>
<li><a href="#" data-nav-section="cy"><span>成员介绍</span></a></li>
<li><a href="#" data-nav-section="press"><span>最近获奖</span></a></li>
<li><a href="#" data-nav-section="pricing"><span>加入我们</span></a></li>
<li><a href="https://www.qhu-hdacp.cn" ><span>HDACP</span></a></li>
<!-- <li><a target="_blank" href="http://www.zt3111.com:8888/" class="btn btn-primary btn-sm">登录</a></li>
<li><a target="_blank" href="http://www.zt3111.com:8888/user/reg.php" class="btn btn-primary btn-sm">注册</a></li> -->
</ul>
</div>
</nav>
<!-- </div> -->
</div>
</header>
<div id="slider" data-section="home">
<div class="owl-carousel owl-carousel-fullwidth">
<div class="item" style="background-image:url(images/asc_ca.png);">
<div class="overlay"></div>
<!-- <div class="container" style="position: relative;">
<div class="row" >
<div class="col-md-8 col-md-offset-2 text-center">
<div class="fh5co-owl-text-wrap">
<div class="fh5co-owl-text">
<h1 class="fh5co-lead to-animate">青海大学超算</h1>
<h2 class="fh5co-sub-lead to-animate">ASC</h2>
<p class="to-animate-2">
<a href="#" class="btn btn-primary btn-lg" data-nav-section="pricing">现在马上联系,获得技术支持</a>
</p>
</div>
</div>
</div>
</div>
</div> -->
</div>
<div class="item" style="background-image:url(images/asc2.png)">
<div class="container" style="position: relative;">
<div class="row">
<div class="col-md-7 col-sm-7">
<div class="fh5co-owl-text-wrap">
<div class="fh5co-owl-text">
<h1 class="fh5co-lead to-animate">超算团队荣获一等奖</h1>
<h2 class="fh5co-sub-lead to-animate">ASC2022-2021一等奖</h2>
<p class="to-animate-2"><a href="ios.html" class="btn btn-primary btn-lg">查看获奖信息</a></p>
</div>
</div>
</div>
</div>
</div>
</div>
<div class="item item3" style="background-image:url(images/cx.jpg)">
<div class="container" style="position: relative;">
<div class="row">
<div class="col-md-7 col-sm-7">
<!-- <div class="col-md-7 col-md-push-1 col-md-push-5 col-sm-7 col-sm-push-1 col-sm-push-5"> -->
<div class="fh5co-owl-text-wrap">
<div class="fh5co-owl-text">
<h1 class="fh5co-lead to-animate">超算团队首获应用创奖</h1>
<h2 class="fh5co-sub-lead to-animate">ASC应用创新</h2>
<p class="to-animate-2"><a href="and.html" class="btn btn-primary btn-lg">查看获奖信息</a></p>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
<!-- <div class="copyrights">Collect from <a href="#" >ZT云流量</a></div> -->
<div id="fh5co-testimonials" data-section="testimonials">
<div class="container">
<div class="row">
<div class="col-md-12 section-heading text-center">
<h2 class="to-animate">团队介绍</h2>
<div class="row">
<div class="col-md-8 col-md-offset-2 subtext to-animate">
<h3>青海大学超算团队简称QHU_ASC<br></h3>
</div>
</div>
</div>
</div>
<div class="tdjs">
<p>青海大学超级计算机竞赛团队由黄建强、边浩东、李东、贾金芳四名教师牵头于2016年组建,并于当年首次参加ASC世界大学生超算竞赛,
于2018年首次入围全球总决赛并获得全球一等奖,在2021年世界大学生超级计算机竞赛总决赛中,青海大学与清华大学、
暨南大学等高校同获总决赛一等奖,并跻身世界前十,取得突破性成绩。2023年在第十届ASC世界大学生超级计算机竞赛中再次荣获总决赛一等奖,
成功蝉联三届ASC总决赛一等奖,并首获应用创新奖,实现奖项新突破。<br><br>
青海大学超级计算机竞赛团队不断摸索超算人才的培养道路,
目前已逐渐摸索出适合西部高校培养超算人才的模式,每年都面向全校吸引大二及以上年级的本科生进入ASC训练营及HDACP高性能计算实验室学习,
通过超算竞赛强化训练和参与教师前沿科学研究,培养学生的自主理解力与兴趣。团队教师将培养超算人才、更全面的交叉学科人才作为自己的使命
,不遗余力地指导和带领学生亲身实践,让更多学生知道、了解、掌握超算应用,源源不断地为下一代技术革命产业发展提供新鲜血液。
同时,在人才梯队建设方面,除正式参赛队员,团队注重吸收低年级本科生一同经历完整的备战、竞赛过程,给低年级的学生提供一个提前实战、磨炼技能的机会,
以“科训教联动+梯队滚动”有效促进学生的成长,为超算人才培养提供了新的途径与思考。<br><br>
团队组建以来,先后选拔培养80余名学生参与竞赛,其中有16人保送清华大学、
华中科技大学、浙江大学、中科院等双一流高校攻读硕士学位,10余人进入腾讯、阿里、百度、华为等世界 500强企业工作,人才培养效果明显,
进一步验证了西部地区超算拔尖创新人才培养模式的可行性、可持续性,以实际行动贯彻落实习近平总书记关于教育科技人才工作的重要论述,
践行高校“立德树人”根本任务,对学校向社会输送培养合格高质量人才具有积极的探索和借鉴意义。</p>
</div>
<!-- <div class="row">
<div class="col-md-4">
<div class="box-testimony to-animate">
<blockquote>
<span class="quote"><span><i class="icon-quote-left"></i></span></span>
<p>
黄建强、边浩东、李东、贾金芳、张国晶<br><br><br><br><br>
</p>
</blockquote>
<p class="author">指导老师</p>
</div>
</div>
<div class="col-md-4">
<div class="box-testimony to-animate">
<blockquote>
<span class="quote"><span><i class="icon-quote-left"></i></span></span>
<p>超算团队的指导老师大都来自青海大学高性能与云计算研究所HDACP实验室,超算的各种服务器和技术资源都来源于HDACP实验室,平常训练中的问题可以请教HDACP实验室的老师和研究生</p>
</blockquote>
<p class="author">HDACP实验室支持</p>
</div>
</div>
<div class="col-md-4">
<div class="box-testimony to-animate">
<blockquote>
<span class="quote"><span><i class="icon-quote-left"></i></span></span>
<p>
<br><br><br><br></p>
<!-- </blockquote>
<p class="author">目前超算队员</p>
</div>
</div>
<div class="col-md-4">
<div class="box-testimony to-animate">
<blockquote>
<span class="quote"><span><i class="icon-quote-left"></i></span></span>
<p>团队组建以来,先后选拔培养80余名学生参与竞赛,其中有16人保送清华大学、华中科技大学、浙江大学、中科院等双一流高校攻读硕士学位,10余人进入腾讯、阿里、百度、华为等世界 500强企业工作</p>
</blockquote>
<p class="author">超算成员</p>
</div>
</div>
<div class="col-md-4">
<div class="box-testimony to-animate">
<blockquote>
<span class="quote"><span><i class="icon-quote-left"></i></span></span>
<p>超算团队每年都面向全校吸引大二及以上年级的本科生进入ASC训练营及HDACP高性能计算实验室学习,通过超算竞赛强化训练和参与教师前沿科学研究,培养学生的自主理解力与兴趣。
</p>
</blockquote>
<p class="author">超算训练</p>
</div>
</div>
<div class="col-md-4">
<div class="box-testimony to-animate">
<blockquote>
<span class="quote"><span><i class="icon-quote-left"></i></span></span>
<p>青海大学超算团队将于2023年下半学期初进行招新<br>
招新人群为青海大学2022级本科学生<br>
如果你想体验超算的魅力,那么加入我们的招新群吧!
</p>
</blockquote>
<p class="author">加入我们</p>
</div>
</div> -->
</div>
</div>
<div id="fh5co-our-services" data-section="services">
<div class="container">
<div class="row row-bottom-padded-sm">
<div class="col-md-12 section-heading text-center">
<h2 class="to-animate">超算介绍</h2>
<div class="row">
<div class="col-md-8 col-md-offset-2 to-animate">
<h3>世界大学生超级计算机竞赛 ASC Student Supercomputer Challenge</h3>
</div>
</div>
</div>
</div>
<div class="row">
<div class="col-md-4">
<div class="box to-animate">
<div class="icon colored-5"><span><i class="icon-rocket"></i></span></div>
<h3>大赛宗旨</h3>
<p>比赛旨在通过大赛平台推动各国及地区间的超算青年人才交流和培养</p>
</div>
<div class="box to-animate">
<div class="icon colored-4"><span><i class="icon-heart"></i></span></div>
<h3>影响力</h3>
<p>自2012年创办以来,大赛已连续举行10届,影响力不断攀升,共吸引了全球超过10000名大学生参赛。</p>
</div>
</div>
<div class="col-md-4">
<div class="box to-animate">
<div class="icon colored-2"><span><i class="icon-screen-desktop"></i></span></div>
<h3>超算目标</h3>
<p>提升超算应用水平和研发能力,发挥超算的科技驱动力,促进科技与产业创新</p>
</div>
<div class="box to-animate">
<div class="icon colored-1"><span><i class="icon-mustache"></i></span></div>
<h3>三大超算</h3>
<p>该比赛是全球规模最大、参与人数最多的大学生超算竞赛之一,与德国ISC和美国SC并称世界三大超算竞赛。</p>
</div>
</div>
<div class="col-md-4">
<div class="box to-animate">
<div class="icon colored-3"><span><i class="icon-user"></i></span></div>
<h3>超算使用</h3>
<p>计算机系服务器,实际使用linux,使用大型服务器的超大算力,感受超算的魅力</p>
</div>
<div class="box to-animate">
<div class="icon colored-6"><span><i class="icon-eye"></i></span></div>
<h3>超算资源</h3>
<p>计算机系超算团队具有丰富的超算资源,无论是超算相关的书籍还是文档,亦或是往届队员的比赛经验。</p>
</div>
</div>
</div>
</div>
</div>
<div id="fh5co-testimonials" data-section="cy" style="background-color: #f7f7f7;" >
<div class="container">
<div class="row">
<div class="col-md-12 section-heading text-center">
<h2 class="to-animate">成员介绍</h2>
<div class="row">
<div class="col-md-8 col-md-offset-2 subtext to-animate">
<h3>QHU_ASC<br></h3>
</div>
</div>
</div>
</div>
<div class="row">
<div class="col-md-4">
<div class="box-testimony to-animate">
<blockquote>
<span class="quote"><span><i class="icon-quote-left"></i></span></span>
<p>
符福宁,蒋琅琨,罗朝阳,王星驰,杨怡雪,郑凯戈,李一帆<br><br><br><br><br><br><br><br><br><br>
</p>
</blockquote>
<p class="author">超算成员</p>
</div>
</div>
<!-- <div class="col-md-4">
<div class="box-testimony to-animate" style="margin-left: 230px;.p{font-size: 30px;}">
<blockquote>
<span class="quote"><span><i class="icon-quote-left"></i></span></span>
<p>郑凯戈,杨镇宇,吴瑞敏,杜亚峰,王孝民,孟子兵,江韵之,廖鑫宇,黄可乐,李昌宇,罗文爵<br><br><br><br><br><br><br><br>
</p></p>
</blockquote>
<p class="author">超算招新名单</p>
</div>
</div>--!>
<!-- <div class="col-md-4">
<div class="box-testimony to-animate">
<blockquote>
<span class="quote"><span><i class="icon-quote-left"></i></span></span>
<p>
姚宇,符福宁,蒋琅琨,罗朝阳,王星驰,颜青松,卢荣昌<br><br><br><br></p> -->
<!-- 郑凯戈,杨镇宇,吴瑞敏,杜亚峰,王孝民,孟子兵,江韵之,廖鑫宇,黄可乐,李昌宇,罗文爵 -->
<!-- </blockquote>
<p class="author">目前超算队员</p>
</div>
</div>
<div class="col-md-4">
<div class="box-testimony to-animate">
<blockquote>
<span class="quote"><span><i class="icon-quote-left"></i></span></span>
<p>团队组建以来,先后选拔培养80余名学生参与竞赛,其中有16人保送清华大学、华中科技大学、浙江大学、中科院等双一流高校攻读硕士学位,10余人进入腾讯、阿里、百度、华为等世界 500强企业工作</p>
</blockquote>
<p class="author">超算成员</p>
</div>
</div>
<div class="col-md-4">
<div class="box-testimony to-animate">
<blockquote>
<span class="quote"><span><i class="icon-quote-left"></i></span></span>
<p>超算团队每年都面向全校吸引大二及以上年级的本科生进入ASC训练营及HDACP高性能计算实验室学习,通过超算竞赛强化训练和参与教师前沿科学研究,培养学生的自主理解力与兴趣。
</p>
</blockquote>
<p class="author">超算训练</p>
</div>
</div>
<div class="col-md-4">
<div class="box-testimony to-animate">
<blockquote>
<span class="quote"><span><i class="icon-quote-left"></i></span></span>
<p>青海大学超算团队将于2023年下半学期初进行招新<br>
招新人群为青海大学2022级本科学生<br>
如果你想体验超算的魅力,那么加入我们的招新群吧!
</p>
</blockquote>
<p class="author">加入我们</p>
</div>
</div> -->
</div>
</div>
<div id="fh5co-press" data-section="press">
<div class="container">
<div class="row">
<div class="col-md-12 section-heading text-center">
<h2 class="single-animate animate-press-1">最近获奖</h2>
<div class="row">
<div class="col-md-8 col-md-offset-2 subtext single-animate animate-press-2">
<h3>QHU_ASC2022团队于5月在中国科技大学的获奖情况</h3>
</div>
</div>
</div>
</div>
<div class="col-md-8 col-md-offset-2">
<div class="row row-bottom-padded-lg">
<div class="col-md-6 text-center to-animate">
<div class="person">
<a href="ios.html"><img src="images/jp.png" class="img-responsive img-rounded" alt="Person"></a>
<a href="ios.html"><h3 class="name">一等奖</h3></a>
<div class="position">点击查看更多</div>
</div>
</div>
<div class="col-md-6 text-center to-animate">
<div class="person">
<a href="and.html"><img src="images/djb2.png" class="img-responsive img-rounded" alt="Person"></a>
<a href="and.html"><h3 class="name">应用创新奖</h3></a>
<div class="position">点击查看更多</div>
</div>
</div>
</div>
</div>
</div>
</div>
<!-- </div> -->
<div id="fh5co-pricing" data-section="pricing">
<div class="container">
<div class="row">
<div class="col-md-12 section-heading text-center">
<h2 class="single-animate animate-pricing-1">加入我们</h2>
<div class="row">
<div class="col-md-8 col-md-offset-2 subtext single-animate animate-pricing-2">
<h3>是否已经心动不已?马上加入招新群吧!</h3>
<div class="ewm">
<img src="./images/qun2.PNG" >
</div>
</div>
</div>
</div>
</div>
<!-- <div class="row">
<div class="col-md-3 col-sm-6 to-animate">
<div class="price-box popular">
<div class="popular-text">云免服务器30M独享+免流系统搭建</div>
<div class="price">258<small>元</small></div>
<p>每月免费2000G流量</p>
<hr>
<ul class="pricing-info">
<li>续费元65/月</li>
</ul>
<a href="http://wpa.qq.com/msgrd?v=1&uin=61383668&site=houdao.com&menu=yes" class="btn btn-primary btn-block" class="btn btn-default btn-sm">立即订购</a>
</div>
</div> -->
<!-- <div class="col-md-3 col-sm-6 to-animate">
<div class="price-box popular">
<div class="popular-text">云免服务器200M独享+免流系统搭建</div>
<div class="price">358<small>元起</small></div>
<p>每月免费2000G流量</p>
<hr>
<ul class="pricing-info">
<li>续费元130/月</li>
</ul>
<a href="http://wpa.qq.com/msgrd?v=1&uin=61383668&site=houdao.com&menu=yes" class="btn btn-primary btn-block" class="btn btn-default btn-sm">立即订购</a>
</div>
</div> -->
<!-- <div class="col-md-3 col-sm-6 to-animate">
<div class="price-box popular">
<div class="popular-text">云免服务器200M独享+免流系统搭建</div>
<div class="price">358<small>元</small></div>
<p>每月免费2000G流量</p>
<hr>
<ul class="pricing-info">
<li>续费元130/月</li>
</ul>
<a href="http://wpa.qq.com/msgrd?v=1&uin=61383668&site=houdao.com&menu=yes" class="btn btn-primary btn-block" class="btn btn-default btn-sm">立即订购</a>
</div>
</div>
<div class="col-md-3 col-sm-6 to-animate">
<div class="price-box popular">
<div class="popular-text">云免服务器200M独享+免流系统搭建</div>
<div class="price">358<small>元</small></div>
<p>每月免费2000G流量</p>
<hr>
<ul class="pricing-info">
<li>续费元130/月</li> -->
<!-- </ul> -->
<!-- <a href="http://wpa.qq.com/msgrd?v=1&uin=61383668&site=houdao.com&menu=yes" class="btn btn-primary btn-block" class="btn btn-default btn-sm">立即订购</a> -->
<!-- </div> -->
</div>
</div>
<!-- <div class="row">
<div class="col-md-4 col-md-offset-4">
<a href="http://wpa.qq.com/msgrd?v=1&uin=61383668&site=houdao.com&menu=yes" class="btn btn-primary btn-block">马上成为老板</a>
</div>
</div>
</div> -->
</div>
<hr>
<footer id="footer" role="contentinfo">
<div class="container">
<div class="row row-bottom-padded-sm">
<div class="col-md-12">
<p class="copyright text-center">© 2023 <a href="index.html">QHU-ASC</a>. All Rights Reserved QHU_CS</a></p>
</div>
</div>
<div class="row hide">
<div class="col-md-12 text-center">
<ul class="social social-circle">
<li><a href="#"><i class="icon-twitter"></i></a></li>
<li><a href="#"><i class="icon-facebook"></i></a></li>
<li><a href="#"><i class="icon-youtube"></i></a></li>
<li><a href="#"><i class="icon-pinterest"></i></a></li>
<li><a href="#"><i class="icon-linkedin"></i></a></li>
<li><a href="#"><i class="icon-instagram"></i></a></li>
<li><a href="#"><i class="icon-dribbble"></i></a></li>
</ul>
</div>
</div>
</div>
</footer>
<!-- jQuery -->
<script src="js/jquery.min.js"></script>
<!-- jQuery Easing -->
<script src="js/jquery.easing.1.3.js"></script>
<!-- Bootstrap -->
<script src="js/bootstrap.min.js"></script>
<!-- Waypoints -->
<script src="js/jquery.waypoints.min.js"></script>
<!-- Owl Carousel -->
<script src="js/owl.carousel.min.js"></script>
<!-- For demo purposes only styleswitcher ( You may delete this anytime ) -->
<script src="js/jquery.style.switcher.js"></script>
<script>
$(function(){
$('#colour-variations ul').styleSwitcher({
defaultThemeId: 'theme-switch',
hasPreview: false,
cookie: {
expires: 30,
isManagingLoad: true
}
});
$('.option-toggle').click(function() {
$('#colour-variations').toggleClass('sleep');
});
});
</script>
<!-- End demo purposes only -->
<!-- Main JS (Do not remove) -->
<script src="js/main.js"></script>
<!-- Add fancyBox main JS and CSS files -->
<script src="js/jquery.fancybox.js" type="text/javascript"></script>
<link href="css/jquery.fancybox.css" media="screen" rel="stylesheet" type="text/css" />
<!-- fancybox_app -->
<script src="js/fancybox_app.js" type="text/javascript"></script>
<!-- Add mousewheel plugin (this is optional) -->
<script src="js/jquery.mousewheel-3.0.6.pack.js" type="text/javascript"></script>
</body>
</html>