Skip to content

Commit

Permalink
added coobl
Browse files Browse the repository at this point in the history
  • Loading branch information
besoeasy authored Dec 5, 2023
1 parent 0ce0b74 commit 1f94161
Show file tree
Hide file tree
Showing 3 changed files with 31 additions and 0 deletions.
9 changes: 9 additions & 0 deletions components/cookies/cokbl1.html
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>
11 changes: 11 additions & 0 deletions components/cookies/cookbl2.html
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>
11 changes: 11 additions & 0 deletions components/cookies/cookbl3.html
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>

0 comments on commit 1f94161

Please sign in to comment.