-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathindex.html
executable file
·65 lines (59 loc) · 2.42 KB
/
index.html
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
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
---
layout: default
---
<div class="container-fluid">
<div class="row">
<div class="col-xs-12">
<div id="myCarousel" class="carousel slide" data-ride="carousel">
<!-- Indicators -->
<ol class="carousel-indicators">
<li data-target="#myCarousel" data-slide-to="0" class="active"></li>
<li data-target="#myCarousel" data-slide-to="1"></li>
<li data-target="#myCarousel" data-slide-to="2"></li>
</ol>
<!-- Wrapper for slides -->
<div class="carousel-inner">
<div class="item active">
<img class="img-responsive center-block" src="{{ site.baseurl }}/img/application-3314295_1280.png" alt="Application">
</div>
<div class="item">
<img class="img-responsive center-block" src="{{ site.baseurl }}/img/player-3308176_1280.png" alt="Player">
</div>
<div class="item">
<img class="img-responsive center-block" src="{{ site.baseurl }}/img/settings-3311592_1280.png" alt="Settings">
</div>
</div>
<!-- Left and right controls -->
<a class="left carousel-control" href="#myCarousel" data-slide="prev">
<span class="glyphicon glyphicon-chevron-left"></span>
<span class="sr-only">Previous</span>
</a>
<a class="right carousel-control" href="#myCarousel" data-slide="next">
<span class="glyphicon glyphicon-chevron-right"></span>
<span class="sr-only">Next</span>
</a>
</div>
</div>
</div>
</div>
<div class="container">
<div class="row">
<p> </p>
<div class="col-xs-12 col-sm-4">
<p class="text-center">
Jekyll Boilerplate Theme
</p>
</div>
<div class="col-xs-12 col-sm-4">
<p>
To documentation please see the README.md file
</p>
</div>
<div class="col-xs-12 col-sm-4">
<p>
We have another versions of this theme, please see the branchs.
</p>
</div>
<p> </p>
</div>
</div>