fediverse.blade.php 1.0 KB

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> is a portmanteau of “federation” and “universe”. It is a common, informal name for a federation of social network servers, specializing in different types of media.</p>
  9. <p class="lead font-weight-bold text-muted mt-4 mb-0">Supported Fediverse Projects</p>
  10. <p class="small text-muted">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> – A federated microblogging alternative.</li>
  13. </ul>
  14. </section>
  15. @endsection
  16. @push('meta')
  17. <meta property="og:description" content="Fediverse is a portmanteau of “federation” and “universe”. It is a common, informal name for a federation of social network servers, specializing in different types of media.">
  18. @endpush