-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
353 changed files
with
49,500 additions
and
0 deletions.
There are no files selected for viewing
Binary file not shown.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,139 @@ | ||
<!DOCTYPE html> | ||
<html lang="en"> | ||
|
||
<head> | ||
<meta charset="UTF-8" /> | ||
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no" /> | ||
<meta http-equiv="x-ua-compatible" content="ie=edge" /> | ||
<title>Material Design for Bootstrap</title> | ||
<!-- MDB icon --> | ||
<link rel="icon" href="img/mdb-favicon.ico" type="image/x-icon" /> | ||
<!-- Font Awesome --> | ||
<link rel="stylesheet" href="https://use.fontawesome.com/releases/v5.15.2/css/all.css" /> | ||
<!-- Google Fonts Roboto --> | ||
<link rel="stylesheet" href="https://fonts.googleapis.com/css2?family=Roboto:wght@300;400;500;700;900&display=swap" /> | ||
<!-- MDB --> | ||
<link rel="stylesheet" href="css/bootstrap-testimonial-slider.min.css" /> | ||
</head> | ||
|
||
<body> | ||
<!-- Start your project here--> | ||
<!-- Carousel wrapper --> | ||
<div | ||
id="carouselExampleControls" | ||
class="carousel slide text-center carousel-dark" | ||
data-mdb-ride="carousel" | ||
> | ||
<div class="carousel-inner"> | ||
<div class="carousel-item active"> | ||
<img | ||
class="rounded-circle shadow-1-strong mb-4" | ||
src="https://mdbcdn.b-cdn.net/img/Photos/Avatars/img%20(10).webp" | ||
alt="avatar" | ||
style="width: 150px;" | ||
/> | ||
<div class="row d-flex justify-content-center"> | ||
<div class="col-lg-8"> | ||
<h5 class="mb-3">Maria Kate</h5> | ||
<p>Photographer</p> | ||
<p class="text-muted"> | ||
<i class="fas fa-quote-left pe-2"></i> | ||
Lorem ipsum dolor sit amet consectetur adipisicing elit. Minus et deleniti | ||
nesciunt sint eligendi reprehenderit reiciendis, quibusdam illo, beatae quia | ||
fugit consequatur laudantium velit magnam error. Consectetur distinctio fugit | ||
doloremque. | ||
</p> | ||
</div> | ||
</div> | ||
<ul class="list-unstyled d-flex justify-content-center text-warning mb-0"> | ||
<li><i class="fas fa-star fa-sm"></i></li> | ||
<li><i class="fas fa-star fa-sm"></i></li> | ||
<li><i class="fas fa-star fa-sm"></i></li> | ||
<li><i class="fas fa-star fa-sm"></i></li> | ||
<li><i class="far fa-star fa-sm"></i></li> | ||
</ul> | ||
</div> | ||
<div class="carousel-item"> | ||
<img | ||
class="rounded-circle shadow-1-strong mb-4" | ||
src="https://mdbcdn.b-cdn.net/img/Photos/Avatars/img%20(32).webp" | ||
alt="avatar" | ||
style="width: 150px;" | ||
/> | ||
<div class="row d-flex justify-content-center"> | ||
<div class="col-lg-8"> | ||
<h5 class="mb-3">John Doe</h5> | ||
<p>Web Developer</p> | ||
<p class="text-muted"> | ||
<i class="fas fa-quote-left pe-2"></i> | ||
Lorem ipsum dolor sit amet consectetur adipisicing elit. Minus et deleniti | ||
nesciunt sint eligendi reprehenderit reiciendis. | ||
</p> | ||
</div> | ||
</div> | ||
<ul class="list-unstyled d-flex justify-content-center text-warning mb-0"> | ||
<li><i class="fas fa-star fa-sm"></i></li> | ||
<li><i class="fas fa-star fa-sm"></i></li> | ||
<li><i class="fas fa-star fa-sm"></i></li> | ||
<li><i class="fas fa-star fa-sm"></i></li> | ||
<li><i class="far fa-star fa-sm"></i></li> | ||
</ul> | ||
</div> | ||
<div class="carousel-item"> | ||
<img | ||
class="rounded-circle shadow-1-strong mb-4" | ||
src="https://mdbcdn.b-cdn.net/img/Photos/Avatars/img%20(1).webp" | ||
alt="avatar" | ||
style="width: 150px;" | ||
/> | ||
<div class="row d-flex justify-content-center"> | ||
<div class="col-lg-8"> | ||
<h5 class="mb-3">Anna Deynah</h5> | ||
<p>UX Designer</p> | ||
<p class="text-muted"> | ||
<i class="fas fa-quote-left pe-2"></i> | ||
Lorem ipsum dolor sit amet consectetur adipisicing elit. Minus et deleniti | ||
nesciunt sint eligendi reprehenderit reiciendis, quibusdam illo, beatae quia | ||
fugit consequatur laudantium velit magnam error. Consectetur distinctio fugit | ||
doloremque. | ||
</p> | ||
</div> | ||
</div> | ||
<ul class="list-unstyled d-flex justify-content-center text-warning mb-0"> | ||
<li><i class="fas fa-star fa-sm"></i></li> | ||
<li><i class="fas fa-star fa-sm"></i></li> | ||
<li><i class="fas fa-star fa-sm"></i></li> | ||
<li><i class="fas fa-star fa-sm"></i></li> | ||
<li><i class="far fa-star fa-sm"></i></li> | ||
</ul> | ||
</div> | ||
</div> | ||
<button | ||
class="carousel-control-prev" | ||
type="button" | ||
data-mdb-target="#carouselExampleControls" | ||
data-mdb-slide="prev" | ||
> | ||
<span class="carousel-control-prev-icon" aria-hidden="true"></span> | ||
<span class="visually-hidden">Previous</span> | ||
</button> | ||
<button | ||
class="carousel-control-next" | ||
type="button" | ||
data-mdb-target="#carouselExampleControls" | ||
data-mdb-slide="next" | ||
> | ||
<span class="carousel-control-next-icon" aria-hidden="true"></span> | ||
<span class="visually-hidden">Next</span> | ||
</button> | ||
</div> | ||
<!-- Carousel wrapper --> | ||
<!-- End your project here--> | ||
|
||
<!-- MDB --> | ||
<script type="text/javascript" src="js/mdb.min.js"></script> | ||
<!-- Custom scripts --> | ||
<script type="text/javascript"></script> | ||
</body> | ||
|
||
</html> |
Large diffs are not rendered by default.
Oops, something went wrong.
Large diffs are not rendered by default.
Oops, something went wrong.
Large diffs are not rendered by default.
Oops, something went wrong.
Large diffs are not rendered by default.
Oops, something went wrong.
Large diffs are not rendered by default.
Oops, something went wrong.
Large diffs are not rendered by default.
Oops, something went wrong.
Large diffs are not rendered by default.
Oops, something went wrong.
Large diffs are not rendered by default.
Oops, something went wrong.
Binary file not shown.
Large diffs are not rendered by default.
Oops, something went wrong.
Large diffs are not rendered by default.
Oops, something went wrong.
Oops, something went wrong.