Channel Apps
[Text] 

Blockbasic-One_DEMO_Blocks-Pages: Blocks > articlesheader

Edit Block
__________________________________________________________________________

Page content type:  Markdown 
Block Name: articlesheader

_________________________________CODE___________________________________

<center> 
# <b> Articles Header</b>

Here you finde Articles that do not federate to other servers.
<div class="headicons"> 
<a href="https://hubzilla.org">
<i class="fa fa-hubzilla fa-2x"></i></a>
</div>

<div class="headicons"> 
<a href="https://joinpeertube.org">
<i class="fa fa-peertube fa-2x"></i></a>
</div>

<div class="headicons"> 
<a href="https://pixelfed.org/">
<i class="fa fa-pixelfed fa-2x"></i></a>
</div>

<div class="headicons"> 
<a href="https://diasporafoundation.org/">
<i class="fa fa-diaspora fa-2x"></i></a>
</div>

 <div class="headicons">
<a href="https://joinmastodon.org/">
<i class="fa fa-mastodon fa-2x"></i></a>
 </div>

<div class="headicons">
<a href="https://pleroma.social/">
 <i class="fa fa-pleroma fa-2x"></i></a> 
 </div>

<div class="headicons">
<a href="https://friendi.ca">
 <i class="fa fa-friendica fa-2x"></i></a> 
 </div>

<div class="headicons">
<a href="https://www.funkwhale.audio/">
 <i class="fa fa-funkwhale fa-2x"></i></a> 
 </div>

<div class="headicons">
<a href="https://socialhome.network/">
 <i class="fa fa-social-home fa-2x"></i></a> 
 </div>

#### use all kinds of icons from: [https://forkaweso.me/Fork-Awesome/icons/](https://forkaweso.me/Fork-Awesome/icons/) 

<div> ... </div> [<i class="fa fa-envelope fa-2x"></i>](mailto:name@domain.tld) 






</center>

_________________________________CODE___________________________________