-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathcourse-python.html
More file actions
665 lines (569 loc) · 24 KB
/
Copy pathcourse-python.html
File metadata and controls
665 lines (569 loc) · 24 KB
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
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<title>Python Intro</title>
<!-- Stylesheets -->
<link href="css\bootstrap.css" rel="stylesheet">
<link href="css\main.css" rel="stylesheet">
<link href="css\responsive.css" rel="stylesheet">
<link rel="shortcut icon" href="images\favicon.png" type="image/x-icon">
<link rel="icon" href="images\favicon.png" type="image/x-icon">
<link
href="https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;500;600;700;800;900&family=Titillium+Web:wght@300;400;600;700;900&display=swap"
rel="stylesheet">
<!-- Responsive -->
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=0">
<!--[if lt IE 9]><script src="https://cdnjs.cloudflare.com/ajax/libs/html5shiv/3.7.3/html5shiv.js"></script><![endif]-->
<!--[if lt IE 9]><script src="js/respond.js"></script><![endif]-->
</head>
<body>
<div class="page-wrapper">
<!-- Preloader -->
<div class="preloader"></div>
<!-- Main Header-->
<header class="main-header header-style-one">
<!-- Header Upper -->
<div class="header-upper">
<div class="auto-container">
<div class="clearfix">
<div class="pull-left logo-box">
<div class="logo"><a href="index.html"><img src="images\graed-lo.png " alt=""
title="Bootcamp"></a></div>
</div>
<div class="nav-outer clearfix">
<!--Mobile Navigation Toggler-->
<div class="mobile-nav-toggler"><span class="icon flaticon-menu"></span></div>
<!-- Main Menu -->
<nav class="main-menu show navbar-expand-md">
<div class="navbar-header">
<button class="navbar-toggler" type="button" data-toggle="collapse"
data-target="#navbarSupportedContent" aria-controls="navbarSupportedContent"
aria-expanded="false" aria-label="Toggle navigation">
<span class="icon-bar"></span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
</button>
</div>
<div class="navbar-collapse collapse clearfix" id="navbarSupportedContent">
<ul class="navigation clearfix">
<li><a href="index.html">Home</a>
<!-- <ul>
<li><a href="index.html">Home Page</a></li>
</ul> -->
</li>
<!-- <li class="dropdown"><a href="#">Pages</a>
<ul>
<li><a href="price.html">Pricing</a></li>
<li><a href="login.html">Login</a></li>
<li><a href="register.html">Register</a></li>
<li><a href="privacy.html">Privacy Policy</a></li>
<li><a href="comming-soon.html">Coming Soon</a></li>
</ul>
</li> -->
<li><a href="course.html">Courses</a>
<!-- <ul> -->
<!-- <li><a href="course.html">Courses As Grid</a></li> -->
<!-- <li><a href="course-list.html">Courses As List</a></li>
<li><a href="course-path.html">Course Topics</a></li>
<li><a href="course-lesson.html">Course Lesson</a></li>-->
<!-- <li><a href="course-detail.html">Course Details</a></li> -->
<!-- </ul> -->
</li>
<!-- <li class="dropdown"><a href="#">Books</a>
<ul>
<li><a href="books.html">Books</a></li>
<li><a href="books-detail.html">Book Detail</a></li>
</ul>
</li> -->
<!-- <li> <a href="course-detail.html">Demo</a></li> -->
<li> <a href="blog.html">Blog</a></li>
<!-- <li class="dropdown"><a href="#">Blog</a>
<ul>
<li><a href="blog.html">Blog</a></li>
<li><a href="blog-detail.html">Blog Detail</a></li>
</ul>
</li> -->
<li><a href="contact.html">Contact Us</a></li>
</ul>
</div>
</nav>
</div>
</div>
</div>
</div>
<!-- End Header Upper -->
<!-- Mobile Menu -->
<div class="mobile-menu">
<div class="menu-backdrop"></div>
<div class="close-btn"><span class="icon flaticon-multiply"></span></div>
<nav class="menu-box">
<div class="nav-logo"><a href="index.html"><img src="images\logo-5.png" alt="" title=""></a></div>
<div class="menu-outer">
<!--Here Menu Will Come Automatically Via Javascript / Same Menu as in Header-->
</div>
</nav>
</div>
<!-- End Mobile Menu -->
</header>
<!-- End Main Header -->
<!-- Page Title -->
<section class="page-title">
<div class="auto-container">
<h1>Course Introduction</h1>
<!-- query form box script -->
<div class="modal fade" id="modalLoginForm" tabindex="-1" role="dialog" aria-labelledby="myModalLabel"
aria-hidden="true">
<div class="modal-dialog" role="document">
<div class="modal-content">
<div class="modal-header text-center">
<h4 class="modal-title w-100 font-weight-bold">Request a Callback for
Registration</h4>
<button type="button" class="close" data-dismiss="modal" aria-label="Close">
<span aria-hidden="true">×</span>
</button>
</div>
<!-- here -->
<form action="https://send.pageclip.co/wNmsgjIu9RbPKycnSH79Xt1O7vGF4pNd"
class="pageclip-form" method="post">
<div class="modal-body mx-3">
<div class="md-form mb-5">
<input type="text" name="name" id="defaultForm-name"
class="form-control validate" placeholder="Enter Student Name" required />
</div>
<div class="md-form mb-5">
<input type="number" name="phone number" id="defaultForm-number"
class="form-control validate" placeholder="Enter 10 Digits Mobile Number"
maxlength="12" minlength="10" required />
</div>
<div class="md-form mb-5">
<input type="number" name="student grade" id="defaultForm-grade"
class="form-control validate" placeholder="Student Grade (3-12)" min="3"
max="12" required />
</div>
<div class="md-form mb-5">
<input type="email" name="email" id="defaultForm-grade"
class="form-control validate" placeholder="Enter Email" required />
</div>
<div class="md-form mb-5">
<input type="text" name="school name" id="defaultForm-grade"
class="form-control validate" placeholder="Student School Name" required />
</div>
</div>
<div class="modal-footer d-flex justify-content-center">
<button type="submit" class="pageclip-form__submit btn btn-success">Confirm</button>
</div>
</form>
</div>
</div>
</div>
<!-- Search Boxed -->
<!--<div class="search-boxed">
<div class="search-box">
<form method="post" action="contact.html">
<div class="form-group">
<input type="search" name="search-field" value="" placeholder="What do you want to learn?" required="">
<button type="submit"><span class="icon fa fa-search"></span></button>
</div>
</form>
</div>
</div>-->
</div>
</section>
<!--End Page Title-->
<!-- Intro Courses -->
<section class="intro-section">
<div class="patern-layer-one paroller" data-paroller-factor="0.40" data-paroller-factor-lg="0.20"
data-paroller-type="foreground" data-paroller-direction="vertical"
style="background-image: url(images/icons/icon-1.png)"></div>
<div class="patern-layer-two paroller" data-paroller-factor="0.40" data-paroller-factor-lg="-0.20"
data-paroller-type="foreground" data-paroller-direction="vertical"
style="background-image: url(images/icons/icon-2.png)"></div>
<div class="circle-one"></div>
<div class="auto-container">
<div class="sec-title">
<h2 style="text-align: center">Python</h2>
</div>
<div class="inner-container">
<div class="row clearfix">
<!-- Content Column -->
<div class="content-column col-lg-8 col-md-12 col-sm-12">
<div class="inner-column">
<!-- Intro Info Tabs-->
<div class="intro-info-tabs">
<!-- Intro Tabs-->
<div class="intro-tabs tabs-box">
<!--Tab Btns-->
<ul class="tab-btns tab-buttons clearfix">
<li data-tab="#prod-overview" class="tab-btn active-btn">Overview</li>
<li data-tab="#prod-curriculum" class="tab-btn">Curriculum</li>
<!-- <li data-tab="#prod-announcement" class="tab-btn">Announcement</li> -->
<li data-tab="#prod-faq" class="tab-btn">FAQ</li>
<li data-tab="#prod-reviews" class="tab-btn">Reviews</li>
</ul>
<!--Tabs Container-->
<div class="tabs-content">
<!--Tab / Active Tab-->
<div class="tab active-tab" id="prod-overview">
<div class="content">
<!-- Cource Overview -->
<div class="course-overview">
<div class="inner-box">
<h4>Description
</h4>
<p>At Graed you can learn all things Python from the ground
up. If you’re wondering where to begin your Python
journey, click the button below and we’ll give you some
guidance.
</p>
<ul class="student-list">
<li>196 Total Students</li>
<li><span class="theme_color">4.5</span> <span
class="fa fa-star"></span><span
class="fa fa-star"></span><span
class="fa fa-star"></span><span
class="fa fa-star"></span><span
class="fa fa-star"></span> (54 Rating)</li>
</ul>
<h3>What you’ll learn?</h3>
<ul class="review-list">
<li>Have a fundamental understanding of the Python
programming language.
</li>
<li>Understand how to create your own Python programs.
</li>
<li>Have the skills and understanding of Python to
confidently build projects</li>
<li>Learn Python from experienced professional software
developers.
.</li>
<li>Build simple Python based games using programming
loops and functions
</li>
<li>Build Python Graphical User Interfaces(GUI) with
Tkinter
</li>
</ul>
<h3>Requirements</h3>
<ul class="requirement-list">
<li>A computer - Windows, Mac, and Linux are all
supported. Setup and installation instructions are
included for each platform.</li>
<li>Your enthusiasm to learn this go-to programming
language. It’s a valuable lifetime skill which you
can’t un-learn!
</li>
<li>Everything else needed to start programming in
Python is already included in the course.
</li>
<!-- <li>Varius et commodo ut, ultricies vitae velit. Ut
nulla tellus.</li>
<li>Phasellus enim magna, varius et commodo ut.</li> -->
</ul>
<!-- <h3>Instructors</h3> -->
<div class="row clearfix">
<!-- Student Block -->
<!-- <div class="student-block col-lg-6 col-md-6 col-sm-12">
<div class="block-inner">
<div class="image">
<img src="images\resource\student-1.jpg"
alt="">
</div>
<h2>Stephane Smith</h2>
<div class="text">Certified instructor
Architecture& Developer</div>
<div class="social-box">
<a href="#"
class="fa fa-facebook-square"></a>
<a href="#"
class="fa fa-twitter-square"></a>
<a href="#"
class="fa fa-linkedin-square"></a>
<a href="#" class="fa fa-github"></a>
</div>
<a href="#" class="more">Know More <span
class="fa fa-angle-right"></span></a>
</div>
</div> -->
<!-- Student Block -->
<!-- <div class="student-block col-lg-6 col-md-6 col-sm-12">
<div class="block-inner">
<div class="image">
<img src="images\resource\student-2.jpg"
alt="">
</div>
<h2>Marvin Zona</h2>
<div class="text">Certified instructor
Architecture& Developer</div>
<div class="social-box">
<a href="#"
class="fa fa-facebook-square"></a>
<a href="#"
class="fa fa-twitter-square"></a>
<a href="#"
class="fa fa-linkedin-square"></a>
<a href="#" class="fa fa-github"></a>
</div>
<a href="#" class="more">Know More <span
class="fa fa-angle-right"></span></a>
</div>
</div> -->
</div>
</div>
</div>
</div>
</div>
<!-- Tab -->
<div class="tab" id="prod-curriculum">
<div class="content">
</div>
</div>
<!-- Tab -->
<!-- Tab -->
<div class="tab" id="prod-faq">
<div class="content">
</div>
</div>
<!-- Tab -->
<div class="tab" id="prod-reviews">
<div class="content">
<div class="cource-review-box">
<h4>Shubham Rawat (Class 7)</h4>
<div class="rating">
<span class="total-rating">4.5</span> <span
class="fa fa-star"></span><span
class="fa fa-star"></span><span
class="fa fa-star"></span><span
class="fa fa-star"></span><span
class="fa fa-star"></span> 
</div>
<div class="text">
It was my first online course and in programming . It was
very excellent experience and i want to thank team graed for
the amazing course , as i've shown my apps to my school
teachers and i got selected in school computer science team.
</div>
<ul class="like-option">
<li><span class="icon fa fa-thumbs-o-up"></span></li>
<li><span class="icon fa fa-thumbs-o-down"></span></li>
<span class="report">Report</span>
</ul>
</div>
<div class="cource-review-box">
<h4>Kavya (class 6)</h4>
<div class="rating">
<span class="total-rating">4.5</span> <span
class="fa fa-star"></span><span
class="fa fa-star"></span><span
class="fa fa-star"></span><span
class="fa fa-star"></span><span
class="fa fa-star"></span> 
</div>
<div class="text">Finally finished the course! Learned a lot and
excited to learn more once I get the chance. graed has great
teacher and their Q&A team is quick to answer most
questions. Would definitely recommend!!!
</div>
<ul class="like-option">
<li><span class="icon fa fa-thumbs-o-up"></span></li>
<li><span class="icon fa fa-thumbs-o-down"></span></li>
<span class="report">Report</span>
</ul>
</div>
<!-- <div class="cource-review-box">
<h4>Petey Cruiser</h4>
<div class="rating">
<span class="total-rating">4.5</span> <span
class="fa fa-star"></span><span
class="fa fa-star"></span><span
class="fa fa-star"></span><span
class="fa fa-star"></span><span
class="fa fa-star"></span>  256 Reviews
</div>
<div class="text">Phasellus enim magna, varius et commodo ut,
ultricies vitae velit. Ut nulla tellus, eleifend euismod
pellentesque vel, sagittis vel justo. In libero urna,
venenatis sit amet ornare non, suscipit nec risus.</div>
<div class="helpful">Was this review helpful?</div>
<ul class="like-option">
<li><span class="icon fa fa-thumbs-o-up"></span></li>
<li><span class="icon fa fa-thumbs-o-down"></span></li>
<span class="report">Report</span>
</ul>
</div> -->
<!-- <div class="cource-review-box">
<h4>Rick O'Shea</h4>
<div class="rating">
<span class="total-rating">4.5</span> <span
class="fa fa-star"></span><span
class="fa fa-star"></span><span
class="fa fa-star"></span><span
class="fa fa-star"></span><span
class="fa fa-star"></span>  256 Reviews
</div>
<div class="text">Phasellus enim magna, varius et commodo ut,
ultricies vitae velit. Ut nulla tellus, eleifend euismod
pellentesque vel, sagittis vel justo. In libero urna,
venenatis sit amet ornare non, suscipit nec risus.</div>
<div class="helpful">Was this review helpful?</div>
<ul class="like-option">
<li><span class="icon fa fa-thumbs-o-up"></span></li>
<li><span class="icon fa fa-thumbs-o-down"></span></li>
<span class="report">Report</span>
</ul>
<a href="#" class="more">View More</a>
</div> -->
</div>
</div>
</div>
</div>
</div>
</div>
</div>
<!-- Video Column -->
<div class="video-column col-lg-4 col-md-12 col-sm-12">
<div class="inner-column sticky-top">
<!-- Video Box -->
<div class="intro-video" style="background-image: url(images/resource/python.png)">
<a href="https://www.youtube.com/watch?v=r3fE6FQT82s"
class="lightbox-image intro-video-box"><span class="fa fa-play"><i
class="ripple"></i></span></a>
<h4>Preview this course</h4>
</div>
<!-- End Video Box -->
<div class="price">₹1,999</div>
<div class="time-left">23 hours left at this price!</div>
<!-- <a href="#" class="theme-btn btn-style-three"><span class="txt">Add To Cart <i
class="fa fa-angle-right"></i></span></a> -->
<!-- <a href="#" class="theme-btn btn-style-two"><span class="txt">Buy Now <i
class="fa fa-angle-right"></i></span></a> -->
<a href="" class="theme-btn btn-style-one txt" data-toggle="modal"
data-target="#modalLoginForm">Buy Now</a>
</div>
</div>
</div>
</div>
</div>
</section>
<!-- End intro Courses -->
<!-- Call To Action Section Two -->
<section class="call-to-action-section-two" style="background-image: url(images/background/3.png)">
<div class="auto-container">
<div class="content">
<h2>Ready to get started?</h2>
<div class="text">So what are you waiting for? Graed is not like any other coding platform on the
internet. Offer a lot for a little.
</div>
<div class="buttons-box">
<a href="course.html" class="theme-btn btn-style-one"><span class="txt">Get Stared <i
class="fa fa-angle-right"></i></span></a>
<a href="course.html" class="theme-btn btn-style-two"><span class="txt">All Courses <i
class="fa fa-angle-right"></i></span></a>
</div>
</div>
</div>
</section>
<!-- End Call To Action Section Two -->
<footer class="main-footer">
<!-- Pattern Layer -->
<div class="pattern-layer paroller" data-paroller-factor="0.60" data-paroller-factor-lg="0.20"
data-paroller-type="foreground" data-paroller-direction="vertical"
style="background-image:url(images/icons/icon-1.png)"></div>
<div class="pattern-layer-two data-paroller-factor=" 0.60"="" data-paroller-factor-lg="0.20"
data-paroller-type="foreground" data-paroller-direction="vertical"
style="background-image:url(images/icons/icon-3.png)"></div>
<div class="auto-container">
<!-- Widgets Section -->
<div class="widgets-section">
<div class="row clearfix">
<!-- Big Column -->
<div class="big-column col-lg-6 col-md-12 col-sm-12">
<div class="row clearfix">
<!--Footer Column-->
<div class="footer-column col-lg-7 col-md-6 col-sm-12">
<div class="footer-widget logo-widget">
<div class="logo">
<a href="index.html"><img src="images\graed.png" alt=""></a>
</div>
<div class="social-box">
<a href="#" class="fa fa-facebook" style="font-size:46px"></a>
<a href="#" class="fa fa-instagram" style="font-size:46px"></a>
<a href="#" class="fa fa-twitter" style="font-size:46px"></a>
<a href="#" class="fa fa-linkedin" style="font-size:46px"></a>
</div>
<div class="copyright">Copyright © 2020 Graed</div>
</div>
</div>
<!--Footer Column-->
<!-- <div class="footer-column col-lg-5 col-md-6 col-sm-12">
<div class="footer-widget links-widget">
<h4>About Us</h4>
<ul class="links-widget">
<li><a href="#">Afficiates</a></li>
<li><a href="#">Partners</a></li>
<li><a href="#">Reviews</a></li>
<li><a href="#">Blogs</a></li>
<li><a href="#">Newsletter</a></li>
</ul>
</div>
</div> -->
</div>
</div>
<!-- Big Column -->
<div class="big-column col-lg-6 col-md-12 col-sm-12">
<div class="row clearfix">
<!--Footer Column-->
<div class="footer-column col-lg-6 col-md-6 col-sm-12">
<div class="footer-widget links-widget">
<h4>Resource</h4>
<ul class="links-widget">
<li><a href="#">Privacy Policy</a></li>
<!-- <li><a href="#">Support Area</a></li>
<li><a href="#">Documentations</a></li>
<li><a href="#">How it works</a></li> -->
<li><a href="#">Terms of Policy</a></li>
</ul>
</div>
</div>
<!--Footer Column-->
<div class="footer-column col-lg-6 col-md-6 col-sm-12">
<div class="footer-widget links-widget">
<h4>Quick Links</h4>
<ul class="links-widget">
<li><a href="#">home</a></li>
<li><a href="#">About us</a></li>
<li><a href="#">Contact</a></li>
</ul>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</footer>
</div>
<!--End pagewrapper-->
<!--Scroll to top-->
<div class="scroll-to-top scroll-to-target" data-target="html"><span class="fa fa-arrow-circle-up"></span></div>
<script src="js\jquery.js"></script>
<script src="js\popper.min.js"></script>
<script src="js\jquery.scrollTo.js"></script>
<script src="js\bootstrap.min.js"></script>
<script src="js\jquery.mCustomScrollbar.concat.min.js"></script>
<script src="js\jquery.fancybox.js"></script>
<script src="js\appear.js"></script>
<script src="js\swiper.min.js"></script>
<script src="js\element-in-view.js"></script>
<script src="js\jquery.paroller.min.js"></script>
<script src="js\parallax.min.js"></script>
<script src="js\tilt.jquery.min.js"></script>
<!--Master Slider-->
<script src="js\jquery.easing.min.js"></script>
<script src="js\owl.js"></script>
<script src="js\wow.js"></script>
<script src="js\jquery-ui.js"></script>
<script src="js\script.js"></script>
</body>
</html>