This is an automated email from the ASF dual-hosted git repository.
johnsd pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/ctakes-site.git
The following commit(s) were added to refs/heads/main by this push:
new db7276b updating site
db7276b is described below
commit db7276bea30dd69c2c0bfd9af845bd53bdb90939
Author: Johnsd11 <[email protected]>
AuthorDate: Wed Mar 5 17:08:19 2025 -0500
updating site
---
.asf.yaml | 9 ++--
.idea/.gitignore | 4 ++
.idea/ctakes-site.iml | 9 ++++
.idea/misc.xml | 6 +++
.idea/modules.xml | 8 +++
.idea/vcs.xml | 6 +++
Apache_Software_Foundation_Logo_(2016).svg.png | Bin 0 -> 61042 bytes
index.html | 69 ++++++++++---------------
styles.css | 43 +++++++++++++++
9 files changed, 106 insertions(+), 48 deletions(-)
diff --git a/.asf.yaml b/.asf.yaml
index bb1ef44..7752d44 100644
--- a/.asf.yaml
+++ b/.asf.yaml
@@ -5,11 +5,10 @@ pelican:
theme: theme/apache
whoami: main
+
staging:
- profile: beta
- whoami: main
- autostage: preview/*
+ profile: ~
+ whoami: asf-staging
publish:
- profile: ~
- whoami: asf-site
+ whoami: asf-site
diff --git a/.idea/.gitignore b/.idea/.gitignore
new file mode 100644
index 0000000..e3aa152
--- /dev/null
+++ b/.idea/.gitignore
@@ -0,0 +1,4 @@
+# Default ignored files
+/shelf/
+/workspace.xml
+.idea/
diff --git a/.idea/ctakes-site.iml b/.idea/ctakes-site.iml
new file mode 100644
index 0000000..d6ebd48
--- /dev/null
+++ b/.idea/ctakes-site.iml
@@ -0,0 +1,9 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<module type="JAVA_MODULE" version="4">
+ <component name="NewModuleRootManager" inherit-compiler-output="true">
+ <exclude-output />
+ <content url="file://$MODULE_DIR$" />
+ <orderEntry type="inheritedJdk" />
+ <orderEntry type="sourceFolder" forTests="false" />
+ </component>
+</module>
\ No newline at end of file
diff --git a/.idea/misc.xml b/.idea/misc.xml
new file mode 100644
index 0000000..6ac3f80
--- /dev/null
+++ b/.idea/misc.xml
@@ -0,0 +1,6 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<project version="4">
+ <component name="ProjectRootManager" version="2" languageLevel="JDK_17"
default="true" project-jdk-name="liberica-17" project-jdk-type="JavaSDK">
+ <output url="file://$PROJECT_DIR$/out" />
+ </component>
+</project>
\ No newline at end of file
diff --git a/.idea/modules.xml b/.idea/modules.xml
new file mode 100644
index 0000000..d8c128b
--- /dev/null
+++ b/.idea/modules.xml
@@ -0,0 +1,8 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<project version="4">
+ <component name="ProjectModuleManager">
+ <modules>
+ <module fileurl="file://$PROJECT_DIR$/.idea/ctakes-site.iml"
filepath="$PROJECT_DIR$/.idea/ctakes-site.iml" />
+ </modules>
+ </component>
+</project>
\ No newline at end of file
diff --git a/.idea/vcs.xml b/.idea/vcs.xml
new file mode 100644
index 0000000..35eb1dd
--- /dev/null
+++ b/.idea/vcs.xml
@@ -0,0 +1,6 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<project version="4">
+ <component name="VcsDirectoryMappings">
+ <mapping directory="" vcs="Git" />
+ </component>
+</project>
\ No newline at end of file
diff --git a/Apache_Software_Foundation_Logo_(2016).svg.png
b/Apache_Software_Foundation_Logo_(2016).svg.png
new file mode 100644
index 0000000..fabd647
Binary files /dev/null and b/Apache_Software_Foundation_Logo_(2016).svg.png
differ
diff --git a/index.html b/index.html
index b98433b..5f44408 100644
--- a/index.html
+++ b/index.html
@@ -3,53 +3,36 @@
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
- <title>Apache cTAKES - Redirect</title>
- <meta http-equiv="refresh"
content="5;url=https://github.com/apache/ctakes">
- <style>
- body {
- font-family: Arial, sans-serif;
- text-align: center;
- margin: 100px;
- background-color: #f4f4f4;
- }
- .container {
- background: white;
- padding: 20px;
- border-radius: 8px;
- box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
- display: inline-block;
- }
- h1 {
- color: #333;
- }
- p {
- font-size: 18px;
- color: #666;
- }
- .redirect-btn {
- display: inline-block;
- padding: 10px 20px;
- font-size: 18px;
- color: white;
- background-color: #007bff;
- border: none;
- border-radius: 5px;
- cursor: pointer;
- text-decoration: none;
- }
- .redirect-btn:hover {
- background-color: #0056b3;
- }
- </style>
+ <title>Apache cTAKES</title>
+ <link rel="stylesheet" href="styles.css"> <!-- Optional: Add a custom
stylesheet -->
</head>
<body>
+<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>
+
+<div class="navbar">
+ <ul>
+ <li><a href="https://www.apache.org/licenses/">License</a></li>
+ <li><a
href="https://www.apache.org/foundation/sponsorship.html">Sponsorship</a></li>
+ <li><a href="https://www.apache.org/foundation/thanks.html">Thanks to
our Sponsors</a></li>
+ <li><a href="https://www.apache.org/security/">Security</a></li>
+ <li><a
href="https://privacy.apache.org/policies/privacy-policy-public.html">Privacy</a></li>
+ <li><a href="https://www.apache.org/">Apache Home</a></li>
+ </ul>
+</div>
-<div class="container">
- <h1>Apache cTAKES Has Moved!</h1>
- <p>You will be redirected to the new GitHub page in a few seconds.</p>
- <p>If not, click the button below:</p>
- <a href="https://github.com/apache/ctakes" class="redirect-btn">Go to
cTAKES on GitHub</a>
+<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>
</body>
</html>
diff --git a/styles.css b/styles.css
new file mode 100644
index 0000000..5e5d51c
--- /dev/null
+++ b/styles.css
@@ -0,0 +1,43 @@
+body {
+ font-family: Arial, sans-serif;
+ text-align: center;
+ padding: 50px;
+}
+
+.navbar ul {
+ list-style-type: none;
+ margin: 0;
+ padding: 0;
+ text-align: center;
+}
+
+.navbar li {
+ display: inline;
+ margin: 10px;
+}
+
+.navbar a {
+ text-decoration: none;
+ color: #007bff;
+ font-weight: bold;
+}
+
+.navbar a:hover {
+ text-decoration: underline;
+}
+
+.landing-page {
+ max-width: 600px;
+ margin: 20px auto;
+}
+
+footer {
+ margin-top: 40px;
+ font-size: 14px;
+ color: #777;
+}
+
+.branding img {
+ width: 450px; /* Adjust width as needed */
+ height: auto; /* Maintain aspect ratio */
+}