Update (UI)

This commit is contained in:
2023-12-03 10:15:08 +08:00
parent 8236db717b
commit 7844695b18
6 changed files with 33 additions and 69 deletions

View File

@@ -8,7 +8,7 @@
<div class="display-6 fw-bold font-family-roboto-condensed mb-2">Your Future Depends<wbr> on Today's
News</div>
<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 🍪 bites from
optional—it's critical for your future success. Stay updated with hourly news
<strong>FutureWalker</strong>.
</h1>
@@ -77,7 +77,7 @@ class="text-secondary">{{ $post->published_at->diffForHumans() }}</small>
<div class="text-start mb-3">
<div class="d-flex">
<h2 class="align-self-center fw-bold font-family-roboto-condensed mb-1 h2">
🍪 Tech Bites </h2>
This Just In 🛰️</h2>
<div class="align-self-center">
<span
class="mb-2 ms-2 badge illuminated-slow bg-gradient-rainbow text-white d-inline-flex font-family-roboto-condensed"><i
@@ -86,10 +86,6 @@ class="bi bi-clock-history me-1"></i> UPDATED HOURLY</span>
</div>
<h5 class="h6">
Tap on <i class="bi bi-chevron-down"></i> to read the 1 minute news bite worth every second
</h5>
</div>
@@ -97,7 +93,7 @@ class="bi bi-clock-history me-1"></i> UPDATED HOURLY</span>
<div class="w-full text-center mt-3 mb-3">
<a href="{{ route('front.all') }}"
class="btn btn-primary px-4 rounded-pill text-decoration-none">Read more News Bites</a>
class="btn btn-primary px-4 rounded-pill text-decoration-none">Discover more news</a>
</div>
@endif