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

rzo1 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 b4ffb80f OPENNLP-1504 - Remove 3rd party content from OpenNLP website
b4ffb80f is described below

commit b4ffb80f38a6b5b6fa89a5674eb6c7ee86b88899
Author: Richard Zowalla <[email protected]>
AuthorDate: Tue Jul 4 13:11:18 2023 +0200

    OPENNLP-1504 - Remove 3rd party content from OpenNLP website
---
 src/main/jbake/assets/img/fork-me-on-github.png | Bin 0 -> 7791 bytes
 src/main/jbake/templates/header.ftl             |   2 +-
 src/main/jbake/templates/index.ftl              |   7 ++-----
 3 files changed, 3 insertions(+), 6 deletions(-)

diff --git a/src/main/jbake/assets/img/fork-me-on-github.png 
b/src/main/jbake/assets/img/fork-me-on-github.png
new file mode 100644
index 00000000..146ef8a8
Binary files /dev/null and b/src/main/jbake/assets/img/fork-me-on-github.png 
differ
diff --git a/src/main/jbake/templates/header.ftl 
b/src/main/jbake/templates/header.ftl
index b1687004..f4b1f349 100755
--- a/src/main/jbake/templates/header.ftl
+++ b/src/main/jbake/templates/header.ftl
@@ -108,6 +108,6 @@ body {
 </head>
 <body onload="prettyPrint()">
 <span class="visible-lg">
-<a href="https://github.com/apache/opennlp";><img style="z-index: 9999; 
position: absolute; top: 0; right: 0; border: 0;" 
src="https://camo.githubusercontent.com/38ef81f8aca64bb9a64448d0d70f1308ef5341ab/68747470733a2f2f73332e616d617a6f6e6177732e636f6d2f6769746875622f726962626f6e732f666f726b6d655f72696768745f6461726b626c75655f3132313632312e706e67";
 alt="Fork me on GitHub" 
data-canonical-src="https://s3.amazonaws.com/github/ribbons/forkme_right_darkblue_121621.png";></a>
+<a href="https://github.com/apache/opennlp";><img style="z-index: 9999; 
position: absolute; top: 0; right: 0; border: 0;" 
src="/img/fork-me-on-github.png" alt="Fork me on GitHub" 
data-canonical-src="https://s3.amazonaws.com/github/ribbons/forkme_right_darkblue_121621.png";></a>
 </span>
    
\ No newline at end of file
diff --git a/src/main/jbake/templates/index.ftl 
b/src/main/jbake/templates/index.ftl
index 91ef502b..c8d26aa2 100755
--- a/src/main/jbake/templates/index.ftl
+++ b/src/main/jbake/templates/index.ftl
@@ -31,19 +31,16 @@
     </div>
 
     <div class="row">
-        <div class="col-lg-4">
+        <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>Find out more about it in our <a href="/docs/">manual</a>.</p>
         </div>
-        <div class="col-lg-4">
+        <div class="col-lg-6">
             <h2>Getting Involved</h2>
             <p>The Apache OpenNLP project is developed by volunteers and is 
always looking for new contributors to work on all parts of the project. Every 
contribution is welcome and needed to make it better. A contribution can be 
anything from a small documentation typo fix to a new component.</p>
             <p>Learn more about how you can <a href="/get-involved.html">get 
involved</a>.</p>
         </div>
-        <div class="col-lg-4" style="height: 300px; overflow-y: scroll;">
-            <p><a class="twitter-timeline" 
href="https://twitter.com/ApacheOpennlp";>Tweets by ApacheOpennlp</a> <script 
async src="//platform.twitter.com/widgets.js" charset="utf-8"></script></p>
-        </div>
     </div>
 
 </div>

Reply via email to