Add (nav): share button

This commit is contained in:
2023-11-23 15:03:45 +08:00
parent 8d9fb190ef
commit a8d295dae9
20 changed files with 206 additions and 58 deletions

View File

@@ -26,11 +26,13 @@
</a>
</div>
<div class="text-center text-md-end">
<div class="d-flex d-justify-content-end">
<div class="align-self-center d-none d-md-block">Important news shaping the digital future</div>
<div class="d-block d-md-none" style="width:51px; height: 38px;"></div>
<share-to-friends></share-to-friends>
</div>
<div class="col-12 col-md-7 col-lg-8 text-center text-md-end d-none d-md-block">
<div>Important news shaping the digital future</div>
</div>
</div>
</header>

View File

@@ -61,8 +61,8 @@ class="font-family-roboto-condensed mb-1 pb-1 d-inline badge bg-danger border-da
<div class="accordion-body small">
@if (!is_empty($post->bites))
<div class="fw-bold">The Bite:</div>
<div class="mb-3">{{ $post->bites }}</div>
<div class="fw-bold">The Bite:</div>
<div class="mb-3">{{ $post->bites }}</div>
@endif
@if (in_array($post->impact_level, ['medium', 'high']))

View File

@@ -21,6 +21,8 @@
</aside>
--}}
<div class="w-full text-center text-secondary">
<small class="text-center">AI & tech news syndication site built by <a href="https://x.com/charlestehio">@charlestehio</a>. All trademarks are the property of their respective owners.</small>
</div>
<div class="w-full text-center text-secondary">
<small class="text-center">AI & tech news syndication site built by <a
href="https://x.com/charlestehio">@charlestehio</a>. All trademarks are the property of their respective
owners.</small>
</div>