-
Notifications
You must be signed in to change notification settings - Fork 0
/
pricing.html
578 lines (558 loc) · 20.6 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
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8" />
<meta http-equiv="X-UA-Compatible" content="IE=edge" />
<title>pricing</title>
<link
rel="icon"
href="./images/homepage/ms-icon-310x310.png"
type="image/png"
/>
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<link
href="https://cdn.jsdelivr.net/npm/bootstrap@5.1.3/dist/css/bootstrap.min.css"
rel="stylesheet"
integrity="sha384-1BmE4kWBq78iYhFldvKuhfTAU6auU8tT94WrHftjDbrCEXSU1oBoqyl2QvZ6jIW3"
crossorigin="anonymous"
/>
<link rel="preconnect" href="https://fonts.googleapis.com" />
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin />
<link
href="https://fonts.googleapis.com/css2?family=Inter:wght@100;300;400;500;600&display=swap"
rel="stylesheet"
/>
<link rel="stylesheet" type="text/css" media="screen" href="style.css" />
</head>
<body>
<!-- * * * * * * * * * * * * * * * * * * * * Header * * * * * * * * * * * * * * * * * * * -->
<header id="home">
<nav
class="navbar navbar-expand-lg navbar-light bg-white sticky"
data-offset="500"
>
<div class="container">
<a href="./" class="navbar-brand">
<img src="./images/homepage/navbar-logo.svg" alt="" class="logo1" />
<img
src="./images/homepage/responsive-icon.svg"
alt=""
class="logo2"
/>
</a>
<button
class="collapsed navbar-toggler"
type="button"
data-bs-toggle="collapse"
data-bs-target="#navbarSupportedContent"
aria-controls="navbarSupportedContent"
aria-expanded="false"
aria-label="Toggle navigation"
>
<span class="navbar-icon">
<img src="./images/homepage/Frame.svg" />
</span>
<span class="navbar-icon-b"><p>close x</p></span>
</button>
<div
class="collapse navbar-collapse justify-content-end"
id="navbarSupportedContent"
>
<div
class="collapse navbar-collapse justify-content-end"
id="navbarSupportedContent"
>
<ul class="navbar-nav">
<li class="about nav-item active">
<a class="title-nav nav-link" href="./#about">About</a>
</li>
<li class="nav-item">
<a class="title-nav nav-link" href="/features">Features</a>
</li>
<!-- <li class="nav-item">
<a class="nav-link" href="./index#section3">FAQ</a>
</li> -->
<li class="nav-item">
<a
class="title-nav nav-link"
data-bs-toggle="modal"
data-bs-target="#staticBackdrop"
>
Contact
</a>
</li>
<li class="login-signup nav-item">
<a href="https://app.junglecat.com/login">
<button
type="button"
class="login-button btn btn-outline-primary"
id="login"
>
Login
</button>
</a>
<a href="https://app.junglecat.com/register">
<button
type="button"
class="signup-button btn btn-primary"
id="signup"
>
Sign Up
</button>
</a>
</li>
</ul>
</div>
</div>
</div>
</nav>
</header>
<!-- title -->
<div class="container">
<div class="price-title">
<h3 class="text-center">Plans and pricing</h3>
<br />
<h4 class="text-center">for JungleCat apps and more</h4>
<p class="text-center">
choose the package that suits you choose the package that suits you
choose the package that suits you choose the package that suits you
choose the package that suits you
</p>
</div>
<!-- cards -->
<div class="container feature-imgboxes-one">
<div class="price-one-backgrnd"></div>
<div class="price-two-backgrnd"></div>
<div class="price-rectangle-image">
<img src="./images/homepage/price-rectangle.svg" alt="image2" />
</div>
<div class="price-page-circle">
<svg height="500" width="500">
<circle
cx="200"
cy="200"
r="80"
fill="#BD9DFF
"
/>
</svg>
</div>
<div class="violet-circle-pricepage">
<svg height="500" width="500">
<circle
cx="300"
cy="300"
r="130"
fill="#9DD0FF
"
/>
</svg>
</div>
<div class="price-row row row-cols-1 row-cols-md-3 g-4 mt-4">
<div class="col col-md-12 col-lg-4">
<div class="card h-100">
<div class="p-4 pb-0">
<h5 class="card-title">
Free
<span class="card-price-symbol">
<h2 style="display: inline-block;">
$
<span class="card-price me-1">
<h1>0</h1>
</span>
</h2>
</span>
</h5>
<div class="description">
<div class="price-desc">
<p>/ User /Month</p>
</div>
<h6>For the basics</h6>
</div>
</div>
<hr style="width: 100%; height: 1px; color: #8d94b0;" />
<ul class="list-unstyled p-4">
<li>
<span><img src="./images/homepage/green-tick.svg" /></span>
3 Units
</li>
<li class="mt-4">
<span><img src="./images/homepage/green-tick.svg" /></span>
5 Students
</li>
<li class="mt-4">
<span><img src="./images/homepage/green-tick.svg" /></span>
Schedule management
</li>
<li class="mt-4">
<span><img src="./images/homepage/green-tick.svg" /></span>
Qualification and course management
</li>
<li class="mt-4">
<span><img src="./images/homepage/green-tick.svg" /></span>
TAS Automation for RTOs in Australia
</li>
<li class="mt-4">
<span><img src="./images/homepage/green-tick.svg" /></span>
Assesment management
</li>
<li class="disabled-title mt-4">
<span><img src="./images/homepage/unchecked.svg" /></span>
recorded video classes
</li>
<li class="disabled-title mt-4">
<span><img src="./images/homepage/unchecked.svg" /></span>
Real time video classes
</li>
<li class="disabled-title mt-4">
<span><img src="./images/homepage/unchecked.svg" /></span>
Attendance management
</li>
</ul>
<button type="button" class="btn btn-primary">
Get Started
</button>
</div>
</div>
<div class="col col-md-12 col-lg-4">
<div class="middle-col card h-100">
<div class="p-4 pb-0">
<h5 class="card-title middle-col-text">
Premium
<span class="card-price-symbol middle-col-text">
<h2 style="display: inline-block;">
$
<span class="card-price middle-col-text me-1">
<h1>5</h1>
</span>
</h2>
</span>
</h5>
<div class="description middle-col-text">
<div class="price-desc middle-col-text">
<p>/ User /Month</p>
</div>
<h6>For advanced</h6>
</div>
</div>
<hr style="width: 100%; height: 1px; color: white;" />
<ul class="middle-col list-unstyled p-4">
<li>
<span><img src="./images/homepage/green-tick.svg" /></span>
<strong>Unlimited</strong>
Units
</li>
<li class="mt-4">
<span><img src="./images/homepage/green-tick.svg" /></span>
<strong>Unlimited</strong>
students
</li>
<li class="mt-4">
<span><img src="./images/homepage/green-tick.svg" /></span>
Schedule management
</li>
<li class="mt-4">
<span><img src="./images/homepage/green-tick.svg" /></span>
Qualification and course management
</li>
<li class="mt-4">
<span><img src="./images/homepage/green-tick.svg" /></span>
TAS Automation for RTOs in Australia
</li>
<li class="mt-4">
<span><img src="./images/homepage/green-tick.svg" /></span>
Assesment management
</li>
<li class="mt-4">
<span><img src="./images/homepage/green-tick.svg" /></span>
recorded video classes
</li>
<li class="mt-4">
<span><img src="./images/homepage/green-tick.svg" /></span>
Real time video classes
</li>
<li class="mt-4">
<span><img src="./images/homepage/green-tick.svg" /></span>
Attendance management
</li>
</ul>
<button type="button" class="btn btn-primary">
Get Started
</button>
</div>
</div>
<div class="col col-md-12 col-lg-4">
<div class="card h-100">
<div class="p-4 pb-0">
<h5 class="card-title">
Enterprise
</h5>
<div class="description pb-3">
<h6>Run your own terms</h6>
</div>
</div>
<hr style="width: 100%; height: 1px; color: #8d94b0;" />
<ul class="list-unstyled p-4">
<li>
<span><img src="./images/homepage/green-tick.svg" /></span>
<strong>Unlimited</strong>
Units
</li>
<li class="mt-4">
<span><img src="./images/homepage/green-tick.svg" /></span>
<strong>Unlimited</strong>
students
</li>
<li class="mt-4">
<span><img src="./images/homepage/green-tick.svg" /></span>
Schedule management
</li>
<li class="mt-4">
<span><img src="./images/homepage/green-tick.svg" /></span>
Qualification and course management
</li>
<li class="mt-4">
<span><img src="./images/homepage/green-tick.svg" /></span>
TAS Automation for RTOs in Australia
</li>
<li class="mt-4">
<span><img src="./images/homepage/green-tick.svg" /></span>
Assesment management
</li>
<li class="mt-4">
<span><img src="./images/homepage/green-tick.svg" /></span>
recorded video classes
</li>
<li class="mt-4">
<span><img src="./images/homepage/green-tick.svg" /></span>
Real time video classes
</li>
<li class="mt-4">
<span><img src="./images/homepage/green-tick.svg" /></span>
Attendance management
</li>
</ul>
<button type="button" class="btn btn-primary">
Get Started
</button>
</div>
</div>
</div>
</div>
<!-- * * * * * * * * * * * * * * * * * blue box * * * * * * * * * * * * * * * * * * * -->
<div class="blueboxposition pricepage-bluebox container">
<div class="bluebox">
<div>
<img src="./images/homepage/hat.svg" id="hatimage" />
</div>
<div class="row">
<div class="col-md-7 col-lg-8 col-xl-9">
<div class="boxtext">
<h3>
Start Under One Jungle
</h3>
<p>Expand and combine audiences based on performance</p>
</div>
</div>
<div class="col-md-5 col-lg-4 col-xl-3">
<div class="accesbtn d-grid">
<button
class="btn btn-primary text-center"
type="button"
data-bs-toggle="modal"
data-bs-target="#staticBackdrop"
>
Register for Access
</button>
</div>
</div>
</div>
</div>
</div>
<!-- Modal -->
<div
class="modal fade mymodal"
id="staticBackdrop"
data-bs-backdrop="static"
data-bs-keyboard="false"
tabindex="-1"
aria-labelledby="staticBackdropLabel"
aria-hidden="true"
>
<div class="modal-dialog modal-dialog-centered">
<div class="modal-content">
<div class="modal-header">
<h5 class="modal-title" id="staticBackdropLabel">
<img
src="./images/homepage/navbar-logo.svg"
alt=""
class="contactlogo"
/>
</h5>
<button
type="button"
class="btn-close"
data-bs-dismiss="modal"
aria-label="Close"
onclick="fun()"
></button>
</div>
<div class="modal-body">
<!-- top-background -->
<div class="top-background"></div>
<!-- * * * * * * * * * * * * * * * * * * contact form * * * * * * * * * * * * * * * * -->
<div class="form container col-sm-12">
<div class="form-title">
<h3>Register for Access</h3>
<p>
Thanks for your interest in working with us. Please complete the details below and we'll get back to you soon.
</p>
</div>
<form
id="customerform"
action="https://api-v2.junglecat.com/api/contact/insert"
method="POST"
name="form"
autocomplete="off"
>
<div class="mb-3">
<label for="name" class="form-label mt-3">
What should we call you?
</label>
<input
type="text"
class="form-control"
id="name"
name="name"
placeholder="Name"
/>
<div id="name-error">Please enter your name</div>
</div>
<div class="mb-3">
<label for="email" class="form-label mt-3">
How shall we contact you?
</label>
<input
type="email"
class="form-control"
id="email"
name="email"
placeholder="Email"
/>
<div id="email-error">Enter Valid Email Address</div>
</div>
<div class="mb-3">
<label for="message" class="form-label mt-3">
What about your organisation and details?
</label>
<textarea
type="text"
class="form-control"
id="message"
name="message"
placeholder="Message"
></textarea>
<div id="message-error">Add Your Message</div>
</div>
<button
type="submit"
class="submit-btn btn btn-primary mt-5 mb-5"
>
Send
<span class="ms-2">→</span>
</button>
</form>
</div>
</div>
</div>
</div>
</div>
</div>
<!-- * * * * * * * * * * * * * * * * * Contact section * * * * * * * * * * * * * * * * * * * -->
<div class="featurefooter container-fluid" id="section-last">
<div class="feature-container container">
<div class="footerRow row">
<div class="feature-firstcol col-xl-5 col-lg-5 col-md-4 sm-12 mt-3">
<img
class="first-footer-image"
src="./images/homepage/footer-icon.svg"
/>
<img
class="second-footer-image"
src="./images/homepage/responsive-footer-image.svg"
/>
<p class="mt-3">
A virtual edu era, Future of education
</p>
</div>
<div class="feature-secondcol col-xl-3 col-lg-4 col-md-4 mt-4">
<h3>Contact</h3>
<ul class="list-unstyled mt-2">
<a href="mailto:hello@junglecat.com" target="_blank">
<li class="mt-3">
<img src="./images/homepage/email.svg" />
<span>
hello@junglecat.com
</span>
</li>
</a>
<a href="https://instagram.com/junglecatedu" target="_blank">
<li class="mt-3">
<img src="./images/homepage/instagram.svg" />
<span>
JungleCatEdu
</span>
</li>
</a>
<a href="https://twitter.com/junglecatedu" target="_blank">
<li class="mt-3">
<img src="./images/homepage/twitter.svg" />
<span>
JungleCatEdu
</span>
</li>
</a>
</ul>
</div>
<div
class="feature-thirdcol col-xl-2 col-lg-2 col-md-2 col-sm-12 mt-4"
>
<h3>Navigation</h3>
<ul class="list-unstyled">
<li class="mt-3"><a href="./home">Home</a></li>
<li class="mt-3"><a href="/features">Features</a></li>
<!-- <li class="mt-3"><a href="./index#section3">FAQ</a></li> -->
<li class="mt-3">
<a href="https://app.junglecat.com/register">Sign Up</a>
</li>
</ul>
</div>
</div>
</div>
</div>
<!-- * * * * * * * * * * * * * * * * * copyright * * * * * * * * * * * * * * * * * * * -->
<div class="copy container-fluid">
<div class="container">
<div class="copyright row">
<div class="p1 col-md-8 col-sm-12">
Copyright © 2023 JungleCat All rights reserved.
</div>
<div class="p2 col-md-4 col-sm-6">
<a href="./policy">Privacy Policy & Terms of Use</a>
</div>
</div>
</div>
</div>
<script
src="https://cdn.jsdelivr.net/npm/@popperjs/core@2.10.2/dist/umd/popper.min.js"
integrity="sha384-7+zCNj/IqJ95wo16oMtfsKbZ9ccEh31eOz1HGyDuCQ6wgnyJNSYdrPa03rtR1zdB"
crossorigin="anonymous"
></script>
<script
src="https://cdn.jsdelivr.net/npm/bootstrap@5.1.3/dist/js/bootstrap.min.js"
integrity="sha384-QJHtvGhmr9XOIpI6YVutG+2QOK9T+ZnN4kzFN1RtK3zEFEIsxhlmWl5/YESvpZ13"
crossorigin="anonymous"
></script>
<script src="validation.js"></script>
</body>
</html>