forked from aksakalli/jekyll-doc-theme
-
Notifications
You must be signed in to change notification settings - Fork 10
Expand file tree
/
Copy pathindex.html
More file actions
69 lines (59 loc) · 2.81 KB
/
index.html
File metadata and controls
69 lines (59 loc) · 2.81 KB
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
66
67
68
69
---
layout: default
images:
- image_path: img/3.png
caption: Accueil
- image_path: img/4.png
caption: Recherche TMDB
- image_path: img/2.png
caption: Acteurs
- image_path: img/5.png
caption: Informations
---
<div class="header-container jumbotron">
<div class="container">
<h1>vStream</h1>
<p>Addon de streaming pour Kodi</p>
<p><a class="btn btn-primary btn-lg" href="{{ "/docs/home/" | prepend: site.baseurl }}" role="button">Plus</a></p>
</div>
</div>
<div class="container">
<div class="row">
<div class="col-md-6">
<h2 class="header-light regular-pad">C'est quoi vStream?</h2>
<blockquote>
<p>vStream est un addon pour Kodi qui vous permet de visionner en streaming un grand nombre de sources vidéos
(comme la télévision, les films, les séries, les mangas, les documentaires, etc).
Il vous est même possible de télécharger certaines sources, de les mettre en favoris ou de regarder
la bande annonce. Le tout depuis KODI et 100% français.
</p>
</blockquote>
</div>
<div class="col-md-6 text-center">
<!--<img src="img/home.png" alt="" class="img-responsive">-->
{% include carousel.html %}
</div>
</div>
<hr>
<div class="row">
<div class="col-sm-4">
<h1 class="text-center"><span class="fa fa-info-circle" aria-hidden="true"></span></h1>
<h3 class="text-center"><a href="/docs/installation/">Installation</a></h3>
<!---<p>Get started by cloning source into GitHub account of your project. Thanks to <a href="https://pages.github.com">GitHub Pages</a>,
it will be automatically compiled and published under your project's subdomain on `github.io`.
</p>-->
</div>
<div class="col-sm-4">
<h1 class="text-center"><i class="fa fa-youtube" aria-hidden="true"></i></h1>
<h3 class="text-center">Youtube</h3>
<!--<p>This template uses <a href="https://github.com/twbs/bootstrap-sass">bootstrap-sass</a> along with <a href="https://bootswatch.com/">Bootwatch themes</a>.
You can change the theme or write your custom by overwriting bootstrap sass variables for a different color set, font options, etc.</p>-->
</div>
<div class="col-sm-4">
<h1 class="text-center"><i class="fa fa-github" aria-hidden="true"></i></h1>
<h3 class="text-center"><a href="https://github.com/Kodi-vStream/venom-xbmc-addons">Github</a></h3>
<!--<p>Leverage from Git version control system by
maintaining your documentation along with the source code; publish the page when you merge to the master branch.</p>-->
</div>
</div>
</div>