mirror of
https://github.com/ethauvin/kobalt-doc.git
synced 2025-04-24 11:37:11 -07:00
reformat features, jumbotron on homepage
This commit is contained in:
parent
3010c2b454
commit
8124d852b2
2 changed files with 13 additions and 12 deletions
|
@ -2,8 +2,8 @@
|
|||
* Kobalt CSS
|
||||
*/
|
||||
|
||||
.features {
|
||||
font-size: 1.5em;
|
||||
#features {
|
||||
display: none
|
||||
}
|
||||
|
||||
code {
|
||||
|
|
|
@ -55,22 +55,18 @@
|
|||
|
||||
<!-- Main component for a primary marketing message or call to action -->
|
||||
<div class="jumbotron">
|
||||
<h1>Kobalt: a modern, versatile build system</h1>
|
||||
<h1>A modern, versatile build system</h1>
|
||||
</div>
|
||||
|
||||
<!-- Main content -->
|
||||
<div class="col-md-9">
|
||||
<img src="../pics/auto-completion.png" class="img-rounded"/>
|
||||
|
||||
<h2 class="section" id="overview">Features</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>
|
||||
<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"/>
|
||||
|
||||
<h2 class="section" id="syntax" indent="1"><span class="glyphicon glyphicon-check"></span> Clean syntax for build files</h2>
|
||||
<p>
|
||||
For example, here is <a href="http://jcommander.org">JCommander's</a> entire build file:
|
||||
</p>
|
||||
|
@ -104,6 +100,11 @@ val jcommander = javaProject {
|
|||
</pre>
|
||||
<p>
|
||||
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>
|
||||
|
||||
<h2 class="section" id="design-goals">Design goals</h2>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue