"Developer Introduction Modal"
Bootstrap 3.0.0 Snippet by SushantPimple

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="//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>
<!------ Include the above in your HEAD tag ---------->
<div class="container">
<div class="row">
<div class="col-md-3">
<div class="well">
<center>
<a data-toggle="modal" data-target="#myModal"><img src="https://scontent-a-cdg.xx.fbcdn.net/hprofile-prn2/l/t1.0-1/c0.0.160.160/p160x160/1798649_620358761370908_1848194063_n.jpg" name="aboutme" width="100" height="100" class="img-circle"></a>
<h4>Sushant Pimple</h4>
<em class="text-success">UX & UI Developer</em>
</center>
</div>
</div>
<div class="col-md-3">
<div class="well">
<center>
<a data-toggle="modal" data-target="#myModal"><img src="https://scontent-a-cdg.xx.fbcdn.net/hprofile-prn2/l/t1.0-1/c0.0.160.160/p160x160/1798649_620358761370908_1848194063_n.jpg" name="aboutme" width="100" height="100" class="img-circle"></a>
<h4>Sushant Pimple</h4>
<em class="text-success">UX & UI Developer</em>
</center>
</div>
</div>
<div class="col-md-3">
<div class="well">
<center>
<a data-toggle="modal" data-target="#myModal"><img src="https://scontent-a-cdg.xx.fbcdn.net/hprofile-prn2/l/t1.0-1/c0.0.160.160/p160x160/1798649_620358761370908_1848194063_n.jpg" name="aboutme" width="100" height="100" class="img-circle"></a>
<h4>Sushant Pimple</h4>
<em class="text-success">UX & UI Developer</em>
</center>
</div>
</div>
<div class="col-md-3">
<div class="well">
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
.colorgraph {
height: 5px;
border-top: 0;
background: #c4e17f;
border-radius: 5px;
background-image: -webkit-linear-gradient(left, #c4e17f, #c4e17f 12.5%, #f7fdca 12.5%, #f7fdca 25%, #fecf71 25%, #fecf71 37.5%, #f0776c 37.5%, #f0776c 50%, #db9dbe 50%, #db9dbe 62.5%, #c49cde 62.5%, #c49cde 75%, #669ae1 75%, #669ae1 87.5%, #62c2e4 87.5%, #62c2e4);
background-image: -moz-linear-gradient(left, #c4e17f, #c4e17f 12.5%, #f7fdca 12.5%, #f7fdca 25%, #fecf71 25%, #fecf71 37.5%, #f0776c 37.5%, #f0776c 50%, #db9dbe 50%, #db9dbe 62.5%, #c49cde 62.5%, #c49cde 75%, #669ae1 75%, #669ae1 87.5%, #62c2e4 87.5%, #62c2e4);
background-image: -o-linear-gradient(left, #c4e17f, #c4e17f 12.5%, #f7fdca 12.5%, #f7fdca 25%, #fecf71 25%, #fecf71 37.5%, #f0776c 37.5%, #f0776c 50%, #db9dbe 50%, #db9dbe 62.5%, #c49cde 62.5%, #c49cde 75%, #669ae1 75%, #669ae1 87.5%, #62c2e4 87.5%, #62c2e4);
background-image: linear-gradient(to right, #c4e17f, #c4e17f 12.5%, #f7fdca 12.5%, #f7fdca 25%, #fecf71 25%, #fecf71 37.5%, #f0776c 37.5%, #f0776c 50%, #db9dbe 50%, #db9dbe 62.5%, #c49cde 62.5%, #c49cde 75%, #669ae1 75%, #669ae1 87.5%, #62c2e4 87.5%, #62c2e4);
}
a img
{
cursor:pointer;
}
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX
1
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX

Related: See More


Questions / Comments: