Author: lewismc
Date: Tue May 7 19:02:36 2013
New Revision: 1480022
URL: http://svn.apache.org/r1480022
Log:
trivial update of header
Modified:
gora/site/trunk/content/index.md
Modified: gora/site/trunk/content/index.md
URL:
http://svn.apache.org/viewvc/gora/site/trunk/content/index.md?rev=1480022&r1=1480021&r2=1480022&view=diff
==============================================================================
--- gora/site/trunk/content/index.md (original)
+++ gora/site/trunk/content/index.md Tue May 7 19:02:36 2013
@@ -3,21 +3,27 @@ Title: Welcome to Apache Gora™
#Welcome to the Apache Gora project!
<div class="hero-unit">
<div class="row">
- <img src="/resources/img/gora-logo.png" />
- </div>
- <div class="row">
- <p>The Apache Gora open source framework provides an in-memory data model
and persistence
- for big data. Gora supports persisting to column stores, key value
stores, document
- stores and RDBMSs, and analyzing the data with extensive
- <a href="http://hadoop.apache.org">Apache Hadoop™</a>
- <a
href="http://hadoop.apache.org/docs/stable/mapred_tutorial.html">MapReduce</a>
- support. Gora uses the
- <a href="http://www.apache.org/licenses/LICENSE-2.0.html">Apache
Software License v2.0</a>.
- </p>
- <p>
- <a href="{{base}}downloads.html" class="btn btn-primary
btn-large">Download</a>
- </p>
- </div>
+ <div class="span2">
+ <img src="/resources/img/gora-logo.png" />
+ </div>
+ <div class="span10">
+ <p>The Apache Gora open source framework provides an in-memory data
+model and persistence
+ for big data. Gora supports persisting to column stores, key
+value stores, document
+ stores and RDBMSs, and analyzing the data with extensive
+ <a href="http://hadoop.apache.org">Apache Hadoop™</a>
+ <a href="http://hadoop.apache.org/docs/stable/mapred_tutorial.html
+">MapReduce</a>
+ support. Gora uses the
+ <a href="http://www.apache.org/licenses/LICENSE-2.0.html">Apache
+Software License v2.0</a>.
+ </p>
+ <p>
+ <a href="{{base}}downloads.html" class="btn btn-primary
+btn-large">Download</a>
+ </p>
+ </div>
</div>
Gora graduated from the Apache incubator in January 2012 to become a top-level
Apache project.