-
Notifications
You must be signed in to change notification settings - Fork 0
/
presentation.html
732 lines (728 loc) · 42.1 KB
/
presentation.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
731
732
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=0" name="viewport" />
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1" />
<!-- Favicons -->
<link rel="apple-touch-icon" href="./assets/img/apple-icon.png">
<link rel="icon" href="./assets/img/favicon.png">
<title>
Material Kit by Creative Tim
</title>
<!-- Fonts and icons -->
<link rel="stylesheet" type="text/css" href="https://fonts.googleapis.com/css?family=Roboto:300,400,500,700|Roboto+Slab:400,700|Material+Icons" />
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/font-awesome/latest/css/font-awesome.min.css" />
<link rel="stylesheet" href="./assets/css/material-kit.css?v=2.0.3">
<!-- Documentation extras -->
<!-- CSS Just for demo purpose, don't include it in your project -->
<link href="./assets/assets-for-demo/demo.css" rel="stylesheet" />
<link href="./assets/assets-for-demo/vertical-nav.css" rel="stylesheet" />
</head>
<body class="presentation-page ">
<nav class="navbar navbar-color-on-scroll navbar-transparent fixed-top navbar-expand-lg " color-on-scroll="100" id="sectionsNav">
<div class="container">
<div class="navbar-translate">
<a class="navbar-brand" href="./index.html">Material Kit PRO </a>
<button class="navbar-toggler" type="button" data-toggle="collapse" aria-expanded="false" aria-label="Toggle navigation">
<span class="navbar-toggler-icon"></span>
<span class="navbar-toggler-icon"></span>
<span class="navbar-toggler-icon"></span>
</button>
</div>
<div class="collapse navbar-collapse">
<ul class="navbar-nav ml-auto">
<li class="dropdown nav-item">
<a href="#" class="dropdown-toggle nav-link" data-toggle="dropdown">
<i class="material-icons">apps</i> Components
</a>
<div class="dropdown-menu dropdown-with-icons">
<a href="./index.html" class="dropdown-item">
<i class="material-icons">layers</i> All Components
</a>
<a href="http://demos.creative-tim.com/marketplace/material-kit-pro/docs/2.0/getting-started/introduction.html" class="dropdown-item">
<i class="material-icons">content_paste</i> Documentation
</a>
</div>
</li>
<li class="dropdown nav-item">
<a href="#" class="dropdown-toggle nav-link" data-toggle="dropdown">
<i class="material-icons">view_day</i> Sections
</a>
<div class="dropdown-menu dropdown-with-icons">
<a href="./sections.html#headers" class="dropdown-item">
<i class="material-icons">dns</i> Headers
</a>
<a href="./sections.html#features" class="dropdown-item">
<i class="material-icons">build</i> Features
</a>
<a href="./sections.html#blogs" class="dropdown-item">
<i class="material-icons">list</i> Blogs
</a>
<a href="./sections.html#teams" class="dropdown-item">
<i class="material-icons">people</i> Teams
</a>
<a href="./sections.html#projects" class="dropdown-item">
<i class="material-icons">assignment</i> Projects
</a>
<a href="./sections.html#pricing" class="dropdown-item">
<i class="material-icons">monetization_on</i> Pricing
</a>
<a href="./sections.html#testimonials" class="dropdown-item">
<i class="material-icons">chat</i> Testimonials
</a>
<a href="./sections.html#contactus" class="dropdown-item">
<i class="material-icons">call</i> Contacts
</a>
</div>
</li>
<li class="dropdown nav-item">
<a href="#" class="dropdown-toggle nav-link" data-toggle="dropdown">
<i class="material-icons">view_carousel</i> Examples
</a>
<div class="dropdown-menu dropdown-with-icons">
<a href="./examples/about-us.html" class="dropdown-item">
<i class="material-icons">account_balance</i> About Us
</a>
<a href="./examples/blog-post.html" class="dropdown-item">
<i class="material-icons">art_track</i> Blog Post
</a>
<a href="./examples/blog-posts.html" class="dropdown-item">
<i class="material-icons">view_quilt</i> Blog Posts
</a>
<a href="./examples/contact-us.html" class="dropdown-item">
<i class="material-icons">location_on</i> Contact Us
</a>
<a href="./examples/landing-page.html" class="dropdown-item">
<i class="material-icons">view_day</i> Landing Page
</a>
<a href="./examples/login-page.html" class="dropdown-item">
<i class="material-icons">fingerprint</i> Login Page
</a>
<a href="./examples/pricing.html" class="dropdown-item">
<i class="material-icons">attach_money</i> Pricing Page
</a>
<a href="./examples/ecommerce.html" class="dropdown-item">
<i class="material-icons">store</i> Ecommerce Page
</a>
<a href="./examples/product-page.html" class="dropdown-item">
<i class="material-icons">shopping_cart</i> Product Page
</a>
<a href="./examples/profile-page.html" class="dropdown-item">
<i class="material-icons">account_circle</i> Profile Page
</a>
<a href="./examples/signup-page.html" class="dropdown-item">
<i class="material-icons">person_add</i> Signup Page
</a>
</div>
</li>
</ul>
</div>
</div>
</nav>
<div class="page-header header-filter clear-filter" data-parallax="true" style="background-image: url('assets/img/bg0.jpg');">
<div class="container">
<div class="row">
<div class="col-md-8 ml-auto mr-auto">
<div class="brand">
<h1>Material Kit
<span class="pro-badge">
Pro
</span>
</h1>
<h3 class="title"> Start the Development With A Badass Bootstrap 4 UI Kit inspired by Material Design. </h3>
</div>
</div>
</div>
</div>
</div>
<div class="main main-raised">
<div class="section">
<div class="container">
<div class="row">
<div class="col-md-8 ml-auto mr-auto">
<h4 class="description text-center">Material Kit PRO is a Bootstrap UI Kit with a fresh, new design inspired by Google's Material Design. You asked for it, so we built it. It's a great pleasure to introduce to you the material concepts in an easy to use and beautiful set of components.</h4>
</div>
</div>
<div class="features-1">
<div class="row">
<div class="col-md-4">
<div class="info">
<div class="icon icon-rose">
<i class="material-icons">apps</i>
</div>
<h4 class="info-title">Huge Number of Components</h4>
<p>Every element that you need in a product comes built in as a component. All components fit perfectly with each other and can take variations in colour.</p>
</div>
</div>
<div class="col-md-4">
<div class="info">
<div class="icon icon-info">
<i class="material-icons">view_day</i>
</div>
<h4 class="info-title">Multi-Purpose Sections</h4>
<p>Putting together a page has never been easier than matching together sections. From team presentation to pricing options, you can easily customise and built your pages.</p>
</div>
</div>
<div class="col-md-4">
<div class="info">
<div class="icon icon-success">
<i class="material-icons">view_carousel</i>
</div>
<h4 class="info-title">Example Pages</h4>
<p>If you want to get inspiration or just show something directly to your clients, you can jump start your development with our pre-built example pages.</p>
</div>
</div>
</div>
</div>
</div>
</div>
<div class="section-components">
<div class="container">
<div class="row">
<div class="col-lg-5 col-md-12">
<h3 class="title">Basic Components
<h6 class="description">The core elements of your website</h6>
<h5 class="description">We re-styled every Bootstrap element to make it resemble Material Design and also fit with each other. All the Bootstrap components that you need in a development have been re-design with the new look. Besides the numerous basic elements, we have also created additional classes. All these items will help you take your project to the next level.
</h5>
</h3>
</div>
<div class="col-lg-6 col-md-12 ml-auto">
<div class="image-container">
<img class="components-macbook" src="assets/assets-for-demo/section-components/laptop-basics.png" alt="" />
<img class="table-img" src="assets/assets-for-demo/section-components/table.jpg" alt="" />
<img class="share-btn-img" src="assets/assets-for-demo/section-components/share-btn.jpg" alt="" />
<img class="coloured-card-btn-img" src="assets/assets-for-demo/section-components/coloured-card-with-btn.jpg" alt="" />
<img class="coloured-card-img" src="assets/assets-for-demo/section-components/coloured-card.jpg" alt="" />
<img class="social-img" src="assets/assets-for-demo/section-components/social-row.jpg" alt="" />
<img class="pin-btn-img" src="assets/assets-for-demo/section-components/pin-btn.jpg" alt="" />
</div>
</div>
</div>
</div>
</div>
<div class="section section-cards section-dark">
<div class="container">
<div class="row">
<div class="col-md-7">
<div class="image-container">
<img class="img" src="assets/assets-for-demo/cards-test.png">
</div>
</div>
<div class="col-md-4 ml-auto">
<div class="section-description">
<h3 class="title">Unconventional Cards</h3>
<h6 class="description">One Card for Every Problem</h6>
<h5 class="description">We love cards and everybody on the web seems to. We have gone above and beyond with options for you to organise your information. From cards designed for blog posts, to product cards or user profiles, you will have many options to choose from. All the cards follow the material principles and have a design that stands out. </h5>
</div>
</div>
</div>
</div>
</div>
<div class="section section-content">
<div class="container">
<div class="row">
<div class="col-md-4">
<div class="section-description">
<h3 class="title">Content Areas</h3>
<h6 class="description">For Areas that Need More Space</h6>
<h5 class="description">If you need elements such as tables, comments, description areas, tabs and many others, we've got you covered. We took into consideration multiple use cases and came up with some specific elements that you will love to use. They're beautiful and easy to use for the end user navigating your website. </h5>
</div>
</div>
<div class="col-md-7 ml-auto">
<div class="image-container">
<img class="ipad-img" src="assets/assets-for-demo/section-components/presentation-ipad.jpg">
<img class="area-img add-animation animated" src="assets/assets-for-demo/section-components/ipad-comments.jpg">
<img class="info-img add-animation animated" src="assets/assets-for-demo/section-components/ipad-table.jpg">
</div>
</div>
</div>
</div>
</div>
<div class="section section-sections">
<div class="container">
<div class="col-md-8 ml-auto mr-auto">
<div class="section-description">
<h2 class="title">Ready to Use Sections</h2>
<h5 class="description">Build your page section by section! We have created multiple options for you to put together and customise into pixel perfect pages. From headers to footers, you will be able to choose the best combination for your project.</h5>
<a href="sections.html" target="_blank" class="btn btn-rose btn-round">View All Sections</a>
</div>
</div>
</div>
<div class="container-fluid">
<div class="row">
<div class="col-md-3">
<img src="assets/assets-for-demo/sections/h_1.jpg" alt="">
</div>
<div class="col-md-3">
<img src="assets/assets-for-demo/sections/h_2.jpg" alt="">
</div>
<div class="col-md-3">
<img src="assets/assets-for-demo/sections/h_3.jpg" alt="">
</div>
<div class="col-md-3">
<img src="assets/assets-for-demo/sections/h_4.jpg" alt="">
</div>
</div>
<div class="row">
<div class="col-md-3">
<img src="assets/assets-for-demo/sections/f_1.jpg" alt="">
</div>
<div class="col-md-3">
<img src="assets/assets-for-demo/sections/f_2.jpg" alt="">
</div>
<div class="col-md-3">
<img src="assets/assets-for-demo/sections/f_3.jpg" alt="">
</div>
<div class="col-md-3">
<img src="assets/assets-for-demo/sections/f_4.jpg" alt="">
</div>
</div>
<div class="row">
<div class="col-md-3">
<img src="assets/assets-for-demo/sections/f_5.jpg" alt="">
</div>
<div class="col-md-3">
<img src="assets/assets-for-demo/sections/b_2.jpg" alt="">
</div>
<div class="col-md-3">
<img src="assets/assets-for-demo/sections/b_3.jpg" alt="">
</div>
<div class="col-md-3">
<img src="assets/assets-for-demo/sections/b_4.jpg" alt="">
</div>
</div>
<div class="row">
<div class="col-md-3">
<img src="assets/assets-for-demo/sections/b_1.jpg" alt="">
</div>
<div class="col-md-3">
<img src="assets/assets-for-demo/sections/p_2.jpg" alt="">
</div>
<div class="col-md-3">
<img src="assets/assets-for-demo/sections/p_3.jpg" alt="">
</div>
<div class="col-md-3">
<img src="assets/assets-for-demo/sections/p_4.jpg" alt="">
</div>
</div>
<div class="row">
<div class="col-md-3">
<img src="assets/assets-for-demo/sections/p_5.jpg" alt="">
</div>
<div class="col-md-3">
<img src="assets/assets-for-demo/sections/p_1.jpg" alt="">
</div>
<div class="col-md-3">
<img src="assets/assets-for-demo/sections/pro_2.jpg" alt="">
</div>
<div class="col-md-3">
<img src="assets/assets-for-demo/sections/pro_3.jpg" alt="">
</div>
</div>
<div class="row">
<div class="col-md-3">
<img src="assets/assets-for-demo/sections/m_1.jpg" alt="">
</div>
<div class="col-md-3">
<img src="assets/assets-for-demo/sections/pro_1.jpg" alt="">
</div>
<div class="col-md-3">
<img src="assets/assets-for-demo/sections/t_2.jpg" alt="">
</div>
<div class="col-md-3">
<img src="assets/assets-for-demo/sections/t_3.jpg" alt="">
</div>
</div>
<div class="row">
<div class="col-md-3">
<img src="assets/assets-for-demo/sections/team_5.jpg" alt="">
</div>
<div class="col-md-3">
<img src="assets/assets-for-demo/sections/team_1.jpg" alt="">
</div>
<div class="col-md-3">
<img src="assets/assets-for-demo/sections/team_2.jpg" alt="">
</div>
<div class="col-md-3">
<img src="assets/assets-for-demo/sections/team_3.jpg" alt="">
</div>
</div>
<div class="row">
<div class="col-md-3">
<img src="assets/assets-for-demo/sections/t_1.jpg" alt="">
</div>
<div class="col-md-3">
<img src="assets/assets-for-demo/sections/team_4.jpg" alt="">
</div>
<div class="col-md-3">
<img src="assets/assets-for-demo/sections/pro_4.jpg" alt="">
</div>
<div class="col-md-3">
<img src="assets/assets-for-demo/sections/m_2.jpg" alt="">
</div>
</div>
</div>
</div>
<div class="section section-examples section-dark">
<div class="container">
<div class="col-md-8 ml-auto mr-auto">
<div class="section-description">
<h2 class="title">Example Pages</h2>
<h5 class="description">The easiest way to get started is to use one of our pre-built example pages. From landing pages to e-commerce or blog pages, you will be able jump start your development. Show your clients a quick prototype and get inspired for your next project!</h5>
</div>
</div>
<div class="row">
<div class="col-md-4">
<h4 class="title">About Us</h4>
<div class="card">
<a href="examples/about-us.html" target="_blank">
<img src="assets/assets-for-demo/example-pages/ex-about-us.jpg" alt="">
</a>
</div>
<h4 class="title">Landing Page</h4>
<div class="card">
<a href="examples/landing-page.html" target="_blank">
<img src="assets/assets-for-demo/example-pages/ex-landing.jpg" alt="">
</a>
</div>
<h4 class="title">Contact Us</h4>
<div class="card">
<a href="examples/contact-us.html" target="_blank">
<img src="assets/assets-for-demo/example-pages/ex-contact.jpg" alt="">
</a>
</div>
</div>
<div class="col-md-4">
<h4 class="title">Blog Post</h4>
<div class="card">
<a href="examples/blog-post.html" target="_blank">
<img src="assets/assets-for-demo/example-pages/ex-blog-post.jpg" alt="">
</a>
</div>
<h4 class="title">Product Page</h4>
<div class="card">
<a href="examples/product-page.html" target="_blank">
<img src="assets/assets-for-demo/example-pages/ex-product.jpg" alt="">
</a>
</div>
<h4 class="title">Login Page</h4>
<div class="card">
<a href="examples/login-page.html" target="_blank">
<img src="assets/assets-for-demo/example-pages/ex-login.jpg" alt="">
</a>
</div>
</div>
<div class="col-md-4">
<h4 class="title">Pricing Page</h4>
<div class="card">
<a href="examples/pricing.html" target="_blank">
<img src="assets/assets-for-demo/example-pages/ex-pricing.jpg" alt="">
</a>
</div>
<h4 class="title">Signup Page</h4>
<div class="card">
<a href="examples/signup-page.html" target="_blank">
<img src="assets/assets-for-demo/example-pages/ex-register.jpg" alt="">
</a>
</div>
<h4 class="title">Profile Page</h4>
<div class="card">
<a href="examples/profile-page.html" target="_blank">
<img src="assets/assets-for-demo/example-pages/ex-profile.jpg" alt="">
</a>
</div>
<h4 class="title">Blog Posts</h4>
<div class="card">
<a href="examples/blog-posts.html" target="_blank">
<img src="assets/assets-for-demo/example-pages/ex-blog-posts.jpg" alt="">
</a>
</div>
</div>
</div>
</div>
</div>
<div class="section section-free-demo">
<div class="container">
<div class="row">
<div class="col-md-5">
<div class="icon-github">
<i class="fa fa-github"></i>
</div>
<div class="section-description">
<h2 class="title">Free Demo</h2>
<h5 class="description">Do you want to test and see the benefits of this kit before purchasing it? You can give the demo version a try. It features enough basic components for you to get a feel of the design and also test the quality of the code. Get it free on GitHub!</h5>
<a href="https://github.com/timcreative/material-kit" target="_blank" class="btn btn-rose btn-round">View Demo on Github</a>
<div class="iframe-github">
<a class="github-button" href="https://github.com/timcreative/material-kit" data-icon="octicon-star" data-count-href="/timcreative/material-kit/stargazers" data-count-api="/repos/timcreative/material-kit#stargazers_count" data-count-aria-label="# stargazers on GitHub" aria-label="Star timcreative/material-kit on GitHub">Star</a>
<a class="github-button" href="https://github.com/timcreative/material-kit/fork" data-icon="octicon-repo-forked" data-count-href="/timcreative/material-kit/network" data-count-api="/repos/timcreative/material-kit#forks_count" data-count-aria-label="# forks on GitHub" aria-label="Fork timcreative/material-kit on GitHub">Fork</a>
</div>
</div>
</div>
<div class="col-md-6 ml-auto">
<div class="row">
<div class="col-md-6">
<div class="card card-pricing card-plain">
<div class="card-body">
<h3 class="card-title">Free Demo</h3>
<ul>
<li>
<b>60</b> Components</li>
<li>
<b>3</b> Example Pages</li>
<li><i class="material-icons text-danger">close</i> Unconventional Cards</li>
<li><i class="material-icons text-danger">close</i> Sections</li>
<li><i class="material-icons text-danger">close</i> Photoshop for Prototype</li>
<li><i class="material-icons text-danger">close</i> Premium Support</li>
</ul>
</div>
</div>
</div>
<div class="col-md-6">
<div class="card card-pricing card-plain">
<div class="card-body">
<h3 class="card-title">PRO Version</h3>
<ul>
<li>
<b>1000+</b> Components</li>
<li>
<b>10</b> Example Pages</li>
<li><i class="material-icons text-success">check</i> Unconventional Cards</li>
<li><i class="material-icons text-success">check</i> Sections</li>
<li><i class="material-icons text-success">check</i> Photoshop for Prototype</li>
<li><i class="material-icons text-success">check</i> Premium Support</li>
</ul>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
<!-- ********* END FEATURES 5 ********* -->
<!-- ********* FEATURES 5 ********* -->
<div class="section section-overview">
<div class="features-5" style="background-image: url('assets/assets-for-demo/features-5.jpg')">
<div class="col-md-8 ml-auto mr-auto text-center">
<h2 class="title">Your work will get much easier</h2>
</div>
<div class="container">
<div class="row">
<div class="col-sm-3">
<div class="info">
<div class="icon">
<i class="material-icons">format_bold</i>
</div>
<h4 class="info-title">Bootstrap Grid</h4>
<p>Enjoy the fluid grid system based on 12 columns. Material Kit PRO is built over Bootstrap and has all the benefits that the framework comes with.</p>
</div>
</div>
<div class="col-sm-3">
<div class="info">
<div class="icon">
<i class="material-icons">phonelink</i>
</div>
<h4 class="info-title">Fully Responsive</h4>
<p>This Bootstrap kit is built mobile-first and looks amazing on any device. Regardless of the screen size, the website content will naturally fit the given resolution. </p>
</div>
</div>
<div class="col-sm-3">
<div class="info">
<div class="icon">
<i class="material-icons">access_time</i>
</div>
<h4 class="info-title">Save Time</h4>
<p>Using the Material Kit PRO will save you large amount of time. You don't have to worry about customising the basic Bootstrap design or generating new components.</p>
</div>
</div>
<div class="col-sm-3">
<div class="info">
<div class="icon">
<i class="material-icons">attach_money</i>
</div>
<h4 class="info-title">Save Money</h4>
<p>Creating your design from scratch with dedicated designers can be very expensive. Using a kit is the best option to start your development while bootstrapping your budget. </p>
</div>
</div>
</div>
</div>
</div>
<div class="section-testimonials team-3">
<div class="container">
<div class="row">
<div class="col-md-8 ml-auto mr-auto text-center">
<h2 class="title">Trusted by 330.000+ People</h2>
<h5 class="description">The UI Kits, Templates and Dashboards that we've created are used by
<b>330,000+ web developers</b> in over
<b>576.000 Web Projects</b>. This is what some of them think:</h5>
</div>
</div>
<div class="row">
<div class="col-md-4">
<div class="card card-profile card-plain">
<div class="row">
<div class="col-md-3">
<div class="card-header card-header-image">
<a href="#pablo">
<img class="img" src="assets/assets-for-demo/test1.jpg">
</a>
<div class="colored-shadow" style="background-image: url("assets/assets-for-demo/test1.jpg"); opacity: 1;"></div>
</div>
</div>
<div class="col-md-9">
<div class="card-body">
<h4 class="card-title">Khaldi Yass</h4>
<p class="card-description">
"As soon as I saw this kit, everything else isn't the same anymore, I just can't describe it guys! Thank you for this work!"
</p>
</div>
</div>
</div>
</div>
</div>
<div class="col-md-4">
<div class="card card-profile card-plain">
<div class="row">
<div class="col-md-3">
<div class="card-header card-header-image">
<a href="#pablo">
<img class="img" src="assets/assets-for-demo/test2.jpg">
</a>
<div class="colored-shadow" style="background-image: url("assets/assets-for-demo/test2.jpg"); opacity: 1;"></div>
</div>
</div>
<div class="col-md-9">
<div class="card-body">
<h4 class="card-title">Josh Murray</h4>
<p class="card-description">
"Great kit! Used this for a client already and he is over the moon. Keep up the good work Creative Tim! 10/10 for design, colours, and the feel of the kit."
</p>
</div>
</div>
</div>
</div>
</div>
<div class="col-md-4">
<div class="card card-profile card-plain">
<div class="row">
<div class="col-md-3">
<div class="card-header card-header-image">
<a href="#pablo">
<img class="img" src="assets/assets-for-demo/test3.jpg">
</a>
<div class="colored-shadow" style="background-image: url("assets/assets-for-demo/test3.jpg"); opacity: 1;"></div>
</div>
</div>
<div class="col-md-9">
<div class="card-body">
<h4 class="card-title">Michael Onubogu</h4>
<p class="card-description">
"Damn Daniel!!! This Material UI Kit is fresh AF! Amazing work!
</p>
</div>
</div>
</div>
</div>
</div>
</div>
<div class="our-clients">
<div class="row">
<div class="col-md-3">
<img src="assets/assets-for-demo/vodafone.jpg" alt="">
</div>
<div class="col-md-3">
<img src="assets/assets-for-demo/microsoft.jpg" alt="">
</div>
<div class="col-md-3">
<img src="assets/assets-for-demo/harvard.jpg" alt="">
</div>
<div class="col-md-3">
<img src="assets/assets-for-demo/stanford.jpg" alt="">
</div>
</div>
</div>
</div>
</div>
</div>
</div>
<footer class="footer">
<div class="container">
<a class="footer-brand" href="#creative">Material Kit PRO</a>
<nav class="pull-center">
<ul>
<li>
<a href="#creative">
Creative Tim
</a>
</li>
<li>
<a href="#creative">
About Us
</a>
</li>
<li>
<a href="#creative">
Blog
</a>
</li>
<li>
<a href="#creative">
Licenses
</a>
</li>
</ul>
</nav>
<ul class="social-buttons float-right">
<li>
<a href="https://twitter.com/CreativeTim" class="btn btn-just-icon btn-link btn-twitter">
<i class="fa fa-twitter"></i>
</a>
</li>
<li>
<a href="https://www.facebook.com/CreativeTim" class="btn btn-just-icon btn-link btn-dribbble">
<i class="fa fa-dribbble"></i>
</a>
</li>
<li>
<a href="https://www.instagram.com/CreativeTimOfficial" class="btn btn-just-icon btn-link btn-instagram">
<i class="fa fa-instagram"></i>
</a>
</li>
</ul>
</div>
</footer>
<!-- Core JS Files -->
<script src="./assets/js/core/jquery.min.js"></script>
<script src="./assets/js/core/popper.min.js"></script>
<script src="./assets/js/bootstrap-material-design.js"></script>
<!-- Google Maps Plugin -->
<!-- <script type="text/javascript" src="https://maps.googleapis.com/maps/api/js?key=YOUR_KEY_HERE"></script> -->
<!-- Plugin for Date Time Picker and Full Calendar Plugin -->
<script src="./assets/js/plugins/moment.min.js"></script>
<!-- Plugin for the Datepicker, full documentation here: https://github.com/Eonasdan/bootstrap-datetimepicker -->
<script src="./assets/js/plugins/bootstrap-datetimepicker.min.js"></script>
<!-- Plugin for the Sliders, full documentation here: http://refreshless.com/nouislider/ -->
<script src="./assets/js/plugins/nouislider.min.js"></script>
<!-- Plugin for Select, full documentation here: http://silviomoreto.github.io/bootstrap-select -->
<script src="./assets/js/plugins/bootstrap-selectpicker.js"></script>
<!-- Plugin for Tags, full documentation here: http://xoxco.com/projects/code/tagsinput/ -->
<script src="./assets/js/plugins/bootstrap-tagsinput.js"></script>
<!-- Plugin for Fileupload, full documentation here: http://www.jasny.net/bootstrap/javascript/#fileinput -->
<script src="./assets/js/plugins/jasny-bootstrap.min.js"></script>
<!-- Plugin for Small Gallery in Product Page -->
<script src="./assets/js/plugins/jquery.flexisel.js"></script>
<!-- Plugins for presentation and navigation -->
<script src="./assets/assets-for-demo/js/modernizr.js"></script>
<script src="./assets/assets-for-demo/js/vertical-nav.js"></script>
<!-- Material Kit Core initialisations of plugins and Bootstrap Material Design Library -->
<script src="./assets/js/material-kit.js?v=2.0.3"></script>
<!-- Fixed Sidebar Nav - js With initialisations For Demo Purpose, Don't Include it in your project -->
<script src="./assets/assets-for-demo/js/material-kit-demo.js"></script>
<script type="text/javascript">
$(document).ready(function() {
materialKitDemo.presentationAnimations();
});
</script>
</body>
</html>