1
0

fediverse.blade.php 868 B

123456789101112131415161718192021
  1. @extends('site.partial.template')
  2. @section('section')
  3. <div class="title">
  4. <h3 class="font-weight-bold">Fediverse</h3>
  5. </div>
  6. <hr>
  7. <section>
  8. <p class="lead"><a href="http://fediverse.party/" rel="nofollow noopener">Fediverse</a> {{__('site.is_a_portmanteau_of_federation_and_universe_etc')}}</p>
  9. <p class="lead font-weight-bold text-muted mt-4 mb-0">{{__('site.supported_fediverse_projects')}}</p>
  10. <p class="small text-muted">{{__('site.some_of_the_better_known_fediverse_projects_include')}}</p>
  11. <ul class="lead pl-4">
  12. <li><a href="https://joinmastodon.org" rel="nofollow noopener">Mastodon</a> – {{__('site.a_federated_microblogging_alternative')}}</li>
  13. </ul>
  14. </section>
  15. @endsection
  16. @push('meta')
  17. <meta property="og:description" content="Fediverse {{__('site.is_a_portmanteau_of_federation_and_universe_etc')}}">
  18. @endpush