forked from are0h/TheBadSpace
Added Template Files, Grouped Den Routes
Added the necessary template files for every page needed. Most are still empty but all are accounted for from the previous version. Also organized all routes to the dashboard, named the den for better securityabout-updates
parent
14af284103
commit
66cf78ba75
@ -0,0 +1,4 @@
|
||||
<div>
|
||||
<h1>Mmeber Stuff</h1>
|
||||
Hey {{$handle}}
|
||||
</div>
|
@ -1,10 +1,31 @@
|
||||
@extends('frame')
|
||||
@extends('frame')
|
||||
|
||||
@section('title', 'This is The Bad Space')
|
||||
|
||||
@section('main-content')
|
||||
@section('main-content')
|
||||
@parent
|
||||
|
||||
<p>This is where we start</p>
|
||||
{{ $count }}
|
||||
@endsection
|
||||
<section role="start">
|
||||
<div role="index-wrapper">
|
||||
<div role="index-search">
|
||||
<form action="/search" method="post" enctype="multipart/form-data">
|
||||
<input type="text" name="index_search" value="" placeholder="SEARCH ME!" />
|
||||
<button>
|
||||
<i class="ti ti-search"></i>
|
||||
</button>
|
||||
</form>
|
||||
</div>
|
||||
|
||||
|
||||
<div role="index-results">
|
||||
|
||||
{{$count}}
|
||||
Bad Spaces tracked. Shot by
|
||||
<a href="https://unsplash.com/photos/935EcPU1pBI">Ussama Azam</a>
|
||||
</div>
|
||||
|
||||
</div>
|
||||
|
||||
|
||||
</section>
|
||||
@endsection
|
Loading…
Reference in New Issue