"Team Section"
Bootstrap 3.3.0 Snippet by Ahsan25

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/3.3.0/css/bootstrap.min.css" rel="stylesheet" id="bootstrap-css">
<script src="//maxcdn.bootstrapcdn.com/bootstrap/3.3.0/js/bootstrap.min.js"></script>
<script src="//cdnjs.cloudflare.com/ajax/libs/jquery/3.2.1/jquery.min.js"></script>
<!------ Include the above in your HEAD tag ---------->
<link href="//netdna.bootstrapcdn.com/bootstrap/3.0.0/css/bootstrap.min.css" rel="stylesheet" id="bootstrap-css">
<script src="//netdna.bootstrapcdn.com/bootstrap/3.0.0/js/bootstrap.min.js"></script>
<script src="//code.jquery.com/jquery-1.11.1.min.js"></script>
<link href="https://maxcdn.bootstrapcdn.com/font-awesome/4.7.0/css/font-awesome.min.css" rel="stylesheet">
<section id="myteam" class="team">
<div class="container">
<div class="row">
</div>
<div class="container">
<div class="row team-row">
<div class="col-md-4 col-sm-6 team-wrap">
<div class="team-member text-center">
<div class="team-img">
<img src="http://deothemes.com/envato/enigma/html/img/team_2.jpg" alt="">
<div class="overlay-team">
<div class="team-details text-center">
<div class="socials mt-20">
<a href="#">
<i class="fa fa-facebook"></i>
</a>
<a href="#">
<i class="fa fa-twitter"></i>
</a>
<a href="#">
<i class="fa fa-google-plus"></i>
</a>
<a href="#">
<i class="fa fa-envelope"></i>
</a>
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
@import url('https://fonts.googleapis.com/css?family=Roboto:400,500,600,700,700i');
* {
margin: 0;
padding: 0;
outline: 0;
}
ul,
ol {
list-style: none;
font-family: 'Roboto', serif;
}
button {
font-family: 'Roboto', serif;
}
p {
font-family: 'Roboto', serif;
}
a {
text-decoration: none;
outline: 0;
font-family: 'Roboto', serif;
}
a:hover,
a:focus {
border-color: transparent;
text-decoration: none;
outline: 0;
}
img {
border: 0;
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX
1
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX

Related: See More


Questions / Comments: