mirror of
https://koodu.h-i.works/projects/thebadspace
synced 2025-06-25 16:04:37 -05:00
Added About, Listings, Location pages
Added additional pages About, Listings, and Location as well as implementing the corresponding functionality for those pages to be able to pull the data they need from the DB. Also continued layout clean up and adjusted some gloabal font sizing settings
This commit is contained in:
@ -10,9 +10,14 @@
|
||||
</button>
|
||||
</form>
|
||||
</section>
|
||||
<section>
|
||||
<section class="index-meta">
|
||||
<article>
|
||||
tracking {{$count}} sites;
|
||||
<strong>{{$count}}</strong>
|
||||
sites tracked<br /><br />
|
||||
<strong>Recent Updates</strong><br />
|
||||
@foreach($recent as $item)
|
||||
{{$item->name}}<br />
|
||||
@endforeach
|
||||
</article>
|
||||
</section>
|
||||
@endsection
|
Reference in New Issue
Block a user