Author: rafabene
Date: Mon Nov 17 14:46:03 2014
New Revision: 1640167
URL: http://svn.apache.org/r1640167
Log:
DELTASPIKE-778 - add duke's choice award badge to the site
Modified:
deltaspike/site/trunk/content/index.html
deltaspike/site/trunk/content/resources/css/bootstrap.css
Modified: deltaspike/site/trunk/content/index.html
URL:
http://svn.apache.org/viewvc/deltaspike/site/trunk/content/index.html?rev=1640167&r1=1640166&r2=1640167&view=diff
==============================================================================
--- deltaspike/site/trunk/content/index.html (original)
+++ deltaspike/site/trunk/content/index.html Mon Nov 17 14:46:03 2014
@@ -12,15 +12,19 @@
<p>We will also ensure true portability! We are testing
DeltaSpike on 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,
Oracle GlassFish 3.1+ and 4.x+, IBM WebSphere 8.x, Oracle
WebLogic Server 12c, Jetty, and others.</p>
- <p><h2>Latest Award</h2>
- <p>In 2014, DeltaSpike become a Dukeâs Choice Award
winner. The Duke's Choice Awards celebrate extreme
+ </div>
+ </div>
+ <div class="row">
+ <div class="span6">
+ <h2>Latest Award</h2>
+ <p>In 2014, DeltaSpike become 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.</p>
- <img src="resources/images/DukeChoice-100x176.png"/>
- </p>
- <p><h2>News</h2>
- <p>Apache DeltaSpike 1.1.0 is now out!</p>
- <p><a class="btn"
href="/news.html#11th-release-103-21092014">View details »</a></p>
- </p>
+ <p><img src="resources/images/DukeChoice-100x176.png"/></p>
+ </div>
+ <div class="span6">
+ <h2>News</h2>
+ <p>Apache DeltaSpike 1.1.0 is now out!</p>
+ <p><a class="btn"
href="/news.html#11th-release-103-21092014">View details »</a></p>
</div>
</div>
<div class="row">
Modified: deltaspike/site/trunk/content/resources/css/bootstrap.css
URL:
http://svn.apache.org/viewvc/deltaspike/site/trunk/content/resources/css/bootstrap.css?rev=1640167&r1=1640166&r2=1640167&view=diff
==============================================================================
--- deltaspike/site/trunk/content/resources/css/bootstrap.css (original)
+++ deltaspike/site/trunk/content/resources/css/bootstrap.css Mon Nov 17
14:46:03 2014
@@ -27,7 +27,7 @@ footer {
.valign-wrapper div[class*='span6'] {
display: table-cell!important;
- vertical-align:middle;
+ vertical-align:top;
float:none;
}