mirror of
https://github.com/istiyakaminsanto/tailShape.git
synced 2025-12-24 13:27:31 +00:00
204 lines
10 KiB
HTML
204 lines
10 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 3</title>
|
|
</head>
|
|
<body>
|
|
|
|
|
|
<button class="dark_mode_button_custom_style" id="dark_mood_toogler">
|
|
d
|
|
</button>
|
|
|
|
|
|
<!-- pricing 3 start -->
|
|
<section class="section_divider" id="pricing_3">
|
|
<div>Pricing 3</div>
|
|
</section>
|
|
<div class="relative w-full h-full bg-gray-50 dark:bg-gray-800">
|
|
<div class="relative px-4 py-16 mx-auto sm:max-w-xl md:max-w-full lg:max-w-screen-xl md:px-24 lg:px-8 lg:py-20">
|
|
<div class="max-w-xl mb-10 md:mx-auto sm:text-center lg:max-w-2xl md:mb-12">
|
|
<h2 class="max-w-lg mb-6 font-sans text-3xl font-bold leading-none tracking-tight text-gray-900 dark:text-emerald-300 sm:text-4xl md:mx-auto">
|
|
<span class="relative inline-block ">
|
|
<svg viewBox="0 0 52 24" fill="currentColor" class="absolute top-0 left-0 z-0 hidden w-32 -mt-8 -ml-20 text-gray-400 dark:text-white lg:w-32 lg:-ml-28 lg:-mt-10 sm:block">
|
|
<defs class="">
|
|
<pattern id="2c67e949-4a23-49f7-bf27-ca140852cf21" x="0" y="0" width=".135" height=".30">
|
|
<circle cx="1" cy="1" r=".7"></circle>
|
|
</pattern>
|
|
</defs>
|
|
<rect fill="url(#2c67e949-4a23-49f7-bf27-ca140852cf21)" width="52" height="24"></rect>
|
|
</svg>
|
|
<span class="relative dark:text-emerald-300">Affordable</span>
|
|
</span>
|
|
for everyone
|
|
</h2>
|
|
<p class="text-base text-gray-700 dark:text-gray-400 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-screen-md gap-10 md:grid-cols-2 sm:mx-auto">
|
|
<div>
|
|
<div class="p-8 bg-gray-900 rounded">
|
|
<div class="mb-4 text-center">
|
|
<p class="text-xl font-medium tracking-wide text-white">
|
|
Starter Plan
|
|
</p>
|
|
<div class="flex items-center justify-center">
|
|
<p class="mr-2 text-5xl font-semibold text-white lg:text-6xl">
|
|
$39
|
|
</p>
|
|
<p class="text-lg text-gray-500">/ month</p>
|
|
</div>
|
|
</div>
|
|
<ul class="mb-8 space-y-2">
|
|
<li class="flex items-center">
|
|
<div class="mr-3">
|
|
<svg class="w-4 h-4 text-teal-accent-400" viewBox="0 0 24 24" stroke-linecap="round" stroke-width="2">
|
|
<polyline fill="none" stroke="currentColor" points="6,12 10,16 18,8"></polyline>
|
|
<circle cx="12" cy="12" fill="none" r="11" stroke="currentColor"></circle>
|
|
</svg>
|
|
</div>
|
|
<p class="font-medium text-gray-300">10 deploys per day</p>
|
|
</li>
|
|
<li class="flex items-center">
|
|
<div class="mr-3">
|
|
<svg class="w-4 h-4 text-teal-accent-400" viewBox="0 0 24 24" stroke-linecap="round" stroke-width="2">
|
|
<polyline fill="none" stroke="currentColor" points="6,12 10,16 18,8"></polyline>
|
|
<circle cx="12" cy="12" fill="none" r="11" stroke="currentColor"></circle>
|
|
</svg>
|
|
</div>
|
|
<p class="font-medium text-gray-300">10 GB of storage</p>
|
|
</li>
|
|
<li class="flex items-center">
|
|
<div class="mr-3">
|
|
<svg class="w-4 h-4 text-teal-accent-400" viewBox="0 0 24 24" stroke-linecap="round" stroke-width="2">
|
|
<polyline fill="none" stroke="currentColor" points="6,12 10,16 18,8"></polyline>
|
|
<circle cx="12" cy="12" fill="none" r="11" stroke="currentColor"></circle>
|
|
</svg>
|
|
</div>
|
|
<p class="font-medium text-gray-300">3 domains</p>
|
|
</li>
|
|
<li class="flex items-center">
|
|
<div class="mr-3">
|
|
<svg class="w-4 h-4 text-teal-accent-400" viewBox="0 0 24 24" stroke-linecap="round" stroke-width="2">
|
|
<polyline fill="none" stroke="currentColor" points="6,12 10,16 18,8"></polyline>
|
|
<circle cx="12" cy="12" fill="none" r="11" stroke="currentColor"></circle>
|
|
</svg>
|
|
</div>
|
|
<p class="font-medium text-gray-300">SSL Certificates</p>
|
|
</li>
|
|
</ul>
|
|
<button
|
|
type="submit"
|
|
class="inline-flex items-center justify-center w-full h-12 px-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"
|
|
>
|
|
Get Now
|
|
</button>
|
|
</div>
|
|
<div class="w-11/12 h-2 mx-auto bg-gray-900 rounded-b opacity-75"></div>
|
|
<div class="w-10/12 h-2 mx-auto bg-gray-900 rounded-b opacity-50"></div>
|
|
<div class="w-9/12 h-2 mx-auto bg-gray-900 rounded-b opacity-25"></div>
|
|
</div>
|
|
<div>
|
|
<div class="p-8 bg-gray-900 rounded">
|
|
<div class="mb-4 text-center">
|
|
<p class="text-xl font-medium tracking-wide text-white">Pro Plan</p>
|
|
<div class="flex items-center justify-center">
|
|
<p class="mr-2 text-5xl font-semibold text-white lg:text-6xl">
|
|
$59
|
|
</p>
|
|
<p class="text-lg text-gray-500">/ month</p>
|
|
</div>
|
|
</div>
|
|
<ul class="mb-8 space-y-2">
|
|
<li class="flex items-center">
|
|
<div class="mr-3">
|
|
<svg class="w-4 h-4 text-teal-accent-400" viewBox="0 0 24 24" stroke-linecap="round" stroke-width="2">
|
|
<polyline fill="none" stroke="currentColor" points="6,12 10,16 18,8"></polyline>
|
|
<circle cx="12" cy="12" fill="none" r="11" stroke="currentColor"></circle>
|
|
</svg>
|
|
</div>
|
|
<p class="font-medium text-gray-300">100 deploys per day</p>
|
|
</li>
|
|
<li class="flex items-center">
|
|
<div class="mr-3">
|
|
<svg class="w-4 h-4 text-teal-accent-400" viewBox="0 0 24 24" stroke-linecap="round" stroke-width="2">
|
|
<polyline fill="none" stroke="currentColor" points="6,12 10,16 18,8"></polyline>
|
|
<circle cx="12" cy="12" fill="none" r="11" stroke="currentColor"></circle>
|
|
</svg>
|
|
</div>
|
|
<p class="font-medium text-gray-300">50 GB of storage</p>
|
|
</li>
|
|
<li class="flex items-center">
|
|
<div class="mr-3">
|
|
<svg class="w-4 h-4 text-teal-accent-400" viewBox="0 0 24 24" stroke-linecap="round" stroke-width="2">
|
|
<polyline fill="none" stroke="currentColor" points="6,12 10,16 18,8"></polyline>
|
|
<circle cx="12" cy="12" fill="none" r="11" stroke="currentColor"></circle>
|
|
</svg>
|
|
</div>
|
|
<p class="font-medium text-gray-300">Unlimited domains</p>
|
|
</li>
|
|
<li class="flex items-center">
|
|
<div class="mr-3">
|
|
<svg class="w-4 h-4 text-teal-accent-400" viewBox="0 0 24 24" stroke-linecap="round" stroke-width="2">
|
|
<polyline fill="none" stroke="currentColor" points="6,12 10,16 18,8"></polyline>
|
|
<circle cx="12" cy="12" fill="none" r="11" stroke="currentColor"></circle>
|
|
</svg>
|
|
</div>
|
|
<p class="font-medium text-gray-300">SSL Certificates</p>
|
|
</li>
|
|
</ul>
|
|
<button
|
|
type="submit"
|
|
class="inline-flex items-center justify-center w-full h-12 px-6 font-semibold tracking-wide text-gray-900 transition duration-200 rounded shadow-md bg-teal-600 hover:bg-teal-accent-700 focus:shadow-outline focus:outline-none"
|
|
>
|
|
Get Now
|
|
</button>
|
|
</div>
|
|
<div class="w-11/12 h-2 mx-auto bg-gray-900 rounded-b opacity-75"></div>
|
|
<div class="w-10/12 h-2 mx-auto bg-gray-900 rounded-b opacity-50"></div>
|
|
<div class="w-9/12 h-2 mx-auto bg-gray-900 rounded-b opacity-25"></div>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
|
|
<!-- pricing 3 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> |