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

danhaywood 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 14829b68c reinstates logo
14829b68c is described below

commit 14829b68c2cef61ea3e5a674e12d97aff7a77457
Author: danhaywood <[email protected]>
AuthorDate: Fri Jan 27 10:35:02 2023 +0000

    reinstates logo
---
 content/_/css/home/style.css | 4 ++++
 content/index.html           | 6 ++++--
 2 files changed, 8 insertions(+), 2 deletions(-)

diff --git a/content/_/css/home/style.css b/content/_/css/home/style.css
index 8081b6dcb..ef1a4a116 100644
--- a/content/_/css/home/style.css
+++ b/content/_/css/home/style.css
@@ -194,6 +194,10 @@ 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);
 }
diff --git a/content/index.html b/content/index.html
index 974276dfe..3348d5b72 100644
--- a/content/index.html
+++ b/content/index.html
@@ -87,8 +87,9 @@
               <h1><a href="#body" class="scrollto">Reve<span>al</span></a></h1>
       -->
       <h1><a href="#body" class="scrollto">
-        <!--<img src="_/img/home/causeway-logo-200-149.png"></img>-->
-        <span class="asf">apache</span><span 
class="brand">causeway</span></a></h1>
+        <img src="_/img/home/causeway-logo-200-149.png"></img>
+        <!--<span class="asf">apache</span>-->
+        <span class="brand">causeway</span></a></h1>
     </div>
 
     <nav id="nav-menu-container">
@@ -160,6 +161,7 @@
   </div>
 
   <div id="intro-carousel" class="owl-carousel" >
+    <!-- https://unsplash.com/photos/YlF-IyTE6sA -->
     <div class="item" style="background-image: 
url('_/img/home/intro-carousel/intro-carousel-1.jpg');"></div>
     <!--
        <div class="item" style="background-image: 
url('_/img/home/intro-carousel/intro-carousel-2.jpg');"></div>

Reply via email to