You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@ctakes.apache.org by se...@apache.org on 2014/12/24 06:38:21 UTC

svn commit: r1647734 - /ctakes/site/new/index.html

Author: seanfinan
Date: Wed Dec 24 05:38:21 2014
New Revision: 1647734

URL: http://svn.apache.org/r1647734
Log:
Moved Download Button above News Feed
Switched to new Features and Flow Image

Modified:
    ctakes/site/new/index.html

Modified: ctakes/site/new/index.html
URL: http://svn.apache.org/viewvc/ctakes/site/new/index.html?rev=1647734&r1=1647733&r2=1647734&view=diff
==============================================================================
--- ctakes/site/new/index.html (original)
+++ ctakes/site/new/index.html Wed Dec 24 05:38:21 2014
@@ -98,16 +98,16 @@
 
 <div class="row">
    <div class="col-md-3 col-md-push-9">
-      <div class="news" style="margin-bottom: 20px;">
-         <h5>Latest News </h5>
-			<div id="rss-styled" class="well" style="display:none;"></div>
-         <p class="small" style="text-align: right;"><a href="https://blogs.apache.org/ctakes/">Archive</a></p>
-      </div>
       <div class="hidden-xs hidden-sm">
          <a href="downloads.html" class="btn btn-success btn-lg btn-block" style="margin-bottom: 30px;">
             Download cTAKES
          </a>
       </div>
+      <div class="news" style="margin-bottom: 20px;">
+         <h5>Latest News </h5>
+			<div id="rss-styled" class="well" style="display:none;"></div>
+         <p class="small" style="text-align: right;"><a href="https://blogs.apache.org/ctakes/">Archive</a></p>
+      </div>
    </div>
 
    <div class="col-md-9 col-md-pull-3">
@@ -115,8 +115,7 @@
          <h2>Create actionable knowledge from medical plain text.</h2>
          <p>Apache cTAKES&trade; is a natural language processing system for extraction of information
             from electronic medical record clinical free-text.</p>
-         <img src="images/example.jpg" style="margin-top: 15px; width: 100%; max-width: 619px;" />
-         <!--<div class="caption" style="min-width: 272px;">Rich Semantics Unlocked</div>-->
+         <img src="images/Features4.jpg" style="width: 100%; max-width: 619px" />
       </div>
    </div>