Add Mastodon instances to service offerings
Introduced Mastodon as a new service in the offerings section on the homepage. Two instances, skrt.social and cuddly.space, are now prominently displayed with brief descriptions and calls-to-action, expanding our social network presence and giving users more options for decentralized communication.
This commit is contained in:
parent
6d708fa442
commit
b74105bb2b
1 changed files with 14 additions and 0 deletions
14
index.html
14
index.html
|
@ -90,6 +90,20 @@
|
|||
>Go to CryptPad</a
|
||||
>
|
||||
</div>
|
||||
<div class="service col-sm-4">
|
||||
<h3>Mastodon</h3>
|
||||
<p>
|
||||
Mastodon is a decentralized social network. You can use it to
|
||||
follow people, post messages, and more. Private.coffee hosts two
|
||||
Mastodon instances: skrt.social and cuddly.space
|
||||
</p>
|
||||
<a href="https://skrt.social/" class="btn btn-primary"
|
||||
>Go to skrt.social</a
|
||||
>
|
||||
<a href="https://cuddly.space/" class="btn btn-primary"
|
||||
>Go to cuddly.space</a
|
||||
>
|
||||
</div>
|
||||
<div class="service col-sm-4">
|
||||
<h3>Gothub</h3>
|
||||
<p>
|
||||
|
|
Loading…
Reference in a new issue