vertex-dimensions / plans.html
Ver8826's picture
Include my logo as the logo in the website - Follow Up Deployment
a0e4d7d verified
Raw
History Blame Contribute Delete
24 kB
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Vertex Dimension - Plans</title>
<script src="https://cdn.tailwindcss.com"></script>
<link href="https://unpkg.com/aos@2.3.1/dist/aos.css" rel="stylesheet">
<script src="https://unpkg.com/aos@2.3.1/dist/aos.js"></script>
<script src="https://cdn.jsdelivr.net/npm/feather-icons/dist/feather.min.js"></script>
<script src="https://unpkg.com/feather-icons"></script>
<style>
.shopify-green {
background-color: #96bf48;
}
.shopify-green-text {
color: #96bf48;
}
.royal-blue {
background-color: #2a4e96;
}
.royal-blue-text {
color: #2a4e96;
}
.popular-plan {
border: 2px solid #96bf48;
position: relative;
}
.popular-badge {
position: absolute;
top: -12px;
right: 20px;
background-color: #96bf48;
color: white;
padding: 4px 12px;
border-radius: 20px;
font-size: 12px;
font-weight: bold;
}
</style>
</head>
<body class="font-sans">
<!-- Navigation -->
<nav class="bg-white shadow-md">
<div class="max-w-7xl mx-auto px-4 sm:px-6 lg:px-8">
<div class="flex justify-between h-16">
<div class="flex items-center">
<div class="flex-shrink-0 flex items-center">
<img class="h-8 w-auto" src="vertex-logo.png" alt="Vertex Dimension Logo">
</div>
</div>
<div class="hidden md:ml-6 md:flex md:items-center md:space-x-8">
<a href="index.html" class="text-gray-600 hover:text-gray-900 px-3 py-2 rounded-md text-sm font-medium">Home</a>
<a href="plans.html" class="royal-blue-text px-3 py-2 rounded-md text-sm font-medium">Plans</a>
<a href="apply.html" class="shopify-green-text px-3 py-2 rounded-md text-sm font-medium">Apply Now</a>
</div>
<div class="-mr-2 flex items-center md:hidden">
<button type="button" class="inline-flex items-center justify-center p-2 rounded-md text-gray-400 hover:text-gray-500 hover:bg-gray-100 focus:outline-none focus:ring-2 focus:ring-inset focus:ring-indigo-500" aria-controls="mobile-menu" aria-expanded="false">
<span class="sr-only">Open main menu</span>
<i data-feather="menu"></i>
</button>
</div>
</div>
</div>
<!-- Mobile menu -->
<div class="md:hidden hidden" id="mobile-menu">
<div class="pt-2 pb-3 space-y-1">
<a href="index.html" class="text-gray-600 hover:text-gray-900 block px-3 py-2 rounded-md text-base font-medium">Home</a>
<a href="plans.html" class="royal-blue-text block px-3 py-2 rounded-md text-base font-medium">Plans</a>
<a href="apply.html" class="shopify-green-text block px-3 py-2 rounded-md text-base font-medium">Apply Now</a>
</div>
</div>
</nav>
<!-- Pricing Section -->
<div class="bg-gray-50 py-12">
<div class="max-w-7xl mx-auto px-4 sm:px-6 lg:px-8">
<div class="text-center">
<h2 class="text-3xl font-extrabold text-gray-900 sm:text-4xl">
Simple, transparent pricing
</h2>
<p class="mt-4 text-xl text-gray-600">
Choose the plan that works best for your Shopify store
</p>
</div>
<div class="mt-16 space-y-8 lg:space-y-0 lg:grid lg:grid-cols-3 lg:gap-x-8">
<!-- 6 Month Plan -->
<div class="bg-white border border-gray-200 rounded-lg shadow-sm divide-y divide-gray-200" data-aos="fade-up">
<div class="p-6">
<h3 class="text-lg leading-6 font-medium text-gray-900">6 Month Plan</h3>
<div class="mt-4">
<span class="text-4xl font-extrabold text-gray-900">$85</span>
<span class="text-base font-medium text-gray-500">/6 months</span>
</div>
<p class="mt-4 text-sm text-gray-500">
Perfect for new stores testing the waters
</p>
</div>
<div class="pt-6 pb-8 px-6">
<ul class="space-y-4">
<li class="flex items-start">
<div class="flex-shrink-0">
<i data-feather="check" class="h-5 w-5 text-green-500"></i>
</div>
<p class="ml-3 text-base text-gray-700">
Seller permit processing
</p>
</li>
<li class="flex items-start">
<div class="flex-shrink-0">
<i data-feather="check" class="h-5 w-5 text-green-500"></i>
</div>
<p class="ml-3 text-base text-gray-700">
Basic compliance support
</p>
</li>
<li class="flex items-start">
<div class="flex-shrink-0">
<i data-feather="check" class="h-5 w-5 text-green-500"></i>
</div>
<p class="ml-3 text-base text-gray-700">
Email support
</p>
</li>
</ul>
<div class="mt-8">
<a href="apply.html" class="block w-full bg-gray-800 border border-gray-800 rounded-md py-3 text-sm font-semibold text-white text-center hover:bg-gray-900">
Get started
</a>
</div>
</div>
</div>
<!-- 1 Year Plan (Popular) -->
<div class="bg-white border-2 border-gray-200 rounded-lg shadow-sm divide-y divide-gray-200 popular-plan" data-aos="fade-up" data-aos-delay="100">
<div class="popular-badge">Most Popular</div>
<div class="p-6">
<h3 class="text-lg leading-6 font-medium text-gray-900">1 Year Plan</h3>
<div class="mt-4">
<span class="text-4xl font-extrabold text-gray-900">$125</span>
<span class="text-base font-medium text-gray-500">/year</span>
</div>
<p class="mt-4 text-sm text-gray-500">
Best value for established stores
</p>
</div>
<div class="pt-6 pb-8 px-6">
<ul class="space-y-4">
<li class="flex items-start">
<div class="flex-shrink-0">
<i data-feather="check" class="h-5 w-5 text-green-500"></i>
</div>
<p class="ml-3 text-base text-gray-700">
Seller permit processing
</p>
</li>
<li class="flex items-start">
<div class="flex-shrink-0">
<i data-feather="check" class="h-5 w-5 text-green-500"></i>
</div>
<p class="ml-3 text-base text-gray-700">
Priority compliance support
</p>
</li>
<li class="flex items-start">
<div class="flex-shrink-0">
<i data-feather="check" class="h-5 w-5 text-green-500"></i>
</div>
<p class="ml-3 text-base text-gray-700">
Email and chat support
</p>
</li>
<li class="flex items-start">
<div class="flex-shrink-0">
<i data-feather="check" class="h-5 w-5 text-green-500"></i>
</div>
<p class="ml-3 text-base text-gray-700">
Renewal reminders
</p>
</li>
</ul>
<div class="mt-8">
<a href="apply.html" class="block w-full shopify-green border border-transparent rounded-md py-3 text-sm font-semibold text-white text-center hover:bg-green-700">
Get started
</a>
</div>
</div>
</div>
<!-- 2 Year Plan -->
<div class="bg-white border border-gray-200 rounded-lg shadow-sm divide-y divide-gray-200" data-aos="fade-up" data-aos-delay="200">
<div class="p-6">
<h3 class="text-lg leading-6 font-medium text-gray-900">2 Year Plan</h3>
<div class="mt-4">
<span class="text-4xl font-extrabold text-gray-900">$245</span>
<span class="text-base font-medium text-gray-500">/2 years</span>
</div>
<p class="mt-4 text-sm text-gray-500">
For stores planning long-term growth
</p>
</div>
<div class="pt-6 pb-8 px-6">
<ul class="space-y-4">
<li class="flex items-start">
<div class="flex-shrink-0">
<i data-feather="check" class="h-5 w-5 text-green-500"></i>
</div>
<p class="ml-3 text-base text-gray-700">
Seller permit processing
</p>
</li>
<li class="flex items-start">
<div class="flex-shrink-0">
<i data-feather="check" class="h-5 w-5 text-green-500"></i>
</div>
<p class="ml-3 text-base text-gray-700">
Premium compliance support
</p>
</li>
<li class="flex items-start">
<div class="flex-shrink-0">
<i data-feather="check" class="h-5 w-5 text-green-500"></i>
</div>
<p class="ml-3 text-base text-gray-700">
Email, chat, and phone support
</p>
</li>
<li class="flex items-start">
<div class="flex-shrink-0">
<i data-feather="check" class="h-5 w-5 text-green-500"></i>
</div>
<p class="ml-3 text-base text-gray-700">
Renewal reminders
</p>
</li>
<li class="flex items-start">
<div class="flex-shrink-0">
<i data-feather="check" class="h-5 w-5 text-green-500"></i>
</div>
<p class="ml-3 text-base text-gray-700">
Compliance audit
</p>
</li>
</ul>
<div class="mt-8">
<a href="apply.html" class="block w-full bg-gray-800 border border-gray-800 rounded-md py-3 text-sm font-semibold text-white text-center hover:bg-gray-900">
Get started
</a>
</div>
</div>
</div>
</div>
<!-- 3 Year Plan (Full Width) -->
<div class="mt-8 bg-white border border-gray-200 rounded-lg shadow-sm divide-y divide-gray-200" data-aos="fade-up">
<div class="p-6">
<h3 class="text-lg leading-6 font-medium text-gray-900">3 Year Plan</h3>
<div class="mt-4">
<span class="text-4xl font-extrabold text-gray-900">$305</span>
<span class="text-base font-medium text-gray-500">/3 years</span>
</div>
<p class="mt-4 text-sm text-gray-500">
Maximum savings for established businesses
</p>
</div>
<div class="pt-6 pb-8 px-6">
<div class="grid grid-cols-1 md:grid-cols-2 gap-8">
<div>
<ul class="space-y-4">
<li class="flex items-start">
<div class="flex-shrink-0">
<i data-feather="check" class="h-5 w-5 text-green-500"></i>
</div>
<p class="ml-3 text-base text-gray-700">
Seller permit processing
</p>
</li>
<li class="flex items-start">
<div class="flex-shrink-0">
<i data-feather="check" class="h-5 w-5 text-green-500"></i>
</div>
<p class="ml-3 text-base text-gray-700">
Premium compliance support
</p>
</li>
<li class="flex items-start">
<div class="flex-shrink-0">
<i data-feather="check" class="h-5 w-5 text-green-500"></i>
</div>
<p class="ml-3 text-base text-gray-700">
Dedicated account manager
</p>
</li>
</ul>
</div>
<div>
<ul class="space-y-4">
<li class="flex items-start">
<div class="flex-shrink-0">
<i data-feather="check" class="h-5 w-5 text-green-500"></i>
</div>
<p class="ml-3 text-base text-gray-700">
Email, chat, and phone support
</p>
</li>
<li class="flex items-start">
<div class="flex-shrink-0">
<i data-feather="check" class="h-5 w-5 text-green-500"></i>
</div>
<p class="ml-3 text-base text-gray-700">
Compliance audit every 6 months
</p>
</li>
<li class="flex items-start">
<div class="flex-shrink-0">
<i data-feather="check" class="h-5 w-5 text-green-500"></i>
</div>
<p class="ml-3 text-base text-gray-700">
Priority renewal processing
</p>
</li>
</ul>
</div>
</div>
<div class="mt-8">
<a href="apply.html" class="block w-full royal-blue border border-transparent rounded-md py-3 text-sm font-semibold text-white text-center hover:bg-blue-700">
Get started
</a>
</div>
</div>
</div>
</div>
</div>
<!-- FAQ Section -->
<div class="bg-white py-12">
<div class="max-w-7xl mx-auto px-4 sm:px-6 lg:px-8">
<div class="lg:text-center">
<h2 class="text-base royal-blue-text font-semibold tracking-wide uppercase">Questions</h2>
<p class="mt-2 text-3xl leading-8 font-extrabold tracking-tight text-gray-900 sm:text-4xl">
Frequently asked questions
</p>
</div>
<div class="mt-10">
<dl class="space-y-10 md:space-y-0 md:grid md:grid-cols-2 md:gap-x-8 md:gap-y-10">
<div class="relative">
<dt>
<p class="text-lg leading-6 font-medium text-gray-900">
What's included in the seller permit processing?
</p>
</dt>
<dd class="mt-2 text-base text-gray-500">
We handle all the paperwork, filings, and communications with the relevant authorities to get your seller permit approved quickly and efficiently.
</dd>
</div>
<div class="relative">
<dt>
<p class="text-lg leading-6 font-medium text-gray-900">
How long does the process take?
</p>
</dt>
<dd class="mt-2 text-base text-gray-500">
Processing times vary by location, but typically range from 2-6 weeks. We expedite the process as much as possible.
</dd>
</div>
<div class="relative">
<dt>
<p class="text-lg leading-6 font-medium text-gray-900">
Can I upgrade my plan later?
</p>
</dt>
<dd class="mt-2 text-base text-gray-500">
Yes, you can upgrade at any time. We'll prorate the difference based on your remaining term.
</dd>
</div>
<div class="relative">
<dt>
<p class="text-lg leading-6 font-medium text-gray-900">
What payment methods do you accept?
</p>
</dt>
<dd class="mt-2 text-base text-gray-500">
We accept all major credit cards, PayPal, and bank transfers for annual plans.
</dd>
</div>
</dl>
</div>
</div>
</div>
<!-- Footer -->
<footer class="bg-gray-800">
<div class="max-w-7xl mx-auto py-12 px-4 sm:px-6 lg:px-8">
<div class="xl:grid xl:grid-cols-3 xl:gap-8">
<div class="space-y-8 xl:col-span-1">
<img class="h-10" src="vertex-logo.png" alt="Vertex Dimension Logo">
<p class="text-gray-300 text-base">
Helping Shopify merchants with seller permits since 2015.
</p>
</div>
<div class="mt-12 grid grid-cols-2 gap-8 xl:mt-0 xl:col-span-2">
<div class="md:grid md:grid-cols-2 md:gap-8">
<div>
<h3 class="text-sm font-semibold text-gray-300 tracking-wider uppercase">
Solutions
</h3>
<ul class="mt-4 space-y-4">
<li>
<a href="index.html" class="text-base text-gray-400 hover:text-white">
Seller Permits
</a>
</li>
<li>
<a href="plans.html" class="text-base text-gray-400 hover:text-white">
Pricing Plans
</a>
</li>
</ul>
</div>
<div class="mt-12 md:mt-0">
<h3 class="text-sm font-semibold text-gray-300 tracking-wider uppercase">
Support
</h3>
<ul class="mt-4 space-y-4">
<li>
<a href="#" class="text-base text-gray-400 hover:text-white">
Contact Us
</a>
</li>
<li>
<a href="#" class="text-base text-gray-400 hover:text-white">
FAQ
</a>
</li>
</ul>
</div>
</div>
</div>
</div>
<div class="mt-12 border-t border-gray-700 pt-8">
<p class="text-base text-gray-400 text-center">
&copy; 2023 Vertex Dimension. All rights reserved.
</p>
</div>
</div>
</footer>
<script>
AOS.init();
feather.replace();
// Mobile menu toggle
const mobileMenuButton = document.querySelector('[aria-controls="mobile-menu"]');
const mobileMenu = document.getElementById('mobile-menu');
mobileMenuButton.addEventListener('click', function() {
const expanded = this.getAttribute('aria-expanded') === 'true' || false;
this.setAttribute('aria-expanded', !expanded);
mobileMenu.classList.toggle('hidden');
});
</script>
</body>
</html>