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

seanfinan pushed a commit to branch asf-site
in repository https://gitbox.apache.org/repos/asf/ctakes-website.git


The following commit(s) were added to refs/heads/asf-site by this push:
     new 109ca9f  Update index.html
109ca9f is described below

commit 109ca9fd1e92479b1362e3358f7c82f76a9cb30f
Author: Sean Finan <[email protected]>
AuthorDate: Wed Mar 5 17:30:22 2025 -0500

    Update index.html
    
    Which repo is actually updating?
---
 index.html | 19 ++++++++++---------
 1 file changed, 10 insertions(+), 9 deletions(-)

diff --git a/index.html b/index.html
index c42cb89..9df4ec2 100644
--- a/index.html
+++ b/index.html
@@ -7,7 +7,16 @@
     <link rel="stylesheet" href="style.css"> <!-- Optional: Add a custom 
stylesheet -->
 </head>
 <body>
-<div class="branding">
+
+<div class="landing-page">
+    <h1>Welcome to Apache cTAKES</h1>
+    <p>The Apache cTAKES website has moved to its new GitHub repository. 
Please follow the link below to access the documentation and other 
resources:</p>
+    <a href="https://github.com/apache/ctakes/wiki"; target="_blank">
+        Visit the GitHub Wiki
+    </a>
+</div>
+
+    <div class="branding">
     <img src="Apache_Software_Foundation_Logo_(2016).svg.png" alt="Apache 
cTAKES Logo" />
     <p>Apache cTAKES is an open-source project of the Apache Software 
Foundation.</p>
 </div>
@@ -23,14 +32,6 @@
     </ul>
 </div>
 
-<div class="landing-page">
-    <h1>Welcome to Apache cTAKES</h1>
-    <p>The Apache cTAKES website has moved to its new GitHub repository. 
Please follow the link below to access the documentation and other 
resources:</p>
-    <a href="https://github.com/apache/ctakes/wiki"; target="_blank">
-        Visit the GitHub Wiki
-    </a>
-</div>
-
 <footer>
     <p>This project is an Apache project and is part of a larger community of 
developers and users.</p>
 </footer>

Reply via email to