Add (tint)
This commit is contained in:
@@ -60,7 +60,7 @@
|
||||
<a class="text-white mx-3 font-family-roboto-condensed text-uppercase"
|
||||
href="{{ route('front.home') }}">Home</a>
|
||||
@foreach ($categories as $category)
|
||||
<a href="#"
|
||||
<a href="{{ route('front.category', ['category_slug' => $category->slug]) }}"
|
||||
class="text-white mx-3 font-family-roboto-condensed text-uppercase">{{ $category->name }}</a>
|
||||
@endforeach
|
||||
</div>
|
||||
|
||||
@@ -38,7 +38,7 @@
|
||||
</div>
|
||||
|
||||
<div class="col-md-4">
|
||||
<div class="position-sticky" style="top: 2rem;">
|
||||
<div class="position-sticky" style="top: 8rem;">
|
||||
@include('front.partials.sidebar')
|
||||
</div>
|
||||
</div>
|
||||
|
||||
@@ -15,9 +15,9 @@
|
||||
<div>
|
||||
@foreach ($post->keywords as $keyword)
|
||||
@if ($keyword == $post->main_keyword)
|
||||
<span class="badge text-bg-dark me-1">{{ $keyword }}</span>
|
||||
<h2 class="badge text-bg-dark me-1 small">{{ $keyword }}</h2>
|
||||
@else
|
||||
<span class="badge text-bg-light border me-1">{{ $keyword }}</span>
|
||||
<h2 class="badge text-bg-light border me-1 small">{{ $keyword }}</h2>
|
||||
@endif
|
||||
@endforeach
|
||||
</div>
|
||||
@@ -31,7 +31,7 @@
|
||||
|
||||
<div class="card mb-3 border-0 shadow-sm">
|
||||
<div class="card-body p-4">
|
||||
<div class="fw-bold mb-2">Quick News Bite:</div>
|
||||
<h3 class="small fw-bold mb-2">Quick News Bite:</h3>
|
||||
<div><small>{{ $post->bites }}</small></div>
|
||||
</div>
|
||||
</div>
|
||||
@@ -48,7 +48,7 @@
|
||||
</div>
|
||||
|
||||
<div class="col-md-4">
|
||||
<div class="position-sticky" style="top: 2rem;">
|
||||
<div class="position-sticky" style="top: 8rem;">
|
||||
@include('front.partials.sidebar')
|
||||
</div>
|
||||
</div>
|
||||
|
||||
@@ -7,10 +7,10 @@
|
||||
<div class="col-12 col-md-10 col-lg-8">
|
||||
<div class="display-6 fw-bold font-family-roboto-condensed mb-2">Your future depends<wbr> on today's
|
||||
news.</div>
|
||||
<div class="h4 fw-normal mb-4">In the fast-evolving world of AI and tech, staying updated is not
|
||||
<h1 class="h4 fw-normal mb-4">In the fast-evolving world of AI and tech, staying updated is not
|
||||
optional—it's critical for your future success. Stay updated with daily news from
|
||||
<strong>FutureWalker</strong>.
|
||||
</div>
|
||||
</h1>
|
||||
<a href="#latest-news" class="btn btn-primary px-4 rounded-pill text-decoration-none">Start reading now</a>
|
||||
</div>
|
||||
</div>
|
||||
@@ -108,7 +108,7 @@ class="btn btn-primary px-4 rounded-pill text-decoration-none">Discover More
|
||||
</div>
|
||||
</div>
|
||||
<div class="col-12 col-lg-4 mb-3">
|
||||
<div class="position-sticky" style="top: 2rem;">
|
||||
<div class="position-sticky" style="top: 8rem;">
|
||||
@include('front.partials.sidebar')
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user