You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@causeway.apache.org by ah...@apache.org on 2023/02/09 08:40:27 UTC

[causeway-site] branch asf-site updated: adds new favicon resource along with some css fixes

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

ahuber pushed a commit to branch asf-site
in repository https://gitbox.apache.org/repos/asf/causeway-site.git


The following commit(s) were added to refs/heads/asf-site by this push:
     new 41ba4bc04 adds new favicon resource along with some css fixes
41ba4bc04 is described below

commit 41ba4bc0428a43f4647eaed68ee9728fd0d1990a
Author: Andi Huber <ah...@apache.org>
AuthorDate: Thu Feb 9 09:40:22 2023 +0100

    adds new favicon resource along with some css fixes
---
 .gitignore                     |   3 ++-
 content/_/css/home/style.css   |   8 --------
 content/_/img/home/favicon.png | Bin 0 -> 1863 bytes
 content/index.html             |  43 ++++++++++++++++++++++++++---------------
 4 files changed, 29 insertions(+), 25 deletions(-)

diff --git a/.gitignore b/.gitignore
index 3e27d6c07..56e2a4bda 100644
--- a/.gitignore
+++ b/.gitignore
@@ -2,4 +2,5 @@
 .idea/
 .asciidoctor/
 npm-debug.log
-algolia.env
\ No newline at end of file
+algolia.env
+/.project
diff --git a/content/_/css/home/style.css b/content/_/css/home/style.css
index 1b0d72316..5cfc49dc1 100644
--- a/content/_/css/home/style.css
+++ b/content/_/css/home/style.css
@@ -193,10 +193,6 @@ h6 {
   color: var(--color-causeway-cyan);
 }
 
-#header #logo h1 a img {
-  margin-top: 10px;
-}
-
 #header #logo h1 a span.brand {
   color: var(--color-causeway-purple);
 }
@@ -206,10 +202,6 @@ h6 {
 }
 
 #header #logo img {
-  padding: 0;
-  margin: 0;
-  margin-top: -5px;
-  margin-right: 10px;
   height: 48px;
 }
 
diff --git a/content/_/img/home/favicon.png b/content/_/img/home/favicon.png
new file mode 100644
index 000000000..31e8a1f43
Binary files /dev/null and b/content/_/img/home/favicon.png differ
diff --git a/content/index.html b/content/index.html
index 4b2ae3ef1..4357bcaf7 100644
--- a/content/index.html
+++ b/content/index.html
@@ -47,6 +47,8 @@
 
   <!-- Main Stylesheet File -->
   <link href="_/css/home/style.css" rel="stylesheet">
+  <!-- Custom Stylesheet File -->
+  <link href="_/css/site-custom.css" rel="stylesheet">
 
   <!-- =======================================================
     Theme Name: Reveal
@@ -67,8 +69,8 @@
       <i class="fa fa-envelope-o"></i> <a href="mailto:users@causeway.apache.org">users@causeway.apache.org</a>
     </div>
     <div class="social-links float-right">
-      <a href="docs/2.0.0-M9/support/mailing-list.html" class="email"><i class="fa fa-at"></i></a>
-      <a href="docs/2.0.0-M9/support/slack-channel.html" class="slack"><i class="fa fa-slack"></i></a>
+      <a href="docs/latest/support/mailing-list.html" class="email"><i class="fa fa-at"></i></a>
+      <a href="docs/latest/support/slack-channel.html" class="slack"><i class="fa fa-slack"></i></a>
       <a href="https://issues.apache.org/jira/secure/RapidBoard.jspa?rapidView=87" class="bug"><i class="fa fa-bug"></i></a>
       <a href="https://stackoverflow.com/questions/tagged/causeway" class="stackoverflow"><i class="fa fa-stack-overflow"></i></a>
       <a href="https://twitter.com/ApacheCauseway" class="twitter"><i class="fa fa-twitter"></i></a>
@@ -100,6 +102,9 @@
           <a href="#testimonials">What?</a>
           <ul>
             <li><a href="#testimonials">Reviews</a></li>
+            <!--
+                        <li><a href="#portfolio">Examples</a></li>
+            -->
           </ul>
         </li>
         <li class="menu-has-children">
@@ -111,21 +116,25 @@
         </li>
         <li><a href="#call-to-action">Quick Start</a></li>
         <li class="menu-has-children">
-          <a href="docs/2.0.0-M9/about.html">Docs</a>
+          <a href="docs/latest/about.html">Docs</a>
           <ul>
-            <li><a href="docs/2.0.0-M9/about.html">Table of Contents</a></li>
+            <li><a href="docs/latest/about.html">Table of Contents</a></li>
             <li><hr/></li>
-            <li><a href="docs/2.0.0-M9/starters/about.html">Starter Apps</a></li>
-            <li><a href="docs/2.0.0-M9/landing-page/guides.html">Guides</a></li>
-            <li><a href="docs/2.0.0-M9/landing-page/components.html">Components</a></li>
-            <li><a href="docs/2.0.0-M9/landing-page/catalogs.html">Catalogs</a></li>
-            <li><a href="docs/2.0.0-M9/landing-page/releases.html">Releases</a></li>
+            <li><a href="docs/latest/starters/about.html">Starter Apps</a></li>
+            <li><a href="docs/latest/landing-page/guides.html">Guides</a></li>
+            <li><a href="docs/latest/landing-page/components.html">Components</a></li>
+            <li><a href="docs/latest/landing-page/catalogs.html">Catalogs</a></li>
+            <li><a href="docs/latest/landing-page/releases.html">Releases</a></li>
           </ul>
         </li>
         <li><a href="#contact">Support</a></li>
         <li class="menu-has-children">
           <a href="">ASF</a>
           <ul>
+            <!--
+                        <li><a href="#team">Our Committers</a></li>
+                        <li><hr/></li>
+            -->
             <li><a href="https://www.apache.org/">Apache Home Page</a></li>
             <li><a href="https://www.apache.org/events/current-event">Events</a></li>
             <li><a href="https://www.apache.org/licenses/">Licenses</a></li>
@@ -145,7 +154,9 @@
 
   <div class="intro-content">
     <h2>Build software that's<br/>in step with your business</h2>
-
+    <!--
+        <img src="_/img/home/causeway-logo-984x286.png"/>
+    -->
     <div>
       <p>
         <a href="#testimonials" class="btn-projects scrollto">Reviews</a>
@@ -200,7 +211,7 @@
     <div class="container">
       <div class="section-header">
         <h2>Quotes</h2>
-        <p>We gathered together some quotes from current users of the framework.  You can find out who said what <a href="docs/2.0.0-M9/quotes/quotes.html">here</a>.</p>
+        <p>We gathered together some quotes from current users of the framework.  You can find out who said what <a href="docs/latest/quotes/quotes.html">here</a>.</p>
       </div>
       <div class="owl-carousel testimonials-carousel">
 
@@ -542,7 +553,7 @@
             </div>
             <div class="col-lg-6 text-left text-lg-left">
               <p class="cta-text text-center" style="margin-block-end: 0; ">
-                Learn about Apache Causeway™ by running the minimal <a href="docs/2.0.0-M9/starters/helloworld.html">helloworld</a> starter&nbsp;app.
+                Learn about Apache Causeway™ by running the minimal <a href="docs/latest/starters/helloworld.html">helloworld</a> starter&nbsp;app.
                 You can see the app running <a href="https://helloworld-jpa-snapshot.apps.causeway.dev/" target="_blank">here (jpa)</a> or <a href="https://helloworld-jdo-snapshot.apps.causeway.dev/" target="_blank">here (jdo)</a>.
                 <br/>
                 (These scale to zero when not in use, so please allow up to a minute for them to restart if necessary).
@@ -550,7 +561,7 @@
             </div>
             <div class="col-lg-6 text-left text-lg-left">
               <p class="cta-text text-center" style="margin-block-end: 0; ">
-                Develop your own Apache Causeway™ app with the structured <a href="docs/2.0.0-M9/starters/simpleapp.html">simpleapp</a> starter&nbsp;app.
+                Develop your own Apache Causeway™ app with the structured <a href="docs/latest/starters/simpleapp.html">simpleapp</a> starter&nbsp;app.
                 You can see the app running <a href="https://simpleapp-jpa-snapshot.apps.causeway.dev/" target="_blank">here (jpa)</a> or <a href="https://simpleapp-jdo-snapshot.apps.causeway.dev/" target="_blank">here (jdo)</a>.
                 <br/>
                 (These scale to zero when not in use, so please allow up to a minute for them to restart if necessary).
@@ -663,7 +674,7 @@ mvn -pl webapp spring-boot:run</pre>
           <div class="contact-email">
             <i class="ion-ios-filing-outline"></i>
             <h3>Slack</h3>
-            <p><a href="docs/2.0.0-M9/support/slack-channel.html">Join #apache-causeway <br/>(on the ASF slack workspace)</a></p>
+            <p><a href="docs/latest/support/slack-channel.html">Join #apache-causeway <br/>(on the ASF slack workspace)</a></p>
           </div>
         </div>
 
@@ -685,8 +696,8 @@ mvn -pl webapp spring-boot:run</pre>
           </div>
         </div>
 
-      </div>
-    </div>
+                </div>
+            </div>
 
   </section>