"Timeline (responsive)"
Bootstrap 3.0.3 Snippet by thiswallz

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.3/css/bootstrap.min.css" rel="stylesheet" id="bootstrap-css">
<script src="//netdna.bootstrapcdn.com/bootstrap/3.0.3/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">Noticias</h1>
</div>
<ul class="timeline">
<li>
<div class="timeline-badge danger"><i class="glyphicon glyphicon-bullhorn"></i></div>
<div class="timeline-panel">
<div class="timeline-heading">
<h4 class="timeline-title">JDN Coquimbo</h4>
<p><small class="text-muted"><i class="glyphicon glyphicon-time"></i> 27/09/2015</small></p>
</div>
<div class="timeline-body">
<p>Medios de la JDN recibieron en Illapel, las primeras 05 viviendas de emergencias asignadas a dicha comuna
<br><img style="height:50px" src="http://i.vimeocdn.com/video/537044978_200x150.jpg" />
</p>
</div>
</div>
</li>
<li class="timeline-inverted">
<div class="timeline-badge warning"><i class="glyphicon glyphicon-warning-sign"></i></div>
<div class="timeline-panel">
<div class="timeline-heading">
<h4 class="timeline-title">Coquimbo</h4>
<p><small class="text-muted"><i class="glyphicon glyphicon-time"></i> 26/09/2015</small></p>
</div>
<div class="timeline-body">
<p>Integrantes del Regimiento “Coquimbo” reparten almuerzos a damnificados y voluntarios que colaboran en la zona.</p>
</div>
</div>
</li>
<li>
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: