You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@causeway.apache.org by da...@apache.org on 2023/01/27 10:14:50 UTC

[causeway-site] branch asf-site updated: updates carousel

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 0e9cdf663 updates carousel
0e9cdf663 is described below

commit 0e9cdf6639222394963522bf6de858328a6f33f0
Author: danhaywood <da...@haywood-associates.co.uk>
AuthorDate: Fri Jan 27 10:14:42 2023 +0000

    updates carousel
---
 content/_/css/home/style.css                       |  14 +++++++++++---
 .../_/img/home/intro-carousel/intro-carousel-1.jpg | Bin 701875 -> 652301 bytes
 .../_/img/home/intro-carousel/intro-carousel-2.jpg | Bin 521330 -> 0 bytes
 .../_/img/home/intro-carousel/intro-carousel-3.jpg | Bin 952281 -> 0 bytes
 .../_/img/home/intro-carousel/intro-carousel-4.jpg | Bin 522018 -> 0 bytes
 .../_/img/home/intro-carousel/intro-carousel-5.jpg | Bin 807573 -> 0 bytes
 content/index.html                                 |   6 ++++--
 7 files changed, 15 insertions(+), 5 deletions(-)

diff --git a/content/_/css/home/style.css b/content/_/css/home/style.css
index 8b3d691fa..8081b6dcb 100644
--- a/content/_/css/home/style.css
+++ b/content/_/css/home/style.css
@@ -42,7 +42,7 @@
 
   /* https://coolors.co/5ab1bb-8f3985-eeb4b3-2364aa-fec601 */
   --color-causeway-purple: #8F3985;
-  --color-causeway-cyan: #85AB1BB;
+  --color-causeway-cyan: #5AB1BB;
   --color-causeway-pink: #EEB4B3;
   --color-causeway-blue: #2364AA;
   --color-causeway-yellow: #FEC601;
@@ -190,6 +190,14 @@ h6 {
   font-size: inherit;
 }
 
+#header #logo h1 a span.asf {
+  color: var(--color-causeway-cyan);
+}
+
+#header #logo h1 a span.brand {
+  color: var(--color-causeway-purple);
+}
+
 #header #logo h1 a span {
   color: var(--color-theme-green);
 }
@@ -875,7 +883,7 @@ body.mobile-nav-active #mobile-nav-toggle {
 --------------------------------*/
 
 #call-to-action {
-  background: #081e5b;
+  background: var(--color-causeway-purple);
   background-size: cover;
   padding: 40px 0;
 }
@@ -1196,7 +1204,7 @@ body.mobile-nav-active #mobile-nav-toggle {
 
 #call-to-action pre {
   color: wheat;
-  background-color: darkslateblue;
+  background-color: var(--color-causeway-blue);
 }
 
 img.helloworld-copy,
diff --git a/content/_/img/home/intro-carousel/intro-carousel-1.jpg b/content/_/img/home/intro-carousel/intro-carousel-1.jpg
index 4e8e15a1a..6e47408b4 100644
Binary files a/content/_/img/home/intro-carousel/intro-carousel-1.jpg and b/content/_/img/home/intro-carousel/intro-carousel-1.jpg differ
diff --git a/content/_/img/home/intro-carousel/intro-carousel-2.jpg b/content/_/img/home/intro-carousel/intro-carousel-2.jpg
deleted file mode 100644
index 5bb8e2c05..000000000
Binary files a/content/_/img/home/intro-carousel/intro-carousel-2.jpg and /dev/null differ
diff --git a/content/_/img/home/intro-carousel/intro-carousel-3.jpg b/content/_/img/home/intro-carousel/intro-carousel-3.jpg
deleted file mode 100644
index ded45b145..000000000
Binary files a/content/_/img/home/intro-carousel/intro-carousel-3.jpg and /dev/null differ
diff --git a/content/_/img/home/intro-carousel/intro-carousel-4.jpg b/content/_/img/home/intro-carousel/intro-carousel-4.jpg
deleted file mode 100644
index b04a61eaf..000000000
Binary files a/content/_/img/home/intro-carousel/intro-carousel-4.jpg and /dev/null differ
diff --git a/content/_/img/home/intro-carousel/intro-carousel-5.jpg b/content/_/img/home/intro-carousel/intro-carousel-5.jpg
deleted file mode 100644
index 0dfbfed58..000000000
Binary files a/content/_/img/home/intro-carousel/intro-carousel-5.jpg and /dev/null differ
diff --git a/content/index.html b/content/index.html
index ca5c5e9c1..974276dfe 100644
--- a/content/index.html
+++ b/content/index.html
@@ -88,7 +88,7 @@
       -->
       <h1><a href="#body" class="scrollto">
         <!--<img src="_/img/home/causeway-logo-200-149.png"></img>-->
-        causeway</a></h1>
+        <span class="asf">apache</span><span class="brand">causeway</span></a></h1>
     </div>
 
     <nav id="nav-menu-container">
@@ -161,10 +161,12 @@
 
   <div id="intro-carousel" class="owl-carousel" >
     <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>
+    <!--
+	<div class="item" style="background-image: url('_/img/home/intro-carousel/intro-carousel-2.jpg');"></div>
     <div class="item" style="background-image: url('_/img/home/intro-carousel/intro-carousel-3.jpg');"></div>
     <div class="item" style="background-image: url('_/img/home/intro-carousel/intro-carousel-4.jpg');"></div>
     <div class="item" style="background-image: url('_/img/home/intro-carousel/intro-carousel-5.jpg');"></div>
+	-->
   </div>
 
 </section>