1
0
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:
Ro
2023-08-18 14:34:53 -07:00
parent 25d51646ba
commit 7151314122
13 changed files with 181 additions and 39 deletions

View File

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