Skip to content

Commit

Permalink
Add social logos to footer (#2315)
Browse files Browse the repository at this point in the history
* add social logos to footer

* Add alt tags

Co-authored-by: Steven Hicks <steven.j.hicks@gmail.com>

* Fix src links

Co-authored-by: Steven Hicks <steven.j.hicks@gmail.com>

---------

Co-authored-by: Steven Hicks <steven.j.hicks@gmail.com>
  • Loading branch information
akeller and pepopowitz authored Jul 11, 2023
1 parent 0af6f6e commit 55d7c5f
Show file tree
Hide file tree
Showing 5 changed files with 23 additions and 10 deletions.
11 changes: 1 addition & 10 deletions docusaurus.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -146,16 +146,7 @@ module.exports = {
title: "Community",
items: [
{
label: "Slack",
href: "https://camunda.com/slack",
},
{
label: "Twitter",
href: "https://twitter.com/camunda",
},
{
label: "GitHub",
href: "https://github.com/camunda/camunda-platform-docs",
html: `<a href="https://camunda.com/slack" target="_blank" rel="noreferrer noopener"><img src= "/img/Slack-mark-white-RGB.png" alt="Camunda on Slack" class="footer-logos" /></a> <a href="https://twitter.com/camunda" target="_blank" rel="noreferrer noopener"><img src= "/img/twitter.svg" alt="Camunda on Twitter" class="footer-logos" /></a> <a href="https://github.com/camunda" target="_blank" rel="noreferrer noopener"><img src= "/img/github-mark-white.svg" alt="Camunda on GitHub" class="footer-logos" /></a>`,
},
{
label: "Forum",
Expand Down
5 changes: 5 additions & 0 deletions src/css/custom.css
Original file line number Diff line number Diff line change
Expand Up @@ -408,3 +408,8 @@ span.callout + p::after {
font-size: 14px;
}
}

.footer-logos {
width: 23px;
height: 23px;
}
Binary file added static/img/Slack-mark-white-RGB.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
1 change: 1 addition & 0 deletions static/img/github-mark-white.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
16 changes: 16 additions & 0 deletions static/img/twitter.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 55d7c5f

Please sign in to comment.