-
Notifications
You must be signed in to change notification settings - Fork 0
/
pricing.html
341 lines (320 loc) · 19.5 KB
/
pricing.html
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
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
<!doctype html>
<html>
<head>
<!-- Global site tag (gtag.js) - Google Analytics -->
<link href="https://cdn.jsdelivr.net/npm/tailwindcss/dist/tailwind.min.css" rel="stylesheet">
<script async src="https://www.googletagmanager.com/gtag/js?id=G-CEVX2SLENS"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag(){dataLayer.push(arguments);}
gtag('js', new Date());
gtag('config', 'G-CEVX2SLENS');
</script>
<!-- Google Tag Manager -->
<script>(function(w,d,s,l,i){w[l]=w[l]||[];w[l].push({'gtm.start':
new Date().getTime(),event:'gtm.js'});var f=d.getElementsByTagName(s)[0],
j=d.createElement(s),dl=l!='dataLayer'?'&l='+l:'';j.async=true;j.src=
'https://www.googletagmanager.com/gtm.js?id='+i+dl;f.parentNode.insertBefore(j,f);
})(window,document,'script','dataLayer','GTM-TZZPD49');</script>
<!-- End Google Tag Manager -->
<title>GAPP Blocks - Pricing</title>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link href="output.css" rel="stylesheet">
<script
src="https://code.jquery.com/jquery-3.3.1.js"
integrity="sha256-2Kok7MbOyxpgUVvAk/HJ2jigOSYS2auK4Pfzbm7uH60="
crossorigin="anonymous">
</script>
<script>
$(function () {
$("#header").load("header.html");
$("#footer").load("footer.html");
});
</script>
</head>
<body>
<!-- Google Tag Manager (noscript) -->
<noscript><iframe src="https://www.googletagmanager.com/ns.html?id=GTM-TZZPD49"
height="0" width="0" style="display:none;visibility:hidden"></iframe></noscript>
<!-- End Google Tag Manager (noscript) -->
<div class="relative bg-gray-50">
<div id="header"></div>
<div class="bg-gray-900">
<div class="pt-12 px-4 sm:px-6 lg:px-8 lg:pt-20">
<div class="text-center">
<h2 class="text-xl leading-6 font-semibold text-gray-300">Pricing</h2>
<p class="mt-2 text-3xl tracking-tight font-bold text-white sm:text-4xl lg:text-5xl">The right price for you, whoever you are</p>
<p class="mt-3 max-w-4xl mx-auto text-xl text-gray-300 sm:mt-5 sm:text-2xl">Finding the best pricing strategy for your needs is a balancing act. Choose freely from our pricing and plan your future with us.</p>
</div>
</div>
<div class="mt-16 bg-white pb-12 lg:mt-20 lg:pb-20">
<div class="relative z-0">
<div class="absolute inset-0 h-5/6 bg-gray-900 lg:h-2/3"></div>
<div class="max-w-7xl mx-auto px-4 sm:px-6 lg:px-8">
<div class="relative lg:grid lg:grid-cols-7">
<div class="mx-auto max-w-md lg:mx-0 lg:max-w-none lg:col-start-1 lg:col-end-3 lg:row-start-2 lg:row-end-3">
<div class="h-full flex flex-col rounded-lg shadow-lg overflow-hidden lg:rounded-none lg:rounded-l-lg">
<div class="flex-1 flex flex-col">
<div class="bg-white px-6 py-10">
<div>
<h3 class="text-center text-2xl font-medium text-gray-900" id="tier-hobby">Hobby</h3>
<div class="mt-4 flex items-center justify-center">
<span class="px-3 flex items-start text-6xl tracking-tight text-gray-900">
<span class="mt-2 mr-2 text-4xl tracking-tight font-medium"> $ </span>
<span class="font-bold"> 79 </span>
</span>
<span class="text-xl font-medium text-gray-500"> /month </span>
</div>
</div>
</div>
<div class="flex-1 flex flex-col justify-between border-t-2 border-gray-100 p-6 bg-gray-50 sm:p-10 lg:p-6 xl:p-10">
<ul role="list" class="space-y-4">
<li class="flex items-start">
<div class="flex-shrink-0">
<!-- Heroicon name: outline/check -->
<svg class="flex-shrink-0 h-6 w-6 text-green-500" xmlns="http://www.w3.org/2000/svg" fill="none" viewBox="0 0 24 24" stroke-width="2" stroke="currentColor" aria-hidden="true">
<path stroke-linecap="round" stroke-linejoin="round" d="M5 13l4 4L19 7" />
</svg>
</div>
<p class="ml-3 text-base font-medium text-gray-500">Pariatur quod similique</p>
</li>
<li class="flex items-start">
<div class="flex-shrink-0">
<!-- Heroicon name: outline/check -->
<svg class="flex-shrink-0 h-6 w-6 text-green-500" xmlns="http://www.w3.org/2000/svg" fill="none" viewBox="0 0 24 24" stroke-width="2" stroke="currentColor" aria-hidden="true">
<path stroke-linecap="round" stroke-linejoin="round" d="M5 13l4 4L19 7" />
</svg>
</div>
<p class="ml-3 text-base font-medium text-gray-500">Sapiente libero doloribus</p>
</li>
<li class="flex items-start">
<div class="flex-shrink-0">
<!-- Heroicon name: outline/check -->
<svg class="flex-shrink-0 h-6 w-6 text-green-500" xmlns="http://www.w3.org/2000/svg" fill="none" viewBox="0 0 24 24" stroke-width="2" stroke="currentColor" aria-hidden="true">
<path stroke-linecap="round" stroke-linejoin="round" d="M5 13l4 4L19 7" />
</svg>
</div>
<p class="ml-3 text-base font-medium text-gray-500">Vel ipsa esse repudiandae</p>
</li>
</ul>
<div class="mt-8">
<div class="rounded-lg shadow-md">
<a href="#" class="block w-full text-center rounded-lg border border-transparent bg-white px-6 py-3 text-base font-medium text-indigo-600 hover:bg-gray-50" aria-describedby="tier-hobby"> Start your trial </a>
</div>
</div>
</div>
</div>
</div>
</div>
<div class="mt-10 max-w-lg mx-auto lg:mt-0 lg:max-w-none lg:mx-0 lg:col-start-3 lg:col-end-6 lg:row-start-1 lg:row-end-4">
<div class="relative z-10 rounded-lg shadow-xl">
<div class="pointer-events-none absolute inset-0 rounded-lg border-2 border-indigo-600" aria-hidden="true"></div>
<div class="absolute inset-x-0 top-0 transform translate-y-px">
<div class="flex justify-center transform -translate-y-1/2">
<span class="inline-flex rounded-full bg-indigo-600 px-4 py-1 text-base font-semibold text-white"> Most popular </span>
</div>
</div>
<div class="bg-white rounded-t-lg px-6 pt-12 pb-10">
<div>
<h3 class="text-center text-3xl tracking-tight font-semibold text-gray-900 sm:-mx-6" id="tier-growth">Growth</h3>
<div class="mt-4 flex items-center justify-center">
<span class="px-3 flex items-start text-6xl tracking-tight text-gray-900 sm:text-6xl">
<span class="mt-2 mr-2 text-4xl tracking-tight font-medium"> $ </span>
<span class="font-bold"> 149 </span>
</span>
<span class="text-2xl font-medium text-gray-500"> /month </span>
</div>
</div>
</div>
<div class="border-t-2 border-gray-100 rounded-b-lg pt-10 pb-8 px-6 bg-gray-50 sm:px-10 sm:py-10">
<ul role="list" class="space-y-4">
<li class="flex items-start">
<div class="flex-shrink-0">
<!-- Heroicon name: outline/check -->
<svg class="flex-shrink-0 h-6 w-6 text-green-500" xmlns="http://www.w3.org/2000/svg" fill="none" viewBox="0 0 24 24" stroke-width="2" stroke="currentColor" aria-hidden="true">
<path stroke-linecap="round" stroke-linejoin="round" d="M5 13l4 4L19 7" />
</svg>
</div>
<p class="ml-3 text-base font-medium text-gray-500">Quia rem est sed impedit magnam</p>
</li>
<li class="flex items-start">
<div class="flex-shrink-0">
<!-- Heroicon name: outline/check -->
<svg class="flex-shrink-0 h-6 w-6 text-green-500" xmlns="http://www.w3.org/2000/svg" fill="none" viewBox="0 0 24 24" stroke-width="2" stroke="currentColor" aria-hidden="true">
<path stroke-linecap="round" stroke-linejoin="round" d="M5 13l4 4L19 7" />
</svg>
</div>
<p class="ml-3 text-base font-medium text-gray-500">Dolorem vero ratione voluptates</p>
</li>
<li class="flex items-start">
<div class="flex-shrink-0">
<!-- Heroicon name: outline/check -->
<svg class="flex-shrink-0 h-6 w-6 text-green-500" xmlns="http://www.w3.org/2000/svg" fill="none" viewBox="0 0 24 24" stroke-width="2" stroke="currentColor" aria-hidden="true">
<path stroke-linecap="round" stroke-linejoin="round" d="M5 13l4 4L19 7" />
</svg>
</div>
<p class="ml-3 text-base font-medium text-gray-500">Qui sed ab doloribus voluptatem dolore</p>
</li>
<li class="flex items-start">
<div class="flex-shrink-0">
<!-- Heroicon name: outline/check -->
<svg class="flex-shrink-0 h-6 w-6 text-green-500" xmlns="http://www.w3.org/2000/svg" fill="none" viewBox="0 0 24 24" stroke-width="2" stroke="currentColor" aria-hidden="true">
<path stroke-linecap="round" stroke-linejoin="round" d="M5 13l4 4L19 7" />
</svg>
</div>
<p class="ml-3 text-base font-medium text-gray-500">Laborum commodi molestiae id et fugiat</p>
</li>
<li class="flex items-start">
<div class="flex-shrink-0">
<!-- Heroicon name: outline/check -->
<svg class="flex-shrink-0 h-6 w-6 text-green-500" xmlns="http://www.w3.org/2000/svg" fill="none" viewBox="0 0 24 24" stroke-width="2" stroke="currentColor" aria-hidden="true">
<path stroke-linecap="round" stroke-linejoin="round" d="M5 13l4 4L19 7" />
</svg>
</div>
<p class="ml-3 text-base font-medium text-gray-500">Nam ut ipsa nesciunt culpa modi dolor</p>
</li>
</ul>
<div class="mt-10">
<div class="rounded-lg shadow-md">
<a href="#" class="block w-full text-center rounded-lg border border-transparent bg-indigo-600 px-6 py-4 text-xl leading-6 font-medium text-white hover:bg-indigo-700" aria-describedby="tier-growth"> Start your trial </a>
</div>
</div>
</div>
</div>
</div>
<div class="mt-10 mx-auto max-w-md lg:m-0 lg:max-w-none lg:col-start-6 lg:col-end-8 lg:row-start-2 lg:row-end-3">
<div class="h-full flex flex-col rounded-lg shadow-lg overflow-hidden lg:rounded-none lg:rounded-r-lg">
<div class="flex-1 flex flex-col">
<div class="bg-white px-6 py-10">
<div>
<h3 class="text-center text-2xl font-medium text-gray-900" id="tier-scale">Scale</h3>
<div class="mt-4 flex items-center justify-center">
<span class="px-3 flex items-start text-6xl tracking-tight text-gray-900">
<span class="mt-2 mr-2 text-4xl tracking-tight font-medium"> $ </span>
<span class="font-bold"> 349 </span>
</span>
<span class="text-xl font-medium text-gray-500"> /month </span>
</div>
</div>
</div>
<div class="flex-1 flex flex-col justify-between border-t-2 border-gray-100 p-6 bg-gray-50 sm:p-10 lg:p-6 xl:p-10">
<ul role="list" class="space-y-4">
<li class="flex items-start">
<div class="flex-shrink-0">
<!-- Heroicon name: outline/check -->
<svg class="flex-shrink-0 h-6 w-6 text-green-500" xmlns="http://www.w3.org/2000/svg" fill="none" viewBox="0 0 24 24" stroke-width="2" stroke="currentColor" aria-hidden="true">
<path stroke-linecap="round" stroke-linejoin="round" d="M5 13l4 4L19 7" />
</svg>
</div>
<p class="ml-3 text-base font-medium text-gray-500">Pariatur quod similique</p>
</li>
<li class="flex items-start">
<div class="flex-shrink-0">
<!-- Heroicon name: outline/check -->
<svg class="flex-shrink-0 h-6 w-6 text-green-500" xmlns="http://www.w3.org/2000/svg" fill="none" viewBox="0 0 24 24" stroke-width="2" stroke="currentColor" aria-hidden="true">
<path stroke-linecap="round" stroke-linejoin="round" d="M5 13l4 4L19 7" />
</svg>
</div>
<p class="ml-3 text-base font-medium text-gray-500">Sapiente libero doloribus</p>
</li>
<li class="flex items-start">
<div class="flex-shrink-0">
<!-- Heroicon name: outline/check -->
<svg class="flex-shrink-0 h-6 w-6 text-green-500" xmlns="http://www.w3.org/2000/svg" fill="none" viewBox="0 0 24 24" stroke-width="2" stroke="currentColor" aria-hidden="true">
<path stroke-linecap="round" stroke-linejoin="round" d="M5 13l4 4L19 7" />
</svg>
</div>
<p class="ml-3 text-base font-medium text-gray-500">Vel ipsa esse repudiandae</p>
</li>
</ul>
<div class="mt-8">
<div class="rounded-lg shadow-md">
<a href="#" class="block w-full text-center rounded-lg border border-transparent bg-white px-6 py-3 text-base font-medium text-indigo-600 hover:bg-gray-50" aria-describedby="tier-scale"> Start your trial </a>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
<div class="bg-white">
<div class="max-w-7xl mx-auto py-16 px-4 sm:px-6 lg:py-20 lg:px-8">
<div class="lg:grid lg:grid-cols-3 lg:gap-8">
<div>
<h2 class="text-3xl tracking-tight font-bold text-gray-900">Frequently asked questions</h2>
</div>
<div class="mt-12 lg:mt-0 lg:col-span-2">
<dl class="space-y-12">
<div>
<dt class="text-lg leading-6 font-medium text-gray-900">Are there any hidden setup or transaction fee?</dt>
<dd class="mt-2 text-base text-gray-500">You boil the hell out of it. Lorem ipsum dolor sit amet consectetur adipisicing elit. Quas cupiditate laboriosam fugiat.</dd>
</div>
<div>
<dt class="text-lg leading-6 font-medium text-gray-900">Are there any customizable pricing structures available?</dt>
<dd class="mt-2 text-base text-gray-500">You boil the hell out of it. Lorem ipsum dolor sit amet consectetur adipisicing elit. Quas cupiditate laboriosam fugiat.</dd>
</div>
<div>
<dt class="text-lg leading-6 font-medium text-gray-900">Does GAPP allow me to change my pricing later?</dt>
<dd class="mt-2 text-base text-gray-500">You boil the hell out of it. Lorem ipsum dolor sit amet consectetur adipisicing elit. Quas cupiditate laboriosam fugiat.</dd>
</div>
<div>
<dt class="text-lg leading-6 font-medium text-gray-900">Which online platforms are available for payments?</dt>
<dd class="mt-2 text-base text-gray-500">You boil the hell out of it. Lorem ipsum dolor sit amet consectetur adipisicing elit. Quas cupiditate laboriosam fugiat.</dd>
</div>
<div>
<dt class="text-lg leading-6 font-medium text-gray-900">Do you’ve any refund policy?</dt>
<dd class="mt-2 text-base text-gray-500">You boil the hell out of it. Lorem ipsum dolor sit amet consectetur adipisicing elit. Quas cupiditate laboriosam fugiat.</dd>
</div>
</dl>
</div>
</div>
</div>
</div>
</div>
</div>
<div id="footer"></div>
<script>
var openmodal = document.querySelectorAll('.modal-open')
for (var i = 0; i < openmodal.length; i++) {
openmodal[i].addEventListener('click', function(event){
event.preventDefault()
toggleModal()
})
}
const overlay = document.querySelector('.modal-overlay')
overlay.addEventListener('click', toggleModal)
var closemodal = document.querySelectorAll('.modal-close')
for (var i = 0; i < closemodal.length; i++) {
closemodal[i].addEventListener('click', toggleModal)
}
document.onkeydown = function(evt) {
evt = evt || window.event
var isEscape = false
if ("key" in evt) {
isEscape = (evt.key === "Escape" || evt.key === "Esc")
} else {
isEscape = (evt.keyCode === 27)
}
if (isEscape && document.body.classList.contains('modal-active')) {
toggleModal()
}
};
function toggleModal () {
const body = document.querySelector('body')
const modal = document.querySelector('.modal')
modal.classList.toggle('opacity-0')
modal.classList.toggle('pointer-events-none')
body.classList.toggle('modal-active')
}
function addAcceptButtonLink(link) {
const acceptButton = document.querySelector('#AcceptPrivacy')
acceptButton.setAttribute('href', link)
}
</script>
</body>
</html>