"Project Timeline"
Bootstrap 3.3.0 Snippet by johnadamsDFID

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 ---------->
<div class="container">
<div class="page-header">
<h1 id="timeline">Project Timeline</h1>
<div class="btn-group navbar-right">
<button type="button" class="btn btn-primary btn-sm dropdown-toggle" data-toggle="dropdown">
<i class="glyphicon glyphicon-cog"></i> Filter <span class="caret"></span>
</button>
<ul class="dropdown-menu" role="menu">
<li><a href="#">Comments</a></li>
<li><a href="#">Staff changes</a></li>
<li><a href="#">Events</a></li>
<li><a href="#">Meetings</a></li>
</ul>
</div>
</div>
<ul class="timeline">
<li>
<div class="timeline-badge warning"><i class="glyphicon glyphicon-wrench"></i></div>
<div class="timeline-panel alert-info">
<div class="timeline-heading">
<h4 class="timeline-title">Next Annual Review</h4>
<p><small class="text-muted"><i class="glyphicon glyphicon-time"></i> Due by 12 December 2016</small></p>
</div>
<div class="timeline-body">
<p>Your next annual review is due in 6 months</p>
</div>
</div>
</li>
<li class="timeline-inverted">
<div class="timeline-badge warning"><i class="glyphicon glyphicon-time"></i></div>
<div class="timeline-panel alert-info">
<div class="timeline-heading">
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
.timeline {
list-style: none;
padding: 20px 0 20px;
position: relative;
}
.timeline:before {
top: 0;
bottom: 0;
position: absolute;
content: " ";
width: 3px;
background-color: #eeeeee;
left: 50%;
margin-left: -1.5px;
}
.timeline > li {
margin-bottom: 20px;
position: relative;
}
.timeline > li:before,
.timeline > li:after {
content: " ";
display: table;
}
.timeline > li:after {
clear: both;
}
.timeline > li:before,
.timeline > li:after {
content: " ";
display: table;
}
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX
1
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX

Related: See More


Questions / Comments: