Author: lukaszlenart
Date: Sat Feb  8 22:37:27 2014
New Revision: 1566152

URL: http://svn.apache.org/r1566152
Log:
Migrates old content of index page

Modified:
    struts/site/branches/jekyll-powered/source/index.md

Modified: struts/site/branches/jekyll-powered/source/index.md
URL: 
http://svn.apache.org/viewvc/struts/site/branches/jekyll-powered/source/index.md?rev=1566152&r1=1566151&r2=1566152&view=diff
==============================================================================
--- struts/site/branches/jekyll-powered/source/index.md (original)
+++ struts/site/branches/jekyll-powered/source/index.md Sat Feb  8 22:37:27 2014
@@ -1,6 +1,63 @@
 ---
-layout: default
+layout: main-page
 title: Welcome to the Apache Struts project
 ---
 
-# Struts Site powered by Jekyll!
\ No newline at end of file
+<div class="container">
+  <div class="jumbotron">
+    <h1>Apache Struts</h1>
+    <p>
+      Apache Struts is a free, open-source, MVC framework for creating elegant,
+      modern Java web applications.  It favors convention over configuration, 
is
+      extensible using a plugin architecture, and ships with plugins to support
+      REST, AJAX and JSON.
+    </p>
+    <a href="http://struts.apache.org/download.cgi#struts2316"; class="btn 
btn-primary btn-large">Download</a>
+    <a href="primer.html" class="btn btn-info btn-large">Technology Primer</a>
+  </div>
+</div>
+
+<div class="container">
+  <div class="row">
+    <div class="col-md-4">
+      <h2>Struts 2.3.16 GA</h2>
+      <p>Apache Struts 2.3.16 GA has been released on 8 december 2013.</p>
+      <a 
href="http://struts.apache.org/release/2.3.x/docs/version-notes-2316.html";>Version
 notes</a>
+    </div>
+    <div class="col-md-4">
+      <h2>Want to help?</h2>
+      <p>We welcome your help! If you want to learn more about how to build
+         and patch the Struts 2 codebase, please read the <a 
href="youatstruts.html">Developer Docs</a>
+      </p>
+    </div>
+    <div class="col-md-4">
+      <h2>Apache Struts 1</h2>
+      <p><strong>End-Of-Life (EOL)</strong></p>
+      <p>The Struts 1.x web framework has reached its end of life and is no 
longer officially supported.
+         <a href="struts1eol-announcement.html">Read the announcment</a> or 
the official <a href="struts1eol-press.html">Press release</a>
+      </p>
+    </div>
+  </div>
+</div>
+
+<div class="container">
+<div class="row col-md-12 text-center">
+  <hr/>
+</div>
+</div>
+<div class="container">
+<div class="row">
+  <div class="col-md-3">
+    <div>Official IRC channel: <a 
href="irc://irc.freenode.net/struts">#struts</a></div>
+  </div>
+  <div class="col-md-9">
+    <div id="fb-root"></div>
+    <div class="fb-like" data-href="https://www.facebook.com/apachestruts"; 
data-send="true" data-width="450"
+         data-show-faces="false"></div>
+    <div class="g-plusone" data-size="medium" 
data-href="http://struts.apache.org/";></div>
+    <a href="https://twitter.com/TheApacheStruts"; 
class="twitter-follow-button" data-show-count="false">Follow
+      @TheApacheStruts</a>
+  </div>
+</div>
+</div>
+


Reply via email to