-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
730 lines (627 loc) · 34 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
714
715
716
717
718
719
720
721
722
723
724
725
726
727
728
729
730
<!DOCTYPE html>
<html lang="en" itemscope itemtype="http://schema.org/WebPage">
<head>
<!-- Meta Tags-->
<meta charset="utf-8"/>
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
<!-- Title -->
<title>Comprehensive Tools for Your E-Learning Platform Success</title>
<!-- Description -->
<meta name="description" content="Exploring an e-learning software solution for launching CRM courses in your education business? Discover felix – our all-in-one e-learning platform, simplifying education management">
<!-- Keywords -->
<meta name="keywords" content="ed tech, e-learning, online learning, education platform, online courses, student management, responsive design, html5, css3, bootstrap">
<!-- Base href -->
<base href="https://www.moksy.com/">
<!-- Meta tags -->
<meta name="robots" content="index,follow">
<meta name="revisit-after" content="7 days">
<meta name="distribution" content="web">
<meta name="copyright" content="Comprehensive Tools for Your E-Learning Platform Success">
<meta name='language' content='English'>
<meta name="author" content="Adam Levine">
<!-- Canonical link -->
<link rel="canonical" href="https://moksy.com"/>
<!-- Designer and publisher info -->
<meta name="designer" content="GGLink">
<meta name="publisher" content="Adam Levine">
<!-- Twitter Cards -->
<meta name="twitter:card" content="summary" />
<meta property="twitter:title" content="Comprehensive Tools for Your E-Learning Platform Success"/>
<meta property="twitter:description" content="Exploring an e-learning software solution for launching CRM courses in your education business? Discover felix – our all-in-one e-learning platform, simplifying education management"/>
<meta property="twitter:locale" content="English"/>
<meta property="twitter:image" content="templates/felix/assets/images/branding/logo.png"/>
<meta property="twitter:url" content="https://moksy.com"/>
<!-- Open Graph -->
<meta property="og:type" content="article"/>
<meta property="og:title" content="Comprehensive Tools for Your E-Learning Platform Success"/>
<meta property="og:description" content="Exploring an e-learning software solution for launching CRM courses in your education business? Discover felix – our all-in-one e-learning platform, simplifying education management"/>
<meta property="og:locale" content="English"/>
<meta property="og:image" content="templates/felix/assets/images/branding/logo.png"/>
<meta property="og:image:width" content="1200"/>
<meta property="og:image:height" content="630"/>
<meta property="og:url" content="https://moksy.com"/>
<meta property="og:site_name" content="felix">
<meta property="fb:app_id" content=""/>
<!--favicons -->
<link rel="icon" sizes="16x16" type="image/png" href="templates/felix/assets/images/branding/favicon.png"/>
<!--touch-icon -->
<link rel="apple-touch-icon" sizes="57x57" href="../assets/images/logos/felix.png"><link rel="apple-touch-icon" sizes="60x60" href="../assets/images/logos/felix.png"><link rel="apple-touch-icon" sizes="72x72" href="../assets/images/logos/felix.png"><link rel="apple-touch-icon" sizes="76x76" href="../assets/images/logos/felix.png"><link rel="apple-touch-icon" sizes="114x114" href="../assets/images/logos/felix.png"><link rel="apple-touch-icon" sizes="120x120" href="../assets/images/logos/felix.png"><link rel="apple-touch-icon" sizes="144x144" href="../assets/images/logos/felix.png"><link rel="icon" type="image/png" sizes="144x144" href="../assets/images/logos/felix.png"><link rel="apple-touch-icon" sizes="152x152" href="../assets/images/logos/felix.png"><link rel="icon" type="image/png" sizes="152x152" href="../assets/images/logos/felix.png"><link rel="apple-touch-icon" sizes="180x180" href="../assets/images/logos/felix.png"><link rel="icon" type="image/png" sizes="180x180" href="../assets/images/logos/felix.png">
<meta name="msapplication-TileColor" content="">
<meta name="msapplication-TileImage" content="../assets/images/logos/felix.png">
<meta name="theme-color" content="">
<!--web-manifest -->
<link rel="manifest" href="/templates/felix/manifest.json">
<link href='https://cdn.jsdelivr.net/npm/bootstrap@4.6.2/dist/css/bootstrap.min.css' rel='stylesheet' media='all'>
<link href='https://cdn.jsdelivr.net/npm/admin-lte@3.1/dist/css/adminlte.min.css' rel='stylesheet' media='all'>
<link href='https://cdnjs.cloudflare.com/ajax/libs/font-awesome/5.9.0/css/all.min.css' rel='stylesheet' media='all'>
<link href='/templates/felix/assets/styles/styles.css' rel='stylesheet' media='all'>
<link href='https://moksy-lab.github.io/felix/assets/styles/felix.css' rel='stylesheet' media='all'>
<script type='application/ld+json'>
{
"@context": "http://www.schema.org",
"@type": "ProfessionalService",
"name": "felix",
"title": "Comprehensive Tools for Your E-Learning Platform Success",
"url": "https://moksy.com",
"sameAs": [
""
],
"logo": "templates/felix/assets/images/branding/logo.png",
"priceRange": "$$$",
"image": "templates/felix/assets/images/branding/logo.png",
"description": "Exploring an e-learning software solution for launching CRM courses in your education business? Discover felix – our all-in-one e-learning platform, simplifying education management",
"address": {
"@type": "PostalAddress",
"streetAddress": "3-5, Marco Polo House, Lansdowne Road",
"addressLocality": "London",
"addressRegion": "Surrey",
"postalCode": "CR0 2BX",
"addressCountry": "United Kingdom"
},
"email": "support@moksy.com",
"geo": {
"@type": "GeoCoordinates",
"latitude": "51.37683",
"longitude": "-0.09728"
},
"openingHours": "Mo 09:00-17:00 Tu 09:00-17:00 We 09:00-17:00 Th 09:00-17:00 Fr 09:00-17:00",
"telephone": "+44 0808 175 1749",
"aggregateRating": {
"@type": "AggregateRating",
"ratingValue": "5",
"ratingCount": "100"
},
"datePublished": "2024-01-24 17:08:07"
}
</script>
</head>
<body>
<div itemprop="isPartOf" itemscope itemtype="http://schema.org/WebSite"></div>
<!-- snippetheaders-snippet harriet section mainwrapper start from here -->
<section id="hdm5xsomiok" class="moksy codepot-headers default-page harriet text-white py-3 form-arka-plan bg freesnip bv41 publicsite cat-header moksySection hdm5xsomiok" itemscope itemtype="http://schema.org/Organization">
<!-- **This snippet related to header, to mean this we use"headers" word at first of the comment** -->
<!-- headers-head-item start from here -->
<header class="head-item">
<div class="head moksyLeft">
<a href="#" title="moksy link" class="tile socialmedia" itemprop="url">
<i class="fab fa-facebook-f"></i>
</a>
<a href="#" title="moksy link" class="tile socialmedia" itemprop="url">
<i class="fab fa-instagram"></i>
</a>
<a href="#" title="moksy link" class="tile socialmedia" itemprop="url">
<i class="fab fa-twitter-square"></i>
</a>
</div>
<div class="nav-modal">
<div class="blob"></div>
<!-- headers-navbar start from here -->
<nav class="moksyNavbar">
<!-- headers-un-order-item-list start from here -->
<ul class="moksytopmEnUlist hdm5xsomiok mOksYwhiTelink" itemprop="numbErofitems">
<li class="nav-item moksytopmenuli" itemprop="item">
<a href="#" title="moksy link" class="nav-link projecthome mOksylink" itemprop="url">
Home
</a>
<!-- headers-un-order-item-list start from here -->
<ul class="unordered-lInk" itemprop="numberofitems">
<li class="nav-item moksytopmenuli" itemprop="item">
<a href="#" title="moksy link" class="nav-link projecthome mOksylink" itemprop="url">
Fancis
</a>
</li>
<li class="nav-item moksytopmenuli" itemprop="item">
<a href="#" title="moksy link" class="nav-link projecthome mOksylink" itemprop="url">
Fancis
</a>
</li>
<li class="nav-item moksytopmenuli" itemprop="item">
<a href="#" title="moksy link" class="nav-link projecthome mOksylink" itemprop="url">
Fancis
</a>
</li>
</ul>
<!-- /headers-un-order-item-list ends here -->
</li>
<li class="item-custom-cls" itemprop="item">
<a href="#" title="moksy link" class="nav-link projecthome mOksylink" itemprop="url">
FUSCE
</a>
<!-- headers-un-order-item-list start from here -->
<ul class="unordered-lInk" itemprop="numberofitems">
<li class="nav-item moksytopmenuli" itemprop="item">
<a href="#" title="moksy link" class="nav-link projecthome mOksylink" itemprop="url">
PortfoliosCUMsan
</a>
</li>
<li class="nav-item moksytopmenuli" itemprop="item">
<a href="#" title="moksy link" class="nav-link projecthome mOksylink" itemprop="url">
MORBI PHARETra
</a>
</li>
<li class="nav-item moksytopmenuli" itemprop="item">
<a href="#" title="moksy link" class="nav-link projecthome mOksylink" itemprop="url">
Lorem Ipsum
</a>
</li>
</ul>
<!-- /headers-un-order-item-list ends here -->
</li>
<li class="nav-item moksytopmenuli" itemprop="item">
<a href="#" title="moksy link" class="nav-link projecthome mOksylink" itemprop="url">
Liat Id
</a>
</li>
<li class="nav-item moksytopmenuli" itemprop="item">
<a href="#" title="moksy link" class="nav-link projecthome mOksylink" itemprop="url">
Mario Rita
</a>
<!-- headers-un-order-item-list start from here -->
<ul class="unordered-lInk" itemprop="numberofitems">
<li class="nav-item moksytopmenuli" itemprop="item">
<a href="#" title="moksy link" class="nav-link projecthome mOksylink" itemprop="url">
Fancis
</a>
</li>
<li class="nav-item moksytopmenuli" itemprop="item">
<a href="#" title="moksy link" class="nav-link projecthome mOksylink" itemprop="url">
Fancis sss
</a>
</li>
<li class="nav-item moksytopmenuli" itemprop="item">
<a href="#" title="moksy link" class="nav-link projecthome mOksylink" itemprop="url">
Fancis
</a>
</li>
</ul>
<!-- /headers-un-order-item-list ends here -->
</li>
<li class="nav-item moksytopmenuli" itemprop="item">
<a href="#" title="moksy link" class="nav-link projecthome mOksylink" itemprop="url">
Cariet
</a>
</li>
<li class="nav-item moksytopmenuli" itemprop="item">
<a href="#" title="moksy link" class="nav-link projecthome mOksylink" itemprop="url">
Dit Id
</a>
</li>
<li class="nav-item moksytopmenuli" itemprop="item">
<a href="#" title="moksy link" class="nav-link projecthome mOksylink" itemprop="url">
Loopi
</a>
</li>
</ul>
<!-- /headers-un-order-item-list ends here -->
</nav>
<!-- /headers-navbar ends here -->
</div>
<div class="head">
<div class="tile burger">
<div class="meat">
<div class="line one"></div>
<div class="line two"></div>
<div class="line three"></div>
</div>
</div>
</div>
</header>
<!-- /headers-head-item ends here -->
<!-- headers-Full Page Image Header with Vertically Centered Content-->
<div class="masthead moksyVerticalHeader">
<!-- headers-container start from here -->
<div class="container h-100 moksyContainer">
<!-- headers-row class start from here -->
<div class="row h-100 align-items-center">
<div class="col-12 text-center">
<img loading="lazy" decoding="asycnc" src="templates/felix/assets/images/branding/logo.png" alt="abstract logo" class="logo" itemprop="image"/>
<h2 class="jumbotron-heading text moksyheadlinetag" itemprop="title">
Id
<em>
moris
</em>
<span itemprop="band">
lapso
</span>
<strong>
pari
</strong>
</h2>
<p class="lead moksyparatag" itemproP="tExt">
About Us
</p>
</div>
</div>
</div>
</div>
<!-- /headers-Full Page Image Header with Vertically Centered Contentk ends here -->
</section>
<!-- /snippet harriet section main wrapper ends here -->
<!-- apo about section main wrapper start from here -->
<section id="aboutab8dfbbd4bed" class="apo about aboutab8dfbbd4bed" itemscope itemtype="http://schema.org/Organization" itemprop="text">
<!-- content starts here -->
<div class="container">
<div class="row">
<!-- content heading starts here -->
<div class="col-md-4">
<h2 class="description">
What you will learn? </h2>
</div>
<!-- /content heading ends here -->
<!-- content heading starts here -->
<div class="col-md-4">
<p class="para">
Lorem ipsum dolor sit amet consectetur adipisicing elit. Molestias architecto ab vero atque pariatur est. </p>
</div>
<!-- content heading starts here -->
<div class="col-md-4 text-center">
<button class="btn font-weight-bold Explore text-white">
Explore More
</button>
</div>
</div>
</div>
<!-- content starts here -->
</section>
<!-- /apo about section main wrapper ends here --><!-- felix section main wrapper start from here -->
<section id="felixfr3poxt3ngm" class="felix feature felixfr3poxt3ngm" itemscope itemtype="http://schema.org/Organization" itemprop="text">
<!-- feature starts here -->
<div class="fdb-block">
<div class="container">
<div class="row justify-content-center">
<div class="col-12col-md-10 col-lg-8 text-center">
<h1 itemprop="headline">
Explore Top Featured Categories </h1>
</div>
</div>
<div class="row justify-content-center text-center mt-5">
<div class="col-12 col-sm-6 col-md-5 col-lg-3">
<img alt="image" class="fdb-icon" src="https://builder.moksy.com/wp-content/uploads/2022/08/layers.svg" itemprop="image">
<h3><strong>
Web Design</strong></h3>
</div>
<div class="col-12 col-sm-6 col-md-5 col-lg-3 pt-4 pt-sm-0">
<img alt="image" class="fdb-icon" src="https://builder.moksy.com/wp-content/uploads/2022/08/monitor.svg" itemprop="image">
<h3><strong>
Product Design </strong></h3>
</div>
</div>
<div class="row justify-content-center text-center mt-5 mt-md-4 pt-5">
<div class="col-12 col-md-10 col-lg-8">
<img alt="image" class="img-fluid" src="https://builder.moksy.com/wp-content/uploads/2022/08/features.svg" itemprop="image">
<p itemprop="text"><em>
Explore Top Featured Categories </em></p>
</div>
</div>
</div>
</div>
<!-- /feature ends here -->
</section>
<!-- /felix section main wrapper ends here --><!-- adolf section main wrapper start from here -->
<section id="aboutp3dce575962b3c369" class="adolf about aboutp3dce575962b3c369" itemscope itemtype="http://schema.org/Organization" itemprop="text">
<!-- main content starts here -->
<div class="jumbotron container">
<div class="row justify-content-between">
<!-- left side content starts here -->
<div class="col-md-5">
<h2 itemprop="headline">
<span class="badge" itemprop="description">
OUR GOAL 🎯 </span>
</h2>
<h2 class="mb-3 font-weight-bold DescriptionHeading" itemprop="headline">
Start Your Journey To Study Abroad
</h2>
<p class="mb-4 DescriptionPara" itemprop="text">
AAron is an innovative edtech institute committed to providing high-quality learning experiences for students through cutting-edge technology and personalized instruction.
</p>
<button class="btn searchBtn" itemprop="action">
Get Started
</button>
</div>
<!-- /left side content ends here -->
<!-- right side content starts here -->
<div class="col-md-6 descriptionImage">
<img src="https://images.unsplash.com/photo-1454165804606-c3d57bc86b40?w=500&auto=format&fit=crop&q=60&ixlib=rb-4.0.3&ixid=M3wxMjA3fDB8MHxzZWFyY2h8M3x8aGVybyUyMGltYWdlfGVufDB8fDB8fHww" alt="an image " class="img-fluid" itemprop="image"/>
</div>
<!-- /right side content ends here -->
</div>
</div>
<!-- /main content ends here -->
</section>
<!-- /adolf section main wrapper ends here --><!-- fuskoni section main wrapper start from here -->
<section id="fuskonift41bl2cga4" class="fuskoni feature fuskonift41bl2cga4" itemscope itemtype="http://schema.org/Organization" itemprop="text">
<!-- feature starts here -->
<section class="fdb-block">
<div class="container">
<div class="row justify-content-center">
<div class="col-12 text-left">
<h1 itemprop="headline">
Explore Top Featured Categories </h1>
<p class="lead" itemprop="text">
Lorem ipsum dolor sit amet consectetur adipisicing elit. Molestias architecto ab vero atque pariatur est. </p>
<img alt="image" class="img-fluid mt-5" src="https://builder.moksy.com/wp-content/uploads/2022/08/android.svg" itemprop="image">
</div>
</div>
<div class="row text-left pt-5">
<div class="col-12 col-md-6">
<h3 itemprop="headline"><strong>
Web Design </strong></h3>
<p itemprop="text">
Lorem ipsum dolor sit amet consectetur adipisicing elit. Molestias architecto ab vero atque pariatur est. </p>
<p itemprop="text"><a href="#">
Join Now <i class="fas fa-angle-right"></i></a></p>
</div>
<div class="col-12 col-md-6 pt-4 pt-md-0">
<h3 itemprop="headline"><strong>
Product Design </strong></h3>
<p itemprop="text">
Lorem ipsum dolor sit amet consectetur adipisicing elit. Molestias architecto ab vero atque pariatur est. </p>
<p itemprop="text"><a href="#">
Join Now <i class="fas fa-angle-right"></i></a></p>
</div>
</div>
</div>
</section>
<!-- /feature ends here -->
</section>
<!-- /fuskoni section main wrapper ends here --><!-- adidas about section main wrapper start from here -->
<section id="aboutb90ffb8dc999187d" class="adidas about aboutb90ffb8dc999187d" itemscope
itemtype="http://schema.org/Organization" itemprop="text">
<!-- About section starts here -->
<div class="about-section1" id="aboutUS">
<!-- main container start here -->
<div class="container">
<!-- 2 sided column start here -->
<div class="row">
<div class="content-column1 col-lg-6 col-md-12 col-sm-12 order-2">
<!-- Right side content starts here -->
<div class="inner-column1">
<div class="sec-title1">
<span class="title1" itemprop="text">
About </span>
<h2 class="heading-custom-class" itemprop="headline">
Best Place for <br>
Facebook Auto Followers </h2>
</div>
<div class="texte1" itemprop="text">
Facebook auto followers of auto tools helps you to increase unlimited facebook auto followers.You can use daily to increase your facebook profile followers free and fast and become vip user of fb. </div>
<div class="btn-box1">
<a href="/templates/felix/?page=#" class="theme-btn btn-style-one1" itemprop="url">
Contact Us </a>
</div>
</div>
<!-- /Right side content ends here -->
</div>
<!-- left side content image starts here -->
<div class="image-column1 col-lg-6 col-md-12 col-sm-12">
<div class="inner-column1 wow fadeInLeft">
<figure class="image-1"><a href="/templates/felix/?page=#" class="lightbox-image" data-fancybox="images" itemprop="url">
<img src="https://builder.moksy.com/wp-content/uploads/2022/08/undraw_code_review_re_woeb.svg" class="img-fluid" alt="an image" itemprop="image"></a></figure>
</div>
</div>
<!-- /left side content image starts here -->
</div>
<!-- /2 sided column ends here -->
</div>
<!-- /main container start here -->
</div>
<!-- /About section ends here -->
</section>
<!-- /adidas about section main wrapper ends here --><!-- tanvi testimonial section main wrapper start from here -->
<section id="testimonialtmq7s80wxl3" class="tanvi testimonial testimonialtmq7s80wxl3" itemscope
itemtype="http://schema.org/Organization" itemprop="text">
<!-- testimonial starts here -->
<div class="fdb-block">
<div class="container">
<div class="row text-center justify-content-center">
<div class="col-md-10 col-lg-8 col-xl-7">
<h1 itemprop="headline">Testimonials</h1>
<p class="lead" itemprop="text">Lorem ipsum dolor sit amet consectetur adipisicing elit. Molestias architecto ab vero atque pariatur est.</p>
</div>
</div>
<div class="row mt-5 align-items-center justify-content-center">
<div class="col-md-8 col-lg-4">
<div class="fdb-box">
<div class="row no-gutters align-items-center">
<div class="col-3">
<img alt="image" class="img-fluid rounded" src="https://builder.moksy.com/wp-content/uploads/2022/08/1-4.jpg" itemprop="image">
</div>
<div class="col-8 ml-auto">
<p itemprop="text">
<strong>Lauren Cox</strong><br>
<em>Web Developer</em>
</p>
</div>
</div>
<div class="row mt-4">
<div class="col-12">
<p class="lead">
Lorem, ipsum dolor sit amet consectetur adipisicing elit. Iste adipisci itaque, sit, iusto eaque animi ab mollitia nobis, consequatur dolores esse blanditiis molestiae natus eum modi cum at. Nihil non fugiat cum velit earum at, minus unde illum. Iusto libero beatae quis, doloremque et saepe unde dolorem ducimus numquam voluptatem. </p>
</div>
</div>
</div>
</div>
<div class="col-md-8 col-lg-4 mt-4 mt-lg-0">
<div class="fdb-box">
<div class="row no-gutters align-items-center">
<div class="col-3">
<img alt="image" class="img-fluid rounded" src="https://builder.moksy.com/wp-content/uploads/2022/08/1-4.jpg" itemprop="image">
</div>
<div class="col-8 ml-auto">
<p itemprop="text">
<strong>Lauren Cox</strong><br>
<em>Web Developer</em>
</p>
</div>
</div>
<div class="row mt-4">
<div class="col-12">
<p class="lead">
Lorem, ipsum dolor sit amet consectetur adipisicing elit. Iste adipisci itaque, sit, iusto eaque animi ab mollitia nobis, consequatur dolores esse blanditiis molestiae natus eum modi cum at. Nihil non fugiat cum velit earum at, minus unde illum. Iusto libero beatae quis, doloremque et saepe unde dolorem ducimus numquam voluptatem. </p>
</div>
</div>
</div>
</div>
<div class="col-md-8 col-lg-4 mt-4 mt-lg-0">
<div class="fdb-box">
<div class="row no-gutters align-items-center">
<div class="col-3">
<img alt="image" class="img-fluid rounded" src="https://builder.moksy.com/wp-content/uploads/2022/08/1-4.jpg" itemprop="image">
</div>
<div class="col-8 ml-auto">
<p itemprop="text">
<strong>Lauren Cox</strong><br>
<em>Web Developer</em>
</p>
</div>
</div>
<div class="row mt-4">
<div class="col-12">
<p class="lead">
Lorem, ipsum dolor sit amet consectetur adipisicing elit. Iste adipisci itaque, sit, iusto eaque animi ab mollitia nobis, consequatur dolores esse blanditiis molestiae natus eum modi cum at. Nihil non fugiat cum velit earum at, minus unde illum. Iusto libero beatae quis, doloremque et saepe unde dolorem ducimus numquam voluptatem. </p>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
<!-- testimonial ends here -->
</section>
<!-- /tanvi testimonial section main wrapper ends here --><!-- cade section start from here -->
<section id="counteraf598102c9dad94e" class="cade counter counteraf598102c9dad94e" itemscope itemtype="http://schema.org/Organization" itemprop="text">
<!-- counter section starts here -->
<div class="container">
<div class="row BG d-sm-border-none">
<!-- 1 -->
<div class="col-md-3">
<div class="div-custom-class">
<h2 class="heading-custom-class" itemprop="headline">
4.6
</h2>
<h4 class="heading-custom-class" itemprop="headline">
80k Reviews
</h4>
</div>
<div class="border h-50 float-right"></div>
</div>
<!-- 2 -->
<div class="col-md-3">
<div class="div-custom-class">
<h2 class="heading-custom-class" itemprop="headline">
30M
</h2>
<h4 class="heading-custom-class" itemprop="headline">
Enrollments
</h4>
</div>
<div class="border h-50 float-right"></div>
</div>
<!-- 3 -->
<div class="col-md-3">
<div class="div-custom-class">
<h2 class="heading-custom-class" itemprop="headline">
2M+
</h2>
<h4 class="heading-custom-class" itemprop="headline">
Learners
</h4>
</div>
<div class="border h-50 float-right"></div>
</div>
<!-- 4 -->
<div class="col-md-3">
<div class="div-custom-class">
<h2 class="heading-custom-class" itemprop="headline">
1K+
</h2>
<h4 class="heading-custom-class" itemprop="headline">
Popular Courses
</h4>
</div>
</div>
</div>
</div>
<!-- /counter section ends here -->
</section>
<!-- /cade section ends here --><!-- snippet balin main section wrapper start from here -->
<section id="ff5b99920ff90939" class="balin moksyBalin banner bv4.6.0 freeSnip publicSite ff5b99920ff90939" itemscope="" itemtype="http://schema.org/WebPage">
<!-- nulla-page banner wrapper -->
<meta itemprop="image" content="assets/images/abstract/banner/banner.jpg">
<div class="big-banner text-white">
<div class="container banner-container">
<div class="row banner-text">
<div class="col-12 col-lg-7 col-xl-6">
<h1 class="head-one-custom-cls" itemprop="headline">
</h1>
<p class="my-2 mt-4" itemprop="description">
</p>
</div>
</div>
</div>
</div>
</section>
<!-- /snippet balin main section wrapper ends here --><!-- flighter section main wrapper start from here -->
<section id="flighterft7q0z68seg" class="flighter footer flighterft7q0z68seg" itemscope itemtype="http://schema.org/Organization" itemprop="text">
<!-- footer starts here -->
<footer class="fdb-block footer-small">
<div class="container">
<div class="row align-items-center text-center">
<div class="col-12 col-lg-4 text-lg-left" itemprop="headline">
© 2013-2018 Moksy </div>
<div class="col-12 col-lg-4 mt-4 mt-lg-0">
<img alt="image" src="templates/felix/assets/images/logo.png">
</div>
<div class="col-12 col-lg-4 text-lg-right mt-4 mt-lg-0">
<ul class="nav justify-content-lg-end justify-content-center">
<li class="nav-item">
<a class="nav-link" href="#" itemprop="url">
About </a>
</li>
<li class="nav-item">
<a class="nav-link" href="#" itemprop="url">
Pages </a>
</li>
<li class="nav-item">
<a class="nav-link" href="#" itemprop="url">
Course </a>
</li>
</ul>
</div>
</div>
</div>
</footer>
<!-- /footer ends here -->
</section>
<!-- /flighter section main wrapper ends here --> <div class="menu sticky-top p-3 bg-light" style="position: fixed;right: 0;top: 25%;">
<div class="nav flex-column">
<a href="/" style="color: #00a3ff;font-size: 20px;padding: 5px;padding-right: 0px;" class="nav-link pl-0 previewLink" title="felix"><i class="fa fa-home" aria-hidden="true"></i></a>
<a href="/project-details/felix/" style="color: #00a3ff;font-size: 20px;padding: 5px;padding-right: 0px; padding-left: 10px !important;" class="nav-link pl-0 previewLink">
<i class="fa fa-info" aria-hidden="true"></i></a>
<a href="/download.php?projectName=felix&projectType=html&purpose=download&source=github" class="nav-link pl-0 previewLink" style="color: #00a3ff;font-size: 20px;padding: 5px;padding-right: 0px;" ><i class="fa fa-download" aria-hidden="true"></i></a>
</div>
</div>
<script data-cfasync="false" src="https://code.jquery.com/jquery-3.6.0.min.js"></script><script data-cfasync="false" src="https://code.jquery.com/ui/1.13.2/jquery-ui.min.js"></script><script data-cfasync="false" src="https://cdnjs.cloudflare.com/ajax/libs/jquery-migrate/3.4.0/jquery-migrate.min.js"></script><script data-cfasync="false" src="https://cdn.jsdelivr.net/npm/bootstrap@4.6.2/dist/js/bootstrap.bundle.min.js"></script><script data-cfasync="false" src="https://cdn.jsdelivr.net/npm/admin-lte@3.1/dist/js/adminlte.min.js"></script><script data-cfasync="false" src=""></script><script data-cfasync="false" src="https://moksy-lab.github.io/felix/assets/styles/felix.css"></script>
</body>
</html>