Add site blade views

This commit is contained in:
Daniel Supernault 2018-05-29 20:35:05 -06:00
parent 5a41542291
commit fb8a17ad6b
8 changed files with 72 additions and 0 deletions

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

@ -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

View File

@ -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