"profile widget"
Bootstrap 3.2.0 Snippet by ajithjojo07

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.2.0/css/bootstrap.min.css" rel="stylesheet" id="bootstrap-css">
<script src="//netdna.bootstrapcdn.com/bootstrap/3.2.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"><br><br>
<div class="col-md-4">
<div class="alert alert-success">
<div class="panel-body">
<img src="https://fbcdn-profile-a.akamaihd.net/hprofile-ak-xpa1/v/t1.0-1/c3.0.100.100/p100x100/1176410_641202149304196_134362683595865223_n.jpg?oh=2f08e0b97dcb230c1156edf125d10e31&oe=549C63E6&__gda__=1419657514_746df46625c05b91543a4208db9e06bc" class="pic_ina img-thumbnail"/>
<div class="con_ina">
<b> Ajith jojo </b><br>
Thank you for using this snipp
<br> Add me as a frnd on facebook . i will accept all requests
</div>
</div>
<a href="https://www.facebook.com/ajithjojo999" target="blank"><button type="button" class="btn btn-success btn-xs btn_inr">Go to my fb </button></a>
</div>
</div>
<div class="col-md-4">
<div class="alert alert-danger">
<div class="panel-body">
<img src="https://fbcdn-profile-a.akamaihd.net/hprofile-ak-xpa1/v/t1.0-1/c3.0.100.100/p100x100/1176410_641202149304196_134362683595865223_n.jpg?oh=2f08e0b97dcb230c1156edf125d10e31&oe=549C63E6&__gda__=1419657514_746df46625c05b91543a4208db9e06bc" class="pic_ina img-thumbnail"/>
<div class="con_ina">
<b> Ajith jojo </b><br>
Thank you for using this snipp
<br> Add me as a frnd on facebook . i will accept all requests
</div>
</div>
<a href="https://www.facebook.com/ajithjojo999" target="blank"><button type="button" class="btn btn-danger btn-xs btn_inr">Go to my fb </button></a>
</div>
</div>
<div class="col-md-4">
<div class="alert alert-warning">
<div class="panel-body">
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
.pic_ina
{
height:90px;
width:30%;
float:left;
}
.con_ina
{
height:100px;
width:67%;
margin-left:3%;
float:left;
}
.btn_inr
{
float:right;
margine-top:25px;
}
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX
1
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX

Related: See More


Questions / Comments: