pixelfed/resources/views/site/fediverse.blade.php
Marcin Mikołajczak 28d12a1e12 Nicer typography
Signed-off-by: Marcin Mikołajczak <me@m4sk.in>
2018-06-09 09:19:42 -07:00

21 lines
689 B
PHP
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

@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="Whats Fediverse">
@endpush