summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLibravatar tsmethurst <tobi.smethurst@klarrio.com>2021-03-16 13:36:45 +0100
committerLibravatar tsmethurst <tobi.smethurst@klarrio.com>2021-03-16 13:36:45 +0100
commita85576af5a2a2699d1ce82a69acb73b1ba9fa411 (patch)
treeb38d5304347fb9f4785ba34ac74cf41da7ac3e88
parentwhole buncha stuff (diff)
downloadgotosocial-a85576af5a2a2699d1ce82a69acb73b1ba9fa411.tar.xz
add cute logo
-rw-r--r--README.md6
-rw-r--r--assets/sloth.pngbin0 -> 26644 bytes
2 files changed, 6 insertions, 0 deletions
diff --git a/README.md b/README.md
index ba52d98f9..0604fbb0e 100644
--- a/README.md
+++ b/README.md
@@ -1,5 +1,7 @@
# GoToSocial
+![Sloth logo made by Freepik from www.flaticon.com](./assets/sloth.png)
+
GoToSocial is a Fediverse server project, written in Golang. It provides an alternative to existing projects such as [Mastodon](https://joinmastodon.org/), [Pleroma](https://pleroma.social/), [Friendica](https://friendica.net), [PixelFed](https://pixelfed.org/) etc.
One of the key differences between GoToSocial and those other projects is that GoToSocial doesn't include an integrated front-end (ie., a webapp). Instead, like the Matrix.org's [Synapse](https://github.com/matrix-org/synapse) project, it provides only a server implementation and a well-documented API. On this API, developers are free to build any front-end implementation or mobile application that they wish.
@@ -27,3 +29,7 @@ Among other things:
## Contact
For questions and comments, you can reach out to Tobi on the Fediverse <a rel="me" href="https://ondergrond.org/@dumpsterqueer">here</a> or mail admin@gotosocial.org.
+
+## Attribution
+
+Logo made by [Freepik](https://www.freepik.com) from [www.flaticon.com](https://www.flaticon.com/).
diff --git a/assets/sloth.png b/assets/sloth.png
new file mode 100644
index 000000000..b03047bf6
--- /dev/null
+++ b/assets/sloth.png
Binary files differ