Add (initial): futurewalker code
This commit is contained in:
@@ -13,6 +13,6 @@ class="nav-link px-2 text-body-secondary">Disclaimer</a></li>
|
||||
<li class="nav-item"><a href="/feeds/posts-feed" class="nav-link px-2 text-body-secondary">RSS</a></li>
|
||||
|
||||
</ul>
|
||||
<p class="text-center text-body-secondary">{{ date('Y') }} EchoScoop. All rights reserved.</p>
|
||||
<p class="text-center text-body-secondary">© {{ date('Y') }} FutureWalker. All rights reserved.</p>
|
||||
</footer>
|
||||
</div>
|
||||
|
||||
@@ -1,22 +1,17 @@
|
||||
<div class="w-full shadow-sm bg-white">
|
||||
<header class="border-bottom lh-1 py-3">
|
||||
<div class="row flex-nowrap justify-content-center align-items-center">
|
||||
<div class="w-full shadow-sm bg-black text-white">
|
||||
<header class="container lh-1 py-3">
|
||||
<div class="row d-block d-md-flex justify-content-center align-items-center">
|
||||
|
||||
<div class="col-12 col-md-5 col-lg-4 py-2 py-md-0 text-center text-md-start">
|
||||
<a class="blog-header-logo text-decoration-none text-white" href="{{ route('front.home') }}">
|
||||
<div class="fw-bolder fs-3 font-family-roboto-condensed text-uppercase">FutureWalker</div>
|
||||
|
||||
|
||||
<div class="col-4 text-center">
|
||||
<a class="blog-header-logo text-body-emphasis text-decoration-none" href="{{ route('front.home') }}">
|
||||
<span class="fw-bolder fs-3">EchoScoop</span>
|
||||
</a>
|
||||
</div>
|
||||
<div class="col-12 col-md-7 col-lg-8 text-center text-md-end">
|
||||
<div>Important news shaping the digital future</div>
|
||||
</div>
|
||||
</div>
|
||||
</header>
|
||||
|
||||
<div class="nav-scroller py-2 mb-3 border-bottom">
|
||||
|
||||
<nav class="container nav nav-underline justify-content-between">
|
||||
@foreach ($parent_categories as $category)
|
||||
<a class="fw-bold nav-item nav-link link-body-emphasis {{ active(route('front.category', ['category_slug' => $category->slug])) }}"
|
||||
href="{{ route('front.category', ['category_slug' => $category->slug]) }}">{{ $category->short_name }}</a>
|
||||
@endforeach
|
||||
</nav>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user