Skip to content

Commit

Permalink
WIP
Browse files Browse the repository at this point in the history
  • Loading branch information
benjamincrozat committed Nov 22, 2023
1 parent 9a0dba6 commit 450cf25
Showing 1 changed file with 4 additions and 10 deletions.
14 changes: 4 additions & 10 deletions resources/views/components/app.blade.php
Original file line number Diff line number Diff line change
Expand Up @@ -62,16 +62,6 @@
</div>
</a>
@else
<a wire:navigate.hover href="https://benjamincrozat.com/best-black-friday-deals-2023" class="block text-sm text-white bg-gradient-to-r from-gray-900 to-gray-800">
<div class="container flex items-center justify-center gap-4 py-3 sm:max-w-[420px]">
<div>
“Black Friday deals end soon, so go <span class="font-medium underline">check them out</span>!”
</div>

<img loading="lazy" src="https://www.gravatar.com/avatar/d58b99650fe5d74abeb9d9dad5da55ad?s=84" alt="Benjamin Crozat" class="rounded-full w-[32px] md:w-[34px] h-[32px] md:h-[34px]" />
</div>
</a>

<a href="https://larajobs.com?utm_source=benjamincrozat&utm_medium=banner&utm_campaign=benjamincrozat" target="_blank" rel="noopener" class="block text-sm text-indigo-700 bg-gradient-to-r from-indigo-50 to-indigo-50/50">
<div class="container flex items-center justify-center gap-4 py-3 sm:max-w-[420px]">
<div>
Expand All @@ -81,6 +71,10 @@
<img loading="lazy" src="https://www.gravatar.com/avatar/d58b99650fe5d74abeb9d9dad5da55ad?s=84" alt="Benjamin Crozat" class="rounded-full w-[32px] md:w-[34px] h-[32px] md:h-[34px]" />
</div>
</a>

<div class="container mt-4 text-center">
“Black Friday deals end soon, so go <a wire:navigate.hover href="https://benjamincrozat.com/best-black-friday-deals-2023" class="font-medium underline">check them out</a>!”
</div>
@endif
@endif

Expand Down

0 comments on commit 450cf25

Please sign in to comment.