aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorEdward D <ed.kickball@hotmail.com>2016-08-28 00:55:35 +0000
committerGitHub <noreply@github.com>2016-08-28 00:55:35 +0000
commit5e39d5047e96f43593af6b465b4de2ebe221af12 (patch)
tree980dc1c9567d5e6c870abd275e9f067b3aefa250
parentMerge pull request #726 from Kickball/external-links-chat (diff)
downloadawesome-selfhosted-5e39d5047e96f43593af6b465b4de2ebe221af12.tar.gz
awesome-selfhosted-5e39d5047e96f43593af6b465b4de2ebe221af12.zip
Add chat button (#730)
* Add Join Chat Button * Add Button Link in README Currently broken * Fix button link
-rw-r--r--.github/join-chat.svg1
-rw-r--r--README.md2
2 files changed, 2 insertions, 1 deletions
diff --git a/.github/join-chat.svg b/.github/join-chat.svg
new file mode 100644
index 00000000..7faac520
--- /dev/null
+++ b/.github/join-chat.svg
@@ -0,0 +1 @@
+<svg xmlns="http://www.w3.org/2000/svg" width="148" height="20"><linearGradient id="b" x2="0" y2="100%"><stop offset="0" stop-color="#bbb" stop-opacity=".1"/><stop offset="1" stop-opacity=".1"/></linearGradient><mask id="a"><rect width="148" height="20" rx="3" fill="#fff"/></mask><g mask="url(#a)"><path fill="#555" d="M0 0h77v20H0z"/><path fill="#4c1" d="M77 0h71v20H77z"/><path fill="url(#b)" d="M0 0h148v20H0z"/></g><g fill="#fff" text-anchor="middle" font-family="DejaVu Sans,Verdana,Geneva,sans-serif" font-size="11"><text x="38.5" y="15" fill="#010101" fill-opacity=".3">Rocket.Chat</text><text x="38.5" y="14">Rocket.Chat</text><text x="111.5" y="15" fill="#010101" fill-opacity=".3">JOIN CHAT</text><text x="111.5" y="14">JOIN CHAT</text></g></svg> \ No newline at end of file
diff --git a/README.md b/README.md
index 9dc362df..51f124b4 100644
--- a/README.md
+++ b/README.md
@@ -1,6 +1,6 @@
# Awesome-Selfhosted
-[![Awesome](https://cdn.rawgit.com/sindresorhus/awesome/d7305f38d29fed78fa85652e3a63e154dd8e8829/media/badge.svg)](https://github.com/sindresorhus/awesome)
+[![Awesome](https://cdn.rawgit.com/sindresorhus/awesome/d7305f38d29fed78fa85652e3a63e154dd8e8829/media/badge.svg)](https://github.com/sindresorhus/awesome) [![Chat](https://raw.githubusercontent.com/Kickball/awesome-selfhosted/master/.github/join-chat.svg)](https://chat.awesome-selfhosted.com)
Selfhosting is the process of locally hosting and managing applications instead of renting from SaaS providers.