-
Notifications
You must be signed in to change notification settings - Fork 0
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
5889cfd
commit 6fca6e1
Showing
5 changed files
with
38 additions
and
11 deletions.
There are no files selected for viewing
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
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,15 +1,15 @@ | ||
<div | ||
class="bg-base-100 flex flex-col-reverse md:flex-row py-12 px-2 lg:px-6 gap-2 justify-center"> | ||
<div class="rounded-lg"> | ||
<img | ||
class="object-cover w-full" | ||
src="https://placehold.co/600x400?text=Hello+World&font=montserrat" | ||
/> | ||
</div> | ||
<div class="lg:m-4 col-start-1 lg:col-start-2"> | ||
class="bg-base-100 grid grid-cols-1 md:grid-cols-2 py-12 px-2 lg:px-6 gap-2 justify-items-center"> | ||
<div class="md:order-last lg:p-12"> | ||
<h1 class="text-3xl lg:text-4xl text-center"> | ||
Avec un pack de ressources 🔥 | ||
</h1> | ||
<p></p> | ||
</div> | ||
<div> | ||
<img | ||
class="rounded-lg" | ||
src="https://placehold.co/600x400?text=Hello+World&font=montserrat" | ||
/> | ||
</div> | ||
</div> |
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,18 @@ | ||
<div class="hero banner-hero relative"> | ||
<video | ||
autoplay | ||
muted | ||
loop | ||
id="background-video" | ||
class="object-cover absolute overflow-hidden -z-10 scale-150 md:scale-110 lg:scale-100"> | ||
<source src="/demo-avion.mp4" type="video/mp4" /> | ||
</video> | ||
<div class="hero-content text-center"> | ||
<div> | ||
<img | ||
class="h-16 lg:h-40 mb-2" | ||
src="https://us-east-1.tixte.net/uploads/cdn.democraft.fr/title_flat.png" | ||
/> | ||
</div> | ||
</div> | ||
</div> |