This is an automated email from the ASF dual-hosted git repository. zregvart pushed a commit to branch main in repository https://gitbox.apache.org/repos/asf/camel-website.git
commit df23aa73b050295f31817d51c608322efbf6c4ec Author: Claus Ibsen <claus.ib...@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>