Add site blade views

pull/52/head
Daniel Supernault 2018-05-29 20:35:05 -06:00
rodzic 5a41542291
commit fb8a17ad6b
8 zmienionych plików z 72 dodań i 0 usunięć

Wyświetl plik

@ -0,0 +1,9 @@
@extends('site.partial.template')
@section('section')
<div class="title">
<h3 class="font-weight-bold">Banned Instances</h3>
</div>
<hr>
@endsection

Wyświetl plik

@ -0,0 +1,9 @@
@extends('site.partial.template')
@section('section')
<div class="title">
<h3 class="font-weight-bold">Features</h3>
</div>
<hr>
@endsection

Wyświetl plik

@ -0,0 +1,9 @@
@extends('site.partial.template')
@section('section')
<div class="title">
<h3 class="font-weight-bold">Fediverse</h3>
</div>
<hr>
@endsection

Wyświetl plik

@ -0,0 +1,9 @@
@extends('site.partial.template')
@section('section')
<div class="title">
<h3 class="font-weight-bold">Help</h3>
</div>
<hr>
@endsection

Wyświetl plik

@ -0,0 +1,9 @@
@extends('site.partial.template')
@section('section')
<div class="title">
<h3 class="font-weight-bold">Libraries</h3>
</div>
<hr>
@endsection

Wyświetl plik

@ -0,0 +1,9 @@
@extends('site.partial.template')
@section('section')
<div class="title">
<h3 class="font-weight-bold">Open Source</h3>
</div>
<hr>
@endsection

Wyświetl plik

@ -0,0 +1,9 @@
@extends('site.partial.template')
@section('section')
<div class="title">
<h3 class="font-weight-bold">Platform/API Terms Of Use</h3>
</div>
<hr>
@endsection

Wyświetl plik

@ -0,0 +1,9 @@
@extends('site.partial.template')
@section('section')
<div class="title">
<h3 class="font-weight-bold">Terms Of Use</h3>
</div>
<hr>
@endsection