-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
412 lines (358 loc) · 18.5 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8" />
<meta name=”viewport” content="width=device-width, initial-scale=1.0">
<title>LearnScript: Learn, Connect and Inspire</title>
<!--==============Vendor CSS Files=======================-->
<link rel="stylesheet" href="https://use.fontawesome.com/releases/v5.8.2/css/all.css">
<link href="https://fonts.googleapis.com/css2?family=Montserrat:wght@300;400;500;600&display=swap" rel="stylesheet"/>
<link href="https://cdnjs.cloudflare.com/ajax/libs/twitter-bootstrap/4.5.0/css/bootstrap.min.css" rel="stylesheet">
<link href="https://cdnjs.cloudflare.com/ajax/libs/mdbootstrap/4.19.1/css/mdb.min.css" rel="stylesheet">
<link href="https://fonts.googleapis.com/css2?family=Montserrat:wght@300;400;500;600&display=swap" rel="stylesheet"/>
<link rel="stylesheet" href="assets/css/main.css" />
<link rel="stylesheet" href="https://unpkg.com/aos@next/dist/aos.css"/>
<link rel="preconnect" href="https://fonts.gstatic.com">
<link href="https://fonts.googleapis.com/css2?family=Staatliches&display=swap" rel="stylesheet">
<link href="assets/css/lightbox.css" rel= "stylesheet">
<link href="https://fonts.googleapis.com/css2?family=Anton&display=swap" rel="stylesheet">
<link href="https://fonts.googleapis.com/css2?family=Courgette&display=swap" rel="stylesheet">
<link href="vendor/font-awesome/css/font-awesome.min.css" rel="stylesheet">
<link href="vendor/bootstrap/css/bootstrap.min.css" rel="stylesheet">
<link rel="stylesheet" href="css/bootstrap-responsive.css">
</head>
<!--====================Site Main CSS====================-->
<body>
<!--=======Preloader Part=========-->
<div class="preloader">
<div class="loader">
<div class="ytp-spinner">
<div class="ytp-spinner-container">
<div class="ytp-spinner-rotator">
<div class="ytp-spinner-left">
<div class="ytp-spinner-circle"></div>
</div>
<div class="ytp-spinner-right">
<div class="ytp-spinner-circle"></div>
</div>
</div>
</div>
</div>
</div>
</div>
<!--==================== <header>==================== -->
<header>
<nav class="navbar navbar-expand-lg navbar-white white fixed-top scrolling-navbar" style="padding: .5rem 0;">
<div class="container">
<div class="pull-left">
<a class="navbar-brand" href="#"><span class="logo">
<img src="assets/images/logo.svg" class="scrollto"></span>
</a>
</div>
<button class="navbar-toggler" type="button" data-toggle="collapse" data-target="#navbarTogglerDemo02" aria-controls="navbarTogglerDemo02" aria-expanded="false" aria-label="Toggle navigation">
<span class="navbar-toggler-icon"><i class="fas fa-bars"></i></span>
</button>
<div class="collapse navbar-collapse" id="navbarTogglerDemo02">
<ul class="navbar-nav mr-auto smooth-scroll">
<li class="nav-item active">
<a class="nav-link" href="#">Home<span class="sr-only">(current)</span></a>
</li>
<li class="nav-item">
<a class="nav-link" href="#aboutus">About Us</a>
</li>
<li class="nav-item">
<a class="nav-link" href="#events">Events</a>
</li>
<li class="nav-item">
<a class="nav-link" href="#teams">Team</a>
</li>
<li class="nav-item">
<a class="nav-link" href="#">FAQs</a>
</li>
<li class="nav-item">
<a class="nav-link" href="https://learnscript.tech/learnscriptshow" target= "_blank">The LS Show</a>
</li>
<li class="nav-item dropdown">
<a class="nav-link dropdown-toggle" href="#" id="navbarDropdown" role="button" data-toggle="dropdown" aria-haspopup="true" aria-expanded="false">
Join Us
</a>
<div class="dropdown-menu" aria-labelledby="navbarDropdown">
<a class="dropdown-item" href="#join">Apply to Student Partner</a>
<div class="dropdown-divider"></div>
<a class="dropdown-item" href="#join">Apply to be a Mentor</a>
</div>
</li>
</ul>
</div>
</div>
</nav>
</div>
</div>
</header>
<!--==========================Main Section===================================== -->
<section id= "intro" class="content-banner" data-aos="zoom-in" data-aos-delay="100">
<div class= "intro-container" data-aos="zoom-in" data-aos-delay="100">
<div class="row d-flex">
<div class="col-md-12">
<div class="banner-con text-center">
<div class="intro-container"></div>
<a href="#join" class="join-btn scrollto" target="_self" class="banner-btn">Join Our Community</a>
</div>
</div>
<a href="https://youtu.be/EatzofGmgjM" class="venobox play-btn mb-4" data-autoplay="true" data-autoplay="true"></a>
</div>
</div>
</section>
<!-- ===========================Vision Section======================================= -->
<section>
<div data-aos="fade-up" data-aos-anchor-placement="bottom-bottom">
<section id= "aboutus" class="vision vision-img">
<div class="container-fluid">
<div class="row">
<div class="vision-text" data-aos="zoom-in" data-aos-delay="150">
<h1 class="text-center"><strong>Our Vision</strong></h1>
<div data-aos="fade-top" data-aos-anchor-placement="bottom-bottom">
<p><li>We focus on learning and thus our team works
closely without any spaces and help you to develop the skills
you want to learn.</li></p>
<p><li>We always support Inclusion to deliver the
improvement consistently and grow together with
the Community.</li></p>
<p><li>By helping others and learning from others it helps us
to know more about the demanding skills and hence we
always welcome people to collaborate with us.</li></p>
<h1>Who we are?</h1>
<p>Our amazing team helps people to discover the passion for technology and engaging them with the sources which helps them to find the pathways.
Thus we are impacting towards the community by hosting hackathons, webinars, workshops and other tech events. </p>
</div>
</div>
</div>
</div>
</div>
</section>
<!--=================================Event Section===================================-->
<section id= "events" class="eventimage">
<div class= "container-fluid" data-aos="fade-up">
<h1 class="etext"> Explore <br>
Our Events
</h1>
<div class="row" >
<div class="col-md-4 color eimage" >
<a href="assets/images/events/bsuf233f982fnwefniwoejf9 (1).jpeg" data-lightbox="gallery" data-aos="zoom-out"><img src="assets/images/events/bsuf233f982fnwefniwoejf9 (1).jpeg" class="img-fluid"></a>
</div>
<div class="col-md-4 color eimage">
<a href="assets/images/events/knasdf93223nf023323fnv.jpeg" data-lightbox="gallery" data-aos="zoom-out"><img src="assets/images/events/knasdf93223nf023323fnv.jpeg" class="img-fluid"></a>
</div>
<div class="col-md-4 color eimage">
<a href= "assets/images/events/jksdbda8b9fh23iksvb.jpeg" data-lightbox="gallery" data-aos="zoom-out"><img src="assets/images/events/jksdbda8b9fh23iksvb.jpeg" class="img-fluid"></a>
</div>
<div class="col-md-4 color eimage">
<a href="assets/images/events/8qnwfe8qj9fknav9230934.jpeg" data-lightbox="gallery" data-aos="zoom-out"><img src="assets/images/events/8qnwfe8qj9fknav9230934.jpeg" class="img-fluid"></a>
</div>
<div class="col-md-4 color eimage">
<a href="assets/images/events/isaf29efj90923123.jpeg" data-lightbox="gallery" data-aos="zoom-out"><img src="assets/images/events/isaf29efj90923123.jpeg" class="img-fluid"></a>
</div>
</div>
</div>
</section>
<!--===================================Join our Team==================================-->
<section id= "join" class="sectionimg">
<h1 class="sectiontxt">Join<br>
Our Team</h1>
<div class="containerfx">
<div class="card">
<div>
<h2 style="font-family: 'Barlow Condensed', sans-serif;"><strong>Become a Student Partner</strong></h2>
<p>LearnScript Student Partner Program identifying the talent and tech geeks who wants become a force and aspire to take the initiative by helping to grow the community in the Campuses/Outreach.
We here recognize your potential and objective which would help us to know about your peers what they expect and want to learn with the Community.</p>
<h2 style="font-family: 'Courgette', cursive;"> Roles and Responsibilities</h2>
<p style="font-family: Roboto,sans-serif"><ul><li>Communicate with other developers,Mentors and share the
ideas to create an impact.</li>
<li>Connect your peers with the community activities such as
Workshops, Meetups,and other useful resources.</li>
<li>Having Enthusiasm and Passion to develop an impact by Presenting LearnScript in your
College Community and Fest.</li></ul></p>
<a href="https://forms.gle/d9fnPujG55UHjJi79" target="_blank">Apply Now</a>
</div>
</div>
<div class="card">
<div>
<h2 style="font-family: 'Barlow Condensed', sans-serif;"><strong> Become a Mentor </strong></h2>
<p>LearnScript Community believes in inclusiveness and diversity and thus we grow by rising, inspiring and continuum focusing on helping others in New Technologies. From the past few months Community is focusing towards the people who are not aware of the technology and development.<br><br>
If You are passionate about teaching and explorer in various Technologies who can help others in learning new technology, Project Development, and mentoring or guidance then we are welcoming You!! </br></p>
<br>
</p>
<a href="https://forms.gle/XYFk1nnVWYcEhiKm7" target="_blank">Apply Now</a>
</div>
</div>
</div>
</section>
<!--===================================Team Members=========================================
<section id= "teams" class="teamsimg">
<h1 class="teamtxt">Team<br>
Members</h1>
<section id="speakers">
<div class="container" data-aos="fade-up">
<div class="row">
<div class="col-lg-4 col-md-6">
<div class="speaker" data-aos="fade-up" data-aos-delay="100">
<img src="assets/images/members/member1.png" alt="Speaker 1" class="img-fluid">
<div class="details">
<h3>Dev Prakash Sharma</a></h3>
<p>Team Leader</p>
<div class="social">
<a href="https://www.github.com/codewithdev"><i class="fa fa-github"></i></a>
<a href="https://www.twitter.com/devtweeets"><i class="fa fa-twitter"></i></a>
<a href="https://www.linkedin.com/in/idevprakaash"><i class="fa fa-linkedin"></i></a>
</div>
</div>
</div>
</div>
</div>
</section>
-->
<!--===============================Our Partners/Sposors==========================================-->
<section id="supporters" class="section-with-bg">
<div class="container" data-aos="fade-up">
<div class="section-header">
<h2 class="sponsortxt">Our<br>
Sponsors/Partners</h2>
</div>
<div class="row no-gutters supporters-wrap clearfix" data-aos="zoom-in" data-aos-delay="100">
<!--
<div class="col-lg-3 col-md-4 col-xs-6">
<div class="supporter-logo">
<img src="assets/images/partners/github.png" class="img-fluid" alt="">
</div>
</div>
-->
<div class="col-lg-3 col-md-4 col-xs-6">
<div class="supporter-logo">
<img src="assets/images/partners/mlsa.png" class="img-fluid" alt="">
</div>
</div>
<div class="col-lg-3 col-md-4 col-xs-6">
<div class="supporter-logo">
<img src="assets/images/partners/deeplearning.jpg" class="img-fluid" alt="">
</div>
</div>
<div class="col-lg-3 col-md-4 col-xs-6">
<div class="supporter-logo">
<img src="assets/images/partners/bolt.png" class="img-fluid" alt="">
</div>
</div>
<!--<div class="col-lg-3 col-md-4 col-xs-6">
<div class="supporter-logo">
<img src="assets/images/partners/mlh.png" class="img-fluid" alt="">
</div>
</div>
-->
<div class="col-lg-3 col-md-4 col-xs-6">
<div class="supporter-logo">
<img src="assets/images/partners/jetbrains.png" class="img-fluid" alt="">
</div>
</div>
</div>
</div>
</section>
<!--====================================Contact Us Section============================-->
<footer class="new_footer_area bg_color">
<div class="new_footer_top">
<div class="container">
<div class="row">
<div class="col-lg-3 col-md-6">
<div class="f_widget company_widget wow fadeInLeft" data-wow-delay="0.2s" style="visibility: visible; animation-delay: 0.2s; animation-name: fadeInLeft;">
<h3 class="f-title f_600 t_color f_size_18">Get in Touch</h3>
<p>Don’t miss any updates of our Community</p>
<form action="#" class="f_subscribe_two mailchimp" method="post" novalidate="true" _lpchecked="1">
<input type="text" name="EMAIL" class="form-control memail" placeholder="Email">
<button class="btn btn_get btn_get_two" type="submit">Subscribe</button>
<p class="mchimp-errmessage" style="display: none;"></p>
<p class="mchimp-sucmessage" style="display: none;"></p>
</form>
</div>
</div>
<div class="col-lg-3 col-md-6">
<div class="f_widget about-widget pl_70 wow fadeInLeft" data-wow-delay="0.4s" style="visibility: visible; animation-delay: 0.4s; animation-name: fadeInLeft;">
<h3 class="f-title f_600 t_color f_size_18">Let's Know</h3>
<ul class="list-unstyled f_list">
<li><a href="#">About Us</a></li>
<li><a href="#">Teams</a></li>
<li><a href="#">The LS Show</a></li>
<li><a href="#">Our Events</a></li>
</ul>
</div>
</div>
<div class="col-lg-3 col-md-6">
<div class="f_widget about-widget pl_70 wow fadeInLeft" data-wow-delay="0.6s" style="visibility: visible; animation-delay: 0.6s; animation-name: fadeInLeft;">
<h3 class="f-title f_600 t_color f_size_18">Know More</h3>
<ul class="list-unstyled f_list">
<li><a href="#">FAQ</a></li>
<li><a href="#">Term & conditions</a></li>
<li><a href="#">Code of Conduct</a></li>
<li><a href="#">Support Policy</a></li>
<li><a href="#">Privacy</a></li>
</ul>
</div>
</div>
<div class="col-lg-3 col-md-6">
<div class="f_widget social-widget pl_70 wow fadeInLeft" data-wow-delay="0.8s" style="visibility: visible; animation-delay: 0.8s; animation-name: fadeInLeft;">
<h3 class="f-title f_600 t_color f_size_18">Ping Us</h3>
<div class="f_social_icon">
<a href="https://www.facebook.com/LearnScript-101675695107833" class="fab fa-facebook"></a>
<!--<a href="#" class="fab fa-twitter"></a>-->
<a href="https://www.linkedin.com/company/learnscripttech" class="fab fa-linkedin"></a>
</div>
</div>
</div>
</div>
</div>
<div class="footer_bg">
<div class="footer_bottom">
<div class="container">
<div class="row align-items-center">
<div class="col-lg-6 col-sm-5 text-left">
<p><strong>Made with <i class="fas fa-heart"></i> by<a href="https://www.learnscript.tech/"> LearnScript</a></strong></p>
</div>
</div>
</div>
</div>
<div class="footer_bg_one"></div>
<div class="footer_bg_two"></div>
</div>
</div>
</footer>
<a href="#" class="back-to-top" style="display: inline;"><i class="fa fa-angle-up"></i></a>
<!--===================================-->
<!--Main Content-->
<!--Main Content-->
<!-- JQuery -->
<script type="text/javascript" src="https://cdnjs.cloudflare.com/ajax/libs/jquery/3.5.1/jquery.min.js"></script>
<!-- Bootstrap tooltips -->
<script type="text/javascript" src="https://cdnjs.cloudflare.com/ajax/libs/popper.js/1.14.4/umd/popper.min.js"></script>
<!-- Bootstrap core JavaScript -->
<script type="text/javascript" src="https://cdnjs.cloudflare.com/ajax/libs/twitter-bootstrap/4.5.0/js/bootstrap.min.js"></script>
<!-- MDB core JavaScript -->
<script type="text/javascript" src="https://cdnjs.cloudflare.com/ajax/libs/mdbootstrap/4.19.1/js/mdb.min.js"></script>
<script src="assets/js/script.js"></script>
<script src="https://unpkg.com/aos@next/dist/aos.js"></script>
<!-- Vendor JS Files -->
<script src="assets/vendor/bootstrap/js/bootstrap.bundle.min.js"></script>
<script src="assets/vendor/jquery.easing/jquery.easing.min.js"></script>
<script src="assets/vendor/php-email-form/validate.js"></script>
<script src="assets/vendor/venobox/venobox.min.js"></script>
<script src="assets/vendor/owl.carousel/owl.carousel.min.js"></script>
<script src="assets/vendor/superfish/superfish.min.js"></script>
<script src="assets/vendor/hoverIntent/hoverIntent.js"></script>
<script src="assets/vendor/aos/aos.js"></script>
<script src="assets/js/lightbox.js"></script>
<script>
AOS.init();
</script>
<script>
setTimeout(function(){
$('.preloader').fadeToggle();
}, 1500);
</script>
</body>
</html>