-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
713 lines (601 loc) · 30.4 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
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
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
683
684
685
686
687
688
689
690
691
692
693
694
695
696
697
698
699
700
701
702
703
704
705
706
707
708
709
710
711
712
713
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta content="width=device-width, initial-scale=1.0" name="viewport">
<title>Creator Technology Limited</title>
<meta content="" name="description">
<meta content="" name="keywords">
<!-- font awesome -->
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.4.2/css/all.min.css">
<!-- Favicons -->
<link href="assets/img/favicon.jpg" rel="icon">
<link href="assets/img/Creator_technology.png" rel="Creator_technology">
<!-- Google Fonts -->
<link
href="https://fonts.googleapis.com/css?family=Open+Sans:300,300i,400,400i,600,600i,700,700i|Raleway:300,300i,400,400i,500,500i,600,600i,700,700i|Poppins:300,300i,400,400i,500,500i,600,600i,700,700i"
rel="stylesheet">
<!-- Vendor CSS Files -->
<link href="assets/vendor/animate.css/animate.min.css" rel="stylesheet">
<link href="assets/vendor/bootstrap/css/bootstrap.min.css" rel="stylesheet">
<link href="assets/vendor/bootstrap-icons/bootstrap-icons.css" rel="stylesheet">
<link href="assets/vendor/boxicons/css/boxicons.min.css" rel="stylesheet">
<link href="assets/vendor/glightbox/css/glightbox.min.css" rel="stylesheet">
<link href="assets/vendor/swiper/swiper-bundle.min.css" rel="stylesheet">
<!-- Template Main CSS File -->
<link href="assets/css/style.css" rel="stylesheet">
<!-- animation -->
<link href="https://unpkg.com/aos@2.3.1/dist/aos.css" rel="stylesheet">
</head>
<body id="body">
<!-- top bar -->
<section id="topbar" class="d-flex align-items-center">
<div class="container d-flex justify-content-center justify-content-md-between">
<div class="contact-info d-flex align-items-center">
<i class="bi bi-envelope d-flex align-items-center"><a
href="mailto:creatortechnologylimited@gmail.com">creatortechnologylimited@gmail.com</a></i>
<i class="bi bi-phone d-flex align-items-center ms-4"><span>+88 017 9486 6199</span></i>
</div>
<form class="form">
<label for="search">
<input class="input" type="text" required="" placeholder="Search" id="search">
<div class="fancy-bg"></div>
<div class="search">
<svg viewBox="0 0 24 24" aria-hidden="true"
class="r-14j79pv r-4qtqp9 r-yyyyoo r-1xvli5t r-dnmrzs r-4wgw6l r-f727ji r-bnwqim r-1plcrui r-lrvibr">
<g>
<path
d="M21.53 20.47l-3.66-3.66C19.195 15.24 20 13.214 20 11c0-4.97-4.03-9-9-9s-9 4.03-9 9 4.03 9 9 9c2.215 0 4.24-.804 5.808-2.13l3.66 3.66c.147.146.34.22.53.22s.385-.073.53-.22c.295-.293.295-.767.002-1.06zM3.5 11c0-4.135 3.365-7.5 7.5-7.5s7.5 3.365 7.5 7.5-3.365 7.5-7.5 7.5-7.5-3.365-7.5-7.5z">
</path>
</g>
</svg>
</div>
<button class="close-btn" type="reset">
<svg xmlns="http://www.w3.org/2000/svg" class="h-5 w-5" viewBox="0 0 20 20" fill="currentColor">
<path fill-rule="evenodd"
d="M4.293 4.293a1 1 0 011.414 0L10 8.586l4.293-4.293a1 1 0 111.414 1.414L11.414 10l4.293 4.293a1 1 0 01-1.414 1.414L10 11.414l-4.293 4.293a1 1 0 01-1.414-1.414L8.586 10 4.293 5.707a1 1 0 010-1.414z"
clip-rule="evenodd"></path>
</svg>
</button>
</label>
</form>
<div class="social-links d-none d-md-flex align-items-center">
<a href="#" class="twitter"><i class="bi bi-twitter"></i></a>
<a href="https://www.facebook.com/creatortechnologylimited" target="_blank" class="facebook"><i
class="bi bi-facebook"></i></a>
<a href="#" class="instagram"><i class="bi bi-instagram"></i></a>
<a href="#" class="linkedin"><i class="bi bi-linkedin"></i></i></a>
</div>
</div>
</section>
<!-- header -->
<header id="header" class="d-flex align-items-center">
<div class="container d-flex justify-content-between align-items-center">
<div class="logo">
<!-- <h1><a href="index.html">Eterna</a></h1> -->
<!-- Uncomment below if you prefer to use an image logo -->
<a href="index.html"><img src="assets/img/Creator_technology.png" alt="" class="img-fluid w-100 h-100"></a>
</div>
<nav id="navbar" class="navbar">
<ul>
<li><a class="active" href="index.html">Home</a></li>
<li><a href="about.html">About us</a></li>
<li><a href="review.html">Review</a></li>
<li class="dropdown"><a href="/course.html"><span>Courses</span> <i class="bi bi-chevron-down"></i></a>
<ul>
<li><a href="/courses/graphics.html">Graphics Design</a></li>
<li class="dropdown"><a href="/courses/digital.html"><span>Digital Marketing</span> <i class="bi bi-chevron-right"></i></a>
<ul>
<li><a href="/courses/youtube.html">Youtube Marketing</a></li>
<li><a href="/courses/facebook.html">Facebook Narketing</a></li>
</ul>
</li>
<li><a href="/courses/wordpress.html">WordPress & Ecommerce</a></li>
<li><a href="/courses/creative.html">Creative Frontend</a></li>
<li><a href="/courses/video.html">Video Editing</a></li>
<li><a href="/courses/fiver.html">Fiverr Crash Course</a></li>
<li><a href="/courses/upwork.html">Upwork Crash Course</a></li>
</ul>
</li>
<li><a href="contact.html">Contact</a></li>
</ul>
<i class="bi bi-list mobile-nav-toggle"></i>
</nav>
<button class="button">
<p class="text">৳ 0.00</p>
<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="currentColor" class="bi bi-cart"
viewBox="0 0 16 16">
<path
d="M0 1.5A.5.5 0 0 1 .5 1H2a.5.5 0 0 1 .485.379L2.89 3H14.5a.5.5 0 0 1 .491.592l-1.5 8A.5.5 0 0 1 13 12H4a.5.5 0 0 1-.491-.408L2.01 3.607 1.61 2H.5a.5.5 0 0 1-.5-.5zM3.102 4l1.313 7h8.17l1.313-7H3.102zM5 12a2 2 0 1 0 0 4 2 2 0 0 0 0-4zm7 0a2 2 0 1 0 0 4 2 2 0 0 0 0-4zm-7 1a1 1 0 1 1 0 2 1 1 0 0 1 0-2zm7 0a1 1 0 1 1 0 2 1 1 0 0 1 0-2z" />
</svg>
</button>
</div>
</header>
<!-- hero section -->
<section id="banner" class="home_banner">
<div class="container">
<div class="row">
<div class="col-lg-5">
<div class="banner_text">
<h1 data-sal="zoom-in" data-sal-delay="200" data-sal-duration="700" data-sal-easing="ease"
class="sal-animate">Transform into IT Pro & Rule the <span>Technology World</span></h1>
<p>Creator Technology Limited IT Institute, we're on a mission to empower you with the latest knowledge and
expert guidance. Choose from cutting-edge courses and let us help you unlock your potential. Your journey
to success starts here.</p>
<a href="#">Join Us</a>
</div>
</div>
<div class="col-lg-7" data-aos="fade-left">
<div class="banner_img">
<img class="img-fluid" src="assets/img/Creator.png" alt="banner">
</a>
</div>
</div>
</div>
</div>
</section>
<!-- slide section -->
<section id="clients" class="clients">
<div class="container">
<div class="clients-slider swiper">
<div class="swiper-wrapper align-items-center">
<div class="swiper-slide"><img src="assets/img/clients/client-1.png" class="img-fluid" alt="">
</div>
<div class="swiper-slide"><img src="assets/img/clients/client-2.png" class="img-fluid" alt=""></div>
<div class="swiper-slide"><img src="assets/img/clients/client-3.png" class="img-fluid" alt=""></div>
<div class="swiper-slide"><img src="assets/img/clients/client-4.png" class="img-fluid" alt=""></div>
<div class="swiper-slide"><img src="assets/img/clients/client-5.png" class="img-fluid" alt=""></div>
<div class="swiper-slide"><img src="assets/img/clients/client-6.png" class="img-fluid" alt=""></div>
<div class="swiper-slide"><img src="assets/img/clients/client-7.png" class="img-fluid" alt=""></div>
<div class="swiper-slide"><img src="assets/img/clients/client-8.png" class="img-fluid" alt=""></div>
<div class="swiper-slide"><img src="assets/img/clients/client-9.jpg" class="img-fluid" alt=""></div>
</div>
<!-- <div class="swiper-pagination"></div> -->
</div>
</div>
</section>
<main id="main">
<!-- course section -->
<!-- breadcrumbs -->
<div class="breadcrumbs">
<div class="container">
<h2 class="text-center fw-bold">Browse Our Popular Online & Offline Courses</h2>
</div>
</div>
<section id="courses" class="courses mb-8">
<div class="container" data-aos="fade-up">
<div class="row g-4" data-aos="zoom-in">
<div class="col-lg-3 col-md-6">
<div class="course-item">
<img src="assets/img/course/course-1.jpg" class="img-fluid" alt="...">
<div class="course-content text-center">
<h4 class="mt-3 mb-5 fw-bold">WordPress & Ecommerce</h4>
<h3 class="mb-5"><a href="/courses/wordpress.html">View Course</a></h3>
<div class="d-flex justify-content-between user">
<div class="d-flex">
<div class="d-flex student">
<i class='bx bxs-user'></i>
<span> 20+ Students</span>
</div>
</div>
<h3>৳ 6000</h3>
</div>
</div>
</div>
</div>
<div class="col-lg-3 col-md-6">
<div class="course-item">
<img src="assets/img/course/course-2.jpg" class="img-fluid" alt="...">
<div class="course-content text-center">
<h4 class="mt-3 mb-5 fw-bold">Creative Frontend</h4>
<h3 class="mb-5"><a href="/courses/creative.html">View Course</a></h3>
<div class="d-flex justify-content-between user">
<div class="d-flex">
<div class="d-flex student">
<i class='bx bxs-user'></i>
<span> 20+ Students</span>
</div>
</div>
<h3>৳ 6000</h3>
</div>
</div>
</div>
</div>
<div class="col-lg-3 col-md-6">
<div class="course-item">
<img src="assets/img/course/course-3.jpg" class="img-fluid" alt="...">
<div class="course-content text-center">
<h4 class="mt-3 mb-5 fw-bold">Graphics Design</h4>
<h3 class="mb-5"><a href="/courses/graphics.html">View Course</a></h3>
<div class="d-flex justify-content-between user">
<div class="d-flex">
<div class="d-flex student">
<i class='bx bxs-user'></i>
<span> 20+ Students</span>
</div>
</div>
<h3>৳ 6000</h3>
</div>
</div>
</div>
</div>
<div class="col-lg-3 col-md-6">
<div class="course-item">
<img src="assets/img/course/course-1 - Copy.jpg" class="img-fluid" alt="...">
<div class="course-content text-center">
<h4 class="mt-3 mb-5 fw-bold">Video Editing</h4>
<h3 class="mb-5"><a href="/courses/video.html">View Course</a></h3>
<div class="d-flex justify-content-between user">
<div class="d-flex">
<div class="d-flex student">
<i class='bx bxs-user'></i>
<span> 20+ Students</span>
</div>
</div>
<h3>৳ 6000</h3>
</div>
</div>
</div>
</div>
<div class="col-lg-3 col-md-6">
<div class="course-item">
<img src="assets/img/course/course-1 - Copy (2).jpg" class="img-fluid" alt="...">
<div class="course-content text-center">
<h4 class="mt-3 mb-5 fw-bold">Facebook Marketing</h4>
<h3 class="mb-5"><a href="/courses/facebook.html">View Course</a></h3>
<div class="d-flex justify-content-between user">
<div class="d-flex">
<div class="d-flex student">
<i class='bx bxs-user'></i>
<span> 20+ Students</span>
</div>
</div>
<h3>৳ 3000</h3>
</div>
</div>
</div>
</div>
<div class="col-lg-3 col-md-6">
<div class="course-item">
<img src="assets/img/course/course-1 - Copy (3).jpg" class="img-fluid" alt="...">
<div class="course-content text-center">
<h4 class="mt-3 mb-5 fw-bold">Youtube Marketing</h4>
<h3 class="mb-5"><a href="/courses/youtube.html">View Course</a></h3>
<div class="d-flex justify-content-between user">
<div class="d-flex">
<div class="d-flex student">
<i class='bx bxs-user'></i>
<span> 20+ Students</span>
</div>
</div>
<h3>৳ 5000</h3>
</div>
</div>
</div>
</div>
<div class="col-lg-3 col-md-6">
<div class="course-item">
<img src="assets/img/course/course-1 - Copy (4).jpg" class="img-fluid" alt="...">
<div class="course-content text-center">
<h4 class="mt-3 mb-5 fw-bold">Fiverr Crash Course</h4>
<h3 class="mb-5"><a href="/courses/fiver.html">View Course</a></h3>
<div class="d-flex justify-content-between user">
<div class="d-flex">
<div class="d-flex student">
<i class='bx bxs-user'></i>
<span> 20+ Students</span>
</div>
</div>
<h3>৳ 3000</h3>
</div>
</div>
</div>
</div>
<div class="col-lg-3 col-md-6">
<div class="course-item">
<img src="assets/img/course/course-1 - Copy (5).jpg" class="img-fluid" alt="...">
<div class="course-content text-center">
<h4 class="mt-3 mb-5 fw-bold">Upwork Crash Course</h4>
<h3 class="mb-5"><a href="/courses/upwork.html">View Course</a></h3>
<div class="d-flex justify-content-between user">
<div class="d-flex">
<div class="d-flex student">
<i class='bx bxs-user'></i>
<span> 20+ Students</span>
</div>
</div>
<h3>৳ 3000</h3>
</div>
</div>
</div>
</div>
</div>
</div>
</section>
<!-- About Section -->
<section id="about" class="about mb-5">
<div class="container">
<h2 class="text-center fw-bold mt-5">About Creator Technology Limited</h2>
<div class="row">
<div class="col-xl-6 col-lg-5 d-flex justify-content-center" data-aos="fade-right">
<img class="img-fluid" src="assets/img/banner.png" alt="">
<!-- <a href="https://www.youtube.com/watch?v=jDDaplaOz7Q" class="glightbox play-btn mb-4"></a> -->
</div>
<div
class="col-xl-6 col-lg-7 icon-boxes d-flex flex-column align-items-stretch justify-content-center py-5 px-lg-5">
<div class="icon-box">
<div class="icon"><i class='bx bx-run'></i></div>
<h4 class="title"><a href="">INSTANT LIVE SUPPORT LIFETIME</a></h4>
<p class="description">Providing 24/7 instant live support to students is a valuable service, and it has
several positive effects on their learning experience. </p>
</div>
<div class="icon-box">
<div class="icon"><i class='bx bx-star'></i></div>
<h4 class="title"><a href="">CREATOR TECHNOLOGY LIMITED SUCCESS STORIES</a></h4>
<p class="description">A success story is a brief narrative that highlights the journey, achievements, and
positive outcomes of an individual, group, or organization. <br> Join Our Success Stories: <br> <a
class="text-decoration-none"
href="https://www.facebook.com/creatortechnologylimited">https://www.facebook.com</a></p>
</div>
<div class="icon-box">
<div class="icon"><i class='bx bx-store'></i></div>
<h4 class="title"><a href="">MARKETPLACE CRASH</a></h4>
<p class="description">Fiverr, Upwork, People Per Hour & Freelancer & Other marketplace crash programs
make them confident about the marketplace!</p>
</div>
</div>
</div>
</div>
</section>
<!-- marketplace Section -->
<section id="marketplaces" class="marketplaces mt-5">
<div class="container">
<h2 class="text-center mb-5 mt-2 fw-bold">Target Marketplaces</h2>
<div class="row g-4 clients-wrap clearfix wow fadeInUp">
<div class="col-lg-3 col-md-4 col-6">
<div class="marketplace-logo">
<img src="assets/img/mkt/Fiverr-Logo.jpg" class="img-fluid" alt="">
</div>
</div>
<div class="col-lg-3 col-md-4 col-6">
<div class="marketplace-logo">
<img src="assets/img/mkt/upwork-logo-png-transparent.png" class="img-fluid" alt="">
</div>
</div>
<div class="col-lg-3 col-md-4 col-6">
<div class="marketplace-logo">
<img src="assets/img/mkt/png-transparent-freelancer-com-upwork-logo-job-others-blue-text-logo.png"
class="img-fluid" alt="">
</div>
</div>
<div class="col-lg-3 col-md-4 col-6">
<div class="marketplace-logo">
<img src="assets/img/mkt/LinkedIn_Logo.svg.png" class="img-fluid" alt="">
</div>
</div>
</div>
</div>
</section>
<!-- class Section -->
<section id="about" class="about mb-5">
<div class="container">
<div class="row">
<div
class="col-xl-6 col-lg-7 icon-boxes d-flex flex-column align-items-stretch justify-content-center py-5 px-lg-5">
<div class="icon-box">
<div class="icon"><i class='bx bxs-user-detail'></i></div>
<h4 class="title"><a href="">EXPERT MENTORS</a></h4>
<p class="description">An expert mentor is an experienced and knowledgeable individual who provides
guidance, support, and wisdom to others in a specific field or domain.</p>
</div>
<div class="icon-box">
<div class="icon"><i class='bx bxl-google'></i></div>
<h4 class="title"><a href="">GOOGLE CLASSROOM</a></h4>
<p class="description">Google Classroom is a web-based platform developed by Google for educators to
create, manage, and distribute learning materials and assignments.</p>
</div>
<div class="icon-box">
<div class="icon"><i class='bx bx-crop'></i></div>
<h4 class="title"><a href="">LIVE CLASS FROM ANYWHERE</a></h4>
<p class="description">Live from anywhere refers to the ability to participate in live events, meetings,
or experiences from any location with an internet connection.</p>
</div>
</div>
<div class="col-xl-6 col-lg-5 d-flex justify-content-center" data-aos="fade-left">
<img class="img-fluid" src="assets/img/Creator (1).png" alt="">
<!-- <video width="400" height="400" controls>
<source src="assets/img/Creator.mp4" type="video/mp4">
</video> -->
</div>
</div>
</div>
</section>
<!-- Frequently asked question -->
<section id="faq" class="faq">
<div class="container">
<div style="text-align:center;" class="mb-5">
<h2>Frequently Asked Questions</h2>
</div>
<div class="faq-list">
<ul>
<li>
<i class="fa fa-question-circle icon-help" aria-hidden="true"></i> <a data-bs-toggle="collapse"
class="collapse" data-bs-target="#faq-list-1">What is Creator Technology Limited? <i
class="fa fa-sm fa-angle-down icon-show" aria-hidden="true"></i><i
class="fa fa-sm fa-angle-up icon-close"></i></a>
<div id="faq-list-1" class="collapse show" data-bs-parent=".faq-list">
<p>
Creator Technology Limited is an internet-based e-learning platform. The platform actively promotes
these courses within freelance marketplaces, making them accessible to a broad audience seeking to
acquire new skills or knowledge.
</p>
</div>
</li>
<li>
<i class="fa fa-question-circle icon-help" aria-hidden="true"></i> <a data-bs-toggle="collapse"
data-bs-target="#faq-list-2" class="collapsed">How do I get started? <i
class="fa fa-sm fa-angle-down icon-show" aria-hidden="true"></i><i
class="fa fa-sm fa-angle-up icon-close"></i></a>
<div id="faq-list-2" class="collapse" data-bs-parent=".faq-list">
<p>
To get started, simply register for a free account, browse our Courses page, and choose the course
that suits your learning goals.
</p>
</div>
</li>
<li>
<i class="fa fa-question-circle icon-help" aria-hidden="true"></i> <a data-bs-toggle="collapse"
data-bs-target="#faq-list-3" class="collapsed">What support is available to me while taking a course on
Creator Technology Limited? <i class="fa fa-sm fa-angle-down icon-show" aria-hidden="true"></i><i
class="fa fa-sm fa-angle-up icon-close"></i></a>
<div id="faq-list-3" class="collapse" data-bs-parent=".faq-list">
<p>
Creator Technology Limited offers 24/7 support to all our students. You can reach out to us via Zoom,
and we provide lifetime support to all of our students.
</p>
</div>
</li>
<li>
<i class="fa fa-question-circle icon-help" aria-hidden="true"></i> <a data-bs-toggle="collapse"
data-bs-target="#faq-list-4" class="collapsed">How much do Creator Technology Limited courses cost? <i
class="fa fa-sm fa-angle-down icon-show" aria-hidden="true"></i><i
class="fa fa-sm fa-angle-up icon-close"></i></a>
<div id="faq-list-4" class="collapse" data-bs-parent=".faq-list">
<p>
The pricing for our courses fluctuates depending on the content and level of complexity. We provide a
range of both online and offline courses to meet diverse learning requirements.
</p>
</div>
</li>
<li>
<i class="fa fa-question-circle icon-help" aria-hidden="true"></i> <a data-bs-toggle="collapse"
data-bs-target="#faq-list-5" class="collapsed">Are all the courses recorded? <i
class="fa fa-sm fa-angle-down icon-show" aria-hidden="true"></i><i
class="fa fa-sm fa-angle-up icon-close"></i></a>
<div id="faq-list-5" class="collapse" data-bs-parent=".faq-list">
<p>
Our all courses are held on live and after the class, we upload the full record on “Google Classroom”
so that all the students can view and download it from Google Drive.
</p>
</div>
</li>
<li>
<i class="fa fa-question-circle icon-help" aria-hidden="true"></i> <a data-bs-toggle="collapse"
data-bs-target="#faq-list-11" class="collapsed">Do you have an official Facebook group so that I can get
connected with your community? <i class="fa fa-sm fa-angle-down icon-show" aria-hidden="true"></i><i
class="fa fa-sm fa-angle-up icon-close"></i></a>
<div id="faq-list-11" class="collapse" data-bs-parent=".faq-list">
<p>
Yes, we have an official group that are <a
href="https://www.facebook.com/creatortechnologylimited">"Creator Technology Limited"</a> Official
page from where we update many necessary things regarding our courses and student success stories.
</p>
</div>
</li>
</ul>
</div>
</div>
</section>
<!-- contact section -->
<section id="contact" class="contact">
<div class="container">
<h2 class="text-center mb-3">Find us on map</h2>
<div class="row">
<div class="col ">
<iframe class="mb-4 mb-lg-0"
src="https://www.google.com/maps/embed?pb=!1m18!1m12!1m3!1d3650.5173266920697!2d90.35056687533745!3d23.80019637863649!2m3!1f0!2f0!3f0!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0x3755c195489e98b5%3A0x7c769f849b7b75c!2sCreator%20Technology%20Limited!5e0!3m2!1sen!2sbd!4v1697533370670!5m2!1sen!2sbd"
width="100%" height="384px" style="border:0;" allowfullscreen="" loading="lazy"
referrerpolicy="no-referrer-when-downgrade"></iframe>
</div>
</div>
</div>
</section>
</main>
<!-- footer -->
<footer id="footer">
<div class="footer-top">
<div class="container">
<div class="row">
<div class="col-lg-3 col-md-6 footer-info">
<h3>About Creator Technology Limited</h3>
<p>Creator Technology Limited is a company at the forefront of developing cutting-edge tools and solutions
to enable creative expression and innovation in the digital age.</p>
<div class="social-links mt-3">
<a href="#" class="twitter"><i class="bx bxl-twitter"></i></a>
<a href="#" class="facebook"><i class="bx bxl-facebook"></i></a>
<a href="#" class="instagram"><i class="bx bxl-instagram"></i></a>
<a href="#" class="linkedin"><i class="bx bxl-linkedin"></i></a>
</div>
</div>
<div class="col-lg-3 col-md-6 footer-links">
<h4>Useful Links</h4>
<ul>
<li><i class="bx bx-chevron-right"></i> <a href="/index.html">Home</a></li>
<li><i class="bx bx-chevron-right"></i> <a href="/about.html">About us</a></li>
<li><i class="bx bx-chevron-right"></i> <a href="/review.html">Review</a></li>
<li><i class="bx bx-chevron-right"></i> <a href="#">Terms of service</a></li>
<li><i class="bx bx-chevron-right"></i> <a href="#">Privacy policy</a></li>
</ul>
</div>
<div class="col-lg-3 col-md-6 footer-links">
<h4>Our Courses</h4>
<ul>
<li><i class="bx bx-chevron-right"></i> <a href="/courses/wordpress.html">WordPress & Ecommerce</a></li>
<li><i class="bx bx-chevron-right"></i> <a href="/courses/creative.html">Creative Frontend</a></li>
<li><i class="bx bx-chevron-right"></i> <a href="/courses/graphics.html">Graphics Design</a></li>
<li><i class="bx bx-chevron-right"></i> <a href="/courses/video.html">Video Editing</a></li>
<li><i class="bx bx-chevron-right"></i> <a href="/courses/facebook.html">Facebook Marketing</a></li>
<li><i class="bx bx-chevron-right"></i> <a href="/courses/youtube.html">Youtube Marketing</a></li>
<li><i class="bx bx-chevron-right"></i> <a href="/courses/fiver.html">Fiverr Crash Course</a></li>
<li><i class="bx bx-chevron-right"></i> <a href="/courses/upwork.html">Upwork Crash Course</a></li>
<li><i class="bx bx-chevron-right"></i> <a href="/courses/digital.html">Digital Marketing</a></li>
</ul>
</div>
<div class="col-lg-3 col-md-6 footer-contact">
<h4>Contact Us</h4>
<p>
Sec#01,Block#G,R#05,H#10 ঢাকা,<br>
1216 1216 Mirpur,<br>
Dhaka Division, Bangladesh <br><br>
<strong>Phone:</strong> +8801 794 866 199<br>
<strong>Email:</strong> creatortechnologylimited@gmail.com
</p>
</div>
</div>
</div>
</div>
<div class="container">
<div class="copyright">
© Copyright 2023 <strong><span>Creator Technology Limited</span></strong> | All Rights Reserved
</div>
</div>
</footer>
<a href="#" class="back-to-top d-flex align-items-center justify-content-center"><i
class="bi bi-arrow-up-short"></i></a>
<script src="https://cdn.jsdelivr.net/npm/bootstrap@5.0.2/dist/js/bootstrap.min.js"
integrity="sha384-cVKIPhGWiC2Al4u+LWgxfKTRIcfu0JTxR+EQDz/bgldoEyl4H0zUF0QKbrJ0EcQF" crossorigin="anonymous">
</script>
<!-- vendor js files -->
<script src="assets/vendor/purecounter/purecounter_vanilla.js"></script>
<script src="assets/vendor/bootstrap/js/bootstrap.bundle.min.js"></script>
<script src="assets/vendor/glightbox/js/glightbox.min.js"></script>
<script src="assets/vendor/isotope-layout/isotope.pkgd.min.js"></script>
<script src="assets/vendor/swiper/swiper-bundle.min.js"></script>
<script src="assets/vendor/waypoints/noframework.waypoints.js"></script>
<script src="assets/vendor/php-email-form/validate.js"></script>
<!-- template main js file -->
<script src="assets/js/main.js"></script>
<script src="https://unpkg.com/aos@2.3.1/dist/aos.js"></script>
<script>
AOS.init();
</script>
</body>
</html>