From 3010c2b454421f8cc9a6fe4f6a1f9549860c6536 Mon Sep 17 00:00:00 2001 From: Juan Liska Date: Sun, 10 Jan 2016 05:33:29 -0600 Subject: [PATCH 1/3] change title tags --- documentation/index.html | 2 +- home/index.html | 2 +- idea-plug-in/index.html | 2 +- plug-ins/index.html | 2 +- ten-minutes/index.html | 2 +- 5 files changed, 5 insertions(+), 5 deletions(-) diff --git a/documentation/index.html b/documentation/index.html index f598ddd..618a685 100644 --- a/documentation/index.html +++ b/documentation/index.html @@ -2,7 +2,7 @@ - Kobalt, by Cedric Beust + Kobalt: a modern, versatile build system by Cedric Beust diff --git a/home/index.html b/home/index.html index 28d7d43..2dd9f3e 100644 --- a/home/index.html +++ b/home/index.html @@ -2,7 +2,7 @@ - Kobalt, by Cedric Beust + Kobalt: a modern, versatile build system by Cedric Beust diff --git a/idea-plug-in/index.html b/idea-plug-in/index.html index dd44008..ba7b668 100644 --- a/idea-plug-in/index.html +++ b/idea-plug-in/index.html @@ -2,7 +2,7 @@ - Kobalt, by Cedric Beust + Kobalt: a modern, versatile build system by Cedric Beust diff --git a/plug-ins/index.html b/plug-ins/index.html index 983933b..466b2f2 100644 --- a/plug-ins/index.html +++ b/plug-ins/index.html @@ -2,7 +2,7 @@ - Kobalt, by Cedric Beust + Kobalt: a modern, versatile build system by Cedric Beust diff --git a/ten-minutes/index.html b/ten-minutes/index.html index 6a40309..84897a8 100644 --- a/ten-minutes/index.html +++ b/ten-minutes/index.html @@ -2,7 +2,7 @@ - Kobalt, by Cedric Beust + Kobalt: a modern, versatile build system by Cedric Beust From 8124d852b2f57ba860d0d33c487ca1cbe8e47f1a Mon Sep 17 00:00:00 2001 From: Juan Liska Date: Sun, 10 Jan 2016 05:33:55 -0600 Subject: [PATCH 2/3] reformat features, jumbotron on homepage --- css/kobalt.css | 4 ++-- home/index.html | 21 +++++++++++---------- 2 files changed, 13 insertions(+), 12 deletions(-) diff --git a/css/kobalt.css b/css/kobalt.css index a95cda2..d3ee6a3 100644 --- a/css/kobalt.css +++ b/css/kobalt.css @@ -2,8 +2,8 @@ * Kobalt CSS */ -.features { - font-size: 1.5em; +#features { + display: none } code { diff --git a/home/index.html b/home/index.html index 2dd9f3e..8454eae 100644 --- a/home/index.html +++ b/home/index.html @@ -55,22 +55,18 @@
-

Kobalt: a modern, versatile build system

+

A modern, versatile build system

- -

Features

-
    -
  • Clean, easy-to-use syntax for build files
  • -
  • Build file auto-completion from your favorite IDE
  • -
  • Intuitive plug-in architecture
  • -
  • Fast builds
  • -
-

+

Features

+

Build file auto-completion in your IDE

+ + +

Clean syntax for build files

For example, here is JCommander's entire build file:

@@ -104,6 +100,11 @@ val jcommander = javaProject {

This build file also includes a directive to upload your artifacts to Bintray automatically. +

+

Fast builds

+

Intuitive plug-in architecture

+

Half the size of Gradle

+

Design goals

From 8e44fd235549bdf45c8f74a2c17f2534fb036758 Mon Sep 17 00:00:00 2001 From: Juan Liska Date: Sun, 10 Jan 2016 14:14:04 -0600 Subject: [PATCH 3/3] removed glyphs and edited feature descriptions --- home/index.html | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) diff --git a/home/index.html b/home/index.html index 8454eae..602e1bd 100644 --- a/home/index.html +++ b/home/index.html @@ -63,10 +63,10 @@

Features

-

Build file auto-completion in your IDE

+

Build file auto-completion in your IDE

-

Clean syntax for build files

+

Clean syntax for build files

For example, here is JCommander's entire build file:

@@ -101,9 +101,8 @@ val jcommander = javaProject {

This build file also includes a directive to upload your artifacts to Bintray automatically.

-

Fast builds

-

Intuitive plug-in architecture

-

Half the size of Gradle

+

Support for incremental tasks (faster builds)

+

Intuitive plug-in architecture