Add (tint)
BIN
resources/.DS_Store
vendored
Normal file
BIN
resources/fonts/.DS_Store
vendored
Normal file
BIN
resources/fonts/RobotoCondensed/RobotoCondensed-Black.ttf
Normal file
BIN
resources/fonts/RobotoCondensed/RobotoCondensed-BlackItalic.ttf
Normal file
BIN
resources/fonts/RobotoCondensed/RobotoCondensed-Bold.ttf
Normal file
BIN
resources/fonts/RobotoCondensed/RobotoCondensed-BoldItalic.ttf
Normal file
BIN
resources/fonts/RobotoCondensed/RobotoCondensed-ExtraBold.ttf
Normal file
BIN
resources/fonts/RobotoCondensed/RobotoCondensed-ExtraLight.ttf
Normal file
BIN
resources/fonts/RobotoCondensed/RobotoCondensed-Italic.ttf
Normal file
BIN
resources/fonts/RobotoCondensed/RobotoCondensed-Light.ttf
Normal file
BIN
resources/fonts/RobotoCondensed/RobotoCondensed-LightItalic.ttf
Normal file
BIN
resources/fonts/RobotoCondensed/RobotoCondensed-Medium.ttf
Normal file
BIN
resources/fonts/RobotoCondensed/RobotoCondensed-MediumItalic.ttf
Normal file
BIN
resources/fonts/RobotoCondensed/RobotoCondensed-Regular.ttf
Normal file
BIN
resources/fonts/RobotoCondensed/RobotoCondensed-SemiBold.ttf
Normal file
BIN
resources/fonts/RobotoCondensed/RobotoCondensed-Thin.ttf
Normal file
BIN
resources/fonts/RobotoCondensed/RobotoCondensed-ThinItalic.ttf
Normal file
BIN
resources/images/.DS_Store
vendored
Normal file
BIN
resources/images/tints/.DS_Store
vendored
Normal file
BIN
resources/images/tints/caption-bg.png
Normal file
|
After Width: | Height: | Size: 65 KiB |
BIN
resources/images/tints/tint-1.png
Normal file
|
After Width: | Height: | Size: 758 KiB |
BIN
resources/images/tints/tint-10.png
Normal file
|
After Width: | Height: | Size: 772 KiB |
BIN
resources/images/tints/tint-11.png
Normal file
|
After Width: | Height: | Size: 636 KiB |
BIN
resources/images/tints/tint-12.png
Normal file
|
After Width: | Height: | Size: 357 KiB |
BIN
resources/images/tints/tint-2.png
Normal file
|
After Width: | Height: | Size: 599 KiB |
BIN
resources/images/tints/tint-3.png
Normal file
|
After Width: | Height: | Size: 570 KiB |
BIN
resources/images/tints/tint-4.png
Normal file
|
After Width: | Height: | Size: 951 KiB |
BIN
resources/images/tints/tint-5.png
Normal file
|
After Width: | Height: | Size: 1022 KiB |
BIN
resources/images/tints/tint-6.png
Normal file
|
After Width: | Height: | Size: 939 KiB |
BIN
resources/images/tints/tint-7.png
Normal file
|
After Width: | Height: | Size: 611 KiB |
BIN
resources/images/tints/tint-8.png
Normal file
|
After Width: | Height: | Size: 958 KiB |
BIN
resources/images/tints/tint-9.png
Normal file
|
After Width: | Height: | Size: 563 KiB |
@@ -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')
|
||||
|
||||
|
||||
|
||||