mirror of
https://github.com/pixelfed/pixelfed.git
synced 2024-11-10 08:44:49 +00:00
22 lines
675 B
PHP
22 lines
675 B
PHP
@extends('site.partial.template')
|
|
|
|
@section('section')
|
|
|
|
<div class="title">
|
|
<h3 class="font-weight-bold">Fediverse</h3>
|
|
</div>
|
|
<hr>
|
|
<section>
|
|
<p class="lead">Fediverse is a portmanteau of "federation" and "universe". It is a common, informal name for a somewhat broad federation of social network servers.</p>
|
|
<p class="lead font-weight-bold text-muted mt-4">Supported Fediverse Projects</p>
|
|
<ul class="lead pl-4">
|
|
<li>Mastodon - A federated twitter alternative.</li>
|
|
<li>Pleroma - A federated twitter alternative.</li>
|
|
</ul>
|
|
</section>
|
|
@endsection
|
|
|
|
@push('meta')
|
|
<meta property="og:description" content="What's Fediverse">
|
|
@endpush
|