"Tabs"
Bootstrap 3.3.0 Snippet by shriharishastry

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="https://maxcdn.bootstrapcdn.com/bootswatch/3.3.7/readable/bootstrap.min.css" rel="stylesheet" integrity="sha384-Li5uVfY2bSkD3WQyiHX8tJd0aMF91rMrQP5aAewFkHkVSTT2TmD2PehZeMmm7aiL" crossorigin="anonymous">
<div class="container">
<div class="row" style="margin-top:20px;">
<div class=" well well-sm bg-white borderZero" uib-dropdown >
<div class="btn-group date-block btn-group-justified font-small dropdown" data-toggle="buttons">
<label href="#home" data-toggle="tab" class="btn btn-default next font-small semiBold" title="Next Day" style="font-size:12px; border-radius:0;">
Profile
</label>
<label href="#profile" data-toggle="tab" class="btn btn-default previous text-right font-small semiBold" title="Previous Day" style="font-size:12px;">
Information
</label>
<label href="#contact" data-toggle="tab" class="btn date-buttons btn-default text-right semiBold" style="font-size:12px;" >
Contact
</label>
<label href="#education" data-toggle="tab" class="btn date-buttons btn-default text-right semiBold" style="font-size:12px;" >
Education
</label>
<label href="#skills" data-toggle="tab" class="btn date-buttons btn-default text-right semiBold" style="font-size:12px;">
Skills
</label>
<label ng-click="isCollapsed = !isCollapsed" class="btn date-buttons btn-primary text-right semiBold dropdown-toggle" style="font-size:12px;" >
<i class="glyphicon glyphicon-search"></i>
</label>
</div>
</div>
<div id="myTabContent" class="tab-content">
<div class="tab-pane fade active in" id="home">
<div class="col-md-6 col-md-offset-3">
<div class="panel panel-default">
<div class="panel-body" style="min-height: 100px;">
<div class="row">
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX
1
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX
1
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX

Related: See More


Questions / Comments: