pixelfed/pixelfed

View on GitHub
resources/views/site/help/what-is-fediverse.blade.php

Summary

Maintainability
A
0 mins
Test Coverage
@extends('site.help.partial.template', ['breadcrumb'=>'What is the fediverse?'])

@section('section')

  <div class="title">
    <h3 class="font-weight-bold">What is the Fediverse?</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>
@endsection