-
Notifications
You must be signed in to change notification settings - Fork 0
/
course.html
573 lines (497 loc) · 30.9 KB
/
course.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
<!doctype html>
<html lang="en">
<head>
<!-- Required meta tags -->
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<!-- Bootstrap CSS -->
<!-- <link href="https://cdn.jsdelivr.net/npm/[email protected]/dist/css/bootstrap.min.css" rel="stylesheet" integrity="sha384-EVSTQN3/azprG1Anm3QDgpJLIm9Nao0Yz1ztcQTwFspd3yD65VohhpuuCOmLASjC" crossorigin="anonymous"> -->
<link rel="stylesheet" href="assets/css/bootstrap.min.css">
<link href="https://fonts.googleapis.com/css2?family=Lato:wght@300;400;700&display=swap" rel="stylesheet">
<script src="https://kit.fontawesome.com/8f7c5a9c29.js" crossorigin="anonymous"></script>
<link rel="stylesheet" href="assets/css/style.css">
<title>Course - Sankar Media</title>
</head>
<body>
<header>
<nav class="navbar navbar-expand-lg navbar-light bg-light px-2">
<div class="container-fluid">
<a class="navbar-brand" href="index.html">
<img src="assets/img/logo/logo.png" alt="" class="logo">
</a>
<button class="navbar-toggler" type="button" data-bs-toggle="collapse"
data-bs-target="#navbarSupportedContent" aria-controls="navbarSupportedContent"
aria-expanded="false" aria-label="Toggle navigation">
<span class="navbar-toggler-icon"></span>
</button>
<div class="collapse navbar-collapse" id="navbarSupportedContent">
<ul class="navbar-nav me-auto mb-2 mb-lg-0">
<li class="nav-item">
<a class="nav-link active" aria-current="page" href="index.html">Home</a>
</li>
<li class="nav-item">
<a class="nav-link" href="course.html">Course</a>
</li>
<li class="nav-item">
<a class="nav-link" href="profile.html">About</a>
</li>
<li class="nav-item">
<a class="nav-link" href="#">Support</a>
</li>
</ul>
<div class="d-flex">
<a href="signin.html" class="loginBx"><i class="fas fa-user-circle me-1"></i><span>Sign
In</span></a>
</div>
</div>
</div>
</nav>
</header>
<main>
<div class="row">
<div class="col-md-11 col-12 mx-auto p-0">
<div class="row p-0 mb-5">
<div class="col-md-6 col-12 aboutRight" id="courseThumbnail">
<!-- <img src="assets/img/5 (1).jpg" alt=""> -->
</div>
<div class="col-md-6 col-12 aboutLeft">
<small>Digital Marketing</small>
<h2 id="courseTitle">Master in Digital Marketing</h2>
<p id="courseDescription">A course tailored to excel in the field of Digital Marketing from beginner level to advanced,
with interactive video representation, practical lectures by professionals, and real-world
insights of projects.</p>
<ul class="aboutList m-0 p-0">
<li><i class="fas fa-check-circle mb-2"></i> Learn modern Digital Marketing tactics</li>
<li><i class="fas fa-check-circle mb-2"></i> Analyse and optimize the client’s online
presence</li>
<li><i class="fas fa-check-circle mb-2"></i> Charge your client correctly as a Consultant, a
Marketer, or a Freelancer</li>
<li><i class="fas fa-check-circle mb-2"></i> Plan, categorize, manage, and audit using
modern digital tools</li>
<li><i class="fas fa-check-circle mb-2"></i> Implement what’s trending</li>
</ul>
<div class="coursePricebx mt-3">
<i class="fas fa-money-check-alt"></i>
<p id="coursePrice" class="m-0 ms-2">price</p>
</div>
<div class="mt-3">
<!-- <button class="btn btn-head">Know More</button> -->
<a href="panel.html" class="btn btn-lg btn-success"> Price 145 ₹</a>
</div>
</div>
</div>
<!-- courses -->
<div class="videoContainer mt-3">
<div class="row videoReverse">
<div class="col-md-6 col-12 courseWork mb-3">
<p class="courseDetailsSubpara m-0">How It </p>
<h2 class="subHeading courseDetailsTitle mb-3">Works</h2>
<p class="subPara">To manage your own business or for your digital marketing
clients, you'll need years of training and experience, Knowledge about the right digital
tools, several shortcuts, and handy tactics. And that’s what we bring you in this
Course. A tailored Online Marketing training and hands-on
experience from skilled mentors in the industry to cut your learning curve short, and
give you a major head start.
</p>
<div>
<a href="panel.html" class="btn btn-lg btn-success">Start Learning</a>
</div>
</div>
<div class="col-md-6 col-12" id="courseIntro">
<!-- <iframe width="100%" height="auto" src="https://www.youtube.com/embed/JLWFxI9C93I"
title="YouTube video player" frameborder="0"
allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture"
allowfullscreen></iframe> -->
</div>
</div>
</div>
<p class="courseDetailsSubpara m-0 mt-5 text-center">What You</p>
<h3 class="subHeading ModuleTitle text-center mb-3">Learn</h3>
<div class="row">
<div class="col-md-3 col-6 courseCenter mb-3">
<img src="assets/img/course/crm1.jpg" alt="" class="courseModuleImg">
</div>
<div class="col-md-3 col-6 courseCenter mb-3">
<img src="assets/img/course/crm2.jpg" alt="" class="courseModuleImg">
</div>
<div class="col-md-3 col-6 courseCenter mb-3">
<img src="assets/img/course/crm3.jpg" alt="" class="courseModuleImg">
</div>
<div class="col-md-3 col-6 courseCenter mb-3">
<img src="assets/img/course/crm4.jpg" alt="" class="courseModuleImg">
</div>
<div class="col-md-3 col-6 courseCenter mb-3">
<img src="assets/img/course/crm5.jpg" alt="" class="courseModuleImg">
</div>
<div class="col-md-3 col-6 courseCenter mb-3">
<img src="assets/img/course/crm6.jpg" alt="" class="courseModuleImg">
</div>
<div class="col-md-3 col-6 courseCenter mb-3">
<img src="assets/img/course/crm7.jpg" alt="" class="courseModuleImg">
</div>
<div class="col-md-3 col-6 courseCenter mb-3">
<img src="assets/img/course/crm8.jpg" alt="" class="courseModuleImg">
</div>
<div class="col-md-3 col-6 courseCenter mb-3">
<img src="assets/img/course/crm9.jpg" alt="" class="courseModuleImg">
</div>
<div class="col-md-3 col-6 courseCenter mb-3">
<img src="assets/img/course/crm10.jpg" alt="" class="courseModuleImg">
</div>
<div class="col-md-3 col-6 courseCenter mb-3">
<img src="assets/img/course/crm11.jpg" alt="" class="courseModuleImg">
</div>
<div class="col-md-3 col-6 courseCenter mb-3">
<img src="assets/img/course/crm12.jpg" alt="" class="courseModuleImg">
</div>
</div>
<div class="d-flex justify-content-center my-3">
<a href="panel.html" class="btn btn-lg btn-success">Start Learning</a>
</div>
<div class="videoContainer mt-3">
<div class="row">
<div class="col-md-6 col-12 courseWork mb-3">
<p class="courseDetailsSubpara m-0">Your</p>
<h2 class="subHeading courseDetailsTitle mb-3">Requirements</h2>
<ol>
<li class="subPara"> No previous knowledge or experience required about Digital
Marketing</li>
<li class="subPara"> Suitable for handling all types of businesses ( B2B, B2C, Physical
Products, Digital Products, Services )</li>
<li class="subPara"> Should know the basic how to handle and operate few hard-wares and
soft-wares, and know how to navigate around online platforms.</li>
</ol>
</div>
<div class="col-md-6 col-12 requireSec">
<img src="assets/img/wr.png" alt="" class="reuireImg">
<div>
<a href="panel.html" class="btn btn-lg btn-success">Start Learning</a>
</div>
</div>
</div>
</div>
<!-- review -->
<div class="rivewContainer mt-5">
<h5 class="text-center mb-3 rivewTitle">Student feedback</h5>
<div class="row">
<div class="col-md-10 col-12 mx-auto rivewDeatils">
<div class="course_rating">
<p class="m-0 rating">4.7</p>
<p class="m-0 ratingStars">
<i class="fas fa-star"></i>
<i class="fas fa-star"></i>
<i class="fas fa-star"></i>
<i class="fas fa-star"></i>
<i class="fas fa-star-half-alt"></i>
</p>
</div>
<div class="rating_details">
<ul class="p-0 list-unstyled">
<li class="mb-3">
<div class="rateBar rating_first"></div>
<div class="ms-2 rate_count">
<i class="fas fa-star"></i>
<i class="fas fa-star"></i>
<i class="fas fa-star"></i>
<i class="fas fa-star"></i>
<i class="fas fa-star"></i>
</div>
</li>
<li class="mb-3">
<div class="rateBar rating_secound"></div>
<div class="ms-2 rate_count">
<i class="fas fa-star"></i>
<i class="fas fa-star"></i>
<i class="fas fa-star"></i>
<i class="fas fa-star"></i>
<i class="far fa-star"></i>
</div>
</li>
<li class="mb-3">
<div class="rateBar rating_third"></div>
<div class="ms-2 rate_count">
<i class="fas fa-star"></i>
<i class="fas fa-star"></i>
<i class="fas fa-star"></i>
<i class="far fa-star"></i>
<i class="far fa-star"></i>
</div>
</li>
<li class="mb-3">
<div class="rateBar rating_fourth"></div>
<div class="ms-2 rate_count">
<i class="fas fa-star"></i>
<i class="fas fa-star"></i>
<i class="far fa-star"></i>
<i class="far fa-star"></i>
<i class="far fa-star"></i>
</div>
</li>
<li class="mb-3">
<div class="rateBar rating_fifth"></div>
<div class="ms-2 rate_count">
<i class="fas fa-star"></i>
<i class="far fa-star"></i>
<i class="far fa-star"></i>
<i class="far fa-star"></i>
<i class="far fa-star"></i>
</div>
</li>
</ul>
</div>
</div>
</div>
</div>
<!-- feedback -->
<div class="container feedbackCnt p-4 my-5">
<h5 class="mb-3 rivewTitle text-left">Reviews</h5>
<div class="feedbackItem mb-5">
<div class="feedback_userInfo">
<img src="assets/img/Reviews/g1.png" alt="">
<p class="m-0 ms-2">Pinku Roy</p>
</div>
<div class="review_star ms-5">
<i class="fas fa-star"></i>
<i class="fas fa-star"></i>
<i class="fas fa-star"></i>
<i class="fas fa-star"></i>
<i class="fas fa-star"></i>
</div>
<p class="feedbackMsg ms-5">
I learnt digital marketing from Sankar Media. For me this is the best course I have ever
done. Lessons are very elaborate and well explained</p>
</div>
<div class="feedbackItem mb-5">
<div class="feedback_userInfo">
<img src="assets/img/Reviews/b1.png" alt="">
<p class="m-0 ms-2">Pratap Halder</p>
</div>
<div class="review_star ms-5">
<i class="fas fa-star"></i>
<i class="fas fa-star"></i>
<i class="fas fa-star"></i>
<i class="fas fa-star"></i>
<i class="fas fa-star"></i>
</div>
<p class="feedbackMsg ms-5">Best place to learn digital marketing. Also i got to learn where my clients re sitting and how to grab their attention. I had a wonderful learning experience. Now i work from home all thanks to sankar media.</p>
</div>
<div class="feedbackItem mb-5">
<div class="feedback_userInfo">
<img src="assets/img/Reviews/g2.png" alt="">
<p class="m-0 ms-2">Jagriti Banerjee</p>
</div>
<div class="review_star ms-5">
<i class="fas fa-star"></i>
<i class="fas fa-star"></i>
<i class="fas fa-star"></i>
<i class="fas fa-star"></i>
<i class="fas fa-star"></i>
</div>
<p class="feedbackMsg ms-5">Very interesting perspective, way different from the general digital marketing courses available. The course covers new and emerging dimensions of the digital world. Love to attend more courses.</p>
</div>
<div class="feedbackItem mb-5">
<div class="feedback_userInfo">
<img src="assets/img/Reviews/b2.png" alt="">
<p class="m-0 ms-2">Natraj Sharma</p>
</div>
<div class="review_star ms-5">
<i class="fas fa-star"></i>
<i class="fas fa-star"></i>
<i class="fas fa-star"></i>
<i class="fas fa-star"></i>
<i class="fas fa-star"></i>
</div>
<p class="feedbackMsg ms-5">In only 2-3 month I learnt fully about Digital Marketing and till now I have closed more than 7 high paying clients. Sankar Media highly recommend to everyone.</p>
</div>
<div class="feedbackItem mb-5">
<div class="feedback_userInfo">
<img src="assets/img/Reviews/g3.png" alt="">
<p class="m-0 ms-2">Tanisha Chanda</p>
</div>
<div class="review_star ms-5">
<i class="fas fa-star"></i>
<i class="fas fa-star"></i>
<i class="fas fa-star"></i>
<i class="fas fa-star"></i>
<i class="fas fa-star"></i>
</div>
<p class="feedbackMsg ms-5">I took this Digital Marketing course from Sankar Media and i must say that it is one of the best online marketing and advertising course on the internet. I learnt all the current tactics of marketing which is currently hot in the market. Best learning experience ever.</p>
</div>
<div class="feedbackItem mb-5">
<div class="feedback_userInfo">
<img src="assets/img/Reviews/b3.png" alt="">
<p class="m-0 ms-2">Bony Das</p>
</div>
<div class="review_star ms-5">
<i class="fas fa-star"></i>
<i class="fas fa-star"></i>
<i class="fas fa-star"></i>
<i class="fas fa-star"></i>
<i class="fas fa-star"></i>
</div>
<p class="feedbackMsg ms-5">With no prior knowledge of digital marketing, this course helped me to understand all the basic concepts and enhance my interest in the marketing field. I have already enrolled myself into another course.</p>
</div>
<div class="feedbackItem mb-5">
<div class="feedback_userInfo">
<img src="assets/img/Reviews/g4.png" alt="">
<p class="m-0 ms-2">Supriya Dey</p>
</div>
<div class="review_star ms-5">
<i class="fas fa-star"></i>
<i class="fas fa-star"></i>
<i class="fas fa-star"></i>
<i class="fas fa-star"></i>
<i class="fas fa-star"></i>
</div>
<p class="feedbackMsg ms-5">The technique of their teaching is outstanding. Learnt the latest trends about Digital Marketing. Thank you Sankar Media</p>
</div>
<div class="feedbackItem mb-5">
<div class="feedback_userInfo">
<img src="assets/img/Reviews/b4.png" alt="">
<p class="m-0 ms-2">Subhojit Basak</p>
</div>
<div class="review_star ms-5">
<i class="fas fa-star"></i>
<i class="fas fa-star"></i>
<i class="fas fa-star"></i>
<i class="fas fa-star"></i>
<i class="fas fa-star"></i>
</div>
<p class="feedbackMsg ms-5">Seen your video over social media and loved your content, then purchased the course. Learnt a lot about Social Media Marketing and Digital Marketing over the course time period. Undoubtedly the best digital marketing Courses on Google.</p>
</div>
<div class="feedbackItem mb-5">
<div class="feedback_userInfo">
<img src="assets/img/Reviews/b5.png" alt="">
<p class="m-0 ms-2">Soham Chakraborty</p>
</div>
<div class="review_star ms-5">
<i class="fas fa-star"></i>
<i class="fas fa-star"></i>
<i class="fas fa-star"></i>
<i class="fas fa-star"></i>
<i class="fas fa-star"></i>
</div>
<p class="feedbackMsg ms-5">The guidance of this Lesson is very professional. I have learnt all the latest trends in digital marketing and online business development.Very nice experience associating with them. Would recommend everyone to join and get updated with the latest trends when it comes to online business development.</p>
</div>
<div class="feedbackItem mb-5">
<div class="feedback_userInfo">
<img src="assets/img/Reviews/b6.png" alt="">
<p class="m-0 ms-2">Debosmita Nandy</p>
</div>
<div class="review_star ms-5">
<i class="fas fa-star"></i>
<i class="fas fa-star"></i>
<i class="fas fa-star"></i>
<i class="fas fa-star"></i>
<i class="fas fa-star"></i>
</div>
<p class="feedbackMsg ms-5">Learnt all the recent and trending topics of Digital Marketing like Google ads, graphic designing, video editing, animation, and most importantly Social Media Marketing. My experience these few month was superb. Would suggest all students to learn from Sankar media and start your online marketing journey.</p>
</div>
</div>
</div>
</div>
</main>
<footer class="pt-5 bg-light">
<div class="px-5">
<!-- Row START -->
<div class="row g-4">
<!-- Widget 1 START -->
<div class="col-lg-3">
<!-- logo -->
<a class="me-0" href="index.html">
<!-- <img class="light-mode-item h-40px" src="assets/images/logo.svg" alt="logo">
<img class="dark-mode-item h-40px" src="assets/images/logo-light.svg" alt="logo"> -->
</a>
<p class="my-3">Eduport education theme, built specifically for the education centers which is
dedicated to teaching and involve learners.</p>
<!-- Social media icon -->
<ul class="list-inline mb-0 mt-3">
<li class="list-inline-item"> <a class="btn btn-white btn-sm shadow px-2 text-facebook"
href="#"><i class="fab fa-fw fa-facebook-f"></i></a> </li>
<li class="list-inline-item"> <a class="btn btn-white btn-sm shadow px-2 text-instagram"
href="#"><i class="fab fa-fw fa-instagram"></i></a> </li>
<li class="list-inline-item"> <a class="btn btn-white btn-sm shadow px-2 text-twitter"
href="#"><i class="fab fa-fw fa-twitter"></i></a> </li>
<li class="list-inline-item"> <a class="btn btn-white btn-sm shadow px-2 text-linkedin"
href="#"><i class="fab fa-fw fa-linkedin-in"></i></a> </li>
</ul>
</div>
<!-- Widget 1 END -->
<!-- Widget 2 START -->
<div class="col-lg-6">
<div class="row g-4">
<!-- Link block -->
<div class="col-6 col-md-4">
<h5 class="mb-2 mb-md-4">Company</h5>
<ul class="nav flex-column">
<li class="nav-item"><a class="nav-link" href="#">About us</a></li>
<li class="nav-item"><a class="nav-link" href="#">Contact us</a></li>
<li class="nav-item"><a class="nav-link" href="#">News and Blogs</a></li>
<li class="nav-item"><a class="nav-link" href="#">Library</a></li>
<li class="nav-item"><a class="nav-link" href="#">Career</a></li>
</ul>
</div>
<!-- Link block -->
<div class="col-6 col-md-4">
<h5 class="mb-2 mb-md-4">Community</h5>
<ul class="nav flex-column">
<li class="nav-item"><a class="nav-link" href="#">Documentation</a></li>
<li class="nav-item"><a class="nav-link" href="#">Faq</a></li>
<li class="nav-item"><a class="nav-link" href="#">Forum</a></li>
<li class="nav-item"><a class="nav-link" href="#">Sitemap</a></li>
</ul>
</div>
<!-- Link block -->
<div class="col-6 col-md-4">
<h5 class="mb-2 mb-md-4">Teaching</h5>
<ul class="nav flex-column">
<li class="nav-item"><a class="nav-link" href="#">Become a teacher</a></li>
<li class="nav-item"><a class="nav-link" href="#">How to guide</a></li>
<li class="nav-item"><a class="nav-link" href="#">Terms & Conditions</a></li>
</ul>
</div>
</div>
</div>
<!-- Widget 2 END -->
<!-- Widget 3 START -->
<div class="col-lg-3">
<h5 class="mb-2 mb-md-4">Contact</h5>
<!-- Time -->
<p class="mb-2">
Toll free:<span class="h6 fw-light ms-2">+1234 568 963</span>
<span class="d-block small">(9:AM to 8:PM IST)</span>
</p>
<p class="mb-0">Email:<span class="h6 fw-light ms-2">[email protected]</span></p>
<!-- Row END -->
</div>
<!-- Widget 3 END -->
</div><!-- Row END -->
<!-- Divider -->
<hr class="mt-4 mb-0">
<!-- Bottom footer -->
<div class="py-3">
<div class="container px-0">
<div class="d-md-flex justify-content-between align-items-center py-3 text-center text-md-left">
<!-- copyright text -->
<div class="text-primary-hover"> Copyrights <a href="#" class="text-body">©2021 Eduport</a>. All
rights reserved. Developed by <a href="#">Subhankar SarKar</a></div>
<!-- copyright links-->
<div class=" mt-3 mt-md-0">
<ul class="list-inline mb-0">
<li class="list-inline-item"><a class="nav-link" href="#">Terms of use</a></li>
<li class="list-inline-item"><a class="nav-link pe-0" href="#">Privacy policy</a></li>
</ul>
</div>
</div>
</div>
</div>
</div>
</footer>
<!-- Option 1: Bootstrap Bundle with Popper -->
<script src="https://cdn.jsdelivr.net/npm/[email protected]/dist/js/bootstrap.bundle.min.js"
integrity="sha384-MrcW6ZMFYlzcLA8Nl+NtUVF0sA7MsXsP1UyJoMp4YLEuNSfAP+JcXn/tWtIaxVXM"
crossorigin="anonymous"></script>
<script src="https://code.jquery.com/jquery-3.6.0.min.js"></script>
<script src="assets/js/courseScript.js"></script>
</body>
</html>