"Profile Block"
Bootstrap 3.0.0 Snippet by Eliasmia

1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
<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 ---------->
<link href="https://maxcdn.bootstrapcdn.com/font-awesome/4.7.0/css/font-awesome.min.css" rel="stylesheet">
<div class="profile-block">
<div class="panel text-center">
<div class="user-heading"> <a href="#"><img src="http://cumbrianrun.co.uk/wp-content/uploads/2014/02/default-placeholder-300x300.png" alt="" title=""></a>
<h1>Elias Miah</h1>
<p>eliasmia1988@gmail.com</p>
<p>Wallet Balance $0.00</p>
</div>
<ul class="nav nav-pills nav-stacked">
<li><a href="#"><i class="fa fa-user"></i>Profile</a></li>
<li class="active"><a href="#"><i class="fa fa-pencil-square-o"></i>Edit profile</a></li>
<li><a href="#"><i class="fa fa-usd" aria-hidden="true"></i>Subscription History</a></li>
<li><a href="#"><i class="fa fa-usd" aria-hidden="true"></i>Transaction History</a></li>
<li><a href="#"><i class="fa fa-sign-out"></i>Logout</a></li>
</ul>
</div>
</div>
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
h1, h2, h3, h4, h5, h6 {
margin: 0;
padding: 0;
line-height: .9;
font-weight: 700;
color: #333;
}
.profile-block{
margin:30px auto;
position:relative;
overflow:hidden;
max-width: 300px;
}
.profile-block .user-heading {
background: #c5251e none repeat scroll 0 0;
border-radius: 4px 4px 0 0;
color: #fff;
padding: 20px;
text-align: center;
}
.profile-block .user-heading a img {
border-radius: 50%;
margin:auto auto 10px;
display: block;
height: 140px;
width: 140px;
border: 10px solid rgba(255, 255, 255, 0.3);
}
.profile-block .user-heading h1 {
color: #fff;
font-size: 20px;
font-weight: 300;
line-height: 22px;
margin-bottom: 5px;
margin-top: 5px;
}
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX
1
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX

Related: See More


Questions / Comments: