update fediverse

This commit is contained in:
Felipe Mateus 2025-01-08 00:04:44 -03:00
parent 592007a51c
commit 1617f9d932
No known key found for this signature in database
GPG key ID: 94D494618F214123
3 changed files with 28 additions and 7 deletions

View file

@ -0,0 +1,12 @@
<?php
return [
"title" => "Fediverse",
"body" => '<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>
<p class="lead font-weight-bold text-muted mt-4 mb-0">Supported Fediverse Projects</p>
<p class="small text-muted">Some of the better known fediverse projects include:</p>
<ul class="lead pl-4">
<l i><a href="https://joinmastodon.org" rel="nofollow noopener">Mastodon</a> A federated microblogging alternative.</li>
</ul>';
];

View file

@ -0,0 +1,14 @@
<?php
return [
"title" => "Fediverso",
"body" => '<p class="lead"><a href="http://fediverse.party/" rel="nofollow noopener">Fediverso</a> é uma junção das palavras “federação” e “universo”. É um nome comum e informal para uma federação de servidores de redes sociais, especializados em diferentes tipos de mídia.</p>
<p class="lead font-weight-bold text-muted mt-4 mb-0">Projetos do Fediverso Suportados</p>
<p class="small text-muted">Alguns dos projetos mais conhecidos do fediverso incluem:</p>
<ul class="lead pl-4">
<li><a href="https://joinmastodon.org" rel="nofollow noopener">Mastodon</a> Uma alternativa federada para microblogging.</li>
</ul>
'
];

View file

@ -3,16 +3,11 @@
@section('section')
<div class="title">
<h3 class="font-weight-bold">Fediverse</h3>
<h3 class="font-weight-bold">{{ __('fediverse.title')}}</h3>
</div>
<hr>
<section>
<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>
<p class="lead font-weight-bold text-muted mt-4 mb-0">Supported Fediverse Projects</p>
<p class="small text-muted">Some of the better known fediverse projects include:</p>
<ul class="lead pl-4">
<li><a href="https://joinmastodon.org" rel="nofollow noopener">Mastodon</a> A federated microblogging alternative.</li>
</ul>
{!! __('fediverse.body') !!}
</section>
@endsection