mirror of
https://github.com/YunoHost-Apps/pixelfed_ynh.git
synced 2024-09-03 20:06:04 +02:00
Add site blade views
This commit is contained in:
parent
5a41542291
commit
fb8a17ad6b
8 changed files with 72 additions and 0 deletions
9
resources/views/site/bannedinstances.blade.php
Normal file
9
resources/views/site/bannedinstances.blade.php
Normal 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
|
9
resources/views/site/features.blade.php
Normal file
9
resources/views/site/features.blade.php
Normal file
|
@ -0,0 +1,9 @@
|
||||||
|
@extends('site.partial.template')
|
||||||
|
|
||||||
|
@section('section')
|
||||||
|
|
||||||
|
<div class="title">
|
||||||
|
<h3 class="font-weight-bold">Features</h3>
|
||||||
|
</div>
|
||||||
|
<hr>
|
||||||
|
@endsection
|
9
resources/views/site/fediverse.blade.php
Normal file
9
resources/views/site/fediverse.blade.php
Normal file
|
@ -0,0 +1,9 @@
|
||||||
|
@extends('site.partial.template')
|
||||||
|
|
||||||
|
@section('section')
|
||||||
|
|
||||||
|
<div class="title">
|
||||||
|
<h3 class="font-weight-bold">Fediverse</h3>
|
||||||
|
</div>
|
||||||
|
<hr>
|
||||||
|
@endsection
|
9
resources/views/site/help.blade.php
Normal file
9
resources/views/site/help.blade.php
Normal file
|
@ -0,0 +1,9 @@
|
||||||
|
@extends('site.partial.template')
|
||||||
|
|
||||||
|
@section('section')
|
||||||
|
|
||||||
|
<div class="title">
|
||||||
|
<h3 class="font-weight-bold">Help</h3>
|
||||||
|
</div>
|
||||||
|
<hr>
|
||||||
|
@endsection
|
9
resources/views/site/libraries.blade.php
Normal file
9
resources/views/site/libraries.blade.php
Normal file
|
@ -0,0 +1,9 @@
|
||||||
|
@extends('site.partial.template')
|
||||||
|
|
||||||
|
@section('section')
|
||||||
|
|
||||||
|
<div class="title">
|
||||||
|
<h3 class="font-weight-bold">Libraries</h3>
|
||||||
|
</div>
|
||||||
|
<hr>
|
||||||
|
@endsection
|
9
resources/views/site/opensource.blade.php
Normal file
9
resources/views/site/opensource.blade.php
Normal 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
|
9
resources/views/site/platform.blade.php
Normal file
9
resources/views/site/platform.blade.php
Normal 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
|
9
resources/views/site/terms.blade.php
Normal file
9
resources/views/site/terms.blade.php
Normal 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
|
Loading…
Add table
Reference in a new issue