DELTASPIKE-1189 Clean up homepage formatting.
Project: http://git-wip-us.apache.org/repos/asf/deltaspike/repo Commit: http://git-wip-us.apache.org/repos/asf/deltaspike/commit/2c5c9d20 Tree: http://git-wip-us.apache.org/repos/asf/deltaspike/tree/2c5c9d20 Diff: http://git-wip-us.apache.org/repos/asf/deltaspike/diff/2c5c9d20 Branch: refs/heads/master Commit: 2c5c9d203af89bbe856f133d0f2a7b7141d80704 Parents: f8cf5ae Author: John D. Ament <[email protected]> Authored: Wed Aug 17 20:34:43 2016 -0400 Committer: John D. Ament <[email protected]> Committed: Wed Aug 17 20:34:43 2016 -0400 ---------------------------------------------------------------------- site/src/main/asciidoc/index.adoc | 27 ++++++++++++++++----------- 1 file changed, 16 insertions(+), 11 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/deltaspike/blob/2c5c9d20/site/src/main/asciidoc/index.adoc ---------------------------------------------------------------------- diff --git a/site/src/main/asciidoc/index.adoc b/site/src/main/asciidoc/index.adoc index a5a077b..ca645ed 100644 --- a/site/src/main/asciidoc/index.adoc +++ b/site/src/main/asciidoc/index.adoc @@ -4,8 +4,7 @@ |=== || *About Apache DeltaSpike* | image:logo.png[image] - -link:documentation/overview.html[View details »]| DeltaSpike consists of a number of portable CDI extensions that provide +| DeltaSpike consists of a number of portable CDI extensions that provide useful features for Java application developers. We will also ensure true portability! We are testing DeltaSpike on @@ -13,29 +12,35 @@ different CDI implementations like Apache OpenWebBeans and JBoss Weld, and also on different Java EE servers like Apache Tomcat and TomEE, JBoss AS7, WildFly 8.x and 9.x, Oracle GlassFish 3.1+ and 4.x+, IBM WebSphere 8.x, Oracle WebLogic Server 12c, Jetty, and others. + +link:documentation/overview.html[View details »] |=== -[options="header,footer"] +[cols="1,3,4",options="header,footer"] |=== -|*Latest Award* | *News* +| |*Latest Award* | *Modules* +| image:DukeChoice-100x176.png[image] | In 2014, DeltaSpike became a Dukeâs Choice Award winner. The Dukeâs Choice Awards celebrate extreme innovation in the world of Java technology and are granted to the most innovative projects using the Java platform. -image:DukeChoice-100x176.png[image] | Apache DeltaSpike 1.7.1 is now out! +| CDI extensions created by the Apache DeltaSpike community are packaged +as modules. They offer additional functionality not provided out of the +box by the CDI spec (Security, JPA, â¦) + +link:/documentation/modules.html[View details »] -link:/news.html#_27th_release_1_7_1_20_07_2016[View details »] |=== [options="header,footer"] |=== -|*Modules* | *Examples* -| CDI extensions created by the Apache DeltaSpike community are packaged -as modules. They offer additional functionality not provided out of the -box by the CDI spec (Security, JPA, â¦) +|*News* | *Examples* +| Apache DeltaSpike 1.7.1 is now out! + +link:/news.html#_27th_release_1_7_1_20_07_2016[View details »] -link:/documentation/modules.html[View details »]| See the following examples which are part of the project to discover how +| See the following examples which are part of the project to discover how to use DeltaSpike project. link:examples.html[View details »]
