-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathindex.html
703 lines (471 loc) · 29.2 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
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
701
702
703
<!DOCTYPE html>
<!--[if lt IE 9 ]><html class="no-js oldie" lang="en"> <![endif]-->
<!--[if IE 9 ]><html class="no-js oldie ie9" lang="en"> <![endif]-->
<!--[if (gte IE 9)|!(IE)]><!-->
<html class="no-js" lang="en">
<!--<![endif]-->
<head>
<!--- basic page needs
================================================== -->
<meta charset="utf-8">
<title>Mozilla Campus Club - Uva Wellassa University</title>
<meta name="description" content="">
<meta name="author" content="">
<!-- mobile specific metas
================================================== -->
<meta name="viewport" content="width=device-width, initial-scale=1">
<!-- CSS
================================================== -->
<link rel="stylesheet" href="css/base.css">
<link rel="stylesheet" href="css/vendor.css">
<link rel="stylesheet" href="css/main.css">
<!-- script
================================================== -->
<script src="js/modernizr.js"></script>
<script src="js/pace.min.js"></script>
<!-- favicons
================================================== -->
<link rel="shortcut icon" href="mozicon.ico" type="image/x-icon">
<link rel="icon" href="mozicon.ico" type="image/x-icon">
</head>
<body id="top">
<!-- header
================================================== -->
<header id="header" class="row">
<div class="header-logo">
<a href="index.html">Mozilla Campus Club - UWU</a>
</div>
<nav id="header-nav-wrap">
<ul class="header-main-nav">
<li class="current"><a class="smoothscroll" href="#home" title="home">Home</a></li>
<li><a class="smoothscroll" href="#about" title="about">About Us</a></li>
<li><a class="smoothscroll" href="#getstarted" title="getstarted">Get Started</a></li>
<li><a class="smoothscroll" href="#Events" title="Events">Events</a></li>
<li><a class="smoothscroll" href="#team" title="team">Our Team</a></li>
</ul>
</nav>
<div class="header-mlogo">
<a href="https://www.mozilla.org/">Mozilla</a>
</div>
<a class="header-menu-toggle" href="#"><span>Menu</span></a>
</header> <!-- /header -->
<!-- home
================================================== -->
<section id="home" data-parallax="scroll" data-image-src="images/hero-bg.jpg" data-natural-width=3000 data-natural-height=2000>
<div class="overlay"></div>
<div class="home-content">
<div class="row contents">
<div class="home-content-left">
<h3 data-aos="fade-up">Welcome To</h3>
<h1 data-aos="fade-up">Mozilla Campus Club<br>UWU</h1>
<div class="buttons" data-aos="fade-up">
<h3 data-aos="fade-up"> Don't Have Membership Yet ?</h3>
<a href="https://mozillauwu.github.io/membership/" target="_blank" class="button stroke">
<span class="icon-user-add" aria-hidden="true"></span>
Membership
</a>
</div>
</div>
<div class="home-image-right">
<img src="images/logo-app-470.png"
srcset="images/logo-app-470.png 1x, images/logo-app-940.png 2x"
data-aos="fade-up">
</div>
</div>
</div> <!-- end home-content -->
<ul class="home-social-list">
<li>
<a href="https://www.facebook.com/mozillauwu" target="_blank"><i class="fa fa-facebook-square"></i></a>
</li>
<li>
<a href="https://twitter.com/mozillauwu" target="_blank"><i class="fa fa-twitter"></i></a>
</li>
<li>
<a href="https://www.linkedin.com/company/mozillauwu/" target="_blank"><i class="fa fa-linkedin"></i></a>
</li>
</ul>
<!-- end home-social-list -->
<div class="home-scrolldown">
<a href="#about" class="scroll-icon smoothscroll">
<span>Scroll Down</span>
<i class="icon-arrow-right" aria-hidden="true"></i>
</a>
</div>
</section> <!-- end home -->
<!-- about
================================================== -->
<section id="about">
<div class="row about-intro">
<div class="col-four">
<h1 class="intro-header" data-aos="fade-up">About US</h1>
</div>
<div class="col-eight">
<p class="lead" data-aos="fade-up">
Mozilla’s mission is to ensure the Internet is a global public resource, open and accessible to all. A Mozilla University & College Club is a group of students with a passion for technology who meet regularly to advance this mission by building and innovating on open source projects that keep the web open.
<br><br>
Mozilla Campus Club - Uva Wellassa University is a community organization which supports our students to contribute Free and Open Source Software (FOSS) projects to make global web better.
</p>
</div>
</div>
<div class="row about-features">
<div class="features-list block-1-3 block-m-1-2 block-mob-full group">
<div class="bgrid feature" data-aos="fade-up">
<span class="icon"><i class="icon-education"></i></span>
<div class="service-content">
<h3>Interest-based, peer-supported learning</h3>
<p>Club gatherings are hands-on, production-centered and social. In Mozilla Campus Club - Uva Wellassa University the learners are most engaged when they are working on projects they care about, and are with peers who support and encourage them.
</p>
</div>
</div> <!-- /bgrid -->
<div class="bgrid feature" data-aos="fade-up">
<span class="icon"><i class="icon-book"></i></span>
<div class="service-content">
<h3>Curriculum that’s free, open and educator-tested</h3>
<p>Mozilla Campus Clubs Community offer a collection of resources and <a href="https://learning.mozilla.org/en-US/activities" target="_blank">teaching activities</a> that are free, open and remixable. Each is grounded in the <a href="https://learning.mozilla.org/en-US/web-literacy/" target="_blank">Web Literacy Map</a> and includes step-by-step instructions and tips for facilitation.
</p>
</div>
</div> <!-- /bgrid -->
<div class="bgrid feature" data-aos="fade-up">
<span class="icon"><i class="icon-users"></i></span>
<div class="service-content">
<h3>Best practices and community mentorship</h3>
<p>Mozilla Campus Club participants have access to best practices and mentorship from Mozilla community members around the world through their newsletters, community calls, public forums and growing list of resources.
</p>
</div>
</div> <!-- /bgrid -->
<div class="bgrid feature" data-aos="fade-up">
<span class="icon"><i class="icon-desktop"></i></span>
<div class="service-content">
<h3>FOSS Community CSUWU</h3>
<p>We encourage students to contribute Free and Open Source Software (FOSS) projects to make global web better and to improve their coding performances. You can share your codes and to fork others' also. Check it on our github profile <a href="https://csuwu.github.io/" target="_blank">CSUWU Github.</a>
</p>
</div>
</div> <!-- /bgrid -->
<div class="bgrid feature" data-aos="fade-up">
<span class="icon"><i class="icon-home"></i></span>
<div class="service-content">
<h3>Regular engagement</h3>
<p>Through regular meetings and whatsapp,facebook,LinkedIn sharings, Mozilla Campus Club - UWU participants can deepen their learning while contributing to Mozilla’s global outreach and Web Literacy work too.
</p>
</div>
</div> <!-- /bgrid -->
<div class="bgrid feature" data-aos="fade-up">
<span class="icon"><i class="icon-gift"></i></span>
<div class="service-content">
<h3>Interactive Activities Always</h3>
<p>In Mozilla Campus Club - Uva Wellassa University, we always interact with the participants with a regular events plan. We have workshops and tutorials(Git and GitHub, Javascript and Nodejs, Mobile Sites Certification, etc), Contests (FOSS Hack, Designzilla etc) And also free giveaways (Stickers, Swag Packs etc) too.
</p>
</div>
</div> <!-- /bgrid -->
</div> <!-- end features-list -->
</div> <!-- end about-features -->
<div class="row about-how">
<div class="">
<h1 class="intro-header" data-aos="fade-up">Mozilla Story</h1>
<p align="center" data-aos="fade-up">Did you know Mozilla (the creators of Firefox) are a non-profit organization, dedicated to keeping the internet free, open, and accessible to all? Neither did we! Our latest Thought Bubble tells the story of Mozilla for the first time. How it got started, and why.
</p>
<div align="center" class="plan-bottom-part">
<p data-aos="fade-up"> <iframe width="560" height="315" src="https://www.youtube.com/embed/tDDVAErOI5U" frameborder="0" allow="autoplay; encrypted-media" style='position:static;top:0;left:0;width: 60%;margin-left: auto;margin-right: auto;display: block' allowfullscreen></iframe> </p>
</div>
</div>
</div> <!-- end about-how-content -->
</div> <!-- end about-how -->
<div class="row about-bottom-image">
<img src="images/app-screens-1200.png"
srcset="images/app-screens-600.png 600w,
images/app-screens-1200.png 1200w,
images/app-screens-2800.png 2800w"
sizes="(max-width: 2800px) 100vw, 2800px"
alt="App Screenshots" data-aos="fade-up">
</div> <!-- end about-bottom-image -->
</section> <!-- end about -->
<!-- getstarted
================================================== -->
<section id="getstarted">
<div class="row getstarted-content">
<h1 class="intro-header" data-aos="fade-up">How To Get Started.</h1>
<div class="about-how-content" data-aos="fade-up">
<div class="about-how-steps block-1-2 block-tab-full group">
<div class="bgrid step" data-item="1">
<h3>Get-Registered</h3>
<p>Open up the typeform to be registered from <a href="https://mozillauwu.github.io/membership/"> here </a> for free regitraion.<br> Fill the form with your Name,UWU registration number and Email to get the membership.
</p>
</div>
<div class="bgrid step" data-item="2">
<h3>Connect</h3>
<p>Keep in touch with the community
<ul>
<li><i class="fa fa-whatsapp"></i> Connect to the <a href="https://chat.whatsapp.com/ISNyrbLHAzG26zkRrBUKSo" target="_blank">WhatsApp group</a>. </li>
<li><i class="fa fa-facebook-square"></i> Connect to the <a href="https://www.facebook.com/mozillauwu" target="_blank">Facebook Page.</a></li>
<li><i class="fa fa-twitter-square"></i> Connect to the <a href="https://twitter.com/mozillauwu" target="_blank">Twitter.</a></li>
<li><i class="fa fa-linkedin-square"></i> Connect to the <a href="https://www.linkedin.com/company/mozillauwu/" target="_blank">Linkedin.</a></li>
</ul>
</p>
</div>
<div class="bgrid step" data-item="3">
<h3>Contribute</h3>
<p>Contribute to open source projects at Uva Wellassa University Github <a href="https://csuwu.github.io/
" target="_blank">CSUWU.</a> And take your projects and knowledge to the globe.
</p>
</div>
<div class="bgrid step" data-item="4">
<h3>Get Benefited</h3>
<p>Take all the benefits of Global and Local Opportunities from the Mozilla Campus Club - Uva Wellassa University with interactive workshops, contests.
</p>
</div>
</div>
</div> <!-- end getstarted-content -->
</section> <!-- end getstarted -->
<!-- Events Section
================================================== -->
<section id="Events">
<div class="row">
<div class="col-twelve">
<h1 class="intro-header" data-aos="fade-up">Our Ongiong Events.</h1>
</div>
</div>
<div class="row owl-wrap">
<div id="testimonial-slider" data-aos="fade-up">
<div align="center" class="slides owl-carousel">
<div>
<div align="center" class="col-1-2">
<p>
DesignZilla One Page Website Design Hackathon
</p>
</div>
<div class="col-1-2" align="center">
<p><img src="images/events/DesignZilla.jpg"></p>
</div>
</div>
<div>
<div align="center" class="col-1-2">
<p>
Git And Github Workshop
</p>
</div>
<div class="col-1-2" align="center">
<p><img src="images/events/Git.jpg"></p>
</div>
</div>
<div>
<div align="center" class="col-1-2">
<p>
Javascript and Nodejs Workshop
</p>
</div>
<div class="col-1-2" align="center">
<p><img src="images/events/Js.jpg"></p>
</div>
</div>
<div>
<div align="center" class="col-1-2">
<p>
Mobile Sites Certification Workshop
</p>
</div>
<div class="col-1-2" align="center">
<p><img src="images/events/Mobile.jpg"></p>
</div>
</div>
</div> <!-- end slides -->
</div> <!-- end testimonial-slider -->
</div> <!-- end flex-container -->
</section> <!-- end Events -->
<!-- download
================================================== -->
<section id="team">
<section id="download">
<div class="row">
<h1 class="intro-header" data-aos="fade-up">Our Team</h1>
<div class="features-list block-1-4 block-m-1-2 block-mob-full group">
<div class="bgrid feature" data-aos="fade-up">
<div class="testimonial-author">
<img src="images/team/Lead.jpg" alt="Lead image">
<div class="author-info">
Shalitha Suranga
<span class="position"><h3>Club Lead<br>Captain</h3></span>
</div>
</div>
<div class="service-content">
<a href="https://www.facebook.com/shalithasuranga" target="_blank"><i class="fa fa-facebook-square"></i></a>
<a href="https://twitter.com/ShalithaSuranga" target="_blank"><i class="fa fa-twitter-square"></i></a>
</div>
</div> <!-- /bgrid -->
<div class="bgrid feature" data-aos="fade-up">
<div class="testimonial-author">
<img src="images/team/Marketing_Publicity_Lead.jpg" alt="Marketing & Publicity Lead">
<div class="author-info">
Roshan Menuka
<span class="position"><h3>Marketing & Publicity Lead</h3></span>
</div>
</div>
<div class="service-content">
<a href="https://www.facebook.com/roshanmenuka" target="_blank"><i class="fa fa-facebook-square"></i></a>
<a href="https://twitter.com/roshanmenuka" target="_blank"><i class="fa fa-twitter-square"></i></a>
</div>
</div> <!-- /bgrid -->
<div class="bgrid feature" data-aos="fade-up">
<div class="testimonial-author">
<img src="images/team/Membership_Recruit_Lead.jpg" alt="Membership & Recruit Lead">
<div class="author-info">
Janith Samarathunga
<span class="position"><h3>Membership & Recruit Lead</h3></span>
</div>
</div>
<div class="service-content">
<a href="https://www.facebook.com/jsnimeda" target="_blank"><i class="fa fa-facebook-square"></i></a>
<a href="https://twitter.com/JSNimeda" target="_blank"><i class="fa fa-twitter-square"></i></a>
</div>
</div> <!-- /bgrid -->
<div class="bgrid feature" data-aos="fade-up">
<div class="testimonial-author">
<img src="images/team/Public_Relations_Lead.jpg" alt="Public Relations Lead">
<div class="author-info">
Yashith Gunawardana
<span class="position"><h3>Public Relations Lead</h3></span>
</div>
</div>
<div class="service-content">
<a href="https://www.facebook.com/yashith.gunawardana" target="_blank"><i class="fa fa-facebook-square"></i></a>
<a href="https://twitter.com/yashkouz" target="_blank"><i class="fa fa-twitter-square"></i></a>
</div>
</div> <!-- /bgrid -->
<div class="bgrid feature" data-aos="fade-up">
<div class="testimonial-author">
<img src="images/team/Event_Cordinator1.jpg" alt="Event Cordinator">
<div class="author-info">
Umesh Rathnayake
<span class="position"><h3>Event Cordinator</h3></span>
</div>
</div>
<div class="service-content">
<a href="https://www.facebook.com/gimnadaumesh" target="_blank"><i class="fa fa-facebook-square"></i></a>
<a href="https://twitter.com/gimnadaumesh" target="_blank"><i class="fa fa-twitter-square"></i></a>
</div>
</div> <!-- /bgrid -->
<div class="bgrid feature" data-aos="fade-up">
<div class="testimonial-author">
<img src="images/team/Event_Cordinator2.jpg" alt="Event Cordinator">
<div class="author-info">
Sachin Pramodya
<span class="position"><h3>Event Cordinator</h3></span>
</div>
</div>
<div class="service-content">
<a href="https://www.facebook.com/sachin.pramodya" target="_blank"><i class="fa fa-facebook-square"></i></a>
<a href="https://twitter.com/sachin_pramodya" target="_blank"><i class="fa fa-twitter-square"></i></a>
</div>
</div> <!-- /bgrid -->
<div class="bgrid feature" data-aos="fade-up">
<div class="testimonial-author">
<img src="images/team/Technical_Manager1.jpg" alt="Technical Manager">
<div class="author-info">
Imesh Umayanga
<span class="position"><h3>Technical Manager</h3></span>
</div>
</div>
<div class="service-content">
<a href="https://www.facebook.com/imesh.umayanga.5" target="_blank"><i class="fa fa-facebook-square"></i></a>
<a href="https://twitter.com/miuperera" target="_blank"><i class="fa fa-twitter-square"></i></a>
</div>
</div> <!-- /bgrid -->
<div class="bgrid feature" data-aos="fade-up">
<div class="testimonial-author">
<img src="images/team/Technical_Manager2.jpg" alt="Technical Manager">
<div class="author-info">
Isuru Edirisinghe
<span class="position"><h3>Technical Manager</h3></span>
</div>
</div>
<div class="service-content">
<a href="https://www.facebook.com/isuruedirisinghe80" target="_blank"><i class="fa fa-facebook-square"></i></a>
<a href="https://twitter.com/isuruedirisinghe80" target="_blank"><i class="fa fa-twitter-square"></i></a>
</div>
</div> <!-- /bgrid -->
</div> <!-- end features-list -->
</div>
</section> <!-- end download -->
</section>
<!-- footer
================================================== -->
<footer>
<div class="footer-main">
<div class="row">
<div class="col-three md-1-3 tab-full footer-info">
<div class="footer-logo"></div>
<p>
Mozilla Campus Club Community<br>
Uva Wellassa University
</p>
<ul class="footer-social-list">
<li>
<a href="https://www.facebook.com/mozillauwu" target="_blank"><i class="fa fa-facebook-square"></i></a>
</li>
<li>
<a href="https://twitter.com/mozillauwu" target="_blank"><i class="fa fa-twitter"></i></a>
</li>
<li>
<a href="https://www.linkedin.com/company/mozillauwu/" target="_blank"><i class="fa fa-linkedin"></i></a>
</li>
</ul>
</div> <!-- end footer-info -->
<div class="col-three md-1-3 tab-1-2 mob-full footer-contact">
<h4>Contact</h4>
<p>
Mozilla Campus Club<br>
Uva Wellassa University <br>
Passara Road, Badulla<br>
Sri Lanka<br>
</p>
<p>
mozillauwu@gmail.com<br>
</p>
</div> <!-- end footer-contact -->
<div class="col-two md-1-3 tab-1-2 mob-full footer-site-links">
<h4>Site Links</h4>
<ul class="list-links">
<li><a class="smoothscroll" href="#home">Home</a></li>
<li><a class="smoothscroll" href="#about">About Us</a></li>
<li><a class="smoothscroll" href="#getstarted">Get Started</a></li>
<li><a class="smoothscroll" href="#Events">Events</a></li>
<li><a class="smoothscroll" href="#team">Our Team</a></li>
</ul>
</div> <!-- end footer-site-links -->
<div class="col-four md-1-2 tab-full footer-subscribe">
<h4>Send a Message</h4>
<p>How did it feel? Send your feedbacks.</p>
<div class="subscribe-form">
<form id="mc-form" class="group">
<input type="email" value="" name="email" class="email" id="mc-email" placeholder="Email Address" required>
<input type="text" value="" name="msg" class="text-left" id="mc-msg" placeholder="Your Meaage" required>
<br>
<input type="submit" name="Sub">
</form>
</div>
</div> <!-- end footer-subscribe -->
</div> <!-- /row -->
</div> <!-- end footer-main -->
<div class="footer-bottom">
<div class="row">
<div class="col-twelve">
<div class="copyright">
<span>© Copyright Mozilla Campus Club - UWU.</span>
<span>Design by <a href="https://www.facebook.com/supuna.kaumada" target="_blank">Supuna Kaumada <i class="fa fa-facebook-square"></i></a></span>
</div>
<div id="go-top">
<a class="smoothscroll" title="Back to Top" href="#top"><i class="icon-arrow-up"></i></a>
</div>
</div>
</div> <!-- end footer-bottom -->
</div>
</footer>
<div id="preloader">
<div id="loader"></div>
</div>
<!-- Java Script
================================================== -->
<script src="js/jquery-2.1.3.min.js"></script>
<script src="js/plugins.js"></script>
<script src="js/main.js"></script>
</body>
</html>