-
Notifications
You must be signed in to change notification settings - Fork 11
/
giveaway.html
512 lines (378 loc) · 17.3 KB
/
giveaway.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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<!---Favicon-->
<link rel="icon" type="image/png" href="imgs/icon.png" />
<!-- Bootstrap CSS -->
<link rel="stylesheet" href="https://stackpath.bootstrapcdn.com/bootstrap/4.1.3/css/bootstrap.min.css"
integrity="sha384-MCw98/SFnGE8fJT3GXwEOngsV7Zt27NXFoaoApmYm81iuXoPkFOJwJ8ERdknLPMO" crossorigin="anonymous" />
<!--Custom CSS-->
<link rel="stylesheet" href="style.css" />
<!---FontAwesome-->
<script src="https://use.fontawesome.com/2445c4adc5.js"></script>
<!-- Google Font -->
<link href="https://fonts.googleapis.com/css?family=Nunito:200,300,400,700" rel="stylesheet" />
<title>Coding Minutes | Learn Coding Pocket Friendly way</title>
<meta property="og:url" content="http://www.codingminutes.com">
<meta property="og:type" content="website">
<meta property="og:title" content="Coding Minutes - Git & Github Master course (2021) | Mohit Uniyal">
<meta property="og:description" content="Now pay less than a Pizza🍕, learn more than ever with Coding Minutes & Udemy💡">
<meta property="og:image" content="https://avatars.githubusercontent.com/u/20609243?v=4">
<style>
.giveaway-heading{
font-size: 70px;
}
.video{
height: 500px;
padding: 50px;
}
#promo-video{
width: 70%;
height: 500px;
/* height: 100%; */
}
@media screen and (max-width: 500px) {
.container{
padding: 2px;
}
.video{
padding: 10px;
height: 200px;
}
.giveaway-heading{
font-size: 50px;
}
.sub-heading{
font-size: 40px;
}
#promo-video{
width: 100%;
height: 200px;
}
}
</style>
</head>
<body>
<!-- Bootstrap JavaScript -->
<section id="cover-banner" class="w-100">
<!--Responsive Navbar-->
<nav class="navbar navbar-expand-md navbar-dark bg-transparent">
<div class="container">
<a class="navbar-brand" href="./index.html">
<img src="imgs/logo_white.png" height="40" />
</a>
<button class="navbar-toggler" data-toggle="collapse" data-target="#cmnavbar2">
<span class="navbar-toggler-icon"></span>
</button>
<div class="collapse navbar-collapse" id="cmnavbar2">
<ul class="navbar-nav ml-auto">
<li class="nav-item">
<strong><a class="nav-link" href="http://ide.codingminutes.com" target="_blank">Online IDE</a></strong>
</li>
<li class="nav-item"><a class="nav-link" href="./index.html#course_gallery">Courses</a></li>
</li>
<li class="nav-item">
<a class="nav-link" href="./campus-captain.html">Campus Captain</a>
</li>
<li class="nav-item"><a class="nav-link" href="./index.html#team">Team</a></li>
<li>
<a class="nav-link" href="#faq">FAQ</a>
</li>
<li class="nav-item">
<a class="nav-link" href="#footer">Contact</a>
</li>
</ul>
</div>
</div>
</nav>
<!--Cover Text and Graphic-->
<div class="container p-5">
<div class="row align-items-center mt-5">
<div class="col lg-12 text-center">
<h2 class="giveaway-heading font-weight-bold" style="text-shadow: 1px 2px 4px blue;">🎉 MEGA GIVEAWAY 🎉</h2> <br>
<h2 class="sub-heading display-4"> Git & Github Master Course (2021)</h2>
<p class="lead d-md-block">
Sign up now to get the course for free as we launch on 10th - 11th July.
</p>
<button class="btn btn-move btn-white md-3 font-weight-bold" onclick="location.href='#signup'">
<i class="fa fa-tv mr-1"></i> Sign up
</button>
</div>
</div>
</div>
</section>
<section class="video">
<center>
<iframe class="video-play" id="promo-video" src="https://www.youtube.com/embed/xT4kaFXpmD4"
frameborder="0"
allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture"
allowfullscreen>
</iframe>
</center>
</section>
<section id="about">
<div class="container">
<div class="row py-5 flex-lg-row flex-column justify-content-between">
<div class="col-sm-4">
<div class="mt-5" style="text-align: justify;">
<h2>Course Highlights</h2>
<ul>
<li> 90+ HD Lectures </li>
<li> 11 hours of interactive content </li>
<li> Hands-on Code Example </li>
<li> 15+ sections</li>
<li> Self Evaluation : Quizzes </li>
<li> <b>Project: </b> Building a web portfolio </li>
</ul>
</div>
</div>
<div class="col-sm-4">
<div class="mt-5" style="text-align: justify;">
<h2>Git Basics</h2>
<ul>
<li>Version Control Systems</li>
<li>Command Line Tool</li>
<li>Git Introduction</li>
<li>Tracking your projects</li>
<li>Additional Git commands</li>
<li>Non-linear Development: Branching</li>
</ul>
</div>
</div>
<div class="col-sm-4">
<div class="mt-5" style="text-align: justify;">
<h2>Git/Github Advanced</h2>
<ul>
<li>Non-linear Development: Merging</li>
<li>Non-linear Development: Rebasing</li>
<li>Introduction to Github</li>
<li>Social Coding with Github</li>
<li>Miscellaneous Git Tools</li>
<li>Rewriting History</li>
</ul>
</div>
</div>
</div>
</section>
<!-----------------End of section -------->
<section class="row justify-content-center" id="signup">
<iframe src="https://docs.google.com/forms/d/e/1FAIpQLSek3PGnLfFXxy1k1U5JowF2P6sjHBwsQk5BQJBDlVnX8E6ZfA/viewform?embedded=true" width="640" height="950" frameborder="0" marginheight="0" marginwidth="0">Loading…</iframe>
</section>
<!-- Recommended courses -->
<section id="course_gallery" class="container py-5">
<h1 class="pb-4 text-center font-weight-bold"> Recommended Courses </h1>
<div class="row justify-content-center">
<div class="col-xl-4 col-md-6 mb-md-0 mb-4">
<div class="card shadow">
<img src="imgs/DS.jpg" class="card-img-top" />
<div class="card-body">
<h5 class="card-title bold6"><strong>Data Structures & Algorithms Level up course (2021)</strong></h5>
<!-- <h5 class="card-title bold6">Learn by solving problems</h5> -->
<p class="card-text"><i class="fa fa-graduation-cap" aria-hidden="true"></i>
Prateek Narang</p>
<p>Level : <strong>Intermediate to Advanced</strong></p>
<div class="row px-3 justify-content-between align-items-center">
<p class="card-text mb-0">
<span class="rating">4.7</span>
<img class="pb-1" src="imgs/star_filled.svg" />
<img class="pb-1" src="imgs/star_filled.svg" />
<img class="pb-1" src="imgs/star_filled.svg" />
<img class="pb-1" src="imgs/star_filled.svg" />
<img class="pb-1" src="imgs/star_filled.svg" />
</p>
<a href="./dsa.html" target="_blank" class="btn btn-gradient-primary">Explore</a>
</div>
</div>
</div>
</div>
<div class="col-xl-4 col-md-6">
<div class="card shadow">
<img src="imgs/py_data_science.jpg" class="card-img-top" />
<div class="card-body">
<h5 class="card-title bold6"><strong>Python for Data Science Master Course (2021)</strong></h5>
<!-- <h5 class="card-title bold6">Learn by solving problems</h5> -->
<p class="card-text"><i class="fa fa-graduation-cap" aria-hidden="true"></i>
Mohit Uniyal</p>
<p>Level : <strong>Beginners to Advanced</strong></p>
<div class="row px-3 justify-content-between align-items-center">
<p class="card-text mb-0">
<span class="rating">4.9</span>
<img class="pb-1" src="imgs/star_filled.svg" />
<img class="pb-1" src="imgs/star_filled.svg" />
<img class="pb-1" src="imgs/star_filled.svg" />
<img class="pb-1" src="imgs/star_filled.svg" />
<img class="pb-1" src="imgs/star_filled.svg" />
</p>
<a href="./python-data-science.html" class="btn btn-gradient-primary">Explore</a>
</div>
</div>
</div>
</div>
<div class="col-xl-4 col-md-6">
<div class="card shadow">
<img src="imgs/Graphs.jpg" class="card-img-top" />
<div class="card-body">
<h5 class="card-title bold6"><strong>Graph Algorithms for Competitive Coding (2021)</strong></h5>
<!-- <h5 class="card-title bold6">Learn by solving problems</h5> -->
<p class="card-text"><i class="fa fa-graduation-cap" aria-hidden="true"></i>
Prateek Narang, Apaar Kamal</p>
<p>Level : <strong>Beginner to Advanced</strong></p>
<div class="row px-3 justify-content-between align-items-center">
<p class="card-text mb-0">
<span class="rating">5.0</span>
<img class="pb-1" src="imgs/star_filled.svg" />
<img class="pb-1" src="imgs/star_filled.svg" />
<img class="pb-1" src="imgs/star_filled.svg" />
<img class="pb-1" src="imgs/star_filled.svg" />
<img class="pb-1" src="imgs/star_filled.svg" />
</p>
<a href="./graph-algorithms.html" class="btn btn-gradient-primary">Explore</a>
</div>
</div>
</div>
</div>
</div>
</section>
<!-- END of section -->
<section id="faq">
<div class="container p-5 text-left">
<h1 class="text-center"> FAQ's</h1>
<p class="text-muted text-center">Frequently Asked Questions</p>
<div id="accordion">
<div class="card">
<div class="card-header" id="headingOne">
<h5 class="mb-0">
<button class="btn btn-link" data-toggle="collapse" data-target="#collapseOne" aria-expanded="true"
aria-controls="collapseOne">
How do I get a free course?
</button>
</h5>
</div>
<div id="collapseOne" class="collapse show" aria-labelledby="headingOne" data-parent="#accordion">
<div class="card-body">
After signing up you will get an email containing link to course and special one time Coupon Code for early bird price (@Rs.0),
by 10th July.
</div>
</div>
</div>
<div class="card">
<div class="card-header" id="headingTwo">
<h5 class="mb-0">
<button class="btn btn-link collapsed" data-toggle="collapse" data-target="#collapseTwo"
aria-expanded="false" aria-controls="collapseTwo">
How long is the course access?
</button>
</h5>
</div>
<div id="collapseTwo" class="collapse" aria-labelledby="headingTwo" data-parent="#accordion">
<div class="card-body">
The course videos and practice problems come with a lifetime access.
</div>
</div>
</div>
<div class="card">
<div class="card-header" id="headingThree">
<h5 class="mb-0">
<button class="btn btn-link collapsed" data-toggle="collapse" data-target="#collapseThree"
aria-expanded="false" aria-controls="collapseThree">
Will there be any Certificate of Completion?
</button>
</h5>
</div>
<div id="collapseThree" class="collapse" aria-labelledby="headingThree" data-parent="#accordion">
<div class="card-body">
Yes, you will get an instructor signed certificate from Udemy after finishing this course.
</div>
</div>
</div>
<div class="card">
<div class="card-header" id="headingFour">
<h5 class="mb-0">
<button class="btn btn-link collapsed" data-toggle="collapse" data-target="#collapseFour" aria-expanded="false"
aria-controls="collapseFour">
What are the pre-requisties for this course?
</button>
</h5>
</div>
<div id="collapseFour" class="collapse" aria-labelledby="headingFour" data-parent="#accordion">
<div class="card-body">
There are no pre-requisties. We will cover everything from the basics.
</div>
</div>
</div>
</div>
<div class="card">
<div class="card-header" id="headingFive">
<h5 class="mb-0">
<button class="btn btn-link collapsed" data-toggle="collapse" data-target="#collapseFive" aria-expanded="false"
aria-controls="collapseFive">
Will there be any project in this course?
</button>
</h5>
</div>
<div id="collapseFive" class="collapse" aria-labelledby="headingFive" data-parent="#accordion">
<div class="card-body">
Yes. This course is totally hands-on, with interative lectures.
We will be build our portfolop at the end of the course will deployment as well.
</div>
</div>
</div>
</div>
</div>
<div style="height:100px"></div>
</section>
<!--Footer-->
<section id="footer" class="p-5">
<div>
<!--<div id="footer_img">
<img src="imgs/footer.svg" class="w-100 d-none d-lg-block">
<img src="imgs/rectangle_middle.svg" class="w-100 d-block d-lg-none">
</div>-->
<div class="container text-center">
<img src="imgs/logo_white.png" width="200px">
<div class="row mt-5 text-center text-light">
<div class="col-sm-6 text-left">
<h4 class="lead"><strong>Get in Touch</strong></h4>
<br>
<p><i class="fa fa-envelope fa-2x" aria-hidden="true"> </i> [email protected]
</p>
<a class="social-link" target="_blank" href="https://www.linkedin.com/company/codingminutes/"><p><i class="fa fa-linkedin-square fa-2x" aria-hidden="true"> </i> Follow on LinkedIn
</p></a>
<a class="social-link" href="https://www.youtube.com/channel/UCWrVQZ07TBumcwV0YbcH4Kg?view_as=subscriber" ><p><i class="fa fa-youtube-play fa-2x" aria-hidden="true"> </i> Subscribe to Youtube Channel
</p></a>
<p><i class="fa fa-whatsapp fa-2x" aria-hidden="true"> </i> (+91) 8947050005
</p>
</div>
<div class="col-sm-6 text-left">
<h4 class="lead"><strong>Coding Minutes</strong></h4>
<p class="text-white">Coding Minutes was started with a mission to provide affordable & high quality
coding education for everyone. With Udemy as
our technology partner, we wish to bring all our courses with top-notch content to our students at pocket
friendly prices with lifetime access. </p>
</div>
</div>
<hr>
<p class="text-center text-white-50 mt-5"> ©2021 Coding Minutes. All rights reserved </p>
</section>
<!-- jQuery first, then Popper.js, then Bootstrap JS -->
<script src="https://code.jquery.com/jquery-3.3.1.slim.min.js"
integrity="sha384-q8i/X+965DzO0rT7abK41JStQIAqVgRVzpbzo5smXKp4YfRvH+8abtTE1Pi6jizo"
crossorigin="anonymous"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/popper.js/1.14.3/umd/popper.min.js"
integrity="sha384-ZMP7rVo3mIykV+2+9J3UJ46jBk0WLaUAdn689aCwoqbBJiSnjAK/l8WvCWPIPm49"
crossorigin="anonymous"></script>
<script src="https://stackpath.bootstrapcdn.com/bootstrap/4.1.3/js/bootstrap.min.js"
integrity="sha384-ChfqqxuZUCnJSK3+MXmPNIyE6ZbWh2IMqE241rYiqJxyMiZ6OW/JmZQ5stwEULTy"
crossorigin="anonymous"></script>
<!-- Global site tag (gtag.js) - Google Analytics -->
<script async src="https://www.googletagmanager.com/gtag/js?id=G-4K18E4TM1G"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag(){dataLayer.push(arguments);}
gtag('js', new Date());
gtag('config', 'G-4K18E4TM1G');
</script>
</body>
</html>