This is an automated email from the ASF dual-hosted git repository.

mawiesne pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/opennlp-site.git


The following commit(s) were added to refs/heads/main by this push:
     new 598769e4 updates index page with two more quick jump buttons, styled 
in the OpenNLP colors
598769e4 is described below

commit 598769e4203ae231500f3faf4a658c38290bf643
Author: Martin Wiesner <[email protected]>
AuthorDate: Mon Nov 25 15:40:06 2024 +0100

    updates index page with two more quick jump buttons, styled in the OpenNLP 
colors
---
 src/main/jbake/templates/index.ftl | 16 +++++++++++++---
 1 file changed, 13 insertions(+), 3 deletions(-)

diff --git a/src/main/jbake/templates/index.ftl 
b/src/main/jbake/templates/index.ftl
index 56337cd1..c693e97d 100755
--- a/src/main/jbake/templates/index.ftl
+++ b/src/main/jbake/templates/index.ftl
@@ -26,14 +26,24 @@
         <img src="/img/opennlp-logo.png" alt="Apache OpenNLP logo" />
         <h1>Welcome to Apache OpenNLP</h1>
         <p class="lead">The Apache OpenNLP library is a machine learning based 
toolkit for the processing of natural language text.</p>
-        <a class="btn btn-lg btn-primary" href="/docs/" role="button" 
style="background-color: #832778; border: 1px solid #832778;"><span 
class="glyphicon glyphicon-chevron-right"></span> Get started</a>&nbsp;
-        <a class="btn btn-lg btn-primary" href="/download.html" role="button" 
style="background-color: #BE2043; border: 1px solid #BE2043;"><span 
class="glyphicon glyphicon-download-alt"></span> Download</a>
+        <a class="btn btn-lg btn-primary" href="/docs/" role="button" 
style="background-color: #832778; border: 1px solid #832778; margin-bottom: 
10px;">
+            <span class="glyphicon glyphicon-chevron-right"></span> Get started
+        </a>&nbsp;&nbsp;
+        <a class="btn btn-lg btn-primary" href="/download.html" role="button" 
style="background-color: #BE2043; border: 1px solid #BE2043; margin-bottom: 
10px;">
+            <span class="glyphicon glyphicon-download-alt"></span> Download
+        </a>&nbsp;&nbsp;
+        <a class="btn btn-lg btn-primary" href="/docs" role="button" 
style="background-color: #E56b28; border: 1px solid #E56b28; margin-bottom: 
10px;">
+            <span class="glyphicon glyphicon-education"></span> Docs
+        </a>&nbsp;&nbsp;
+        <a class="btn btn-lg btn-primary" href="/news" role="button" 
style="background-color: #F59523; border: 1px solid #F59523; margin-bottom: 
10px;">
+            <span class="glyphicon glyphicon-bullhorn"></span> News
+        </a>
     </div>
 
     <div class="row">
         <div class="col-lg-6">
             <h2>About</h2>
-            <p>OpenNLP supports the most common NLP tasks, such as 
<i>tokenization</i>, <i>sentence segmentation</i>, <i>part-of-speech 
tagging</i>, <i>named entity extraction</i>, <i>chunking</i>, <i>parsing</i>, 
<i>language detection</i> and <i>coreference resolution</i>.</p>
+            <p>OpenNLP supports the most common NLP tasks, such as <i>sentence 
segmentation</i>, <i>tokenization</i>, <i>lemmatization</i>, <i>part-of-speech 
tagging</i>, <i>named entity extraction</i>, <i>chunking</i>, <i>parsing</i>, 
<i>language detection</i> and <i>coreference resolution</i>.</p>
             <p>Find out more about it in our <a href="/docs/">manual</a>.</p>
         </div>
         <div class="col-lg-6">

Reply via email to