"profile- unchanged- need update"
Bootstrap 3.0.0 Snippet by jeevan123456

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-lg-12 col-md-12 col-sm-12 col-xs-12">
<div class="user-profile-wrap shadow-reset">
<div class="row">
<div class="col-lg-6">
<div class="row">
<div class="col-lg-3">
<div class="user-profile-img">
<img src="img/notification/5.jpg" alt="">
</div>
</div>
<div class="col-lg-9">
<div class="user-profile-content">
<h2>Sakila Joy</h2>
<p class="profile-founder">Founder of <strong>Uttara It Park</strong>
</p>
<p class="profile-des">It is a long established fact that a reader will be distracted of by the readable content of a page when looking at its layout.The point of using Lorem Ipsum.</p>
</div>
</div>
</div>
</div>
<div class="col-lg-3">
<div class="user-profile-social-list">
<table class="table small m-b-xs">
<tbody>
<tr>
<td>
<strong>542</strong> Projects
</td>
<td>
<strong>222</strong> Followers
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
.user-profile-wrap {
padding: 20px;
background-color: #fff;
}
.user-profile-img img {
border-radius: 50%;
border: 4px solid #ddd;
}
.user-profile-content h2, .user-profile-about h2 {
font-size: 20px;
color: #303030;
}
.user-profile-content .profile-founder {
font-size: 14px;
color: #303030;
margin: 0px 0px 10px;
}
.user-profile-content .profile-des {
font-size: 14px;
color: #303030;
margin: 0px;
line-height: 24px;
}
.user-profile-social-list {
margin: 5px 0px;
}
.user-profile-sparkline {
background: none;
padding: 0px;
}
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX
1
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX

Related: See More


Questions / Comments: