datacenter-ip-checker/web/landing/price_card.html

62 lines
1.6 KiB
HTML

<div class="bg-base-100 shadow-lg rounded-lg p-6 w-full max-w-md mx-auto">
<div class="text-center mb-4">
<p class="text-6xl font-extrabold my-2">
$20<span class="text-2xl">/month</span>
</p>
</div>
<ul class="text-left mb-6 text-base-content space-y-2">
<li class="flex items-center">
<svg
class="w-5 h-5 text-primary flex-shrink-0 mr-2"
fill="none"
stroke="currentColor"
viewBox="0 0 24 24"
xmlns="http://www.w3.org/2000/svg"
>
<path
stroke-linecap="round"
stroke-linejoin="round"
stroke-width="2"
d="M5 13l4 4L19 7"
></path>
</svg>
100 requests/second
</li>
<li class="flex items-center">
<svg
class="w-5 h-5 text-primary flex-shrink-0 mr-2"
fill="none"
stroke="currentColor"
viewBox="0 0 24 24"
xmlns="http://www.w3.org/2000/svg"
>
<path
stroke-linecap="round"
stroke-linejoin="round"
stroke-width="2"
d="M5 13l4 4L19 7"
></path>
</svg>
Unlimited IP checks
</li>
<li class="flex items-center">
<svg
class="w-5 h-5 text-primary flex-shrink-0 mr-2"
fill="none"
stroke="currentColor"
viewBox="0 0 24 24"
xmlns="http://www.w3.org/2000/svg"
>
<path
stroke-linecap="round"
stroke-linejoin="round"
stroke-width="2"
d="M5 13l4 4L19 7"
></path>
</svg>
Email support
</li>
</ul>
<button class="btn btn-primary w-full">Get Started</button>
</div>