"Team Slider"
Bootstrap 4.0.0 Snippet by mehedidb

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
<link href="//maxcdn.bootstrapcdn.com/bootstrap/4.0.0/css/bootstrap.min.css" rel="stylesheet" id="bootstrap-css">
<script src="//maxcdn.bootstrapcdn.com/bootstrap/4.0.0/js/bootstrap.min.js"></script>
<script src="//code.jquery.com/jquery-1.11.1.min.js"></script>
<!------ Include the above in your HEAD tag ---------->
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="robots" content="noindex, nofollow">
<title>Team Slider - Bootsnipp.com</title>
<meta name="viewport" content="width=device-width, initial-scale=1">
<link href="http://themeebit.com/demos/html/materialab-v2.01/css/owl.carousel.css" rel="stylesheet prefetch">
</head>
<body>
<!-- ====START OUR TEAM AREA==== -->
<section class="our_team">
<div class="container">
<div class="row">
<div class="col-xs-12">
<div class="section_title mb80">
<h5 class="smallHd text-center">meet with the</h5>
<h2 class="secHd text-center">crazy team</h2>
</div>
</div>
</div>
<div class="row team_details_area">
<div class="col-xs-12 col-sm-6 fix_p">
<div class="team_content">
<div class="team_cotent_slid">
<div class="item">
<h1>Timothy<br>Dean</h1>
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX
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
.our_team {
overflow: hidden;
padding: 120px 0 0;
}
.team_content {
background: #2962ff none repeat scroll 0 0;
padding-bottom: 120px;
padding-right: 17%;
padding-top: 107px;
position: relative;
}
.team_content h1 {
color: #fff;
font-weight: 700;
letter-spacing: 1px;
line-height: 48px;
text-transform: uppercase;
}
.team_content h6 {
color: #f7f6f6;
font-family: "Merriweather",serif;
font-size: 12px;
font-style: italic;
letter-spacing: 1.4px;
text-transform: uppercase;
}
.team_content p {
color: #eeeeee;
margin: 41px 0;
}
ul.team_social {
margin-bottom: 48px;
}
ul.team_social li, ul.share_social li {
display: inline-block;
}
ul.team_social li a i, ul.share_social li a i {
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX
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
// team Content
var team_slid2 = $('.team_cotent_slid');
team_slid2.owlCarousel({
loop: true,
margin: 30,
autoplay: false,
dots: true,
animateIn: 'fadeInDown',
animateOut: 'fadeOutDown',
responsive: {
0: {
items: 1
},
600: {
items: 1
},
992: {
items: 1
}
}
});
// team image
var team_slid = $('.team_slid');
team_slid.owlCarousel({
loop: true,
margin: 30,
dots: true,
mouseDrag: true,
touchDrag: false,
animateIn: 'fadeInLeft',
animateOut: 'fadeOutRight',
responsive: {
0: {
items: 1
},
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX

Related: See More


Questions / Comments: