|
1 | 1 | ---
|
2 |
| -layout: default |
| 2 | +layout: index |
3 | 3 | ---
|
4 |
| -<div class="jumbotron"> |
5 |
| - <h1>Zeal</h1> |
6 |
| - <div class="row"> |
7 |
| - <div class="col-md-8"> |
8 |
| - <p> |
9 |
| - An offline documentation browser inspired by <a href="https://kapeli.com/dash/">Dash</a>.<br><small>Available for Linux and Windows.</small> |
10 |
| - </p> |
11 |
| - <ul> |
12 |
| - <li> |
13 |
| - Save yourself from distractions, and keep all documentation you need instantly available. |
14 |
| - </li> |
15 |
| - <li> |
16 |
| - Do not depend on your Internet connection or public Wi-Fi. |
17 |
| - </li> |
18 |
| - <li> |
19 |
| - Keep your documentation fresh with the built-in docset update system. |
20 |
| - </li> |
21 |
| - <li> |
22 |
| - Integrate Zeal with IDEA, Sublime Text, ViM, or your favourite IDE via variety of <a href="{{ site.baseurl }}/usage.html#plugins">plugins</a>. |
23 |
| - </li> |
24 |
| - <li> |
25 |
| - Enjoy open source and free software! Zeal is available under the GPLv3. Don't forget to contribute! |
26 |
| - </li> |
27 |
| - </ul> |
28 |
| - </div> |
29 |
| - <div class="col-md-4"> |
30 |
| - <a href="#ssModal" class="thumbnail" data-toggle="modal" data-target="#ssModal"> |
31 |
| - <img src="https://i.imgur.com/v63u1ZJ.png" class="img-responsive"> |
32 |
| - </a> |
| 4 | +<div class="container"> |
| 5 | + <div class="jumbotron"> |
| 6 | + <h1>Zeal</h1> |
| 7 | + <div class="row"> |
| 8 | + <div class="col-md-8"> |
| 9 | + <p> |
| 10 | + An offline documentation browser inspired by <a href="https://kapeli.com/dash/">Dash</a>.<br><small>Available for Linux and Windows.</small> |
| 11 | + </p> |
| 12 | + <ul> |
| 13 | + <li> |
| 14 | + Save yourself from distractions, and keep all documentation you need instantly available. |
| 15 | + </li> |
| 16 | + <li> |
| 17 | + Do not depend on your Internet connection or public Wi-Fi. |
| 18 | + </li> |
| 19 | + <li> |
| 20 | + Keep your documentation fresh with the built-in docset update system. |
| 21 | + </li> |
| 22 | + <li> |
| 23 | + Integrate Zeal with IDEA, Sublime Text, ViM, or your favourite IDE via variety of <a href="{{ site.baseurl }}/usage.html#plugins">plugins</a>. |
| 24 | + </li> |
| 25 | + <li> |
| 26 | + Enjoy open source and free software! Zeal is available under the GPLv3. Don't forget to contribute! |
| 27 | + </li> |
| 28 | + </ul> |
| 29 | + </div> |
| 30 | + <div class="col-md-4"> |
| 31 | + <a href="#ssModal" class="thumbnail" data-toggle="modal" data-target="#ssModal"> |
| 32 | + <img src="https://i.imgur.com/v63u1ZJ.png" class="img-responsive"> |
| 33 | + </a> |
| 34 | + </div> |
33 | 35 | </div>
|
| 36 | + <p class="text-center"><a class="btn btn-primary btn-lg" href="{{ site.baseurl }}/download.html" role="button">Download Zeal</a></p> |
34 | 37 | </div>
|
35 |
| - <p class="text-center"><a class="btn btn-primary btn-lg" href="{{ site.baseurl }}/download.html" role="button">Download Zeal</a></p> |
36 | 38 | </div>
|
37 | 39 |
|
38 |
| -<div class="row text-center"> |
| 40 | +<div class="container text-center"> |
39 | 41 | <h2>Zeal comes with <strong>{{ site.data.docsets | size }}</strong> awesome docsets!</h2>
|
40 | 42 | <ul id="docset-list" class="list-inline">
|
41 | 43 | {% for docset in site.data.docsets %}
|
|
0 commit comments