-
Notifications
You must be signed in to change notification settings - Fork 9
/
Copy pathindex.html
529 lines (469 loc) · 27.3 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
<!doctype html>
<html lang="en">
<head>
<title>Emisha</title>
<link rel="shortcut icon" type="image/icon" href="images/icons/icon-512x512.png" />
<!-- Required meta tags -->
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
<!-- fontawesome CDN -->
<link rel="stylesheet" href="path/to/font-awesome/css/font-awesome.min.css">
<!-- Roboto Font CDN -->
<link href="https://fonts.googleapis.com/css?family=Roboto+Mono&display=swap" rel="stylesheet">
<!-- Bootstrap CSS -->
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/4.0.0/css/bootstrap.min.css"
integrity="sha384-Gn5384xqQ1aoWXA+058RXPxPg6fy4IWvTNh0E263XmFcJlSAwiGgFAW/dAiS6JXm" crossorigin="anonymous">
<link href="main.css" rel="stylesheet">
</head>
<body>
<!-- Beta Badge -->
<!-- <div id="image">
<div class="badge">Beta</div>
</div> -->
<!-- <link rel="stylesheet" type="text/css"
href="https://cdn.jsdelivr.net/npm/cookieconsent@3/build/cookieconsent.min.css" /> -->
<!-- -->
<div class="banner">
<div class="container">
<p style="display:inline-block;">New Event! 🎉 UtkalHacks2.0 is here!
<!-- <a style="display:inline-block;font-weight:bold;color:#5741d9;"
href="https://utkalhacks.tech/"> Register Now</a> -->
<button style="display:inline-block;background-color: #fff;;outline: none;border-color: #fff;border-radius: 5px;margin-top: 10px;; " ><a style="text-decoration: none;color: #5741d9; " href="https://utkalhacks.tech/">Register Now</a> </button>
</p>
<!-- <i style="float:right;color:#5741d9 !important;" class="fa fa-window-close close"></i> -->
</div>
</div>
<header id="header">
<div class="hero-section">
<img src="images/background.svg" class="img-fluid" >
</div>
</header>
<!-- Navigation -->
<div class="container sticky-top navbar-container">
<nav class="navbar navbar-expand-lg navbar-light" id="mainNav">
<div class="container">
<a class="brand-title js-scroll-trigger" href="#header"><img src="images/logo.png" alt="Emisha logo">
</a>
<button class="navbar-toggler navbar-toggler-right" type="button" data-toggle="collapse"
data-target="#navbarResponsive" aria-controls="navbarResponsive" aria-expanded="false"
aria-label="Toggle navigation">
<span class="navbar-toggler-icon"></span>
</button>
<div class="collapse navbar-collapse" id="navbarResponsive">
<ul class="navbar-nav ml-auto">
<li class="nav-item"><a class="nav-link js-scroll-trigger" href="#about">About</a></li>
<li class="nav-item"><a class="nav-link js-scroll-trigger" href="#diversity">Diversity</a></li>
<li class="nav-item"><a class="nav-link js-scroll-trigger" href="#communities">Communities</a>
</li>
<li class="nav-item"><a class="nav-link js-scroll-trigger" href="#events">Events</a></li>
<li class="nav-item"><a class="nav-link js-scroll-trigger" href="#get-involved">Get Involved</a>
</li>
<!-- <li class="nav-item"><a class="nav-link js-scroll-trigger"
href="./Newsletter/public/index.html">Newsletter Signup</a></li> -->
</ul>
</div>
</div>
</nav>
</div>
<!--About Section-->
<section id="about">
<div class="container">
<div class="row">
<div class="col-lg-6 col-12 text-white">
<h1 class="section-heading">About Us</h1><br>
<p class="paragraph">"Emisha" is a non-profit tech community, that runs Free workshops, Special
events,
Seminars, Hackathon, Coding competitions etc. It also offers valuable leadership experiences,
connections to professional organizations, networking opportunities, and special events that
mold a student’s perspective and power of virtualization– during the college years and beyond.
Our comunity is open to everyone who has a williingness to learn and passionate about tech.
We also welcome those students who don't even belong to computer science so that can be a part
of diverse network.
</p>
</div>
<div class="col-lg-6 col-12">
<img src="images/emisha-bg.svg">
</div>
</div>
</div>
</section>
<!--Diversity Section-->
<section id="diversity">
<div class="container">
<div class="row">
<h1>
How we support diversity?
</h1>
<p class="diversityparagraph">
We aim to onboard underprivileged sectioned students who need a platform to build or showcase their work. We're trying to encourage female students and differently-abled people to join our communities, learn, create and share their experiences and knowledge to inspire others in their reach to develop themselves on the professional as well as the tech front, while providing them with a safe and familiar environment to discuss and explore! How do we achieve this? By giving them opportunities to step up as speakers and mentors of course! We encourage everyone to work together under same and safe environment irespective of caste, creed, colour and discrimination between each other is what we seek.
<br>
</p>
</div>
<div id="diversity_carousel">
<div id="carouselExampleIndicators" class="carousel slide" data-ride="carousel">
<ol class="carousel-indicators">
<li data-target="#carouselExampleIndicators" data-slide-to="0" class="active"></li>
<li data-target="#carouselExampleIndicators" data-slide-to="1"></li>
<li data-target="#carouselExampleIndicators" data-slide-to="2"></li>
</ol>
<div class="carousel-inner">
<div class="carousel-item active">
<img class="d-block w-100" src="images/diversity/1.JPG" alt="First slide" >
</div>
<div class="carousel-item">
<img class="d-block w-100" src="images/diversity/2.JPG" alt="Second slide" >
</div>
<div class="carousel-item">
<img class="d-block w-100" src="images/diversity/3.jpg" alt="Third slide">
</div>
</div>
<a class="carousel-control-prev" href="#carouselExampleIndicators" role="button" data-slide="prev">
<span class="carousel-control-prev-icon" aria-hidden="true"></span>
<span class="sr-only">Previous</span>
</a>
<a class="carousel-control-next" href="#carouselExampleIndicators" role="button" data-slide="next">
<span class="carousel-control-next-icon" aria-hidden="true"></span>
<span class="sr-only">Next</span>
</a>
</div>
</div>
</div>
</section>
<!-- community section -->
<section id="communities">
<div class="container">
<div class="row">
<h1>Our Group of Communities</h1><br><br>
</div>
<div class="row">
<div class="col-md-4">
<img width="300" height="200" src="images/GitHub-CE.svg" alt="emisha event logo" >
<p class="paragraph">Campus Experts improve the technology community on their campus.</p>
</div>
<div class="col-md-4">
<img width="300" height="200" src="images/Atlassian-isometric.svg" alt="emisha event logo" >
<p class="paragraph">Atlassian User Groups is a group focused on hosting meetups on DevOps, Project
management tools.</p>
</div>
<div class="col-md-4">
<img width="300" height="200" src="images/GDG standard.svg" alt="emisha event logo" >
<p class="paragraph">This program is dedicated to assisting individual organizers of active mobile,
web, cloud, and AI developer communities.</p>
</div>
<div class="col-md-4">
<img width="300" height="200" src="images/Crowdsource.svg" alt="emisha event logo" >
<br>
<p class="paragraph">Crowdsource is intended to improve the of Google services by user-facing
training of different algorithms.</p>
</div>
<div class="col-md-4">
<img width="300" height="200" src="images/Jet Brains.svg" alt="emisha event logo" >
<p class="paragraph">JetBrains can support your user group by providing licenses of our products to
raffle out at your meetings.</p>
</div>
<div class="col-md-4">
<img width="300" height="200" src="images/Figma.svg" alt="emisha event logo" >
<p class="paragraph">Figma is the first interface design tool based in the browser, making it easier
for teams to create software.</p>
</div>
<div class="col-md-4">
<img width="300" height="200" src="images/Mongo DB.svg" alt="emisha event logo" >
<p class="paragraph">MongoDB is committed to supporting local developer communities that organize
MongoDB User Groups.s</p>
</div>
<div class="col-md-4">
<img width="300" height="200" src="images/Mozilla Campus Club.svg" alt="emisha event logo" >
<p class="paragraph">A Mozilla University & College Club is a group of students with a passion for
technology.</p>
</div>
<div class="col-md-4">
<img width="300" height="200" src="images/MLH.svg" alt="emisha event logo" >
<p class="paragraph">Major League Hacking, officially abbreviated as MLH, is a company that operates
a league for student hackathons.</p>
</div>
</div>
</div>
</section>
<!-- events section -->
<section id="events">
<div class="container">
<h1>
Upcoming Hackathons
</h1>
<div class="row">
<div class="col-md-6 text-center">
<div class="card">
<img class="card-img-top" src="images/Background.jpg" alt="Card image cap" >
<div class="card-body">
<h5 class="card-title"><strong>UtkalHacks2.0</strong></h5>
<p class="card-text">Hola Innovators!
</br>It's about time you geared up for some real stakes! The registrations are now open for UtkalHacks,
a Hackathon meant for true ideation and initiation. It's time to shoot for the moon with your ideas that carry real weight,
with your designers getting special guidance to frame the trajectory of your success..</p>
<a href="https://utkalhacks.tech/" class="btn btn-primary">Visit Website</a>
</div>
</div>
</div>
<br />
</div>
<!-- *upcoming events start -->
<!-- *upcoming events end -->
<h1>
Our Past Hackathons
</h1>
<div class="row">
<div class="col-md-6">
<div class="card">
<img class="card-img-top" src="images/WebBackground1.jpg" alt="Card image cap" >
<div class="card-body">
<h5 class="card-title">UtkalHacks</h5>
<p class="card-text">Are you a beginner? Does terms like Web Development, UI / UX,
Blockchain, ML, AR / VR enchants you? We got everything covered. Join us at UtkalHacks
and get your hands dirty. Get trained and build cool hacks.</p>
<a href="https://utkalhacks.netlify.com/" class="btn btn-primary">Visit Website</a>
</div>
</div>
</div>
<div class="col-md-6">
<div class="card">
<img class="card-img-top" src="images/WebBackground Color Changed.jpg" alt="Card image cap" >
<div class="card-body">
<h5 class="card-title">NIPF</h5>
<p class="card-text">National Innovative Project Fair (NIPF) 2019 is the 3rd edition of the
annual innovation project exhibition. This two days long technological extravaganza will
certainly excite the taste buds of future innovators.</p>
<a href="https://souravinsights.github.io/NIPF-Web/" class="btn btn-primary">Visit
website</a>
</div>
</div>
</div>
</div>
<section id="events">
<div class="container">
<div class="text-white">
<h1>Our Past Events</h1><br>
</div>
<div class="row">
<div class=" col-md-4">
<div class="card">
<img class="card-img-top" src="images/Atlassian-event.svg" alt="Project Image" >
<div class="card-body">
<h5 class="card-title">DevOps with Atlassian</h5>
<p class="card-text">
<li>Introduction to Agile software development.</li>
<li>SCRUM principles</li>
<li>Managing remote team using Trello & Slack.</li>
<li>Introduction to Jira & Bitbucket Software.</li>
</p>
</div>
</div>
</div>
<div class=" col-md-4">
<div class="card">
<img class="card-img-top" src="images/mongodb-event.svg" alt="Project Image" >
<div class="card-body">
<h5 class="card-title">MongoDB Bootcamp</h5>
<p class="card-text">
<li>MongoDB Basics</li>
<li>MongoDB for Node JS Developers</li>
<br>
<br>
<br>
<br>
</p>
</div>
</div>
</div>
<div class=" col-md-4">
<div class="card">
<img class="card-img-top" src="images/mlh-event.svg" alt="Project Image" >
<div class="card-body">
<h5 class="card-title">MLH LocalHost</h5>
<p class="card-text">
<li>Setup your Dev environment</li>
<li>Installing VS Code, downloading and testing an app locally</li>
<li>Learn basics of Node.js and Express</li>
<li>Build a HackerLog web app</li>
<l>Deploying seemlessly with Microsoft Azure.</li>
</div>
</div>
</div>
<div class="col-md-4">
<div class="card">
<img class="card-img-top" src="images/Nodejs-event.svg" alt="Project Image" >
<div class="card-body">
<h5 class="card-title">NodeJS Bootcamp</h5>
<p class="card-text">
<li>Why Node JS?</li>
<li>Introduction to Node JS</li>
<li>Tooling & set-up</li>
<li>Node Basics</li>
<li>Introduction to Node Modules & NPM</li>
<li>Introduction to asynchronous programming</li>
<li>Build a Shopify with Node & Express</li>
</p>
<!--<a href="#" class="btn btn-primary">Read more..</a>-->
</div>
</div>
</div>
<div class="col-md-4">
<div class="card">
<img class="card-img-top" src="images/js-event.svg" alt="Project Image" >
<div class="card-body">
<h5 class="card-title">Get Groovy with JavaScript</h5>
<p class="card-text">
<li>Javascript fundamentals</li>
<li>Build awesome hacks with JS</li>
<li>Modern JS</li>
<br>
<br>
<br>
<br>
</p>
<!--<a href="#" class="btn btn-primary">Read more..</a>-->
</div>
</div>
</div>
<div class=" col-md-4">
<div class="card">
<img class="card-img-top" src="images/blockchain-event.svg" alt="Project Image" >
<div class="card-body">
<h5 class="card-title">Blockchain 101</h5>
<p class="card-text">
<li>Blockchain Foundations</li>
<li>Brief history of Blockchain</li>
<li>What is Decentralisation?</li>
<a>Read more
<li>What is Ledgers and Distributed Ledgers?</li>
<li>What is Blockchain and How it looks like?</li>
<li>Hash functions, public key & private key.</li>
<li>Cryptocurrency in today’s world.</li>
<li>Knowing Smart contracts.</li>
<li>Bitcoin vs Ethereum.</li>
<li>Introduction to Ethereum.</li>
<li>Blockchain use cases.</li>
</p>
<!--<a href="#" class="btn btn-primary">Read more..</a>-->
</div>
</div>
</div>
<div class=" col-md-4">
<div class="card">
<img class="card-img-top" src="images/AR%20core-event.svg" alt="Project Image" >
<div class="card-body">
<h5 class="card-title">Google AR Core</h5>
<p class="card-text">
<li>Introduction to AR/VR.</li>
<li>AR core overview.</li>
</p>
</div>
</div>
</div>
<div class="col-md-4">
<div class="card">
<img class="card-img-top" src="images/Hacktoberfest-bg.jpg" alt="Card image cap" >
<div class="card-body">
<h5 class="card-title"><strong>Hactoberfest extended Bbsr.</strong> </h5>
<p class="card-text"> Hacktoberfest is open to everyone in our global community. Whether
you’re
a developer, student learning to code, event host, or company of any size, you can help
drive growth of open source and make positive contributions to an ever-growing
community. All backgrounds and skill levels are encouraged to complete the challenge.
</p>
<a href="http://bit.ly/hacktoberfestbbsr" class="btn btn-primary">View website
</a>
</div>
</div>
</div>
<br />
</div>
</div>
</div>
</section>
<section id="get-involved">
<div class="container">
<img width="500" height="400" class="card-img-top" src="images/logofooter.svg" alt="Emisha Chapter Image" >
<h1>
Get Involved with us and Start your own Emisha Chapter.
</h1>
<br><br>
<p>Emisha is an independent tech community that organizes free workshops and hackathons in different
colleges to empower technology among students.</p>
<p>Here is a chance of opening your own Emisha Chapter in your college campus and conduct workshops and
hackathons in support with Emisha Community</p>
<br>
</div>
<div class="container">
<h1>Who can start a Chapter?</h1>
<li><b>College Student</b> - 18+ age, who can pair with a faculty member, access to venue, have a team of
alteast 3-5 members.</li>
</div>
<br>
<div class="container">
<h1>What you'll need to start a Chapter?</h2>
<li><b>Classroom</b> - Space to host the event, such as a classroom, library, or computer lab.</li>
<li><b>Technology</b> - Computers & Internet connection for each member.</li>
<li><b>Facilitators</b> - Two volunteers who have 2-4 hours per week to lead the Chapter through the
curriculum and communicate with Emisha members.</li>
</div>
<br>
<div class="col text-center">
<button type="button" class="btn threedbutton-yellow threedbutton threedbutton-block mt-4"><a
style="color: #161616" href="https://forms.gle/vh7M1FwbU4jKJbuz6">Apply for Emisha
Chapter</a></button>
</div>
</section>
<!-- Footer -->
<section id="footer">
<div class="container">
<div class="row">
<div class="col-xs-12 col-sm-12 col-md-12 mt-2 mt-sm-5">
<ul class="list-unstyled list-inline social text-center">
<li class="list-inline-item"><a href="https://www.facebook.com/getemisha/"><i
class="fa fa-facebook"></i></a></li>
<li class="list-inline-item"><a href="https://getemisha.tech/#"><i
class="fa fa-twitter"></i></a></li>
<li class="list-inline-item"><a href="https://www.instagram.com/getemisha/"><i
class="fa fa-instagram"></i></a></li>
<li class="list-inline-item"><a href="contact@getemisha.tech" target="_blank"><i
class="fa fa-envelope"></i></a></li>
</ul>
</div>
</hr>
</div>
<div class="row">
<div class="col-xs-12 col-sm-12 col-md-12 mt-2 mt-sm-2 text-center text-white">
<p class="h6">© All right Reversed.<a class="text-green ml-2" href="https://getemisha.tech"
target="_blank">Emisha</a></p>
</div>
</hr>
</div>
</div>
</section>
<!-- Optional JavaScript -->
<!-- jQuery first, then Popper.js, then Bootstrap JS -->
<script src="https://code.jquery.com/jquery-3.2.1.slim.min.js"
integrity="sha384-KJ3o2DKtIkvYIK3UENzmM7KCkRr/rE9/Qpg6aAZGJwFDMVNA/GpGFF93hXpG5KkN" crossorigin="anonymous">
</script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/popper.js/1.12.9/umd/popper.min.js"
integrity="sha384-ApNbgh9B+Y1QKtv3Rn7W3mgPxhU9K/ScQsAP7hUibX39j7fakFPskvXusvfa0b4Q" crossorigin="anonymous">
</script>
<script src="https://maxcdn.bootstrapcdn.com/bootstrap/4.0.0/js/bootstrap.min.js"
integrity="sha384-JZR6Spejh4U02d8jOt6vLEHfe/JQGiRRSQQxSfFWpi1MquVdAyjUar5+76PVCmYl" crossorigin="anonymous">
</script>
<script>
if('loading' in HTMLImageElement.prototype){
//* if lazy loading supported
const images=document.querySelectorAll('img[loading="lazy"]')
images.forEach(img =>{
img.src=img.dataset.src;
})
}else{
//* if not supported
const script=document.createElement('script');
script.src="https://cdnjs.cloudflare.com/ajax/libs/lazysizes/5.1.2/lazysizes-umd.min.js"
document.body.appendChild(script);
}
</script>
</body>
</html>