forked from osl-vvce/osl-vvce.github.io
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
662 lines (519 loc) · 29 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
<!DOCTYPE html>
<html class="no-js" lang="en">
<head>
<!--- basic page needs
================================================== -->
<meta charset="utf-8">
<title>OSL VVCE</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="https://fonts.googleapis.com/css?family=Roboto:400,700|Montserrat:400,700">
<link rel='stylesheet' href='https://cdnjs.cloudflare.com/ajax/libs/twitter-bootstrap/3.3.7/css/bootstrap.min.css'>
<link rel='stylesheet' href='https://cdnjs.cloudflare.com/ajax/libs/animate.css/3.5.2/animate.min.css'>
<link rel='stylesheet' href='https://maxcdn.bootstrapcdn.com/font-awesome/4.7.0/css/font-awesome.min.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="favicon.png" type="image/x-icon">
<link rel="icon" href="favicon.png" type="image/x-icon">
</head>
<body id="top">
<!-- header
================================================== -->
<header class="s-header">
<div class="header-logo">
<a class="site-logo" href="index.html">
<img src="osc-logo.png" alt="Homepage">
</a>
</div> <!-- end header-logo -->
<nav class="header-nav">
<a href="#0" class="header-nav__close" title="close"><span>Close</span></a>
<div class="header-nav__content">
<h3>Transcend Studio</h3>
<ul class="header-nav__list">
<li class="current"><a class="smoothscroll" href="#home" title="home">Home</a></li>
<li><a class="smoothscroll" href="#about" title="about">About</a></li>
<li><a class="smoothscroll" href="#services" title="services">Facillities</a></li>
<li><a class="smoothscroll" href="#works" title="works">Gallery</a></li>
<li><a class="smoothscroll" href="#contact" title="contact">Contact</a></li>
</ul>
<p>Our aim is promoting open source software and hardware by creating, selecting and applying appropriate techniques,resources,modern engineering and IT tools including prediction modelling and designing soutions for complex engineering problems.</p>
<ul class="header-nav__social">
<li>
<a href="https://www.facebook.com/oslvvce/"><i class="fab fa-facebook"></i></a>
</li>
<li>
<a href="https://github.com/osl-vvce"><i class="fab fa-github"></i></a>
</li>
<li>
<a href="https://www.instagram.com/osl_vvce/"><i class="fab fa-instagram"></i></a>
</li>
</ul>
</div> <!-- end header-nav__content -->
</nav> <!-- end header-nav -->
<a class="header-menu-toggle" href="#0">
<span class="header-menu-icon"></span>
</a>
</header> <!-- end s-header -->
<!-- home
================================================== -->
<section id="home" class="s-home target-section" data-parallax="scroll" data-image-src="images/hero-bg.jpg" data-natural-width=3000 data-natural-height=2000 data-position-y=top>
<div class="shadow-overlay"></div>
<div class="home-content">
<div class="row home-content__main">
<div class="brand-heading">
<span class="txt-rotate" data-period="100" data-rotate='[ "Hello,", "ನಮಸ್ಕಾರ,", "नमस्ते,"]'></span>
</div>
<h1>
We are OSL VVCE.
</h1>
<p>
We provide mentorships <br>
that help you grow more.
</p>
</div> <!-- end home-content__main -->
</div> <!-- end home-content -->
<ul class="home-sidelinks">
<li><a class="smoothscroll" href="#about">About<span>who we are</span></a></li>
<li><a class="smoothscroll" href="#services">Facillities<span>what we provide</span></a></li>
<li><a class="smoothscroll" href="#contact">Contact<span>get in touch</span></a></li>
</ul> <!-- end home-sidelinks -->
<ul class="home-social">
<li class="home-social-title">Follow Us</li>
<li><a href="https://www.facebook.com/oslvvce/">
<i class="fab fa-facebook"></i>
<span class="home-social-text">Facebook</span>
</a></li>
<li><a href="https://github.com/osl-vvce">
<i class="fab fa-github"></i>
<span class="home-social-text">Github</span>
</a></li>
<li><a href="https://www.linkedin.com/company/osl-vvce/?originalSubdomain=in">
<i class="fab fa-linkedin"></i>
<span class="home-social-text">LinkedIn</span>
</a></li>
</ul> <!-- end home-social -->
<a href="#about" class="home-scroll smoothscroll">
<span class="home-scroll__text">Scroll Down</span>
<span class="home-scroll__icon"></span>
</a> <!-- end home-scroll -->
</section> <!-- end s-home -->
<!-- about
================================================== -->
<section id='about' class="s-about">
<div class="row section-header" data-aos="fade-up">
<div class="col-full">
<h3 class="subhead">Who We Are and</h3>
<h1 class="display-1">How OSL Can Help You</h1>
</div>
</div> <!-- end section-header -->
<div class="row" data-aos="fade-up">
<div class="col-full">
<p class="lead">
The open source community not only aims at creating awareness but also has a dedicated Open Source Lab (OSL) which is equipped with many open source operating systems. The open source lab also has hardware from top development platforms like Arduino,Rasberry pi and Node MCU.
</p>
</div>
</div> <!-- end about-desc -->
<div class="row">
<div class="about-process process block-1-2 block-tab-full">
<div class="process__vline-left"></div>
<div class="process__vline-right"></div>
<div class="col-block process__col" data-item="1" data-aos="fade-up">
<div class="process__text">
<h4>Open Source Software</h4>
<p>
Generally open source software is software that can be freely accessed,used,changed and shared by anyone.Open source software is made by many people and distributed under licenses that comply with the open source definition.
</p>
</div>
</div>
<div class="col-block process__col" data-item="2" data-aos="fade-up">
<div class="process__text">
<h4>Open Source Hardware</h4>
<p>
The hardware components of the OSL can be used for implementing projects on domains including IOT,home automation etc.among various other domains.A wide variety of sensors, servo motors and other actuators avilable in OSL to facilitate development of various projects and services.
</p>
</div>
</div>
<div class="col-block process__col" data-item="3" data-aos="fade-up">
<div class="process__text">
<h4>Easy To get Started</h4>
<p>
The lab has comprehensive documentation for novices and experts to get started on open source developments, with a robust community of like minded open source enthusiasts, getting help and collaborating is easy to do.
</p>
</div>
</div>
<div class="col-block process__col" data-item="4" data-aos="fade-up">
<div class="process__text">
<h4>Project Showcase</h4>
<p>
With the open source lab focusing on real time projects, you get a chance to showcase your projects both at college level and participate in competations organized at various levels..
</p>
</div>
</div>
</div> <!-- end process -->
</div> <!-- end about-stats -->
</section> <!-- end s-about -->
<!-- facillities
================================================== -->
<section id='services' class="s-services light-gray">
<div class="row section-header" data-aos="fade-up">
<div class="col-full">
<h3 class="subhead">What We Believe</h3>
<h1 class="display-1">Focusing On What Matters Most</h1>
</div>
</div> <!-- end section-header -->
<div class="row" data-aos="fade-up">
<div class="col-full">
<p class="lead">
By enabling innovative projects and distributing software to millions of users globally, the lab is working to accelerate the growth of high-impact open source software projects and promote an open source culture of accessibility and increased productivity around the world. The lab partners with industry leaders and policy makers to bring open source technologies to you.
</p>
</div>
</div> <!-- end about-desc -->
<div class="row services-list block-1-3 block-m-1-2 block-tab-full">
<section id="clients" class="scrollto clearfix" tabindex="-1">
<div class="row clearfix">
<div class="col-3">
<div class="section-heading" style="padding: 0 0 15px 0;" data-aos="fade-up">
<h3>Facillities from OSL</h3>
<p class="section-subtitle" style="font-size: 18px; padding-top: 0;">OSL not only provides guidance but it also has a variety of Hardware and Software available at its disposal.</p>
</div>
</div>
<div class="col-2-3">
<div data-aos="fade-up">
<a class="col-3">
<img src="./images/facillities/company-logo1.png" alt="Company">
<div class="client-overlay"><span>Arduino</span></div>
</a>
</div>
<div data-aos="fade-up">
<a class="col-3">
<img src="./images/facillities/company-logo2.png" alt="Company">
<div class="client-overlay"><span>Atom</span></div>
</a>
</div>
<div data-aos="fade-up">
<a class="col-3">
<img src="./images/facillities/company-logo3.png" alt="Company">
<div class="client-overlay"><span>Debian</span></div>
</a>
</div>
<div data-aos="fade-up">
<a class="col-3">
<img src="./images/facillities/company-logo4.png" alt="Company">
<div class="client-overlay"><span>Github</span></div>
</a>
</div>
<div data-aos="fade-up">
<a class="col-3">
<img src="./images/facillities/company-logo5.png" alt="Company">
<div class="client-overlay"><span>Kali Linux</span></div>
</a>
</div>
<div data-aos="fade-up">
<a class="col-3">
<img src="./images/facillities/company-logo6.png" alt="Company">
<div class="client-overlay"><span>Linux OS</span></div>
</a>
</div>
<div data-aos="fade-up">
<a class="col-3">
<img src="./images/facillities/company-logo7.png" alt="Company">
<div class="client-overlay"><span>Open Source Hardware</span></div>
</a>
</div>
<div data-aos="fade-up">
<a class="col-3">
<img src="./images/facillities/company-logo8.png" alt="Company">
<div class="client-overlay"><span>PHP</span></div>
</a>
</div>
<div data-aos="fade-up">
<a class="col-3">
<img src="./images/facillities/company-logo9.png" alt="Company">
<div class="client-overlay"><span>Raspberry Pi</span></div>
</a>
</div>
</div>
</div>
</section>
</div> <!-- end services-list -->
</section> <!-- end s-services -->
<!-- works
================================================== -->
<section id='works' class="s-works">
<div class="row section-header" data-aos="fade-up">
<div class="col-full">
<h3 class="subhead">Gallery</h3>
<h1 class="display-1">An Insight On What We Do</h1>
</div>
</div> <!-- end section-header -->
<div class="row masonry-wrap">
<div class="masonry">
<div class="masonry__brick" data-aos="fade-up">
<div class="item-folio">
<div class="item-folio__thumb">
<a href="images/portfolio/gallery/g-working.jpg" class="thumb-link" title="working" data-size="1050x700">
<img src="images/portfolio/working.jpg"
srcset="images/portfolio/working.jpg 1x, images/portfolio/[email protected] 2x" alt="">
</a>
</div>
<div class="item-folio__text">
<h3 class="item-folio__title">
Working
</h3>
</div>
</div> <!-- end item-folio -->
</div> <!-- end masonry__brick -->
<div class="masonry__brick" data-aos="fade-up">
<div class="item-folio">
<div class="item-folio__thumb">
<a href="images/portfolio/gallery/g-notemaking.jpg" class="thumb-link" title="notemaking" data-size="1050x700">
<img src="images/portfolio/notemaking.jpg"
srcset="images/portfolio/notemaking.jpg 1x, images/portfolio/[email protected] 2x" alt="">
</a>
</div>
<div class="item-folio__text">
<h3 class="item-folio__title">
Notemaking
</h3>
</div>
</div> <!-- end item-folio -->
</div> <!-- end masonry__brick -->
<div class="masonry__brick" data-aos="fade-up">
<div class="item-folio">
<div class="item-folio__thumb">
<a href="images/portfolio/gallery/g-teaching.jpg" class="thumb-link" title="teaching" data-size="1050x700">
<img src="images/portfolio/teaching.jpg"
srcset="images/portfolio/teaching.jpg 1x, images/portfolio/[email protected] 2x" alt="">
</a>
</div>
<div class="item-folio__text">
<h3 class="item-folio__title">
Teaching
</h3>
</div>
</div> <!-- end item-folio -->
</div> <!-- end masonry__brick -->
<div class="masonry__brick" data-aos="fade-up">
<div class="item-folio">
<div class="item-folio__thumb">
<a href="images/portfolio/gallery/g-testing.jpg" class="thumb-link" title="testing" data-size="1050x700">
<img src="images/portfolio/testing.jpg"
srcset="images/portfolio/testing.jpg 1x, images/portfolio/[email protected] 2x" alt="">
</a>
</div>
<div class="item-folio__text">
<h3 class="item-folio__title">
Testing
</h3>
</div>
</div> <!-- end item-folio -->
</div> <!-- end masonry__brick -->
<div class="masonry__brick" data-aos="fade-up">
<div class="item-folio">
<div class="item-folio__thumb">
<a href="images/portfolio/gallery/g-workspace.jpg" class="thumb-link" title="Workspace" data-size="1050x700">
<img src="images/portfolio/workspace.jpg"
srcset="images/portfolio/workspace.jpg 1x, images/portfolio/[email protected] 2x" alt="">
</a>
</div>
<div class="item-folio__text">
<h3 class="item-folio__title">
Workspace
</h3>
</div>
</div> <!-- end item-folio -->
</div> <!-- end masonry__brick -->
<div class="masonry__brick" data-aos="fade-up">
<div class="item-folio">
<div class="item-folio__thumb">
<a href="images/portfolio/gallery/g-coding.jpg" class="thumb-link" title="Coding" data-size="1050x700">
<img src="images/portfolio/coding.jpg"
srcset="images/portfolio/coding.jpg 1x, images/portfolio/[email protected] 2x" alt="">
</a>
</div>
<div class="item-folio__text">
<h3 class="item-folio__title">
Coding
</h3>
</div>
</div> <!-- end item-folio -->
</div> <!-- end masonry__brick -->
</div> <!-- end masonry -->
</div> <!-- end masonry-wrap -->
<div class="testimonials-wrap" data-aos="fade-up">
<div class="row">
<div class="col-full testimonials-header">
<h2 class="h1">Inspirational Quotes</h2>
</div>
</div>
<div class="row testimonials">
<div class="col-full testimonials__slider">
<div class="testimonials__slide">
<img src="images/avatars/user-01.jpg" alt="Author image" class="testimonials__avatar">
<p>If we're all in a ship together and the ship has some holes in it, and we're sort of bailing water out of it, and we have a great design for a bucket, then even if we're bailing out way better than everyone else, we should probably still share the bucket design.</p>
<div class="testimonials__author">
Elon Musk
<span>CEO, Tesla</span>
</div>
</div> <!-- end testimonials__slide -->
<div class="testimonials__slide">
<img src="images/avatars/user-05.jpg" alt="Author image" class="testimonials__avatar">
<p>It is always good to work with people who make you feel insecure about yourself and let yourself feel insecure from time to time. That way, you will constantly keep pushing your limits ,which will help you grow as an individual.</p>
<div class="testimonials__author">
Sundar Pichai
<span>CEO, Google</span>
</div>
</div> <!-- end testimonials__slide -->
<div class="testimonials__slide">
<img src="images/avatars/user-02.jpg" alt="Author image" class="testimonials__avatar">
<p>You renew yourself every day. Sometimes you’re successful, sometimes you’re not, but it’s the average that counts.”</p>
<div class="testimonials__author">
Satya Nadella
<span>CEO, Microsoft</span>
</div>
</div> <!-- end testimonials__slide -->
</div> <!-- end testimonials__slider -->
</div> <!-- end testimonials -->
</div> <!-- end testimonials-wrap -->
</section> <!-- end s-works -->
<!-- stats
================================================== -->
<section id="stats" class="s-stats">
<div class="row stats block-1-4 block-m-1-2 block-mob-full" data-aos="fade-up">
<div class="col-block stats__col ">
<div class="stats__count">12</div>
<h5>Awards Received</h5>
</div>
<div class="col-block stats__col">
<div class="stats__count">7500</div>
<h5>Lines of Code</h5>
</div>
<div class="col-block stats__col">
<div class="stats__count">129</div>
<h5>Projects Completed</h5>
</div>
<div class="col-block stats__col">
<div class="stats__count">25</div>
<h5>Events Conducted</h5>
</div>
</div> <!-- end stats -->
</section> <!-- end s-stats -->
<!-- contact
================================================== -->
<section id="contact" class="s-contact">
<div class="row section-header" data-aos="fade-up">
<div class="col-full">
<h3 class="subhead subhead--light">Contact Us</h3>
<h1 class="display-1 display-1--light">Get in Touch, Open Source Lab is the ideal place for your ideas and projects. We guide in the best way possible.</h1>
</div>
</div> <!-- end section-header -->
<div class="row">
<div class="col-full contact-main" data-aos="fade-up">
<p>
<a href="mailto:#0" class="contact-email">[email protected]</a>
<span class="contact-number">+91 9886 739 496 / +91 8722 766 884</span>
</p>
</div> <!-- end contact-main -->
</div> <!-- end row -->
<div class="row">
<div class="col-five tab-full contact-secondary" data-aos="fade-up">
<h3 class="subhead subhead--light">Where To Find Us</h3>
<p class="contact-address">
Our lab is located at <br>
Ground Floor, A-Block, <br>
VVCE Campus.
</p>
</div> <!-- end contact-secondary -->
<div class="col-five tab-full contact-secondary" data-aos="fade-up">
<h3 class="subhead subhead--light">Follow Us</h3>
<ul class="contact-social">
<li>
<a href="https://www.facebook.com/oslvvce/"><i class="fab fa-facebook"></i></a>
</li>
<li>
<a href="https://github.com/osl-vvce"><i class="fab fa-github"></i></a>
</li>
<li>
<a href="https://www.instagram.com/osl_vvce/"><i class="fab fa-instagram"></i></a>
</li>
</ul> <!-- end contact-social -->
<div class="contact-subscribe">
<form id="mc-form" class="group mc-form" novalidate="true">
<!-- <input type="email" value="" name="EMAIL" class="email" id="mc-email" placeholder="Email Address" required="">
<input type="submit" name="subscribe" value="Subscribe">
-->
<a href="https://tinyurl.com/joinOSL" class = "register" >Register</a>
<label for="mc-email" class="subscribe-message"></label>
</form>
</div> <!-- end contact-subscribe -->
</div> <!-- end contact-secondary -->
</div> <!-- end row -->
<div class="row">
<div class="col-full cl-copyright">
<span>Open Source Lab</span>
</div>
</div>
<div class="cl-go-top">
<a class="smoothscroll" title="Back to Top" href="#top"><i class="icon-arrow-up" aria-hidden="true"></i></a>
</div>
</section> <!-- end s-contact -->
<!-- photoswipe background
================================================== -->
<div aria-hidden="true" class="pswp" role="dialog" tabindex="-1">
<div class="pswp__bg"></div>
<div class="pswp__scroll-wrap">
<div class="pswp__container">
<div class="pswp__item"></div>
<div class="pswp__item"></div>
<div class="pswp__item"></div>
</div>
<div class="pswp__ui pswp__ui--hidden">
<div class="pswp__top-bar">
<div class="pswp__counter"></div><button class="pswp__button pswp__button--close" title="Close (Esc)"></button> <button class="pswp__button pswp__button--share" title=
"Share"></button> <button class="pswp__button pswp__button--fs" title="Toggle fullscreen"></button> <button class="pswp__button pswp__button--zoom" title=
"Zoom in/out"></button>
<div class="pswp__preloader">
<div class="pswp__preloader__icn">
<div class="pswp__preloader__cut">
<div class="pswp__preloader__donut"></div>
</div>
</div>
</div>
</div>
<div class="pswp__share-modal pswp__share-modal--hidden pswp__single-tap">
<div class="pswp__share-tooltip"></div>
</div><button class="pswp__button pswp__button--arrow--left" title="Previous (arrow left)"></button> <button class="pswp__button pswp__button--arrow--right" title=
"Next (arrow right)"></button>
<div class="pswp__caption">
<div class="pswp__caption__center"></div>
</div>
</div>
</div>
</div> <!-- end photoSwipe background -->
<!-- preloader
================================================== -->
<div id="preloader">
<div id="loader">
</div>
</div>
<!-- Java Script
================================================== -->
<script src="js/jquery-3.2.1.min.js"></script>
<script src="js/plugins.js"></script>
<script src="js/main.js"></script>
<script type="text/javascript">
</script>
</body>
</html>