You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by zr...@apache.org on 2019/12/05 09:19:31 UTC

[camel-website] branch master updated: chore: new catchphrase for Camel 3 announcement

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

zregvart pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/camel-website.git


The following commit(s) were added to refs/heads/master by this push:
     new 1efa718  chore: new catchphrase for Camel 3 announcement
1efa718 is described below

commit 1efa718c26d209d21c44c8a73a16f22caaef00a9
Author: Zoran Regvart <zr...@apache.org>
AuthorDate: Wed Dec 4 21:50:58 2019 +0100

    chore: new catchphrase for Camel 3 announcement
    
    This replaces the catchphrase "Integration you want" with "Camel 3.0 is
    here, what's new" and links the "what's new" to the Camel 3 changes blog
    post.
---
 antora-ui-camel/src/css/frontpage.css | 14 ++++++++++++++
 layouts/index.html                    |  2 +-
 2 files changed, 15 insertions(+), 1 deletion(-)

diff --git a/antora-ui-camel/src/css/frontpage.css b/antora-ui-camel/src/css/frontpage.css
index c64ff55..ad2d529 100644
--- a/antora-ui-camel/src/css/frontpage.css
+++ b/antora-ui-camel/src/css/frontpage.css
@@ -25,6 +25,20 @@ header.frontpage p {
   color: var(--body-font-color);
 }
 
+header.frontpage a {
+  color: var(--heading-font-color);
+  text-decoration: underline;
+}
+
+header.frontpage a:hover {
+  color: var(--heading-font-color);
+  text-decoration: underline;
+}
+
+header.frontpage a:active {
+  color: var(--heading-font-color);
+}
+
 .frontpage a:hover {
   color: var(--color-white);
   text-decoration: none;
diff --git a/layouts/index.html b/layouts/index.html
index b99d9c3..278e956 100644
--- a/layouts/index.html
+++ b/layouts/index.html
@@ -1,7 +1,7 @@
 {{ partial "header.html" . }}
 
 <header class="frontpage">
-  <h1>Integration you want</h1>
+  <h1>&#x1f680; Camel 3.0 is here! <wbr><a href="blog/Camel3-Whatsnew/">what's new</a></h1>
   <svg viewBox="0 0 500 70" preserveAspectRatio="none">
     <path d="M -10,25 C 130,125 330,0 510,5" />
     <path d="M -10,20 C 130,125 330,0 510,2" />