-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathpricing.html
More file actions
129 lines (124 loc) · 8.04 KB
/
Copy pathpricing.html
File metadata and controls
129 lines (124 loc) · 8.04 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
<!DOCTYPE html>
<html lang="en">
<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">
<title>The Design Company</title>
<link rel="stylesheet" href="https://unpkg.com/aos@next/dist/aos.css" />
<link rel="stylesheet" href="./main.css">
<style>
@import url('https://fonts.googleapis.com/css2?family=Inria+Serif:ital,wght@0,300;0,400;0,700;1,300;1,400;1,700&family=Inter:wght@100..900&family=Qwitcher+Grypen:wght@400;700&display=swap');
</style>
<style>
@import url('https://fonts.googleapis.com/css2?family=Kanit:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');
</style>
<script>document.documentElement.classList.add('js')</script>
</head>
<body class="relative w-full mx-auto transition-all duration-1000 !scroll-smooth scrollbar-hide">
<nav class="w-full">
<div class="flex items-center justify-between pt-5 relative mx-10">
<a href="/" class="cursor-pointer" data-aos="zoom-in-left" data-aos-delay="300"><img src="./Resources/Group 1.svg" alt="The Design Company" width="145px"></a>
<ul class="flex space-x-5 font-semibold text-base font-Inter">
<li class="text-black hover:text-light-purple cursor-pointer transition-all duration-200 relative group
pb-2" data-aos="zoom-in-left" data-aos-delay="450">
<a href="./catagory.html">Category</a>
<div class="absolute bottom-0 w-full h-1 bg-light-purple hidden group-hover:block transition-all duration-200 rounded-3xl"></div>
</li>
<li class="text-black hover:text-light-purple cursor-pointer transition-all duration-200 relative group
pb-2 " data-aos="zoom-in-left" data-aos-delay="600">
<a href="#">Pricing</a>
<div class="absolute bottom-0 w-full h-1 bg-light-purple hidden group-hover:block transition-all duration-200 rounded-3xl"></div>
</li>
<li class="text-black hover:text-light-purple cursor-pointer transition-all duration-200 relative group
pb-2" data-aos="zoom-in-left" data-aos-delay="750"><a href="./order.html">Orders</a>
<div class="absolute bottom-0 w-full h-1 bg-light-purple hidden group-hover:block transition-all duration-200 rounded-3xl"></div>
</li>
<li class="text-black hover:text-light-purple cursor-pointer transition-all duration-200 relative group
pb-2 " data-aos="zoom-in-left" data-aos-delay="900"><a href="./about.html">About</a>
<div class="absolute bottom-0 w-full h-1 bg-light-purple hidden group-hover:block transition-all duration-200 rounded-3xl"></div>
</li>
</ul>
<div class="flex font-semibold text-base font-Inter">
<button class="pr-3 items-center flex space-x-2" data-aos="zoom-in-left" data-aos-delay="1150"><img width="20px" height="20px" src="./Resources/ingate.png" alt="" onclick="window.location.href='Login.html';" >Login</button>
<button class="rounded-xl bg-light-purple w-20 h-8 hover:w-24 hover:h-12 transition-all duration-800 text-white" style="color: aliceblue;" data-aos="fade-left" data-aos-delay="1300" onclick="window.location.href='SignUp.html';" >Sign Up</button>
</div>
</div>
</nav>
<div class="gap-10 mx-96 flex mt-20">
<div class="w-[360px] h-[611px] bg-light-purple rounded-[50px]">
<div class=" flex justify-center">
<div class="w-[150px] h-[58px] bg-white rounded-[50px] mt-9 text-center font-Inter text-2xl pt-2 font-semibold flex justify-center">
<span class="">Silver</span>
</div>
</div>
<div class="text-center mt-12">
<div class="text-xl pt-4 text-center font-Kanit text-white">Custom Logo Design ✔</div>
<div class="text-xl pt-4 text-center font-Kanit text-white">Professionally Logo ✔</div>
<div class="text-xl pt-4 text-center font-Kanit text-white">Basic Graphic design ✔</div>
<div class="text-xl pt-4 text-center font-Kanit text-white">Limited Revisions (Only 2 times) ✔</div>
<div class="text-xl pt-4 text-center font-Kanit text-white">Email Support(within 24 hours) ✔</div>
<div class="text-xl pt-4 text-center font-Kanit text-white">Ideal for: Small businesses, startups ✔</div>
<div class="text-xl pt-4 text-center font-Kanit text-white">Starting at ₹1499/month</div>
</div>
<div class="flex justify-center mt-9">
<a href="">
<button class="bg-white text-2xl rounded-3xl font-Inter w-32 h-10">
Buy now
</button>
</a>
</div>
</div>
<div class="w-[360px] h-[611px] bg-light-purple rounded-[50px]">
<div class=" flex justify-center">
<div class="w-[150px] h-[58px] bg-white rounded-[50px] mt-9 text-center font-Inter text-2xl pt-2 font-semibold flex justify-center">
<span class="">Gold</span>
</div>
</div>
<div class="text-center mt-12">
<div class="text-xl pt-4 text-center font-Kanit text-white">Custom Logo Design ✔</div>
<div class="text-xl pt-4 text-center font-Kanit text-white">Branding Guide ✔</div>
<div class="text-xl pt-4 text-center font-Kanit text-white">Extensive Graphic Design ✔</div>
<div class="text-xl pt-4 text-center font-Kanit text-white">Limited Revisions (10-15 times) ✔</div>
<div class="text-xl pt-4 text-center font-Kanit text-white">Priority Support ✔</div>
<div class="text-xl pt-4 text-center font-Kanit text-white">Ideal for: Growing businesses, entrepreneurs ✔</div>
<div class="text-xl pt-4 text-center font-Kanit text-white">Starting at ₹3499/month</div>
</div>
<div class="flex justify-center mt-9">
<a href="">
<button class="bg-white text-2xl rounded-3xl font-Inter w-32 h-10">
Buy now
</button>
</a>
</div>
</div>
<div class="w-[360px] h-[611px] bg-light-purple rounded-[50px]">
<div class=" flex justify-center">
<div class="w-[150px] h-[58px] bg-white rounded-[50px] mt-9 text-center font-Inter text-2xl pt-2 font-semibold flex justify-center">
<span class="">Platinium</span>
</div>
</div>
<div class="text-center mt-12">
<div class="text-xl pt-4 text-center font-Kanit text-white">Elite Logo Design ✔</div>
<div class="text-xl pt-4 text-center font-Kanit text-white">Full-Scale Graphic Design ✔</div>
<div class="text-xl pt-4 text-center font-Kanit text-white">Full-Scale Graphic Design ✔</div>
<div class="text-xl pt-4 text-center font-Kanit text-white">Unlimited Revisions & Consultation ✔</div>
<div class="text-xl pt-4 text-center font-Kanit text-white">Email Support(within 24 hours) ✔</div>
<div class="text-xl pt-4 text-center font-Kanit text-white">Ideal for: Small businesses, startups ✔</div>
<div class="text-xl pt-4 text-center font-Kanit text-white">Starting at ₹1499/month</div>
</div>
<div class="flex justify-center mt-9">
<a href="">
<button class="bg-white text-2xl rounded-3xl font-Inter w-32 h-10">
Buy now
</button>
</a>
</div>
</div>
</div>
<script src="https://unpkg.com/aos@next/dist/aos.js"></script>
<script>
AOS.init();
</script>
</body>
</html>