-
Notifications
You must be signed in to change notification settings - Fork 12
/
Copy pathindex.html
649 lines (550 loc) · 27.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
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
<!DOCTYPE html>
<html lang="en">
<head>
<title>COSEC | An Open Source Initiative </title>
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<meta name="description" content="It's an Open source initiative of JECRC University COSEC is all about to encourage students to contribute to open source projects and providing students with tools and education they need to advance their skills. Our goals are to raise awareness towards increased education and enlighten the knowledge of what, why and how to contribute to open source projects. One key initiative for COSEC is to foster the skillset of students through practical education. Our mission is to connecting students to the best open source activities on the web. Club Members will develop new skills, contribute to innovative web technologies, and be part of a powerful network of students and professionals, dedicated to keeping the web a public resource, open and accessible to all....">
<meta name="keywords" content="cosec, cosecju, cosec ju, open source community, opensource community, jecrc open source community, jecrc university, ju, jecrc, ju opensource community, ju open source community, open source, Akshay Bengani, Prashant Pandey, Shivank Gautam, Chirag Gupta, Shubham Dhanuka, Akshay, Bengani,[email protected], shivank98, DrVirus, Ethical Hacking, Web Development, Android Devlopment, Python">
<script type="application/x-javascript"> addEventListener("load", function() { setTimeout(hideURLbar, 0); }, false); function hideURLbar(){ window.scrollTo(0,1); } </script>
<!-- Global Site Tag (gtag.js) - Google Analytics -->
<script async src="https://www.googletagmanager.com/gtag/js?id=UA-91497627-2"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag(){dataLayer.push(arguments);}
gtag('js', new Date());
gtag('config', 'UA-91497627-2');
</script>
<script src="js/fire.js"></script>
<!-- Custom Theme files -->
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/css/bootstrap.min.css">
<link href="css/bootstrap.css" type="text/css" rel="stylesheet" media="all">
<link href="css/style.css" type="text/css" rel="stylesheet" media="all">
<link rel="stylesheet" href="css/flexslider.css" type="text/css" media="screen"/> <!-- flexslider-CSS -->
<link href="css/font-awesome.css" rel="stylesheet">
<!-- font-awesome icons -->
<link href="https://fonts.googleapis.com/css?family=Orbitron|Patua+One|Inconsolata" rel="stylesheet">
<link rel="stylesheet" href="css/swipebox.css">
<!-- //web-fonts -->
<script type="text/javascript" src="js/timeclock.js"></script>
<link rel="javascript" type="text/css" href="js/fire.js">
<script type="text/javascript" src="js/fire.js"></script>
<style>
#banner {
position: absolute;
top: 0px;
left: 0px;
right: 0px;
width: 100%;
height: 100%;
z-index: -1;
}
</style>
</head>
<body>
<div>
<img id="banner" src="images/6.jpg" alt="Banner Image"/>
<!-- //banner-text -->
<!-- arrow bounce -->
<div class="agileits-arrow bounce animated">
<a href="#about" class="scroll"><i class="fa fa-angle-down" aria-hidden="true"></i></a>
</div>
<!-- //arrow bounce -->
<!-- //banner -->
<!-- about -->
<div id="welcome" class="about-w3agile padding-top-bottom-section">
<div class="container">
<h2 class="w3ls_head">Welcome to <span>COSEC</span></h2>
<p class="w3agile">In real open source, you have the right to control your own destiny. Here we at COSEC helps
you to discover your true and hidden potential in the field of technology. At COSEC students build and
deploy products based on Open Source in the market </p>
<div class="col-sm-4 abt-agile-info-left">
<div class="agile-info-first agileits">
<i class="fa fa-heart-o icon featured" aria-hidden="true"></i>
<h4>Projects Deployment</h4>
<p>Development and Deployment of Projects based on Open Source. </p>
</div>
</div>
<div class="col-sm-4 abt-agile-info-left">
<div class="agile-info-middle agileits">
<i class="fa fa-tv icon featured" aria-hidden="true"></i>
<h4>Hackathons</h4>
<p>We organize and participate in hackathons all over India.</p>
</div>
</div>
<div class="col-sm-4 abt-agile-info-left">
<div class="agile-info-last agileits">
<i class="fa fa-clone icon featured" aria-hidden="true"></i>
<h4>Workshops</h4>
<p>We organize, volunteer and co-ordinate in various hackathons and meetups all over India.</p>
</div>
</div>
<div class="clearfix"></div>
</div>
</div>
<!-- About us from od website-->
<div id="about" class="padding-top-bottom-section">
<div class="container-fluid slideanim">
<div class="row">
<div class="col-sm-6">
<div class="row text-center">
<span class="glyphicon glyphicon-home home1"></span>
</div>
<div class="row">
<div class="col-sm-10 col-sm-offset-1 text-justify">
<h1 class="text-center abt-heading-padding"><b>About COSEC</b></h1>
<h4>It's an Open source initiative of JU Students</h4>
<h5 class="font-family-patua font-fixed-p">COSEC is all about to encourage students to contribute to open
source projects and providing students with tools and education
they need to advance their skills.
Our goals are to raise awareness towards increased education and
enlighten the knowledge of what, why and how to contribute to
open source projects.
One key initiative for COSEC is to foster the skillset of students
through practical education. Our mission is to connecting students
to the best open source activities on the web. Club Members will
develop new skills, contribute to innovative web technologies, and
be part of a powerful network of students and professionals,
dedicated to keeping the web a public resource, open and
accessible to all.</h5>
</div>
</div>
</div>
<div class="col-sm-6">
<div class="row text-center">
<span class="glyphicon glyphicon-user user1"></span>
</div>
<div class="row">
<div class="col-sm-10 col-sm-offset-1 text-justify">
<h1 class="text-center abt-heading-padding"><b>Our Mission</b></h1>
<h4>This is what Thrives us to work for success..</h4>
<h5 class="font-family-patua font-fixed-p">We hope to discover new talents, methods and ideas; and to
encourage development in the field of open source. It is our hope
that besides discovering people with good skillset, the COSEC will
inspire the development of Information technology professionals of
the future.
We hope to foster friendship and create cohesiveness between
information technology professionals, whether as an individual,
representing a corporation or for a national agency, and encourage
frequent exchange of essential information, technology and skills
through the games.
COSEC facilitates the creation of a new age of cooperation,
collaboration, innovation, creativity.</h5>
</div>
</div>
</div>
</div>
</div>
</div>
<br>
<br>
<!-- //about-w3agile -->
<!-- services -->
<div class="services">
<div class="services-grids">
<div class="col-md-3 col-xs-3 serv-agileinfo view view-ninth">
<img src="images/g1.jpg" class="img-responsive" alt="JU Technical Community"/>
<div class="mask mask-1"></div>
<div class="mask mask-2"></div>
<div class="content">
<h5>Learn Github</h5>
<p>Get ready to pull, push and commit your repositories....</p>
</div>
</div>
<div class="col-md-3 col-xs-3 serv-agileinfo serv-w3text">
<h3>Web Development</h3>
<p>We will help you in designing and deployment of websites as a product designers.</p>
</div>
<div class="col-md-3 col-xs-3 serv-agileinfo view view-ninth agileits-w3layouts">
<img src="images/g3.png" class="img-responsive" alt="JU Technical Community"/>
<div class="mask mask-1"></div>
<div class="mask mask-2"></div>
<div class="content">
<h5>Learn Android </h5>
<p>Get ready to build some cool apk apps..</p>
</div>
</div>
<div class="col-md-3 col-xs-3 serv-agileinfo serv-w3text">
<h3 class="works ser-wthreetext">Learn Python..</h3>
<p> Come and join us in contributing to the world of programming by implementing your projects in python</p>
</div>
<div class="clearfix"></div>
</div>
<div class="services-grids agileits-w3layouts">
<div class="col-md-3 col-xs-3 serv-agileinfo serv-w3text">
<h3 class="ser-wthreetext">Learn Github</h3>
<p>Learn how to create your own repositories with Git Command Line so that you have something to show on
your CV as a developer.</p>
</div>
<div class="col-md-3 col-xs-3 serv-agileinfo view view-ninth">
<img src="images/g3.jpg" class="img-responsive" alt="JU Technical Community"/>
<div class="mask mask-1"></div>
<div class="mask mask-2"></div>
<div class="content">
<h5>Learn web Development</h5>
<p>Get ready to play with Domains..</p>
</div>
</div>
<div class="col-md-3 col-xs-3 serv-agileinfo serv-w3text">
<h3 class="works ser-wthreetext">Android App Development</h3>
<p> We will help you create and deploy your own android apps on the play store.</p>
</div>
<div class="col-md-3 col-xs-3 serv-agileinfo view view-ninth">
<img src="images/g4.png" class="img-responsive" alt="JU Technical Community"/>
<div class="mask mask-1"></div>
<div class="mask mask-2"></div>
<div class="content">
<h5>Learn Python</h5>
<p>Get your hands on with Advanced programming language..</p>
</div>
</div>
<div class="clearfix"></div>
</div>
</div>
<!-- Our Team Section comes with a new Container-->
<div id="team" class="about team padding-top-bottom-section">
<div class="container">
<h3 class="w3ls_head">Our Team</h3>
<p class="w3agile">Let me Introduce you with the team of COSEC who made
this club on Open Source possible in this college. Come, help and contribute them by working on Open Source
Projects. You could even initiate your projects and support them with your new ideas. </p>
<div class="team-agileinfo w3-agile">
<!-- Team member Prashant Pandey-->
<div class="col-md-3 col-sm-6 col-xs-6 team-grids">
<div class="thumbnail team-agileits w3-agile">
<img src="images/t1.jpg" class="img-responsive" alt="..." style="width:150px;height:150px;">
<div class="w3agile-caption">
<h4>Prashant Pandey</h4>
<p>Founder of COSEC Community</p>
<p>Contact No:- +91-9821071837</p>
<div class="social-icon">
<a href="#" class="social-button twitter"><i class="fa fa-twitter"></i></a>
<a href="#" class="social-button facebook"><i class="fa fa-facebook"></i></a>
<a href="#" class="social-button google"><i class="fa fa-google-plus"></i></a>
</div>
</div>
</div>
</div>
<!-- Team member Akshay Bengani-->
<div class="col-md-3 col-sm-6 col-xs-6 team-grids">
<div class="thumbnail team-agileits agile">
<img src="images/t4.jpg" class="img-responsive" alt="...">
<div class="w3agile-caption agile">
<h4>Akshay Bengani</h4>
<p>Co-Founder and Organizer</p>
<p>Contact No:- +91-7737929302</p>
<div class="social-icon">
<a href="#" class="social-button twitter"><i class="fa fa-twitter"></i></a>
<a href="#" class="social-button facebook"><i class="fa fa-facebook"></i></a>
<a href="#" class="social-button google"><i class="fa fa-google-plus"></i></a>
</div>
</div>
</div>
</div>
<!-- Team member Ravi Shankar Sharma-->
<div class="col-md-3 col-sm-6 col-xs-6 team-grids">
<div class="thumbnail team-agileits w3-agile">
<img src="images/t6.jpg" class="img-responsive" alt="..." style="width:150px;height:150px;">
<div class="w3agile-caption">
<h4>Mr. Ravi Shankar Sharma</h4>
<p>Assistant Professor in jecrc University</p>
<p>Contact No:- +91-9413091927</p>
<div class="social-icon">
<a href="#" class="social-button twitter"><i class="fa fa-twitter"></i></a>
<a href="#" class="social-button facebook"><i class="fa fa-facebook"></i></a>
<a href="#" class="social-button google"><i class="fa fa-google-plus"></i></a>
</div>
</div>
</div>
</div>
<!-- Team member Shubham Dhanuka-->
<div class="col-md-3 col-sm-6 col-xs-6 team-grids">
<div class="thumbnail team-agileits w3-agile">
<img src="images/t5.jpg" class="img-responsive" alt="..."style="width:150px;height:150px;">
<div class="w3agile-caption">
<h4>Shubham Dhanuka</h4>
<p>Cyber and Network Enthusiast and a BlockChain Developer</p>
<p>Contact No:- +91-7230882125</p>
<div class="social-icon">
<a href="#" class="social-button twitter"><i class="fa fa-twitter"></i></a>
<a href="#" class="social-button facebook"><i class="fa fa-facebook"></i></a>
<a href="#" class="social-button google"><i class="fa fa-google-plus"></i></a>
</div>
</div>
</div>
</div>
<!-- Team member Shivank Gautam-->
<div class="col-md-3 col-sm-6 col-xs-6 team-grids">
<div class="thumbnail team-agileits w3-agile">
<img src="images/t21.jpg" class="img-responsive" alt="...">
<div class="w3agile-caption">
<h4>Shivank Gautam</h4>
<p>Microsoft Student Partner</p>
<p>Contact No:- +91-9166945880</p>
<div class="social-icon">
<a href="#" class="social-button twitter"><i class="fa fa-twitter"></i></a>
<a href="#" class="social-button facebook"><i class="fa fa-facebook"></i></a>
<a href="#" class="social-button google"><i class="fa fa-google-plus"></i></a>
</div>
</div>
</div>
</div>
<!-- Team member Jatin Pandya-->
<div class="col-md-3 col-sm-6 col-xs-6 team-grids">
<div class="thumbnail team-agileits w3-agile">
<img src="images/Jatinj.jpg" class="img-responsive" alt="..."style="width:150px;height:150px;">
<div class="w3agile-caption">
<h4>Jatin Pandya</h4>
<p>UCweb Campus Manager</p>
<p>Contact No:- +91-8108575659</p>
<div class="social-icon">
<a href="#" class="social-button twitter"><i class="fa fa-twitter"></i></a>
<a href="#" class="social-button facebook"><i class="fa fa-facebook"></i></a>
<a href="#" class="social-button google"><i class="fa fa-google-plus"></i></a>
</div>
</div>
</div>
</div>
<!-- Team member Saksham-->
<div class="col-md-3 col-sm-6 col-xs-6 team-grids">
<div class="thumbnail team-agileits w3-agile">
<img src="image/sakshamt.jpg" class="img-responsive" alt="..."style="width:150px;height:150px;">
<div class="w3agile-caption">
<h4>Saksham Taneja</h4>
<p>Dell Campus Representative</p>
<p>Contact No:- +91-98295 99750</p>
<div class="social-icon">
<a href="#" class="social-button twitter"><i class="fa fa-twitter"></i></a>
<a href="#" class="social-button facebook"><i class="fa fa-facebook"></i></a>
<a href="#" class="social-button google"><i class="fa fa-google-plus"></i></a>
</div>
</div>
</div>
</div>
<div class="clearfix"></div>
</div>
</div>
</div>
<!-- //team -->
<!-- about-slid -->
<style>
.features-and-why li{
text-align: justify;
padding-left: 16px;
margin-top: 28px;
}
</style>
<div class="about-w3slid jarallax" id="services">
<div class="subscribe-agileinfo about-w3agile">
<div class="container padding-top-bottom-section">
<h3>Learn <span>More about</span> Cosec....</h3>
<font style="color:white"><p>
<center> The Question now arises that why you should Join us?</center>
<br>
So to answer this, we have few points....<br><br></p>
<p>
<ol type="i" class="features-and-why">
<li>We are the only club in Jaipur having a combination of various Student Ambassadors. We have Firefox Club
Amabassador, Google Facilitator, Microsoft Student Partner,
Rajasthan Cyber Cell intern, Madhya Pradesh Cyber Cell intern and Many more..
</li>
<li> You get a chance to learn from Industry Ready Experts having hands on Web Development, Android
Development, IOS Developments and new emerging Technology like Blockchain & Machine Learning.
</li>
<li> Throughout our Sessions we will be working on Projects completely based on Open Source so that
after graduation you and your CV has some weight.
</li>
<li> You will be having great mentors guiding and motivating you to work on new technologies.</li>
<li>You get the chance to mentor and guide you upcoming junior once you attain some level.</li>
<li>You will attain a work experince before even joining a company</li>
<li>We will make you independent of college placements.</li>
<li>The best of all, its completely free</li>
</ol>
<br>
<br> Follow the link below to register..
<br>
<div class="col-sm-12 text-right">
<button class="w3-btn w3-ripple w3-green w3-padding-large"><a
href="https://docs.google.com/forms/d/e/1FAIpQLSdW1XpjgYqJG_v5H1Rz9AkQdhCVw8rJxXezJyPq_1aRCsqhPg/viewform" target="_blank"> Click here to register...</a>
</button>
</div>
<br><br>
</font></div>
</div>
</div>
</div>
<!-- //about-slid -->
<!-- contact -->
<div id="contact" class="contact padding-top-bottom-section">
<div class="container">
<h3 class="w3ls_head">Contact Us</h3>
<p class="w3agile">You can contact our team at the following details.</p>
<div class="contact-info">
<div class="col-md-4 contact-grids">
<div class="cnt-address">
<h3>Address</h3>
<h4>JECRC University, Sitapura, Jaipur 303905
<h4>Get In Touch</h4>
<p>Mobile No 1: +91-7230882125
<span>Mobile No 2: +91-7737929302</span>
E-mail: <a href="mailto:[email protected]">[email protected]</a>
</p>
</div>
</div>
<div class="col-md-8 contact-grids">
<h4 class="cnt-text">Please feel free to drop your queries at :-</h4>
<div class="contact-form">
<h3>Drop Us a Line</h3>
<form action="https://formspree.io/[email protected]" method="POST">
<textarea placeholder="Message" required=""></textarea>
<input type="text" placeholder="Name" required="">
<input type="email" placeholder="Email" required="">
<input type="submit" value="SEND">
</form>
</div>
</div>
<div class="clearfix"></div>
</div>
</div>
</div>
<!-- //contact -->
<!-- subscribe -->
<div class="subscribe jarallax">
<div class="subscribe-agileinfo">
<div class="container padding-top-bottom-section">
<h3>SignUp Newsletter</h3>
<form action="https://formspree.io/[email protected]" method="POST">
<input type="text" name="name" placeholder="Your Name" required="">
<input type="email" name="email" placeholder="Your Email" required="">
<input type="submit" value="Submit">
<div class="clearfix"></div>
</form>
</div>
</div>
</div>
<!-- //subscribe -->
<!-- footer -->
<div class="w3l-footer">
<div class="container">
<div class="footer-w3logo">
<a href="index.html">
<img src="images/COSEC_LOGO_website.png" width="30%" height="30%" alt="COSEC LOGO">
</a>
</div>
<div class="right-social">
<div class="social-icon">
<a href="https://www.youtube.com/channel/UCDImJzA7zhEBPdJE2VgX5Ig/featured"
class="social-button youtube"><i class="fa fa-youtube"></i></a>
<a href="https://www.facebook.com/cosecju/" class="social-button facebook" target="_blank"><i
class="fa fa-facebook"></i></a>
<a href="https://plus.google.com/communities/109042442031170338643?sqinv=YjYwR2h6YURNREZTdE0wYW1QdnhYZ2cyOTJUSGlR" class="social-button google"><i class="fa fa-google-plus"></i></a>
</div>
</div>
<div class="clearfix"></div>
<div class="footer-nav">
<ul>
<li><a href="index.html" class="active">Home</a></li>
<li><a href="#about" class="scroll">About Us</a></li>
<li><a href="#services" class="scroll">Registration</a></li>
<li><a href="#team" class="scroll">Our Team</a></li>
<li><a href="#contact" class="scroll">Contact Us</a></li>
</ul>
</div>
<div class="copyright-agile">
This site has been made by Cosec Team. All rights reserved!
</div>
<SCRIPT LANGUAGE="JavaScript">
<!-- Fireworks
if (document.getElementById){
// Plenty of black gives a better sparkle effect.
showerCol=new Array('#000000','#ff0000','#ffffff','#000000','#00ff00','#ff00ff','#ffffff','#ffa500','#000000','#fff000');
launchCol=new Array('#ffff00','#ff00ff','#00ffff','#ffffff','#ff8000');
runSpeed=90; //setTimeout speed.
// *** DO NOT EDIT BELOW ***
var yPos=200;
var xPos=200;
var explosionSize=200;
var launchColour='#ffff80';
var timer=null;
var dims=1;
var evn=360/14;
firework=new Array();
var ieType=(typeof window.innerWidth != 'number');
var ieRef=((ieType) && (document.compatMode) &&
(document.compatMode.indexOf("CSS") != -1))
?document.documentElement:document.body;
thisStep=0;
step=5;
for (i=0; i < 14; i++){
document.write('<div id="sparks'+i+'" style="position:absolute;top:0px;left:0px;height:1px;width:1px;font-size:1px;background-color:'+launchColour+'"><\/div>');
firework[i]=document.getElementById("sparks"+i).style;
}
function winDims(){
winH=(ieType)?ieRef.clientHeight:window.innerHeight;
winW=(ieType)?ieRef.clientWidth:window.innerWidth;
bestFit=(winW >= winH)?winH:winW;
}
winDims();
window.onresize=new Function("winDims()");
function Reset(){
var dsy=(ieType)?ieRef.scrollTop:window.pageYOffset;
thisStep=-1;
launchColour = launchCol[Math.floor(Math.random()*launchCol.length)];
explosionSize=Math.round(100+Math.random()*(bestFit/4));
yPos = explosionSize+Math.round(Math.random()*(winH-(explosionSize*2.2)))+dsy;
xPos = explosionSize+Math.round(Math.random()*(winW-(explosionSize*2.2)));
dims=1;
for (i=0; i < 14; i++){
firework[i].backgroundColor=launchColour;
firework[i].width=dims+"px";
firework[i].height=dims+"px";
firework[i].fontSize=dims+"px";
}
Fireworks();
}
function Fireworks(){
thisStep+=step;
timer=setTimeout("Fireworks()",runSpeed);
for (i=0; i < 14; i++){
firework[i].top = yPos + explosionSize * Math.sin(i*evn*Math.PI/180)*Math.sin(thisStep/100)+"px";
firework[i].left= xPos + explosionSize * Math.cos(i*evn*Math.PI/180)*Math.sin(thisStep/100)+"px";
if (thisStep > 100){
dims=(explosionSize < 150)?1:Math.round(1+Math.random()*2);
firework[i].backgroundColor=showerCol[Math.floor(Math.random()*showerCol.length)];
firework[i].width=dims+"px";
firework[i].height=dims+"px";
firework[i].fontSize=dims+"px";
}
}
if (thisStep > 160){
clearTimeout(timer);
Reset();
}
}
window.onload=Fireworks;
}
//-->
</SCRIPT>
</div>
</div>
<!-- smooth-scrolling-of-move-up -->
<script type="text/javascript">
$(document).ready(function () {
/*
var defaults = {
containerID: 'toTop', // fading element id
containerHoverID: 'toTopHover', // fading element hover id
scrollSpeed: 1200,
easingType: 'linear'
};
*/
$().UItoTop({easingType: 'easeOutQuart'});
});
</script>
<!-- //smooth-scrolling-of-move-up -->
<!-- Bootstrap core JavaScript
================================================== -->
<!-- Placed at the end of the document so the pages load faster -->
<script src="js/bootstrap.js"></script>
</body>
</html>