Files
tailShape/public/componets/pricing/4_pricing.html
2022-02-28 16:39:51 +06:00

157 lines
7.8 KiB
HTML

<!DOCTYPE html>
<html lang="en" class="dark">
<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="stylesheet" href="./../../../dist/tailshape.css">
<link rel="stylesheet" href="https://demos.creative-tim.com/notus-js/assets/vendor/@fortawesome/fontawesome-free/css/all.min.css">
<script src="https://cdn.jsdelivr.net/gh/alpinejs/alpine@v2.8.2/dist/alpine.min.js" defer></script>
<title>Pricing 4</title>
</head>
<body>
<button class="dark_mode_button_custom_style" id="dark_mood_toogler">
d
</button>
<!-- pricing 4 start -->
<section class="section_divider" id="pricing_4">
<div>Pricing 4</div>
</section>
<div class="px-4 py-16 mx-auto dark:bg-gray-800">
<div class="max-w-xl mb-10 md:mx-auto sm:text-center lg:max-w-2xl md:mb-12 ">
<div>
<p class="inline-block px-3 py-px mb-4 text-xs font-semibold tracking-wider text-teal-900 uppercase rounded-full bg-teal-400">
Our Pricing
</p>
</div>
<h2 class="max-w-lg mb-6 font-sans text-3xl font-bold leading-none tracking-tight text-gray-900 dark:text-gray-300 sm:text-4xl md:mx-auto">
<span class="relative inline-block dark:text-emerald-300 ">
<svg viewBox="0 0 52 24" fill="currentColor" class="absolute top-0 left-0 z-0 hidden w-32 -mt-8 -ml-20 text-blue-gray-100 lg:w-32 lg:-ml-28 lg:-mt-10 sm:block">
<defs>
<pattern id="7e5e8ff8-1960-4094-a63a-2a0c0f922d69" x="0" y="0" width=".135" height=".30">
<circle cx="1" cy="1" r=".7"></circle>
</pattern>
</defs>
<rect fill="url(#7e5e8ff8-1960-4094-a63a-2a0c0f922d69)" width="52" height="24"></rect>
</svg>
<span class="relative">Transparent</span>
</span>
pricing. Pay as you grow.
</h2>
<p class="text-base text-gray-700 dark:text-gray-300 md:text-lg">
Sed ut perspiciatis unde omnis iste natus error sit voluptatem accusantium doloremque rem aperiam, eaque ipsa quae.
</p>
</div>
<div class="grid max-w-md gap-10 row-gap-5 lg:max-w-screen-lg sm:row-gap-10 lg:grid-cols-3 xl:max-w-screen-lg sm:mx-auto">
<div class="flex flex-col justify-between p-8 transition-shadow duration-300 bg-white dark:bg-gray-800 border-2 dark:border-emerald-200 rounded shadow-sm sm:items-center hover:shadow">
<div class="text-center dark:text-gray-300 ">
<div class="text-lg font-semibold">Start</div>
<div class="flex items-center justify-center mt-2">
<div class="mr-1 text-5xl font-bold">Free</div>
</div>
<div class="mt-2 space-y-3 ">
<div class="text-gray-700 dark:text-gray-400">10 deploys per day</div>
<div class="text-gray-700 dark:text-gray-400">10 GB of storage</div>
<div class="text-gray-700 dark:text-gray-400">20 domains</div>
</div>
</div>
<div>
<a href="/" class="inline-flex items-center justify-center w-full h-12 px-6 mt-6 font-medium tracking-wide text-white transition duration-200 bg-gray-800 dark:bg-emerald-300 dark:hover:bg-emerald-500 dark:text-gray-800 rounded shadow-md hover:bg-gray-900 focus:shadow-outline focus:outline-none">
Start for free
</a>
<p class="max-w-xs mt-6 text-xs text-gray-600 dark:text-gray-400 sm:text-sm sm:text-center sm:max-w-sm sm:mx-auto">
Sed ut unde omnis iste natus accusantium doloremque.
</p>
</div>
</div>
<div class="relative flex flex-col justify-between p-8 transition-shadow duration-300 bg-white dark:bg-gray-800 border rounded shadow-sm sm:items-center hover:shadow border-purple-800">
<div class="absolute inset-x-0 top-0 flex justify-center -mt-3 ">
<div class="inline-block px-3 py-1 text-xs font-medium tracking-wider text-white uppercase rounded bg-purple-800">
Most Popular
</div>
</div>
<div class="text-center dark:text-gray-300">
<div class="text-lg font-semibold">Pro</div>
<div class="flex items-center justify-center mt-2">
<div class="mr-1 text-5xl font-bold">$38</div>
<div class="text-gray-700">/ mo</div>
</div>
<div class="mt-2 space-y-3">
<div class="text-gray-700 dark:text-gray-400 ">200 deploys per day</div>
<div class="text-gray-700 dark:text-gray-400 ">80 GB of storage</div>
<div class="text-gray-700 dark:text-gray-400 ">Global CDN</div>
</div>
</div>
<div>
<a
href="/"
class="inline-flex items-center justify-center w-full h-12 px-6 mt-6 font-medium tracking-wide text-white transition duration-200 rounded shadow-md bg-purple-800 hover:bg-deep-purple-accent-700 focus:shadow-outline focus:outline-none"
>
Buy Pro
</a>
<p class="max-w-xs mt-6 text-xs text-gray-600 dark:text-gray-400 sm:text-sm sm:text-center sm:max-w-sm sm:mx-auto">
Sed ut unde omnis iste natus accusantium doloremque.
</p>
</div>
</div>
<div class="flex flex-col justify-between p-8 transition-shadow duration-300 bg-white dark:bg-gray-800 border-2 dark:border-emerald-200 rounded shadow-sm sm:items-center hover:shadow">
<div class="text-center dark:text-gray-300">
<div class="text-lg font-semibold">Business</div>
<div class="flex items-center justify-center mt-2">
<div class="mr-1 text-5xl font-bold">$78</div>
<div class="text-gray-700">/ mo</div>
</div>
<div class="mt-2 space-y-3">
<div class="text-gray-700 dark:text-gray-400">500 GB of storage</div>
<div class="text-gray-700 dark:text-gray-400">Unlimited domains</div>
<div class="text-gray-700 dark:text-gray-400">24/7 Support</div>
</div>
</div>
<div>
<a href="/" class="inline-flex items-center justify-center w-full h-12 px-6 mt-6 font-medium tracking-wide text-white transition duration-200 bg-gray-800 dark:bg-emerald-300 dark:hover:bg-emerald-500 dark:text-gray-800 rounded shadow-md hover:bg-gray-900 focus:shadow-outline focus:outline-none">
Buy Business
</a>
<p class="max-w-xs mt-6 text-xs text-gray-600 dark:text-gray-400 sm:text-sm sm:text-center sm:max-w-sm sm:mx-auto">
Sed ut unde omnis iste natus accusantium doloremque.
</p>
</div>
</div>
</div>
</div>
<!-- pricing 4 end -->
<!-- start of script section -->
<script type="text/javascript">
let toogler = document.getElementById("dark_mood_toogler");
let doc_html_el = document.getElementsByTagName('html')[0];
doc_html_el.addEventListener('keyup',(e)=>{
// key 220 is the backward slash , need to press ctrl+ \ to activate or deactivate darkmode
if(e.ctrlKey && e.keyCode =='220'){
doc_html_el.className =='' ? doc_html_el.classList.add('dark'):doc_html_el.classList.remove('dark');
}
})
doc_html_el.addEventListener('keyup',(e)=>{
// key 191 is the forward slash , need to press ctrl+ / to show or hide the darkmode button
if(e.ctrlKey && e.keyCode =='191'){
toogler.style.display =='block'? toogler.style.display = 'none':toogler.style.display ='block';
}
})
toogler.addEventListener('click',()=>{
doc_html_el.className =='' ? doc_html_el.classList.add('dark'):doc_html_el.classList.remove('dark');
console.log(doc_html_el.className);
})
</script>
<!-- end of script section -->
</body>
</html>