"timeline"
Bootstrap 3.3.0 Snippet by exigentinc

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="//cdnjs.cloudflare.com/ajax/libs/jquery/3.2.1/jquery.min.js"></script>
<!------ Include the above in your HEAD tag ---------->
<section class="" id="prototype">
<div class="container">
<div class="row">
<div class="prototype-container">
<div class="prototype left protoype-marges"></div>
<div class="clear"></div>
<div class="prototype right">
<img src="https://www-static.api.video/image/icon-hexagone.svg" alt="Roadmap API video - live streaming">
<span>Live Streaming</span>
<p>September 2018</p>
</div>
<div class="clear"></div>
<div class="prototype left">
<span>Channels</span>
<p>Coming soon</p>
<img src="https://www-static.api.video/image/icon-hexagone.svg" alt="Roadmap API video - Channels">
</div>
<div class="clear"></div>
<div class="prototype right">
<img src="https://www-static.api.video/image/icon-hexagone.svg" alt="Roadmap API video - Multi user">
<span>Multi user</span>
<p>Coming soon</p>
</div>
<div class="clear"></div>
<div class="prototype left">
<span>Audience</span>
<p>Coming soon</p>
<img src="https://www-static.api.video/image/icon-hexagone.svg" alt="Roadmap API video - Audience">
</div>
<div class="prototype right protoype-marges"></div>
</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
/*! CSS Used from: https://www-static.api.video/css/vendor.bundle.css */
section {
display: block;
}
img {
border: 0;
}
@media print {
*,:after,:before {
color: #000!important;
text-shadow: none!important;
background: 0 0!important;
-webkit-box-shadow: none!important;
box-shadow: none!important;
}
img {
page-break-inside: avoid;
}
img {
max-width: 100%!important;
}
p {
orphans: 3;
widows: 3;
}
}
* {
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
}
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX
1
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX

Related: See More


Questions / Comments: