pixelfed/resources/views/site/fediverse.blade.php

22 lines
868 B
PHP
Raw Normal View History

2018-05-30 02:35:05 +00:00
@extends('site.partial.template')
@section('section')
<div class="title">
<h3 class="font-weight-bold">Fediverse</h3>
</div>
<hr>
2018-06-01 03:23:43 +00:00
<section>
<p class="lead"><a href="http://fediverse.party/" rel="nofollow noopener">Fediverse</a> {{__('site.is_a_portmanteau_of_federation_and_universe_etc')}}</p>
<p class="lead font-weight-bold text-muted mt-4 mb-0">{{__('site.supported_fediverse_projects')}}</p>
<p class="small text-muted">{{__('site.some_of_the_better_known_fediverse_projects_include')}}</p>
2018-06-01 03:23:43 +00:00
<ul class="lead pl-4">
<li><a href="https://joinmastodon.org" rel="nofollow noopener">Mastodon</a> {{__('site.a_federated_microblogging_alternative')}}</li>
2018-06-01 03:23:43 +00:00
</ul>
</section>
@endsection
@push('meta')
<meta property="og:description" content="Fediverse {{__('site.is_a_portmanteau_of_federation_and_universe_etc')}}">
@endpush