Add links to services
This commit is contained in:
parent
1734b5c700
commit
127bac729b
@ -121,3 +121,26 @@ main {
|
|||||||
margin-bottom: 4rem;
|
margin-bottom: 4rem;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.grid {
|
||||||
|
display: grid;
|
||||||
|
|
||||||
|
&.services {
|
||||||
|
grid-template-columns: 1fr 1fr 1fr;
|
||||||
|
grid-row-gap: 1rem;
|
||||||
|
grid-column-gap: 2rem;
|
||||||
|
|
||||||
|
margin-top: 3rem;
|
||||||
|
|
||||||
|
h3 {
|
||||||
|
margin-bottom: 1rem;
|
||||||
|
}
|
||||||
|
|
||||||
|
.grid-item {
|
||||||
|
p {
|
||||||
|
color: #888;
|
||||||
|
font-size: 0.85rem;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
|
@ -4,6 +4,26 @@
|
|||||||
Your Kosmos account and password currently give you access to these
|
Your Kosmos account and password currently give you access to these
|
||||||
services:
|
services:
|
||||||
</p>
|
</p>
|
||||||
|
<div class="grid services">
|
||||||
|
<div class="grid-item chat">
|
||||||
|
<h3><%= link_to "Chat", "https://wiki.kosmos.org/Services:XMPP" %></h3>
|
||||||
|
<p>
|
||||||
|
Chat rooms and instant messaging (XMPP/Jabber)
|
||||||
|
</p>
|
||||||
|
</div>
|
||||||
|
<div class="grid-item gitea">
|
||||||
|
<h3><%= link_to "Gitea", "https://wiki.kosmos.org" %></h3>
|
||||||
|
<p>
|
||||||
|
Code hosting and collaboration for software projects
|
||||||
|
</p>
|
||||||
|
</div>
|
||||||
|
<div class="grid-item discourse">
|
||||||
|
<h3><%= link_to "Discourse", "https://community.kosmos.org" %></h3>
|
||||||
|
<p>
|
||||||
|
Kosmos community forums and user support/help site
|
||||||
|
</p>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
</section>
|
</section>
|
||||||
|
|
||||||
<section>
|
<section>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user