-
Notifications
You must be signed in to change notification settings - Fork 168
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
6d16b76
commit e26a8d9
Showing
3 changed files
with
39 additions
and
2 deletions.
There are no files selected for viewing
36 changes: 36 additions & 0 deletions
36
resources/views/front/pages/black-friday-2023/index.blade.php
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,36 @@ | ||
<x-page | ||
ogImage="https://spatie.be/images/og-store.png" | ||
title="Applications and digital courses built for modern developers" | ||
background="/backgrounds/product.jpg" | ||
description="Welcome in our store, by artisans for artisans. Get access to our paid products, courses and ebooks" | ||
> | ||
<div class="section section-group"> | ||
<section class="section overflow-visible"> | ||
<div class="wrap"> | ||
<h2 class="title line-after mb-12">Public Service Announcement</h2> | ||
<iframe style="aspect-ratio: 16 / 9" class="w-full" | ||
src="https://www.youtube.com/embed/" title="YouTube video player" | ||
frameborder="0" | ||
allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture" | ||
allowfullscreen></iframe> | ||
|
||
<div class="my-6"> | ||
<a href="/products"> | ||
<button class="cursor-pointer | ||
bg-yellow hover:bg-opacity-75 rounded-sm | ||
border-2 border-transparent | ||
justify-center flex items-center | ||
px-6 min-h-10 | ||
font-sans-bold text-black | ||
transition-bg duration-300 | ||
focus:outline-none focus:border-blue-light whitespace-no-wrap"> | ||
Take a look at all our discounted products and courses | ||
</button> | ||
</a> | ||
</div> | ||
|
||
You can now enjoy <strong>30% discount</strong> on all our products until the end of <strong>Cyber Monday</strong>. | ||
</div> | ||
</section> | ||
</div> | ||
</x-page> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters