Add site blade views

pull/52/head
Daniel Supernault 7 years ago
parent 5a41542291
commit fb8a17ad6b

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

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

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

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

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

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

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

@ -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
Loading…
Cancel
Save