You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by da...@apache.org on 2021/11/29 06:11:12 UTC

[camel-website] branch linkedin created (now 6e8cfb8)

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

davsclaus pushed a change to branch linkedin
in repository https://gitbox.apache.org/repos/asf/camel-website.git.


      at 6e8cfb8  #686: Add icon to Apache Camel group on Linkedin

This branch includes the following new commits:

     new 6e8cfb8  #686: Add icon to Apache Camel group on Linkedin

The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


[camel-website] 01/01: #686: Add icon to Apache Camel group on Linkedin

Posted by da...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

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

commit 6e8cfb842e1068f446884e1f1e5d902388e501a1
Author: Claus Ibsen <cl...@gmail.com>
AuthorDate: Mon Nov 29 07:10:23 2021 +0100

    #686: Add icon to Apache Camel group on Linkedin
---
 antora-ui-camel/src/img/brand-logos.svg         | 7 ++++++-
 antora-ui-camel/src/partials/footer-content.hbs | 1 +
 antora-ui-camel/src/partials/header-content.hbs | 1 +
 layouts/partials/footer.html                    | 1 +
 layouts/partials/header.html                    | 1 +
 5 files changed, 10 insertions(+), 1 deletion(-)

diff --git a/antora-ui-camel/src/img/brand-logos.svg b/antora-ui-camel/src/img/brand-logos.svg
index 22e6972..6b1fa27 100644
--- a/antora-ui-camel/src/img/brand-logos.svg
+++ b/antora-ui-camel/src/img/brand-logos.svg
@@ -2,7 +2,7 @@
 <svg
    xmlns="http://www.w3.org/2000/svg"
    version="1.1"
-   viewBox="0 0 192 64">
+   viewBox="0 0 256 64">
   <symbol id="twitter" viewBox="0 0 64 64">
     <title>Twitter</title>
     <desc>Follow Apache Camel on Twitter</desc>
@@ -20,4 +20,9 @@
     <desc>Chat on Zulip</desc>
     <path d="m 131.6034,4 5.79516,12.766113 h 23.09009 L 131.44616,46.136718 137.94714,60 h 41.74537 L 173.0343,46.136718 H 150.95764 L 179.22253,16.608887 173.11291,4 Z" />
   </symbol>
+  <symbol id="linkedin" viewBox="192 0 64 64">
+    <title>Linkedin</title>
+    <desc>Apache Camel group on Linkedin</desc>
+    <path d="m 131.6034,4 5.79516,12.766113 h 23.09009 L 131.44616,46.136718 137.94714,60 h 41.74537 L 173.0343,46.136718 H 150.95764 L 179.22253,16.608887 173.11291,4 Z" />
+  </symbol>
 </svg>
diff --git a/antora-ui-camel/src/partials/footer-content.hbs b/antora-ui-camel/src/partials/footer-content.hbs
index 009de14..70c1600 100644
--- a/antora-ui-camel/src/partials/footer-content.hbs
+++ b/antora-ui-camel/src/partials/footer-content.hbs
@@ -69,6 +69,7 @@
                 <a rel="noopener noreferrer nofollow" href="https://github.com/apache/camel/" title="Collaborate on GitHub"><svg class="brand-icon" focusable="false"><use xlink:href="{{uiRootPath}}/img/brand-logos.svg#github" /></svg></a>
                 <a rel="noopener noreferrer nofollow" href="https://camel.zulipchat.com" title="Chat on Zulip"><svg class="brand-icon" focusable="false"><use xlink:href="{{uiRootPath}}/img/brand-logos.svg#zulip" /></svg></a>
                 <a rel="noopener noreferrer nofollow" href="https://twitter.com/ApacheCamel" title="Follow Apache Camel on Twitter"><svg class="brand-icon" focusable="false"><use xlink:href="{{uiRootPath}}/img/brand-logos.svg#twitter" /></svg></a>
+                <a rel="noopener noreferrer nofollow" href="https://www.linkedin.com/groups/2447439/" title="Apache Camel group on Linkedin"><svg class="brand-icon" focusable="false"><use xlink:href="{{uiRootPath}}/img/brand-logos.svg#linkedin" /></svg></a>
             </div>
         </div>
     </footer>
diff --git a/antora-ui-camel/src/partials/header-content.hbs b/antora-ui-camel/src/partials/header-content.hbs
index c034ab4..bb1a986 100644
--- a/antora-ui-camel/src/partials/header-content.hbs
+++ b/antora-ui-camel/src/partials/header-content.hbs
@@ -25,6 +25,7 @@
         <a rel="noopener noreferrer nofollow" href="https://github.com/apache/camel/" title="Collaborate on GitHub"><svg focusable="false" class="brand-icon"><use xlink:href="{{uiRootPath}}/img/brand-logos.svg#github" /></svg></a>
         <a rel="noopener noreferrer nofollow" href="https://camel.zulipchat.com" title="Chat on Zulip"><svg focusable="false" class="brand-icon"><use xlink:href="{{uiRootPath}}/img/brand-logos.svg#zulip" /></svg></a>
         <a rel="noopener noreferrer nofollow" href="https://twitter.com/ApacheCamel" title="Follow Apache Camel on Twitter"><svg focusable="false" class="brand-icon"><use xlink:href="{{uiRootPath}}/img/brand-logos.svg#twitter" /></svg></a>
+        <a rel="noopener noreferrer nofollow" href="https://www.linkedin.com/groups/2447439/" title="Apache Camel group on Linkedin"><svg focusable="false" class="brand-icon"><use xlink:href="{{uiRootPath}}/img/brand-logos.svg#linkedin" /></svg></a>
       </div>
       <button class="navbar-burger" data-target="topbar-nav" type="button" aria-label="Menu">
         <span></span>
diff --git a/layouts/partials/footer.html b/layouts/partials/footer.html
index 4962ebe..a66fcf2 100644
--- a/layouts/partials/footer.html
+++ b/layouts/partials/footer.html
@@ -75,6 +75,7 @@
                 <a rel="noopener noreferrer nofollow" href="https://github.com/apache/camel/" title="Collaborate on GitHub"><svg class="brand-icon" focusable="false"><use href="{{ "_/img/brand-logos.svg#github" | relURL }}" /></svg></a>
                 <a rel="noopener noreferrer nofollow" href="https://camel.zulipchat.com" title="Chat on Zulip"><svg class="brand-icon" focusable="false"><use href="{{ "/_/img/brand-logos.svg#zulip" | relURL }}" /></svg></a>
                 <a rel="noopener noreferrer nofollow" href="https://twitter.com/ApacheCamel" title="Follow Apache Camel on Twitter"><svg class="brand-icon" focusable="false"><use href="{{ "/_/img/brand-logos.svg#twitter" | relURL }}" /></svg></a>
+                <a rel="noopener noreferrer nofollow" href="https://www.linkedin.com/groups/2447439/" title="Apache Camel group on Linkedin"><svg class="brand-icon" focusable="false"><use href="{{ "/_/img/brand-logos.svg#linkedin" | relURL }}" /></svg></a>
             </div>
         </div>
     </footer>
diff --git a/layouts/partials/header.html b/layouts/partials/header.html
index 104b3ee..411b714 100644
--- a/layouts/partials/header.html
+++ b/layouts/partials/header.html
@@ -61,6 +61,7 @@
                   <a rel="noopener noreferrer nofollow" href="https://github.com/apache/camel/" title="Collaborate on GitHub"><svg focusable="false" class="brand-icon"><use href="{{ "_/img/brand-logos.svg#github" | relURL }}" /></svg></a>
                   <a rel="noopener noreferrer nofollow" href="https://camel.zulipchat.com" title="Chat on Zulip"><svg focusable="false" class="brand-icon"><use href="{{ "/_/img/brand-logos.svg#zulip" | relURL }}" /></svg></a>
                   <a rel="noopener noreferrer nofollow" href="https://twitter.com/ApacheCamel" title="Follow Apache Camel on Twitter"><svg focusable="false" class="brand-icon"><use href="{{ "/_/img/brand-logos.svg#twitter" | relURL }}" /></svg></a>
+                  <a rel="noopener noreferrer nofollow" href="https://www.linkedin.com/groups/2447439/" title="Apache Camel group on Linkedin"><svg focusable="false" class="brand-icon"><use href="{{ "/_/img/brand-logos.svg#linkedin" | relURL }}" /></svg></a>
                 </div>
                 <button class="navbar-burger" data-target="topbar-nav" type="button" aria-label="Menu">
                     <span></span>