Link to reddit from community hub

This commit is contained in:
davegson 2019-09-13 14:40:31 +02:00
parent b2f690a9d7
commit f4fc8530a6
2 changed files with 16 additions and 7 deletions

View file

@ -1,14 +1,14 @@
communities: communities:
- text: > - text: >
### Safing Community ### r/safing
Let's talk - Join our community. Get to know us and our products! Let's talk - Join our community. Get to know us and our products!
# #
image: image:
path: /img/icons/community_logo.svg icon: huge reddit icon
alt: safing community alt: safing community
url: 'https://discourse.safing.community/' url: 'https://old.reddit.com/r/safing'
disabled: disabled:
- text: > - text: >
### Github ### Github

View file

@ -30,26 +30,35 @@
padding: 0 !important; padding: 0 !important;
} }
.community-hub .ui.button{ .community-hub .ui.button {
width: 100%; width: 100%;
border-radius: 92px; border-radius: 92px;
margin: 1rem 0; margin: 1rem 0;
.twitch.icon { .twitch.icon {
color: #4b367c; color: #4b367c;
} }
.twitter.icon { .twitter.icon {
color: #1da1f2; color: #1da1f2;
} }
.github.icon { .github.icon {
color: black; color: black;
} }
.reddit.icon {
color: #ff4301;
}
.discourse.icon { .discourse.icon {
color: green; color: green;
} }
.rss.icon { .rss.icon {
color: #a0a5ae; color: #a0a5ae;
} }
.envelope.icon { .envelope.icon {
color: #c16f6f; color: #c16f6f;
} }