1
0
Fork 0
mirror of https://github.com/ethauvin/kobalt-doc.git synced 2025-04-24 19:47:11 -07:00

reformat features, jumbotron on homepage

This commit is contained in:
Juan Liska 2016-01-10 05:33:55 -06:00
parent 3010c2b454
commit 8124d852b2
2 changed files with 13 additions and 12 deletions

View file

@ -2,8 +2,8 @@
* Kobalt CSS * Kobalt CSS
*/ */
.features { #features {
font-size: 1.5em; display: none
} }
code { code {

View file

@ -55,22 +55,18 @@
<!-- Main component for a primary marketing message or call to action --> <!-- Main component for a primary marketing message or call to action -->
<div class="jumbotron"> <div class="jumbotron">
<h1>Kobalt: a modern, versatile build system</h1> <h1>A modern, versatile build system</h1>
</div> </div>
<!-- Main content --> <!-- Main content -->
<div class="col-md-9"> <div class="col-md-9">
<h2 class="section" id="features">Features</h2>
<h2 class="section" id="buildFile" indent="1"><span class="glyphicon glyphicon-check"></span> Build file auto-completion in your IDE</h2>
<img src="../pics/auto-completion.png" class="img-rounded"/> <img src="../pics/auto-completion.png" class="img-rounded"/>
<h2 class="section" id="overview">Features</h2> <h2 class="section" id="syntax" indent="1"><span class="glyphicon glyphicon-check"></span> Clean syntax for build files</h2>
<ul class="features">
<li>Clean, easy-to-use syntax for build files</li>
<li>Build file auto-completion from your favorite IDE</li>
<li>Intuitive plug-in architecture</li>
<li>Fast builds</li>
</ul>
</p>
<p> <p>
For example, here is <a href="http://jcommander.org">JCommander's</a> entire build file: For example, here is <a href="http://jcommander.org">JCommander's</a> entire build file:
</p> </p>
@ -104,6 +100,11 @@ val jcommander = javaProject {
</pre> </pre>
<p> <p>
This build file also includes a directive to upload your artifacts to Bintray automatically. This build file also includes a directive to upload your artifacts to Bintray automatically.
</p>
<h2 class="section" id="syntax" indent="1"><span class="glyphicon glyphicon-check"></span> Fast builds</h2>
<h2 class="section" id="syntax" indent="1"><span class="glyphicon glyphicon-check"></span> Intuitive plug-in architecture</li></h2>
<h2 class="section" id="syntax" indent="1"><span class="glyphicon glyphicon-check"></span> Half the size of Gradle</h2>
</ul>
</p> </p>
<h2 class="section" id="design-goals">Design goals</h2> <h2 class="section" id="design-goals">Design goals</h2>