mirror of
https://github.com/superseriousbusiness/gotosocial.git
synced 2025-10-28 18:22:24 -05:00
[chore/frontend] Put ActivityPub logo on index page (#3087)
* [chore/frontend] Put ActivityPub logo on index page * tidy up * embiggen the logo a bit * use light logo instead * ensmallen link container
This commit is contained in:
parent
d70f4e166d
commit
9a7c8926f5
3 changed files with 359 additions and 2 deletions
|
|
@ -30,9 +30,24 @@
|
|||
<p>
|
||||
"Instance" is a term commonly used for one node in the fediverse. Each instance
|
||||
has its own web address, user(s), culture, rules, and settings. Instances exchange
|
||||
data by "talking" to each other over the internet using a protocol called
|
||||
<a href="https://www.w3.org/TR/activitypub" rel="nofollow noreferrer noopener" target="_blank">ActivityPub (opens in a new tab)</a>.
|
||||
data by "talking" to each other over the internet using a protocol called ActivityPub.
|
||||
</p>
|
||||
<a
|
||||
class="activitypub-logo-wrapper"
|
||||
href="https://activitypub.rocks/"
|
||||
rel="nofollow noreferrer noopener"
|
||||
target="_blank"
|
||||
>
|
||||
<img
|
||||
class="activitypub-logo"
|
||||
src="/assets/activitypub_light.svg"
|
||||
alt="ActivityPub logo by mray, CC0 1.0"
|
||||
title="ActivityPub logo by mray, CC0 1.0"
|
||||
width="250"
|
||||
height="65"
|
||||
/>
|
||||
Learn more about ActivityPub (opens in a new tab).
|
||||
</a>
|
||||
<p>
|
||||
Each instance can, in theory, talk to each other instance, allowing people to talk
|
||||
to one another across a decentralized network that has no single authority in charge.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue