-
Notifications
You must be signed in to change notification settings - Fork 3
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
Showing
3 changed files
with
31 additions
and
0 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,9 @@ | ||
<div class="fixed top-0 inset-x-0 z-50"> | ||
<div class="container px-4 mx-auto mt-8"> | ||
<div class="p-8 bg-gray-500 rounded-lg"> | ||
<h3 class="mb-2 text-2xl font-bold text-white">Cookie Policy</h3> | ||
<p class="mb-4 text-sm text-gray-50 leading-loose">We use cookies to personalise content, to provide social media features and to analyse our traffic. We also share information about your use of our site with our social media, advertising and analytics partners. If you want to change your cookie setting, please see the ‘how to reject cookies' section of our . Otherwise, if you agree to our use of cookies, please continue to use our website.</p> | ||
<a class="inline-block px-6 py-2 mr-4 text-sm leading-loose bg-gray-50 hover:bg-gray-100 text-gray-500 font-semibold rounded" href="#">Allow</a><a class="inline-block px-6 py-2 text-sm leading-loose bg-transparent text-gray-50 font-semibold border hover:border-gray-50 rounded" href="#">Decline</a> | ||
</div> | ||
</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,11 @@ | ||
<div class="fixed bottom-0 left-0 z-50 p-6"> | ||
<div class="w-full lg:max-w-2xl p-8 bg-gray-500 rounded-lg"> | ||
<div class="flex flex-wrap items-center -mx-4"> | ||
<div class="w-full md:w-2/3 px-4"> | ||
<h3 class="mb-2 text-2xl font-bold text-white">Cookie Policy</h3> | ||
<p class="mb-4 text-sm text-gray-50 leading-loose">We use cookies to personalise content, to provide social media features and to analyse our traffic.</p> | ||
</div> | ||
<div class="w-full md:w-1/3 px-4 flex"><a class="inline-block px-6 py-2 mr-4 text-sm leading-loose bg-gray-50 hover:bg-gray-100 text-gray-500 font-semibold rounded" href="#">Allow</a><a class="inline-block px-6 py-2 text-sm leading-loose bg-transparent text-gray-50 font-semibold border hover:border-gray-50 rounded" href="#">Decline</a></div> | ||
</div> | ||
</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,11 @@ | ||
<div class="fixed top-0 inset-x-0 max-w-4xl mx-auto z-50 p-6"> | ||
<div class="p-4 lg:p-8 bg-gray-50 rounded-lg"> | ||
<div class="flex flex-wrap items-center"> | ||
<div> | ||
<h3 class="mb-2 text-2xl font-bold font-heading">Cookie Policy</h3> | ||
<p class="mb-4 text-sm text-gray-500 leading-loose">We use cookies to personalise content, to provide social media features and to analyse our traffic. We also share information about your use of our site with our social media, advertising and analytics partners. If you want to change your cookie setting, please see the ‘how to reject cookies' section of our . Otherwise, if you agree to our use of cookies, please continue to use our website.</p> | ||
</div> | ||
<div class="w-full"><a class="w-full text-center md:w-auto inline-block px-6 py-2 mb-2 lg:mb-0 md:mr-4 text-sm leading-loose bg-gray-500 hover:bg-gray-600 text-gray-50 font-semibold rounded" href="#">Yes, I accept</a><a class="w-full text-center md:w-auto inline-block px-6 py-2 text-sm leading-loose bg-transparent text-gray-500 font-semibold border hover:border-gray-300 rounded" href="#">View more informations</a></div> | ||
</div> | ||
</div> | ||
</div> |