"profile with left menu"
Bootstrap 3.3.0 Snippet by muralilogesh

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="//code.jquery.com/jquery-1.11.1.min.js"></script>
<!------ Include the above in your HEAD tag ---------->
<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="//code.jquery.com/jquery-1.11.1.min.js"></script>
<script src="https://stackpath.bootstrapcdn.com/font-awesome/4.5.0/css/font-awesome.min.css"></script>
<!------ Include the above in your HEAD tag ---------->
<div class="container">
<div class="row">
<div class="col-md-4 mar-cls">
<div class="pro-sec">
<a title="Your Name" href="https://twitter.com/mertskaplan" class="pro-ava-img">
<img alt="Your Name" src="http://xpertlab.com/wp-content/uploads/2014/04/20151012_561baed03a54e.png" class="pro-avatar-img">
</a>
<div class="ov-div">
<div class="twPc-divName">
<a href="https://twitter.com/mertskaplan">Your Name</a>
</div>
</div>
</div>
<div class="panel-group" id="accordion">
<div class="panel panel-default">
<div class="panel-heading">
<h4 class="panel-title">
<a data-toggle="collapse" data-parent="#accordion" href="#collapseOne"><span class="glyphicon glyphicon-folder-close">
</span>Content</a>
</h4>
</div>
<div id="collapseOne" class="panel-collapse collapse in">
<div class="panel-body">
<table class="table">
<tr>
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
.mar-cls {
margin-top:30px;
}
.pro-sec {
}
.pro-ava-img {
background-color: #fff;
border-radius: 6px;
display: inline-block !important;
float: left;
margin: -30px 5px 0 8px;
max-width: 100%;
padding: 1px;
vertical-align: bottom;
}
.pro-avatar-img {
border: 2px solid #e4e4e4;
border-radius: 2px;
box-sizing: border-box;
color: #fff;
height: 72px;
width: 72px;
}
.ov-div {
margin: 5px 0 0;
}
.user-name {
font-size: 18px;
font-weight: 700;
line-height: 21px;
}
.user-name a {
color: inherit !important;
}
.glyphicon { margin-right:10px; }
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX
1
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX

Related: See More


Questions / Comments: