Testimonial (Sohel)
user_4404640554
css
4 years ago
16 kB
6
Indexable
<!DOCTYPE html>
<html lang="en">
<head>
<title>Bootstrap Example</title>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/4.3.1/css/bootstrap.min.css">
<script src="https://ajax.googleapis.com/ajax/libs/jquery/3.4.1/jquery.min.js"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/popper.js/1.14.7/umd/popper.min.js"></script>
<script src="https://maxcdn.bootstrapcdn.com/bootstrap/4.3.1/js/bootstrap.min.js"></script>
</head>
<body>
<style>
.testimonial_section {
display: block;
overflow: hidden!important;
}
.testimonial_section:after {
display: block;
clear: both;
content: "";
}
.testimonial_section .about_content {
background-color: #07193f;
padding-top: 70px;
padding-right: 210px;
padding-bottom: 62px;
position: relative;
}
.testimonial_section .about_content .background_layer {
background-color: #07193f;
width: auto;
margin-left: -200px;
right: 0;
position: absolute;
height: 100%;
width: 100%;
top: 0;
left: 0;
}
.testimonial_section .about_content .layer_content {
position: relative;
z-index: 9;
height: 100%;
}
.testimonial_section .about_content .layer_content .section_title {
margin-bottom: 24px;
position: relative;
}
.testimonial_section .about_content .layer_content .section_title:after {
display: block;
clear: both;
content: "";
}
.testimonial_section .about_content .layer_content .section_title h5 {
color: #fff;
font-family: "Open Sans";
font-weight: 400;
font-size: 15px;
line-height: 28px;
color: #818a8f;
margin-top: -5px;
margin-bottom: 6px;
}
.testimonial_section .about_content .layer_content .section_title h2 {
font-family: "Titillium Web";
font-weight: 300;
font-size: 45px;
line-height: 50px;
padding-bottom: 51px;
margin-bottom: 0px;
color: #fff;
}
.testimonial_section .about_content .layer_content .section_title h2 strong {
font-weight: 600 !important;
width: 100%;
display: block;
}
.testimonial_section .about_content .layer_content .section_title .heading_line {
position: relative;
}
.testimonial_section .about_content .layer_content .section_title .heading_line span {
transition: all 0.5s ease-in-out 0s;
position: relative;
}
.testimonial_section .about_content .layer_content .section_title .heading_line span:after {
content: "";
right: auto;
left: 69px;
position: absolute;
bottom: 28px;
width: 17px;
margin-left: 0;
border-bottom-width: 3px;
border-bottom-color: #cacaca;
border-bottom-style: solid;
}
.testimonial_section .about_content .layer_content .section_title .heading_line:after {
content: "";
left: 1%;
margin-left: 0;
position: absolute;
bottom: 28px;
width: 59px;
border-bottom-width: 3px;
border-bottom-style: solid;
border-bottom-color: #062d6f;
}
.testimonial_section .about_content .layer_content .section_title p {
color: #fff;
margin: 0 0 15px;
}
.testimonial_section .about_content .layer_content a {
color: #fff;
text-transform: capitalize;
font-size: 15px;
font-weight: 600;
text-decoration: none;
transition: all 0.3s;
}
.testimonial_section .about_content .layer_content a i {
font-size: 18px;
vertical-align: middle;
}
.testimonial_section .about_content .layer_content a:hover {
color: #062d6f;
}
.testimonial_section .testimonial_box {
margin-top: 60px !important;
position: relative;
}
.testimonial_section .testimonial_box .testimonial_container {
background-color: #ff5e14;
margin-left: -170px !important;
position: relative;
}
.testimonial_section .testimonial_box .testimonial_container .background_layer {
background-color: #062d6f;
width: auto;
margin-right: -200px;
right: 0;
background-image: url(../images/map.png);
background-repeat: no-repeat;
background-size: cover;
background-position: center;
position: absolute;
height: 100%;
top: 0;
left: 0;
}
.testimonial_section .testimonial_box .testimonial_container .layer_content {
position: relative;
z-index: 9;
height: 100%;
}
.testimonial_section .testimonial_box .testimonial_container .layer_content .testimonial_owlCarousel {
display: block;
position: relative;
}
.testimonial_section .testimonial_box .testimonial_container .layer_content .testimonial_owlCarousel .testimonials {
margin: 10px 0 10px 0;
padding: 62px 0px 72px 50px;
position: relative;
text-align: center;
}
.testimonial_section .testimonial_box .testimonial_container .layer_content .testimonial_owlCarousel .testimonials .testimonial_content {
box-shadow: 0 0 25px 0 rgba(0, 0, 0, 0.13);
margin-left: 150px;
margin-top: 69px;
padding: 45px 40px 45px 40px;
z-index: 1;
position: relative;
background-color: #fff;
transition: all 0.5s ease-in-out 0s!;
}
.testimonial_section .testimonial_box .testimonial_container .layer_content .testimonial_owlCarousel .testimonials .testimonial_content .testimonial_caption {
margin-bottom: 15px;
position: relative;
}
.testimonial_section .testimonial_box .testimonial_container .layer_content .testimonial_owlCarousel .testimonials .testimonial_content .testimonial_caption:after {
content: "";
width: 30px;
display: block;
height: 2px;
text-align: center;
left: 46%;
margin-top: 6px;
background-color: #062d6f;
position: absolute;
}
.testimonial_section .testimonial_box .testimonial_container .layer_content .testimonial_owlCarousel .testimonials .testimonial_content .testimonial_caption h6 {
padding-top: 0;
margin-bottom: -5px;
font-size: 19px;
font-weight: 600;
line-height: 24px;
color: #020d26;
}
.testimonial_section .testimonial_box .testimonial_container .layer_content .testimonial_owlCarousel .testimonials .testimonial_content .testimonial_caption span {
font-size: 12px;
color: #9f9f9f;
margin: 0;
}
.testimonial_section .testimonial_box .testimonial_container .layer_content .testimonial_owlCarousel .testimonials .testimonial_content p {
padding: 0;
margin: 0;
padding-top: 10px;
font-size: 16px;
line-height: 28px;
font-weight: 400;
color: #5d6576;
font-style: italic;
}
.testimonial_section .testimonial_box .testimonial_container .layer_content .testimonial_owlCarousel .testimonials .images_box .testimonial_img {
border: none;
position: absolute;
top: 0;
left: 55px;
top: 80px;
}
.testimonial_section .testimonial_box .testimonial_container .layer_content .testimonial_owlCarousel .testimonials .images_box .testimonial_img img {
border: 5px solid #fff;
box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.1);
width: 35%;
}
.testimonial_section .testimonial_box .testimonial_container .owl-nav .owl-prev {
position: absolute;
top: 165px;
right: 42px;
border-radius: 0;
background: #062d6f;
display: block;
outline: 0;
width: 34px;
line-height: 34px;
height: 34px;
color: #fff;
font-size: 23px;
margin-top: -20px;
transition: all 0.3s ease-in-out!important;
}
.testimonial_section .testimonial_box .testimonial_container .owl-nav .owl-prev:hover {
background: #020d26;
}
.testimonial_section .testimonial_box .testimonial_container .owl-nav .owl-next {
position: absolute;
top: 165px;
right: 5px;
border-radius: 0;
display: block;
background: #062d6f;
outline: 0;
width: 34px;
text-align: center;
line-height: 34px;
height: 34px;
color: #fff;
font-size: 23px;
margin-top: -20px;
transition: all 0.3s ease-in-out!important;
}
.testimonial_section .testimonial_box .testimonial_container .owl-nav .owl-next:hover {
background: #020d26;
}
@media all and (max-width: 991px) {
.testimonial_section .about_content {
padding-right: 15px !important;
}
.testimonial_section .about_content .background_layer {
width: 200% !important;
}
.testimonial_section .testimonial_box {
margin-top: 0 !important;
}
.testimonial_section .testimonial_box .background_layer {
width: 200% !important;
margin-left: -200px;
}
.testimonial_section .testimonial_box .about_content {
padding-left: 15px !important;
padding-right: 15px !important;
margin-top: 28% !important;
}
.testimonial_section .testimonial_box .testimonial_container {
margin-left: -15px !important;
}
.testimonial_section .testimonial_box .testimonial_container .testimonials {
margin: 0px 0 20px 0;
}
.testimonial_section .testimonial_box .testimonial_container .testimonials .testimonial_content {
margin-left: -36px !important;
}
.testimonial_section .testimonial_box .testimonial_container .testimonials .images_box {
display: none;
}
}
</style>
<!-- Google font -->
<link rel="stylesheet" href="https://fonts.googleapis.com/css?family=Titillium+Web:400,400i,600,600i,700,700i,900">
<link rel="stylesheet" href="https://fonts.googleapis.com/css?family=Open+Sans:400,400i,600,600i,700,700i,800,800i">
<!-- carousel -->
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/OwlCarousel2/2.3.4/assets/owl.carousel.min.css">
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/OwlCarousel2/2.3.4/assets/owl.theme.default.css">
<section class="testimonial_section">
<div class="container">
<div class="row">
<div class="col-lg-7">
<div class="about_content">
<div class="background_layer"></div>
<div class="layer_content">
<div class="section_title">
<h2><strong>Smart Training for Your Team</strong></h2>
<div class="heading_line"><span></span></div>
<p>Juno Education is the first preference for global organizations as a learning center for their employees. Get unlimited access to 1000+ top courses from global instructors. Our B2B service includes customizable learning and admin functionality for your team. Our top-class customer reps are always ready to make the process automated for you.</p>
</div>
<a href="#">Contact Us<i class="icofont-long-arrow-right"></i></a>
</div>
</div>
</div>
<div class="col-lg-5">
<div class="testimonial_box">
<div class="testimonial_container">
<div class="background_layer"></div>
<div class="layer_content">
<div class="testimonial_owlCarousel owl-carousel">
<div class="testimonials">
<div class="testimonial_content">
<div class="testimonial_caption">
<h6>Paula Agard</h6>
<span>Customer Relationship Manager</span>
</div>
<p>Many of my coworkers choose to use Juno for continuing education. I feel it has the best selection, training and curriculum vs others I have tried. Yes, the courses may be longer than others, but they're more detailed. I have taken a customized packaged for our team and it has effectively driven our learning curve. Kudos to Juno!</p>
</div>
<div class="images_box">
<div class="testimonial_img">
<img class="img-center" src="https://cdn.pixabay.com/photo/2017/08/30/17/27/business-woman-2697954_960_720.jpg" alt="images not found">
</div>
</div>
</div>
<div class="testimonials">
<div class="testimonial_content">
<div class="testimonial_caption">
<h6>Richard Edwards</h6>
<span>SEO Analyst</span>
</div>
<p>During lockdown, after losing all my music jobs, I started looking to do some formal online learning. Juno offered many courses, some as low as $12.99, which made it easy on the wallet. They are constantly having sales. Juno saved my sanity this year at a very reasonable cost, and taught me quite a bit during the process. Two thumbs up!</p>
</div>
<div class="images_box">
<div class="testimonial_img">
<img class="img-center" src="https://cdn.pixabay.com/photo/2016/02/19/10/56/man-1209494_960_720.jpg" alt="images not found">
</div>
</div>
</div>
<div class="testimonials">
<div class="testimonial_content">
<div class="testimonial_caption">
<h6>Martha Cooper</h6>
<span>Writer</span>
</div>
<p>I started using Juno because I wanted to learn about bitcoin and purchased 4 courses on the subject. The first one I started was the ultimate guide to cryptocurrency. I am only about halfway into it, and I am VERY pleased! The videos are very high quality, and the courses have a note-making system that I find extremely useful!
</p>
</div>
<div class="images_box">
<div class="testimonial_img">
<img class="img-center" src="https://cdn.pixabay.com/photo/2017/09/21/19/06/woman-2773007_960_720.jpg" alt="images not found">
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</section>
<script type="text/javascript" src="https://cdnjs.cloudflare.com/ajax/libs/OwlCarousel2/2.3.4/owl.carousel.js"></script>
<script>$('.testimonial_owlCarousel').owlCarousel({
loop:true,
margin:10,
dots:false,
nav:true,
autoplay:false,
smartSpeed: 3000,
autoplayTimeout:4000,
responsive:{
0:{
items:1
},
600:{
items:1
},
1000:{
items:1
}
}
})</script>
</body>
</html>
Editor is loading...