|
|
|
@ -6,21 +6,24 @@
|
|
|
|
|
<h3 class="font-weight-bold">Timelines</h3>
|
|
|
|
|
</div>
|
|
|
|
|
<hr>
|
|
|
|
|
<div class="card">
|
|
|
|
|
<div class="card-body">
|
|
|
|
|
<div class="row">
|
|
|
|
|
<div class="col-12 col-md-3 text-center">
|
|
|
|
|
<div class="icon-wrapper">
|
|
|
|
|
<i class="far fa-question-circle fa-3x text-light"></i>
|
|
|
|
|
</div>
|
|
|
|
|
</div>
|
|
|
|
|
<div class="col-12 col-md-9 d-flex align-items-center">
|
|
|
|
|
<div class="text-center">
|
|
|
|
|
<p class="h3 font-weight-bold mb-0">This page isn't available</p>
|
|
|
|
|
<p class="font-weight-light mb-0">We haven't finished it yet, it will be updated soon!</p>
|
|
|
|
|
</div>
|
|
|
|
|
</div>
|
|
|
|
|
</div>
|
|
|
|
|
</div>
|
|
|
|
|
</div>
|
|
|
|
|
<p class="lead">Timelines are chronological feeds of posts from accounts you follow or from other instances.</p>
|
|
|
|
|
<p class="font-weight-bold h5 py-3">Pixelfed has 2 different timelines:</p>
|
|
|
|
|
|
|
|
|
|
<ul>
|
|
|
|
|
<li class="lead">
|
|
|
|
|
<span class="font-weight-bold"><i class="fas fa-home text-muted mr-2"></i> Personal</span>
|
|
|
|
|
<span class="px-2">—</span>
|
|
|
|
|
<span class="font-weight-light">Timeline with posts from accounts you follow</span>
|
|
|
|
|
</li>
|
|
|
|
|
<li class="lead">
|
|
|
|
|
<span class="font-weight-bold"><i class="far fa-map text-muted mr-2"></i> Public</span>
|
|
|
|
|
<span class="px-2">—</span>
|
|
|
|
|
<span class="font-weight-light">Timeline with posts from other users on the same instance</span>
|
|
|
|
|
</li>
|
|
|
|
|
{{-- <li class="lead text-muted">
|
|
|
|
|
<span class="font-weight-bold"><i class="fas fa-globe text-muted mr-2"></i> Network</span>
|
|
|
|
|
<span class="px-2">—</span>
|
|
|
|
|
<span class="font-weight-light text-muted">Timeline with posts from local and remote accounts - coming soon!</span>
|
|
|
|
|
</li> --}}
|
|
|
|
|
</ul>
|
|
|
|
|
@endsection
|