-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
633 lines (519 loc) · 35.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
<!doctype html>
<html>
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=no">
<meta name="description" content="An Introductory Presentation On Open Source">
<meta name="author" content="Madhav Bahl">
<title>Madhav Bahl | Open Source</title>
<!-- Latest compiled and minified CSS -->
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/css/bootstrap.min.css" integrity="sha384-BVYiiSIFeK1dGmJRAkycuHAHRg32OmUcww7on3RYdg4Va+PmSTsz/K68vbdEjh4u" crossorigin="anonymous">
<link rel="stylesheet" href="https://use.fontawesome.com/releases/v5.1.0/css/all.css" integrity="sha384-lKuwvrZot6UHsBSfcMvOkWwlCMgc0TaWr+30HWe3a4ltaBwTZhyTEggF5tJv8tbt" crossorigin="anonymous">
<!-- Optional theme -->
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/css/bootstrap-theme.min.css" integrity="sha384-rHyoN1iRsVXV4nD0JutlnGaslCJuC7uwjduW9SVrLvRYooPp2bWYgmgJQIXwl/Sp" crossorigin="anonymous">
<link rel="stylesheet" href="css/reveal.css">
<link rel="stylesheet" href="css/theme/beige.css">
<!-- Theme used for syntax highlighting of code -->
<link rel="stylesheet" href="lib/css/zenburn.css">
<link rel="stylesheet" href="css/style.css">
<!-- Printing and PDF exports -->
<!-- <script>
var link = document.createElement( 'link' );
link.rel = 'stylesheet';
link.type = 'text/css';
link.href = window.location.search.match( /print-pdf/gi ) ? 'css/print/pdf.css' : 'css/print/paper.css';
document.getElementsByTagName( 'head' )[0].appendChild( link );
</script> -->
</head>
<body>
<div class="reveal">
<div class="slides">
<section>
<h1>Open Source!?</h1>
<p>#Welcome_To_Open_Source_World</p>
<div class="row">
<br>
<a style="padding: 20px;" target="_blank" href="https://www.linkedin.com/in/madhavbahl/"><i class="fab fa-linkedin-in"></i></a>
<a style="padding: 20px;" target="_blank" href="https://www.instagram.com/theleanprogrammer"><i class="fab fa-instagram"></i></a>
<a style="padding: 20px;" target="_blank" href="http://github.com/MadhavBahlMD"><i class="fab fa-github"></i></a>
<a style="padding: 20px;" target="_blank" href="http://madhavbahl.tech/"><i class="fas fa-globe"></i></a>
<a style="padding: 20px;" target="_blank" href="https://medium.com/@madhavbahl10"><i class="fab fa-medium"></i></a>
</div>
<br>
<p style="font-size: 0.7em;"><b>You are going to have a lots of fun today :)</b></p>
<p style="font-size: 0.7em;">Find this presentation at: <a href="http://theleanprogrammer.com/gec-webinar/">http://theleanprogrammer.com/gec-webinar/</a></p>
<p style="font-size: 0.7em;">Use Arrow Keys To Control this Presentation</p>
</section>
<section>
<section>
<h3>About the speaker</h3>
<div class="row">
<img height="300" width="307" style="background: rgba(0,0,0,0); border: none !important; box-shadow: 0;"
src="img/me.png" alt="" srcset="">
</div>
<p class="seven">I am just another guy who is into development, tech blogging, self-help blogging, podcastitng, mentoring, teaching, startups, community building, but most of it, still exploring life ^.^</p>
</section>
<section>
<h2>Yes, I am socially active :D</h2>
<p>Find Me On <b>Insta</b>: <a href="https://www.instagram.com/theleanprogrammer/">@theleanprogrammer</a></p>
<p>Connect With Me On <b>LinkedIn</b>: <a href="https://www.linkedin.com/in/madhavbahl/">@madhavbahl</a></p>
<p>Stalk With Me On <b>Facebook</b>: <a href="https://www.facebook.com/MadhavBahlMD/">@MadhavBahlMD</a></p>
<p>Read My Bolgs At <b>Medium</b>: <a href="medium.com/@madhavbahl10">@madhavbahl10</a></p>
<p>Follow Me On <b>GitHub</b>: <a href="https://github.com/MadhavBahlMD">@MadhavBahlMD</a></p>
</section>
<section>
<h5>No more wasting time in introduction</h5>
<h2 style="letter-spacing: 2px;">Interested in knowing more about me?</h2>
<p>Visit <a href="http://madhavbahl.tech">http://madhavbahl.tech</a></p>
</section>
</section>
<!-- <section id="before-start">
<section>
<h2>Before we start!</h2>
<h4>Do these 2 things :D</h4>
<p class="eight"></p>
<p class="nine">
<ul class="nine">
<li>Ask doubts - <a href="http://doubts.madhavbahl.tech">doubts.madhavbahl.tech</a></li>
<li>Download Resources - <a href="./resources.rar" download>here</a></li>
<li>In case the above link does not work, download them from <a href="https://drive.google.com/file/d/14pB3xm8TxVkx6k5DwdpL6jFwrNPy5T9t/view?usp=sharing">here</a></li>
</ul>
</p>
<p class="eight"><b>P.S. When you ask doubts, don't forget to mention your email id at the end so that I can contact you even after the workshop!</b></p>
</section>
</section> -->
<section>
<section>
<h3>What if I told you, you will be getting <a href="https://github.blog/2020-01-16-the-github-student-developer-pack-delivers-200k-worth-of-tools-and-training-to-every-student/#:~:text=January%2016%2C%202020-,The%20GitHub%20Student%20Developer%20Pack%20delivers%20%24200k%20worth,and%20training%20to%20every%20student&text=GitHub%20is%20committed%20to%20students,to%20get%20started%20as%20developers." target="_blank">$200,000</a> (= 1,46,52,010 INR) Today?</h3>
<div class="row">
<img height="300" width="357" style="background: rgba(0,0,0,0); border: none !important; box-shadow: 0;"
src="img/mitro.jpg" alt="" srcset="">
</div>
<p class="six" style="margin: 0;">Yes, I am not joking, each one of you will be getting offers worth $200,000</p>
<!-- <p class="six" style="margin: 0;"><b>Now click a photo, and upload a story on Instagram, to make your friends jealous 🔥 (Don't forget to tag me, @theleanprogrammer)</b></p> -->
</section>
<section>
<h1>How to avail your $200,000?</h1>
<p>Hold on, we will be right back ;)</p>
</section>
</section>
<section id="whyMeet">
<section>
<h2>Why Workshops And Conferences?</h2>
<p class="eight">Why Not Just Youtube Videos, Online Courses, And College Classes?</p>
<br>
<div class="row">
<div class="col-xs-12 col-sm-4 center" style="padding: 10px;">
<h2><i class="fas fa-check-circle"></i></h2>
<p style="font-size: 0.65em;">A chance to discuss about new trends, topics and advancements in tech</p>
</div>
<div class="col-xs-12 col-sm-4 center" style="padding: 10px;">
<h2><i class="fas fa-search"></i></h2>
<p style="font-size: 0.65em;">Find like minded people, network with them, increase your knowledge!</p>
</div>
<div class="col-xs-12 col-sm-4 center" style="padding: 10px;">
<h2><i class="far fa-clock"></i></h2>
<p style="font-size: 0.65em;">Ask queries anyime, like minded people are here to help you out!</p>
</div>
</div>
</section>
</section>
<!-- <section>
<h1> Let's get to know each other 😁</h1>
<p><b>Reminder!!</b> It is a meetup going on here, and you are here to have fun while learning
something new</p>
</section> -->
<!-- <section>
<div class="row">
<a href="img/timeline.png" download> <img height="620px;" style="background: rgba(0,0,0,0); border: 0;" src="img/timeline.png" alt="" srcset=""> </a>
</div>
</section> -->
<section id="index">
<section>
<h2 >Today's Agenda</h2>
<ol>
<li>Introduction to Open Source</li>
<li>Close look at GitHub (and the $200,000 deal)</li>
<li>Git is here :)</li>
<!-- <li>Hosting your own portfolio website</li> -->
<li>First open source contribution (if time permits)</li>
<li>Open discussion</li>
</ol>
</section>
<section>
<img src="img/opensrc2.png" alt="" srcset="">
</section>
</section>
<section id="whyOpen">
<section>
<h1>What do you mean by open source? 🌎</h1>
</section>
<section>
<h3>Open Source is ❤</h3>
<p>Open-source software is a type of computer software in which source code is released under a license in which the copyright holder grants users the rights to study, change, and distribute the software to anyone and for any purpose. </p>
</section>
<section>
<p class="seven">We all know that one can not "directly" earn from Open source Software</p>
<h1>Then Why do we actually care about open source? 😮</h1>
</section>
<section>
<h2>Open Source, But Why?</h2>
<p style="font-size: 0.85em;">Open source is in your best interest, whether you're an individual, an organisation, a small business, or a non-profit etc.</p>
<p >
<ul style="font-size: 0.75em;">
<li>People from all over the world can contribute to your code</li>
<li>Code quality is best maintained</li>
<li>Reduces duplication of effort</li>
<li>Showcase your talent and competence</li>
<li>Lift the community (Always remember, "we rise by lifting others")</li>
</ul>
</p>
<p style="font-size: 0.85em;">Oof! who told you people don't earn from open source, there's a lots of money involved!</p>
</section>
<section>
<!-- <p>Yeah, many people have many misconceptions about open source.</p> -->
<h4>By Open Source I mean...</h4>
<p class="seven"> (In Simple Words) Yes, each and every project you can find on GitHub (of course which is not private) is an open source project</p>
<p class="seven"> <b>Therefore,</b> to make contribution, you just need to find a project that suits you, and an issue to work upon. </p>
</section>
<section>
<h3>Open Source Is <i class="fas fa-heart"></i></h3>
<p style="font-size: 0.95em;">Yes, and I am happy spreading this feeling of love. </p>
<!-- <p></p> -->
<p>
<ul style="font-size: 0.85em;">
<li>More you contribute, more awareness and ideas you get!</li>
<li>Doing projects in collab with some super awesome people</li>
<li>Cant fix a bug!? Ask Help </li>
<li>Again, Lift the community, help others! (Always remember, "we rise by lifting others")</li>
</ul>
</p>
</section>
<section>
<p>Ok Madhav, any pre-requisites to start conotributing to the world of open source?</p>
<h3>Git and GitHub are enough</h3>
<p class="eigh">Rest everything you can learn on the go :)</p>
</section>
<section>
<p><b>Listen To This Amazing TED Talk by Linus Torwalds</b></p>
<a href="https://www.youtube.com/watch?v=o8NPllzkFhE">
<img src="img/linus.png" alt="" srcset="">
</a>
<p><a href="https://www.youtube.com/watch?v=o8NPllzkFhE">Click Here!</a></p>
</section>
</section>
<section id="GitHub">
<section>
<h1>Let's have a closer look at GitHub 🤓</h1>
</section>
<section>
<h3>Let’s make an account</h3>
<img src="./img/make.gif" alt="">
</section>
<section>
<img height="650" src="./img/gh1.PNG" alt="">
</section>
<section>
<h4>Have a look at this article for compllete details</h4>
<p><a href="https://codeburst.io/git-good-part-a-e0d826286a2a">https://codeburst.io/git-good-part-a-e0d826286a2a</a></p>
<img src="./img/meme1.png" alt="">
</section>
<section>
<h3>Basics</h3>
<p>
<ul>
<li>Personal Information + Bio</li>
<li>Your Orgs</li>
<li>Repositories</li>
<li>Stars, Repos, Followers and Following</li>
<li>Creating a repository</li>
<li>Creating a gist</li>
</ul>
</p>
<p><a href="https://codeburst.io/git-good-part-a-e0d826286a2a">Git Good</a></p>
</section>
</section>
<section>
<section>
<h1>Here we are! Offers worth $200,000</h1>
<h2><a href="https://education.github.com/pack">The GitHub Student Developer Pack</a></h2>
<p>List of things you get in this pack: <a href="https://github.blog/2019-08-20-the-github-student-developer-pack-is-back/">Click here!</a></p>
</section>
</section>
<section id="vc">
<section>
<h1>What is a version control?</h1>
</section>
<section>
<h3>Version Control</h3>
<p>
<ul>
<li>Version control systems are a category of software tools that help a software team manage changes to source code over time.</li>
<li>Version control software keeps track of every modification to the code in a special kind of database.</li>
<li>If a mistake is made, developers can turn back the clock and compare earlier versions of the code to help fix the mistake while minimizing disruption to all team members.</li>
</ul>
</p>
</section>
<section>
<h1>What if there was no version control? 😧</h1>
</section>
<section>
<img src="./img/novc.gif" height="500" alt="">
</section>
<section>
<h3>Learn more here: <a href="https://www.atlassian.com/git/tutorials/what-is-version-control">Version Control</a></h3>
</section>
</section>
<section id="prereq">
<section>
<h1>A Little Homework</h1>
</section>
<section>
<h4>First Let's Get To Know What GIT and GitHub Are?</h4>
<p class="eight">Read These Two Articles in Your Free Time To Get A Good Knowledge About Usage Of Git and GitHub!</p>
<div class="row">
<div class="col-xs-12 col-sm-6 ">
<a target="_blank" href="https://codeburst.io/git-good-part-a-e0d826286a2a"> <img class="img-fluid" height="300px" src="https://user-images.githubusercontent.com/26179770/42127371-1ce5661c-7cb5-11e8-83fb-0debc4d01861.png" alt="" srcset=""> </a>
<a class="eight" target="_blank" href="https://codeburst.io/git-good-part-a-e0d826286a2a"> Git Good Part-A</a>
</div>
<div class="col-xs-12 col-sm-6">
<a target="_blank" href="https://codeburst.io/git-good-a-practical-introduction-to-git-and-github-in-git-we-trust-f18fa263ec48"> <img height="300px" class="img-fluid" src="https://user-images.githubusercontent.com/26179770/42127400-b058c420-7cb5-11e8-9e52-1446bf27cc10.png" alt="" srcset=""> </a>
<a class="eight" target="_blank" href="https://codeburst.io/git-good-a-practical-introduction-to-git-and-github-in-git-we-trust-f18fa263ec48"> Git Good Part-B</a>
</div>
</div>
<p class="seven"><b>P.S. It is GitHub not Github :P</b></p>
</section>
<section>
<h3>Crash Course On Git Commands</h3>
<p class="eight">After reading those 2 articles, watch this video and you will get a very nice idea on how to use Git and GitHub!</p>
<iframe width="660" height="415" src="https://www.youtube.com/embed/RWsJCWWhgqU" frameborder="0" allow="autoplay; encrypted-media" allowfullscreen></iframe>
</section>
</section>
<section id="GitLook">
<section>
<h1>What is Git?</h1>
<img src="./img/gitmeme.jpg" height="400" alt="">
</section>
<section>
<h2>Git</h2>
<p>GIT is the most widely used VCS and is considered to be the best friend of any developer today. </p>
</section>
<section>
<h1>Is Git and GitHub the same thing???</h1>
</section>
<section>
<p>Some people think Git = GitHub</p>
<h2>Sorry boi, you wrong here! 🤷♂️</h2>
<p>GIT is a version control system, or basically a tool to manage your code history, while GitHub is a hosting service for GIT repositories. Clearly, they are not the same things.
<br> In short, GIT is a tool, and GitHub is a service for projects that use GIT</p>
</section>
<!-- <section>
<img src="./img/gitmeme.jpg" height="600" alt="">
</section> -->
<section>
<h2>Little working..</h2>
<p class="nine">
<ul class="nine">
<li>Git thinks of its data more like a series of snapshots of a miniature filesystem.</li>
<li>With Git, every time you commit, or save the state of your project, Git basically takes a picture of what all your files look like at that moment and stores a reference to that snapshot. </li>
<li>To be efficient, if files have not changed, Git doesn’t store the file again, just a link to the previous identical file it has already stored</li>
</ul>
</p>
</section>
<section>
<p><b>Git thinks about its data more like a stream of snapshots.</b></p>
<img src="./img/gitconcept.png" height="500" alt="">
</section>
<section>
<h2>Some cool terms 😎</h2>
<p class="nine">
<ol class="nine">
<li><b>Snapshot:</b> It records all your files at a given point of time so that you can look up at them anytime later.</li>
<li><b>Commit:</b> The act of creating a snapshot is called a commit. One is advised to commit his code whenever there are significant changes made.</li>
<li><b>Repository:</b> The location or digital storage where all your files are stored</li>
<li><b>Head: </b> The reference to the most recent commit is called Head</li>
<li><b>Branches: </b>All commits live on some branch and there can be many branches in a single project repository.</li>
</ol>
</p>
</section>
<section>
<h2>Concept of branches 🌳</h2>
<img src="./img/branch.png" height="500" alt="">
</section>
<section>
<h2>Easy to understand</h2>
<img src="./img/easybranch.png" height="400" alt="">
</section>
<section>
<h2>A little bit of set up</h2>
<p>Open up this blog real quick!</p>
<div class="row">
<div class="col-xs-12 col-sm-12">
<a target="_blank" href="https://codeburst.io/git-good-a-practical-introduction-to-git-and-github-in-git-we-trust-f18fa263ec48"> <img height="300px" class="img-fluid" src="https://user-images.githubusercontent.com/26179770/42127400-b058c420-7cb5-11e8-9e52-1446bf27cc10.png" alt="" srcset=""></a> <br>
<a class="eight" target="_blank" href="https://codeburst.io/git-good-a-practical-introduction-to-git-and-github-in-git-we-trust-f18fa263ec48"> Git Good Part-B</a>
</div>
</div>
</section>
<section>
<h2>5 commands that you might be using frequently</h2>
<ol>
<li class="seven">git init</li>
<li class="seven">git remote add origin _____</li>
<li class="seven">git add .</li>
<li class="seven">git commit -m "commit message"</li>
<li class="seven">git push -u origin master</li>
</ol>
</section>
</section>
<!-- <section>
<section>
<h1>Let's make our own portfolio website :)</h1>
<p>and host it on gh-pages :)</p>
</section>
</section> -->
<section id="open" >
<section>
<h2>Open Source contribution</h2>
<h3>In 6 Easy Steps</h3>
<p><b>Make Your First Open Source Contribution with Us</b></p>
<p><a href="https://github.com/Logic-Xcution/Kickoff-To-Open-Source">KickOff to Open Source</a></p>
</section>
<section>
<h2>Step 1: Find Your Project!</h2>
<p class="eight">First step for starting open source is obviously, finding an open source project to contribute to! </p>
<p style="font-size: 0.65em;">Either you can go for contributing the project os some open source organisation like fossasia etc.
Or, you can find your projects/issues you want ot work on from these websites.</p>
<p style="font-size: 0.6em;">
<ul class="seven">
<li><a href="http://issuehub.io/">http://issuehub.io/ -</a> A website which helps you find projects/issues based on your required language or issue labels.</li>
<li><a href="https://www.codetriage.com/">Code Triage -</a> Another useful tool for searching issues</li>
<li><a href="https://up-for-grabs.net/#/">Up For Grabs -</a> List of projects with issues that can be resolved by beginners</li>
<li><a href="https://www.firsttimersonly.com/">First Timers Only -</a> A list of issues that are labelled "first-timers-only".</li>
<li><a href="https://github.com/MunGell/awesome-for-beginners/">Awesome First Timers -</a> A list of awesome beginners-friendly projects.</li>
</ul>
</p>
</section>
<section>
<h2>How to find your org?</h2>
<p>
<ul>
<li><a href="https://summerofcode.withgoogle.com/archive/2018/organizations/"><b>GSoC Orgs 2018</b></a></li>
<li><a href="https://summerofcode.withgoogle.com/archive/2017/organizations/"><b>GSoC Orgs 2017</b></a></li>
<li><a href="https://summerofcode.withgoogle.com/archive/2016/organizations/"><b>GSoC Orgs 2016</b></a></li>
</ul>
</p>
</section>
<section>
<h2>Step 2: Fork The Repo!</h2>
<p class="eight">Fork the repo by clicking on the fork button on the top of the page. This will create a copy of the repository in your account.</p>
<img width="700" height="480" src="img/fork2.png" alt="" srcset="">
</section>
<section>
<h2>Step 3: Clone The Repo</h2>
<!-- <p class="eight">Fork the repo by clicking on the fork button on the top of the page. This will create a copy of the repository in your account.</p> -->
<img width="600" height="380" src="img/clone.gif" alt="" srcset="">
</section>
<section>
<h2>Step 4: Make A New Branch For The Changes You Need To Make!</h2>
<!-- <p class="eight">Fork the repo by clicking on the fork button on the top of the page. This will create a copy of the repository in your account.</p> -->
<img width="600" height="380" src="img/checkout.gif" alt="" srcset="">
</section>
<section>
<h2>Step 5: Make Changes and push the code!</h2>
<!-- <p class="eight">Fork the repo by clicking on the fork button on the top of the page. This will create a copy of the repository in your account.</p> -->
<img width="600" height="380" src="img/push.gif" alt="" srcset="">
</section>
<section>
<h2>Step 6: Submit A Pull Request!</h2>
<!-- <p class="eight">Fork the repo by clicking on the fork button on the top of the page. This will create a copy of the repository in your account.</p> -->
<img width="600" height="380" src="img/PR.gif" alt="" srcset="">
</section>
</section>
<section>
<h2>Good Luck Champ!</h2>
<h4>The World Of Open Source Awaits You!</h4>
<p>To View This Presentation, Visit: <a href="http://madhavbahl.tech/os-webinar/">http://madhavbahl.tech/os-webinar/</a></p>
</section>
<!-- <section>
<h2>We Are Starting Some Open Source Projects</h2>
<p class="eight">Have a project idea? send your ideas at <a href="mailto:madhavbahl10@gmail.com?Subject=Project%20Idea" target="_top">madhavbahl10@gmail.com</a></p>
</section> -->
<!-- <section>
<section>
<h2>Love Making Friends?</h2>
<p>Let's Connect On <b>LinkedIn</b>? <br> <a href="https://www.linkedin.com/in/madhavbahl/">https://www.linkedin.com/in/madhavbahl/</a> </p>
</section>
<section>
<h2>Don't Forget To Subscribe!</h2>
<div id="contact-form">
<form method="POST" action="http://theleanprogrammer.herokuapp.com/addEmail">
<input type="email" id="subsEmail" name="email" placeholder="Your email" required>
<button id="subsBtn" type="submit">Subscribe</button>
</form>
</div>
<br>
<p class="eight">Subscribing To Me Would Make You The First One To Recieve Updates From Me Directly On Your Mail!</p>
<p><b>#TheLeanProgrammer</b></p>
</section>
<section>
<h2>Yes, I am socially active :D</h2>
<p>Follow Me On <b>GitHub</b>: <a href="https://github.com/MadhavBahlMD">@MadhavBahlMD</a></p>
<p>Find Me On <b>Insta</b>: <a href="https://www.instagram.com/the_lean_programmer/">@the_lean_programmer</a></p>
<p>Read My Bolgs At <b>Medium</b>: <a href="medium.com/@madhavbahl10">@madhavbahl10</a></p>
<p>Connect With Me On <b>LinkedIn</b>: <a href="https://www.linkedin.com/in/madhavbahl/">@madhavbahl</a></p>
</section>
</section> -->
<!-- <section id="projectIdea">
<h3>We are starting some open source projects</h3>
<p class="eight">Have a project idea you want to share? Send your idea and we will start it if we like it.</p>
<div id="contact">
<form method="POST" action="https://formspree.io/madhavbahl10@gmail.com">
<input type="hidden" name="_subject" value="Contact request from personal website" /> <br>
<input type="email" name="_replyto" placeholder="Your email" required>
<textarea name="message" name="_message" placeholder="Your message" required></textarea>
<button type="submit">Send</button>
</form>
</div>
</section> -->
<section id="articles">
<section>
<h2>Here are some awesome articles for you 😃</h2>
<p>
<ul>
<li><a href="https://codeburst.io/git-good-part-a-e0d826286a2a">Git Good: Part A</a></li>
<li><a href="https://codeburst.io/git-good-a-practical-introduction-to-git-and-github-in-git-we-trust-f18fa263ec48">Git Good: Part B</a></li>
<li><a href="https://hackernoon.com/kickoff-to-open-source-e6928cf0037b">KickOff to Open Source</a></li>
<li><a href="https://www.atlassian.com/git/tutorials/what-is-version-control">What is Version Control?</a></li>
<li><a href="https://www.atlassian.com/git/tutorials/what-is-git">What is Git</a></li>
</ul>
</p>
</section>
<section>
<iframe width="1120" height="630" src="https://www.youtube.com/embed/SWYqp7iY_Tc" frameborder="0" allow="accelerometer; autoplay; encrypted-media; gyroscope; picture-in-picture" allowfullscreen></iframe>
</section>
</section>
<section id="thanks">
<h1>Thank You!</h1>
<p>Time for doubts!</p>
</section>
</div>
</div>
<script src="lib/js/head.min.js"></script>
<script src="js/reveal.js"></script>
<!-- Latest compiled and minified JavaScript -->
<script src="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/js/bootstrap.min.js" integrity="sha384-Tc5IQib027qvyjSMfHjOMaLkfuWVxZxUPnCJA7l2mCWNIpG9mGCD8wGNIcPD7Txa" crossorigin="anonymous"></script>
<script>
// More info about config & dependencies:
// - https://github.com/hakimel/reveal.js#configuration
// - https://github.com/hakimel/reveal.js#dependencies
Reveal.initialize({
dependencies: [
{ src: 'plugin/markdown/marked.js' },
{ src: 'plugin/markdown/markdown.js' },
{ src: 'plugin/notes/notes.js', async: true },
{ src: 'plugin/highlight/highlight.js', async: true, callback: function() { hljs.initHighlightingOnLoad(); } }
]
});
</script>
</body>
</html>