Add multibox and some more quotes
This commit is contained in:
parent
d53048fe74
commit
e90c1d95b4
|
@ -119,6 +119,7 @@ layout = "custom_html"
|
|||
<li><a href="https://w3id.org/fep/7502">FEP-7502: Limiting visibility to authenticated actors</a></li>
|
||||
<li><a href="https://w3id.org/fep/e229">FEP-e229: Best practices for extensibility</a></li>
|
||||
<li><a href="https://w3id.org/fep/a070">FEP-a070: Ordered properties for plain JSON consumers</a></li>
|
||||
<li><a href="https://w3id.org/fep/0499">FEP-0499: Delivering to multiple inboxes with a multibox endpoint</a></li>
|
||||
</ul>
|
||||
</section>
|
||||
</section>
|
||||
|
|
|
@ -41,6 +41,12 @@ layout = "custom_html"
|
|||
{{< figquote cite="Anonymous" >}}
|
||||
<p>a has encyclopedic knowledge of the inner workings of the fediverse and forward-thinking ideas for the social web in general, backed by solid technical and social grounding</p>
|
||||
{{< /figquote >}}
|
||||
{{< figquote cite="Evan Prodromou, ActivityStreams and ActivityPub co-author" >}}
|
||||
<p>I am definitely open to a's thoughts on AP; they are one of the smartest people thinking about the protocol today</p>
|
||||
{{< /figquote >}}
|
||||
{{< figquote cite="Arnold Schrijver, Social Coding Movement" >}}
|
||||
<p>a is I think the greatest contributor to SocialHub in the insightful discussions they bring to the table, showing their deep understanding of all the material</p>
|
||||
{{< /figquote >}}
|
||||
<p>I'm a member of the Mastodon and Pixelfed teams on Github. I'm involved in protocol discussions and proposals. Some of the ideas I'm trying to push forward:</p>
|
||||
<ul>
|
||||
<li><a href="https://w3id.org/fep/7888">Bringing context back</a> into the social web. Whereas platforms like Twitter removed context and frequently lead to context collapse, older-style forums do not have these contextual issues due to the explicit grouping of posts into threads.</li>
|
||||
|
@ -51,7 +57,7 @@ layout = "custom_html"
|
|||
</section>
|
||||
<section>
|
||||
<h2>Finances overview</h2>
|
||||
<p>I currently receive around $11.15 per week on Liberapay. Meeting a goal of $500 per week would mean that my survival is no longer in question. But of course, anything helps!</p>
|
||||
<p>I currently receive around $30 per week on Liberapay. Meeting a goal of $500 per week would mean that my survival is no longer in question. But of course, anything helps!</p>
|
||||
</section>
|
||||
<ul class="donation-links">
|
||||
<li>
|
||||
|
|
|
@ -47,6 +47,7 @@ main.support {
|
|||
.quote {
|
||||
margin: 0;
|
||||
margin-inline-start: 1rem;
|
||||
margin-block: 1rem;
|
||||
padding: 1rem;
|
||||
padding-inline-start: 2.5rem;
|
||||
position: relative;
|
||||
|
|
Loading…
Reference in a new issue