mirror of
https://github.com/safing/web
synced 2025-04-17 09:29:08 +00:00
Link to reddit from community hub
This commit is contained in:
parent
b2f690a9d7
commit
f4fc8530a6
2 changed files with 16 additions and 7 deletions
|
@ -1,14 +1,14 @@
|
|||
communities:
|
||||
- text: >
|
||||
### Safing Community
|
||||
### r/safing
|
||||
|
||||
Let's talk - Join our community. Get to know us and our products!
|
||||
#
|
||||
image:
|
||||
path: /img/icons/community_logo.svg
|
||||
icon: huge reddit icon
|
||||
alt: safing community
|
||||
|
||||
url: 'https://discourse.safing.community/'
|
||||
url: 'https://old.reddit.com/r/safing'
|
||||
disabled:
|
||||
- text: >
|
||||
### Github
|
||||
|
|
|
@ -30,26 +30,35 @@
|
|||
padding: 0 !important;
|
||||
}
|
||||
|
||||
.community-hub .ui.button{
|
||||
width: 100%;
|
||||
border-radius: 92px;
|
||||
margin: 1rem 0;
|
||||
.community-hub .ui.button {
|
||||
width: 100%;
|
||||
border-radius: 92px;
|
||||
margin: 1rem 0;
|
||||
|
||||
.twitch.icon {
|
||||
color: #4b367c;
|
||||
}
|
||||
|
||||
.twitter.icon {
|
||||
color: #1da1f2;
|
||||
}
|
||||
|
||||
.github.icon {
|
||||
color: black;
|
||||
}
|
||||
|
||||
.reddit.icon {
|
||||
color: #ff4301;
|
||||
}
|
||||
|
||||
.discourse.icon {
|
||||
color: green;
|
||||
}
|
||||
|
||||
.rss.icon {
|
||||
color: #a0a5ae;
|
||||
}
|
||||
|
||||
.envelope.icon {
|
||||
color: #c16f6f;
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue