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/16 22:04:08 UTC

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

Author: seanfinan
Date: Tue Dec 16 21:04:08 2014
New Revision: 1646076

URL: http://svn.apache.org/r1646076
Log:
Changed style of "example" button to info
got rid of "commiters" row item

Modified:
    ctakes/site/new/index.html

Modified: ctakes/site/new/index.html
URL: http://svn.apache.org/viewvc/ctakes/site/new/index.html?rev=1646076&r1=1646075&r2=1646076&view=diff
==============================================================================
--- ctakes/site/new/index.html (original)
+++ ctakes/site/new/index.html Tue Dec 16 21:04:08 2014
@@ -106,7 +106,7 @@
       </div>
       <div class="hidden-xs hidden-sm">
          <!-- Button to page with interactive example of cTakes extraction capabilities -->
-         <a href="example.html" class="btn btn-success btn-lg btn-block" style="margin-bottom: 15px;">
+         <a href="example.html" class="btn btn-info btn-lg btn-block" style="margin-bottom: 15px;">
             Capabilities Example
          </a>
          <a href="downloads.html" class="btn btn-success btn-lg btn-block" style="margin-bottom: 30px;">
@@ -200,8 +200,8 @@
 
    <div class="col-md-4 col-padded">
       <h3><span class="glyphicon glyphicon-ok" style="margin-right: 20px;"></span>Portable</h3>
-      <p>Developed in Java, Apache cTAKES can run on any major computer platform.</p>
-      <p>Embed cTAKES in any application or run it alone using included GUI Tools.</p>
+      <p>Developed in Java, cTAKES can run on any major computer platform.</p>
+      <p>Embed cTAKES in an application or run it alone using included GUI Tools.</p>
    </div>
 
    <div class="col-md-4 col-padded">
@@ -216,7 +216,11 @@
 <!-- ROW 3 -->
 <div class="row">
 
+   <div class="col-md-1 col-padded">
+   </div>
+
    <div class="col-md-4 col-padded">
+   <!--<div class="col-xs-6 col-padded">-->
       <h3><span class="glyphicon glyphicon-globe" style="margin-right: 20px;"></span>Community</h3>
       <p>A large, global and diverse group built, uses and supports cTAKES software and workflows.</p>
       <ul class="list-narrow">
@@ -226,32 +230,29 @@
       </ul>
    </div>
 
-   <div class="col-md-4 col-padded">
-      <h3><span class="glyphicon glyphicon-user" style="margin-right: 20px;"></span>Contributors</h3>
-      <p>(ugly, repeat - spf) cTAKES is built and maintained by academics and professionals of many affiliations:</p>
-      <ul class="list-narrow">
-         <li>Natural Language Processing researchers</li>
-         <li>BioMedical reseachers</li>
-         <li>Professional Organizations</li>
-      </ul>
+   <div class="col-md-2 col-padded">
    </div>
 
    <div class="col-md-4 col-padded">
+   <!--<div class="col-xs-6 col-padded">-->
       <h3><span class="glyphicon glyphicon-play" style="margin-right: 20px;"></span>Get Started</h3>
       <p>Anyone can use cTAKES out-of-the-box with a simple installation:</p>
       <ul class="list-narrow">
          <li><a href="downloads.html">Download</a> the latest release
-         <li>Read the <a href="/docs/latest/quick-start.html">quick start guide</a>.</li>
+         <li>Read the <a href="/docs/latest/quick-start.html">quick start guide</a></li>
          <li>Watch <a href="trainme.html">videos and tutorials</a></li>
       </ul>
    </div>
 
+   <div class="col-md-1 col-padded">
+   </div>
+
 </div>
 <!-- end row -->
 
 <div class="row">
    <div class="col-md-3">
-      <a href="example.html" class="btn btn-success btn-lg" style="width: 262px; margin-top: 30px; margin-bottom: 15px;">Capabilities
+      <a href="example.html" class="btn btn-info btn-lg" style="width: 262px; margin-top: 30px; margin-bottom: 15px;">Capabilities
          Example</a>
       <a href="downloads.html" class="btn btn-success btn-lg" style="width: 262px;">Download cTAKES</a>
    </div>