-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
578 lines (543 loc) · 23.1 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
<!DOCTYPE html>
<html lang="en">
<head>
<title>eduAlgo Weekend Sessions</title>
<!-- Meta -->
<meta charset="utf-8" />
<meta http-equiv="X-UA-Compatible" content="IE=edge" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<meta name="description" content="Weekend Sessions With eduAlgo" />
<meta name="author" content="eduAlgo" />
<link href="https://fonts.googleapis.com/css?family=Montserrat:600,700,800|Roboto:300,400,700&display=swap"
rel="stylesheet" />
<script defer src="assets/fontawesome/js/all.min.js"></script>
<link id="theme-style" rel="stylesheet" href="assets/css/theme.css" />
</head>
<body>
<header id="header" class="header fixed-top">
<div class="branding">
<div class="container-fluid">
<nav class="main-nav navbar navbar-expand-lg">
<div class="navbar-btn order-lg-2">
<a class="btn btn-secondary" href="https://www.townscript.com/e/edualgo-weekend-sessions-034242"
target="_blank">Tickets</a>
</div>
<button class="navbar-toggler" type="button" data-toggle="collapse" data-target="#navigation"
aria-controls="navigation" aria-expanded="false" aria-label="Toggle navigation">
<span class="navbar-toggler-icon"></span>
</button>
<div id="navigation" class="navbar-collapse collapse justify-content-lg-end mr-lg-3">
<ul class="nav navbar-nav">
<li class="nav-item">
<a class="nav-link scrollto" href="#about-section">About</a>
</li>
<li class="nav-item">
<a class="nav-link scrollto" href="#schedule-section">Schedule</a>
</li>
<li class="nav-item">
<a class="nav-link scrollto" href="#tickets-section">Tickets</a>
</li>
<li class="nav-item">
<a class="nav-link scrollto" href="#sponsors-section">Sponsors & Partners</a>
</li>
</ul>
</div>
</nav>
</div>
</div>
</header>
<div id="hero-block" class="hero-block">
<div id="hero-carousel" class="hero-carousel carousel slide carousel-fade" data-ride="carousel"
data-interval="1000">
<div class="carousel-inner">
<div class="carousel-item-1 carousel-item active"></div>
<div class="carousel-item-2 carousel-item"></div>
<div class="carousel-item-3 carousel-item"></div>
<div class="carousel-item-4 carousel-item"></div>
</div>
</div>
<div class="hero-block-mask"></div>
<div class="container">
<div class="hero-text-block">
<h1 class="hero-heading mb-2">Weekend Sessions 2021</h1>
<div class="hero-meta mb-3">
<i class="far fa-calendar-alt mr-2"></i>10th April - 27th June
<i class="fas fa-map-marker-alt mx-2"></i>Remote
</div>
<div class="hero-intro mb-4">
Let's learn something new with eduAlgo
</div>
<div class="hero-cta">
<a class="btn btn-primary btn-lg" href="https://www.townscript.com/e/edualgo-weekend-sessions-034242"
target="_blank">Get Tickets</a>
</div>
</div>
</div>
</div>
<div class="stats-block theme-bg-primary text-white py-4 text-center">
<div class="container">
<div class="row">
<div class="col-6 col-md-3">
<div class="item">
<div class="number">20+</div>
<div class="unit">Topics</div>
</div>
</div>
<div class="col-6 col-md-3">
<div class="item">
<div class="number">10+</div>
<div class="unit">Weekends</div>
</div>
</div>
<div class="col-6 col-md-3">
<div class="item">
<div class="number">50+</div>
<div class="unit">Hours</div>
</div>
</div>
<div class="col-6 col-md-3">
<div class="item">
<div class="number">10+</div>
<div class="unit">Workshops</div>
</div>
</div>
</div>
</div>
</div>
<section id="about-section" class="about-section section theme-bg-light">
<div class="container">
<h3 class="section-heading text-center mb-3">About Weekend Sessions</h3>
<div class="section-intro single-col-max mx-auto mb-4">
Weekend Sessions are online live classes on different topics like
<strong>python, machine learning, system designing, cloud services, problem
solving
</strong>
etc, which you can attend for absolutely
<strong>FREE OF COST</strong>. On some weekends, we may organize some
competitions and send you some awesome <strong>GIFTS</strong>. You can
directly ask your doubts to the mentors and discuss some more
important concepts together. Attend the sessions to learn something
more, network with like minded people, build some projects and explore
eduAlgo.
</div>
<div class="benefits-list text-center mb-3">
<h4 class="text-center mb-4">Why Join Us</h4>
<ul class="list-unstyled text-left d-inline-block">
<li>
<i class="fas fa-check-circle mr-2"></i>Unique chance to learn
live about one specific concept each weekend
</li>
<li>
<i class="fas fa-check-circle mr-2"></i>Learn from the developers
directly, try their methodology
</li>
<li>
<i class="fas fa-check-circle mr-2"></i>Get free notesheets,
cheatsheets, ebooks and a lot of other resources
</li>
<li>
<i class="fas fa-check-circle mr-2"></i>Meet developers from all
over the world
</li>
<li><i class="fas fa-check-circle mr-2"></i>Grow your network</li>
<li>
<i class="fas fa-check-circle mr-2"></i>Practical workshops on
project building from scratch
</li>
<li>
<i class="fas fa-check-circle mr-2"></i>After-session engagements
</li>
<li>
<i class="fas fa-check-circle mr-2"></i>Chances of internships,
trainings & job
</li>
<li>
<i class="fas fa-check-circle mr-2"></i>Motivational Sessions on
demand
</li>
<li>
<i class="fas fa-check-circle mr-2"></i>Free eduAlgo t-shirts and
swag
</li>
</ul>
</div>
<div class="event-countdown text-center mb-3">
<h4 class="countdown-intro mb-2 text-center mb-3">
Event Starts In:
</h4>
<div id="countdown-box" class="countdown-box"></div>
</div>
<div class="about-cta text-center mb-5">
<a class="btn btn-secondary btn-lg mb-5" href="https://www.townscript.com/e/edualgo-weekend-sessions-034242"
target="_blank">Get Your Ticket Today</a>
</div>
</div>
</section>
<div class="container">
<hr />
</div>
<section id="schedule-section" class="schedule-section section">
<div class="container">
<h3 class="section-heading text-center mb-5">Weekly Schedule</h3>
<div class="single-col-max mx-auto text-center mb-4">
(All timings are in Indian Standard Time - IST)
</div>
<ul class="schedule-nav nav nav-pills nav-fill" id="myTab" role="tablist">
<li class="nav-item mr-2">
<a class="nav-link active" id="tab-1" data-toggle="tab" href="#tab-1-content" role="tab"
aria-controls="tab-1-content" aria-selected="true">
<span class="heading">Week 1</span>
<span class="meta">(April 10th & 11th)</span>
</a>
</li>
<li class="nav-item mr-2">
<a class="nav-link" id="tab-1" data-toggle="tab" href="#tab-2-content" role="tab"
aria-controls="tab-1-content" aria-selected="true">
<span class="heading">Week 2</span>
<span class="meta">(April 17th & 18th)</span>
</a>
</li>
<li class="nav-item mr-2">
<a class="nav-link" id="tab-1" data-toggle="tab" href="#tab-3-content" role="tab"
aria-controls="tab-1-content" aria-selected="true">
<span class="heading">Week 3</span>
<span class="meta">(April 24th & 25th)</span>
</a>
</li>
</ul>
<!-- Tab panes -->
<div class="schedule-tab-content tab-content">
<div class="tab-pane active" id="tab-1-content" role="tabpanel" aria-labelledby="tab-1">
<div class="item item-talk">
<div class="meta">
<h4 class="time mb-3">11:00 - 11:45</h4>
</div>
<div class="content">
<h3 class="title mb-3">
How To Choose A Programing Language ?
</h3>
<div class="location mb-3">
<i class="far fa-calendar-alt mr-2"></i>10th April
</div>
<div class="desc">
There are 55+ programming languages currently in use in the
industry. Are you confused about which language to learn
inorder to get the best opportunity in the industry ? We are
here to help you. Let's break some myths together.
</div>
</div>
</div>
<div class="item item-talk">
<div class="meta">
<h4 class="time mb-3">17:00 - 18:00</h4>
</div>
<div class="content">
<h3 class="title mb-3">
Machine Learning 101 - Basic Mathematics For ML
</h3>
<div class="location mb-3">
<i class="far fa-calendar-alt mr-2"></i>10th April
</div>
<div class="desc">
Arrays, Vector and Matrices are three important mathematical elements used in practical machine
learning. But do you know how to perform the basic operations and manipulations of these elements in
order to mimic some important mathematical concepts ? Learn How !
</div>
</div>
</div>
<div class="item item-talk">
<div class="meta">
<h4 class="time mb-3">11:00 - 12:30</h4>
</div>
<div class="content">
<h3 class="title mb-3">
C++ STL - Learning The Why Behind The How !
</h3>
<div class="location mb-3">
<i class="far fa-calendar-alt mr-2"></i>11th April
</div>
<div class="desc">
Standard Template Library in C++ is an amazing toolset for Competitive Programming, interviews etc. But
let me change the question,
Do you know how std::sort() function works internally ? Interviewers love to reject people on the basis
of the depth you have on inbuilt methods.
Let's have a brief discussion.
</div>
</div>
</div>
</div>
<div class="tab-pane" id="tab-2-content" role="tabpanel" aria-labelledby="tab-1">
<div class="item item-talk">
<div class="meta">
<h4 class="time mb-3">11:00 - 11:45</h4>
</div>
<div class="content">
<h3 class="title mb-3">
How To Be a Better Programmer ?
</h3>
<div class="location mb-3">
<i class="far fa-calendar-alt mr-2"></i>17th April
</div>
<div class="desc">
Programming means writing code. But we don't agree on this with you. You don't write your program for
the machine but you write it for your fellow programmers. How to make the code better in terms of
representation ? How to make it clean and concise ? Let's discuss a few techniques in this session.
</div>
</div>
</div>
<div class="item item-talk">
<div class="meta">
<h4 class="time mb-3">17:00 - 18:00</h4>
</div>
<div class="content">
<h3 class="title mb-3">
Understanding Most Basic Distributed System
</h3>
<div class="location mb-3">
<i class="far fa-calendar-alt mr-2"></i>17th April
</div>
<div class="desc">
Do you know the architecture for the most basic disctibuted system, i.e. a single server setup with some
databases and few design components ?
Don't worry, we got you covered.
</div>
</div>
</div>
<div class="item item-talk">
<div class="meta">
<h4 class="time mb-3">11:00 - 12:30</h4>
</div>
<div class="content">
<h3 class="title mb-3">
Recursion, A One Sided Love Story and Problem Solving
</h3>
<div class="location mb-3">
<i class="far fa-calendar-alt mr-2"></i>18th April
</div>
<div class="desc">
"Those who cannot remember the past are condemned to repeat it", the love story of a girl ended,
recursively, another one started
and failed. Learn where did the girl made the mistake.
</div>
</div>
</div>
</div>
<div class="tab-pane no-timeline" id="tab-3-content" role="tabpanel" aria-labelledby="tab-3">
<h4 class="text-center py-5 text-muted">
Day 3 Agenda Coming Soon...
</h4>
</div>
</div>
<div class="schedule-cta text-center mx-auto">
<a href="https://www.townscript.com/e/edualgo-weekend-sessions-034242"
class="btn btn-secondary btn-lg d-block d-md-inline-block" target="_blank">Buy Tickets</a>
</div>
</div>
<!--//container-->
</section>
<!--//schedule-section-->
<section id="tickets-section" class="tickets-section section theme-bg-light">
<div class="container">
<h3 class="section-heading text-center mb-3">Tickets</h3>
<div class="row pricing mb-5">
<div class="col-12 col-md-4 p-2 p-lg-4">
<div class="card rounded-0 border-0">
<div class="card-body p-0">
<div class="heading text-center p-3">
<h4 class="text-white mb-0">Weekly Joining Tickets</h4>
</div>
<div class="info p-3">
<div class="price-figure text-center mb-3">
<span class="currency">$</span><span class="number">0</span>
</div>
<div class="desc px-3">
Every week, the ticket gets available before 5 days and only 85 seats can be booked. Before the
tickets end, don't forget to book yourself one for free of cost
</div>
</div>
</div>
<div class="card-footer text-center">
<a href="https://www.townscript.com/e/edualgo-weekend-sessions-034242"
class="btn btn-primary">BOOK NOW</a>
</div>
</div>
</div>
<div class="col-12 col-md-4 p-2 p-lg-4">
<div class="card card-special rounded-0 border-0">
<div class="card-body p-0">
<div class="heading text-center p-3">
<h4 class="text-white mb-0">Donation Ticket</h4>
</div>
<div class="info p-3">
<div class="price-figure text-center">
<span class="currency">$</span><span class="number">1.37</span>
</div>
<div class="desc px-3">
Donations are entirely used to make the event better and promotion of opensource
A minimum $1.37 donation can be made while purchasing the tickets
</div>
</div>
</div>
<div class="card-footer text-center">
<a href="https://www.townscript.com/e/edualgo-weekend-sessions-034242" class="btn btn-primary">Donate</a>
</div>
</div>
</div>
</div>
<div class="offers text-center bg-white p-4 p-lg-5">
<h4 class="mb-3">What's included?</h4>
<ul class="offers-list list-unstyled d-inline-block mx-auto text-left">
<li>
<span class="icon-holder mr-2"><i class="fas fa-user-tie"></i></span>50+ hours of talks on several topics
</li>
<li>
<span class="icon-holder mr-2"><i class="fas fa-people-carry"></i></span>Access to 10+ workshops
</li>
<li>
<span class="icon-holder mr-2"><i class="fas fa-glass-cheers"></i></span>Amazing after session contests
</li>
<li>
<span class="icon-holder mr-2"><i class="fas fa-tshirt"></i></span>FREE T-Shirts from eduAlgo</a>
</li>
<li>
<span class="icon-holder mr-2"><i class="fas fa-book"></i></span>FREE Course Giveaways
</li>
</ul>
</div>
</div>
</section>
<section id="sponsors-section" class="sponsors-section section">
<div class="container">
<h3 class="section-heading text-center mb-3">
Sponsors & Partners
</h3>
<div class="section-intro text-center single-col-max mx-auto mb-5">
Do you want to become a sponsor? Do you want us to promote your product/ service at our sessions? Let's get in touch
</div>
<div class="row logos justify-content-center">
<div class="logo-item col-6 col-md-4 col-lg-2">
<img src="assets/images/logos/DSC GGV.png" alt="" />
</div>
<div class="logo-item col-6 col-md-4 col-lg-2">
<img src="assets/images/logos/discourse.png" alt="" />
</div>
<div class="logo-item col-6 col-md-4 col-lg-2">
<img src="assets/images/logos/balsamiq-logo.png" alt="" />
</div>
<div class="logo-item col-6 col-md-4 col-lg-2">
<img src="assets/images/logos/postman.svg" alt="" />
</div>
<div class="logo-item col-6 col-md-4 col-lg-2">
<img src="assets/images/logos/replit.png" alt="" />
</div>
<div class="logo-item col-6 col-md-4 col-lg-2">
<a href="https://www.taskade.com/"><img src="assets/images/logos/taskade.png" alt="" /></a>
</div>
</div>
<br>
<div class="row logos justify-content-center">
<div class="logo-item col-6 col-md-4 col-lg-2">
<a href="https://www.jetbrains.com"><img src="assets/images/logos/jetbrains-variant-2.png" alt="" /></a>
</div>
</div>
<div class="sponsors-cta text-center pt-5">
<a class="btn-primary btn btn-lg" href="mailto:[email protected]">Become A Sponsor</a>
</div>
</div>
</section>
<footer class="footer py-5 theme-bg-primary">
<div class="container text-center">
<ul class="social-list list-inline mb-4">
<li class="list-inline-item mr-3">
<a href="mailto:[email protected]"><i class="fas fa-envelope"></i></a>
</li>
<li class="list-inline-item mr-3">
<a href="https://twitter.com/OfficialEdualgo"><i class="fab fa-twitter fa-fw"></i></a>
</li>
<li class="list-inline-item mr-3">
<a href="https://www.instagram.com/edu_algo/"><i class="fab fa-instagram fa-fw"></i></a>
</li>
<li class="list-inline-item mr-0">
<a href="https://www.youtube.com/channel/UCuyQnkkZyhz5S49v--VrzjA"><i class="fab fa-youtube fa-fw"></i></a>
</li>
</ul>
<small class="copyright">Designed with <i class="fas fa-heart" style="color: #ec645e"></i> by
<a href="http://themes.3rdwavemedia.com" target="_blank">Xiaoying Riley</a>
for developers</small>
</div>
<!--//container-->
</footer>
<!-- Modal Speaker -->
<div class="modal modal-speaker modal-speaker-1" id="modal-speaker-1" tabindex="-1" role="dialog"
aria-labelledby="speaker-1-ModalLabel" aria-hidden="true">
<div class="modal-dialog">
<div class="modal-content">
<div class="modal-header">
<button type="button" class="close" data-dismiss="modal" aria-hidden="true">
×
</button>
<h4 id="speaker-1-ModalLabel" class="modal-title sr-only">
Speaker Name
</h4>
</div>
<div class="modal-body p-0">
<div class="media flex-column flex-md-row theme-bg-light p-4 p-lg-5">
<img class="profile-image mb-3 mb-md-0 mr-md-4 rounded-circle mx-auto"
src="assets/images/speakers/speaker-1.jpg" alt="" />
<div class="media-body text-center text-md-left mx-auto">
<h2 class="name mb-2">Speaker Name</h2>
<div class="meta">Job Title Or Position</div>
<div class="meta mb-2">Company Or Organization</div>
<ul class="social-list list-inline mb-0">
<li class="list-inline-item">
<a href="#"><i class="fab fa-twitter fa-fw"></i></a>
</li>
<li class="list-inline-item">
<a href="#"><i class="fab fa-linkedin-in fa-fw"></i></a>
</li>
<li class="list-inline-item">
<a href="#"><i class="fab fa-github fa-fw"></i></a>
</li>
</ul>
<!--//social-list-->
</div>
<!--//media-body-->
</div>
<!--//media-->
<div class="desc p-4 p-lg-5">
<p>
You can put speaker's bio or talk related info here. Duis a mi
quis metus porttitor eleifend. Pellentesque finibus ultrices
imperdiet. Maecenas auctor tortor quis risus tincidunt, mattis
mattis leo placerat. Fusce metus augue, sagittis eget enim vel,
venenatis auctor est. In interdum felis massa, ac porta nunc
pretium non. In fringilla orci vitae imperdiet malesuada.
Vestibulum feugiat lobortis est, in sagittis nisi molestie vel.
Mauris ultrices vitae lectus eu feugiat. Fusce semper, nisi at
placerat mollis, augue elit pretium enim, eu pellentesque justo
purus et lectus.
</p>
<p class="mb-0">
Donec neque magna, molestie vel varius ut, pretium a urna.
Pellentesque placerat nunc eu condimentum pellentesque. Vivamus
dictum nisl leo, id fermentum lectus porttitor et. Pellentesque
tristique erat libero, condimentum porttitor nisl pharetra et.
</p>
</div>
</div>
<!--//modal-body-->
</div>
<!--//modal-content-->
</div>
<!--//modal-dialog-->
</div>
<!--//modal-->
<!-- Javascript -->
<script src="assets/plugins/jquery-3.4.1.min.js"></script>
<script src="assets/plugins/popper.min.js"></script>
<script src="assets/plugins/bootstrap/js/bootstrap.min.js"></script>
<script src="assets/plugins/back-to-top.js"></script>
<script src="assets/plugins/jquery.scrollTo.min.js"></script>
<script src="assets/js/main.js"></script>
</body>
</html>