-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
615 lines (577 loc) · 28.2 KB
/
index.html
File metadata and controls
615 lines (577 loc) · 28.2 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
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
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
<!DOCTYPE html>
<html lang="en">
<head>
<meta name="keywords" content="zosimetech, ZOSIMETECH, ZosimeTech, Zosime, ZOSIME, zosime" />
<meta name="description" content="Website Development and Design Company" />
<meta name="author" content="Zosime" />
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<meta http-equiv="X-UA-Compatible" content="ie=edge" />
<!-- Favicon -->
<link rel="apple-touch-icon" sizes="57x57" href="img/favicon/apple-icon-57x57.png">
<link rel="apple-touch-icon" sizes="60x60" href="img/favicon/apple-icon-60x60.png">
<link rel="apple-touch-icon" sizes="72x72" href="img/favicon/apple-icon-72x72.png">
<link rel="apple-touch-icon" sizes="76x76" href="img/favicon/apple-icon-76x76.png">
<link rel="apple-touch-icon" sizes="114x114" href="img/favicon/apple-icon-114x114.png">
<link rel="apple-touch-icon" sizes="120x120" href="img/favicon/apple-icon-120x120.png">
<link rel="apple-touch-icon" sizes="144x144" href="img/favicon/apple-icon-144x144.png">
<link rel="apple-touch-icon" sizes="152x152" href="img/favicon/apple-icon-152x152.png">
<link rel="apple-touch-icon" sizes="180x180" href="img/favicon/apple-icon-180x180.png">
<link rel="icon" type="image/png" sizes="192x192" href="img/favicon/android-icon-192x192.png">
<link rel="icon" type="image/png" sizes="32x32" href="img/favicon/favicon-32x32.png">
<link rel="icon" type="image/png" sizes="96x96" href="img/favicon/favicon-96x96.png">
<link rel="icon" type="image/png" sizes="16x16" href="img/favicon/favicon-16x16.png">
<link rel="manifest" href="/manifest.json">
<meta name="msapplication-TileColor" content="#ffffff">
<meta name="msapplication-TileImage" content="/ms-icon-144x144.png">
<meta name="theme-color" content="#ffffff">
<meta name="msapplication-TileColor" content="#ffffff">
<meta name="msapplication-config" content="/img/favicon/browserconfig.xml">
<meta name="theme-color" content="#ffffff">
<!-- Stylesheet -->
<link rel="stylesheet" href="css/style.min.css" />
<link rel="stylesheet" href="https://unpkg.com/aos@next/dist/aos.css" />
<!-- Google fonts: Barlow -->
<link href="https://fonts.googleapis.com/css2?family=Barlow:wght@300;400;500;600;700&display=swap" rel="stylesheet" />
<title>Get online with ZOSIME!</title>
</head>
<body>
<header>
<nav class="nav">
<div class="nav-container">
<div class="nav__brand">
<a href="#"><img src="img/logo/logo-colored-filled.png" alt="Zosime" class="nav__brand-image" /></a>
</div>
<ul class="nav__items">
<li class="nav__item">
<a href="#home" class="nav__link">Home</a>
</li>
<li class="nav__item">
<a href="#pricing" class="nav__link">Pricing</a>
</li>
<li class="nav__item">
<a href="#contact" class="nav__link">Contact us</a>
</li>
</ul>
<div class="burger">
<div class="burger__line"> </div>
</div>
</div>
</nav>
</header>
<main>
<section class="hero" id="home">
<div class="hero-inner">
<div class="hero__text">
<h1 class="heading-primary">
Get online with <span class="masked-text u-upper">ZOSIME!</span>
</h1>
<h2 class="heading-secondary">
Get your business website up and running in days!
</h2>
<p class="hero__paragraph">
We develop and deliver quality websites that satisfy your needs at cheap price.
</p>
</div>
<div class="hero__illustration" data-aos="flip-up" data-aos-once="true">
<img src="img/Hero illustration.png" alt="hero" class="u-image-full-size" />
</div>
</div>
<div class="small__circle">
</div>
</section>
<section class="project">
<h2 class="section-title u-mb-large">Our <span>Project</span></h2>
<div class="project__container">
<div class="project__card project__card--1">
<a href="https://nviktous.herokuapp.com" target="blank" class="u-iblock"><img src="img/nviktous.png"
alt="Project-1" /></a>
</div>
<div class="project__card project__card--2">
<a href="https://krishnamoorthy12.github.io/trident" target="blank" class="u-iblock"><img
src="img/project-2.png" alt="Project-2" /></a>
</div>
<div class="project__card project__card--3">
<a href="https://rahul-dairy-farm.netlify.app" target="blank" class="u-iblock"><img
src="img/rahul-dairy-farm.png" alt="Project-3" /></a>
</div>
<div class="project__card project__card--4">
<a href="https://collegemate.herokuapp.com/signin" target="blank" class="u-iblock"><img
src="img/collegemate.png" alt="Project-4" /></a>
</div>
</div>
</section>
<section class="feature u-margin-tb-medium">
<h2 class="section-title u-mb-large">
Why should you <span>choose us?</span>
</h2>
<div class="feature__container">
<img src="img/low-cost.png" alt="low-cost-photo" class="feature__image feature__image--1" />
<div class="feature__text--1" data-aos="fade-left">
<h4>Value for money</h4>
<p class="description">
Zosime's objective is to deliver the product with best quality to the customer in low rate than others. We
value every penny of yours. So, what are you waiting for? Hire Zosime techies to build your very own
websites for your company!
</p>
</div>
<img src="img/instant-reply.png" alt="instant-reply-photo" class="feature__image feature__image--2" />
<div class="feature__text--2" data-aos="fade-right">
<h4>Instant Response</h4>
<p class="description">
Time is gold, right? And someone wasting our time by making us wait is so bad. We, Zosmie techies are online
for 24/7 so no word for the late responses. We guarantee your satisfaction to the level best. Talk to our
client service center to clear any kind of queries instantly.
</p>
</div>
<img src="img/discussion.png" alt="discussion-photo" class="feature__image feature__image--3" />
<div class="feature__text--3" data-aos="fade-left">
<h4>Friendly Discussion</h4>
<p class="description">
Feel free to expose those ideas in your minds for your dedicated websites and we blend them to reality.
Friendly discussion is made with you by our team to know what your requirements are and how you want your
website to be. Zosime tends to maintain our service as far as user-friendly.
</p>
</div>
<img src="img/attractive-design.png" alt="design-photo" class="feature__image feature__image--4" />
<div class="feature__text--4" data-aos="fade-right">
<h4>Attractive Design</h4>
<p class="description">
Designs are manufactured by Zosime technicians with all of their hardwork and dedication to fulfill your
needs. We assure you that the end-product will surely satisfy your needs. With your websites designed by
Zosime techies, your company is well set to go on the world of internet!
</p>
</div>
</section>
<section class="pricing u-margin-tb-medium" id="pricing">
<h2 class="section-title u-mb-large">
Pick your <span>perfect business</span> plan
</h2>
<div class="pricing__container">
<div class="pricing__card pricing__card--1">
<div class="pricing__card--banner">
<img src="./img/basic banner.png" alt="basic" />
<h3>Pro</h3>
</div>
<div class="pricing__card--content">
<p>starts from</p>
<h3>₹2499/-</h3>
<ul class="pricing__detail">
<li class="pricing__item">
<svg class="pricing__item--icon">
<use xlink:href="icons/sprite.svg#icon-check"></use>
</svg>
Static Website
</li>
<li class="pricing__item">
<svg class="pricing__item--icon">
<use xlink:href="icons/sprite.svg#icon-check"></use>
</svg>
1 Year free Domain
</li>
<li class="pricing__item">
<svg class="pricing__item--icon">
<use xlink:href="icons/sprite.svg#icon-check"></use>
</svg>
6 Months Hosting
</li>
<li class="pricing__item">
<svg class="pricing__item--icon">
<use xlink:href="icons/sprite.svg#icon-check"></use>
</svg>
5 mail accounts
</li>
<li class="pricing__item">
<svg class="pricing__item--icon">
<use xlink:href="icons/sprite.svg#icon-check"></use>
</svg>
WhatsApp API Integration
</li>
</ul>
<a href="#popup-pro" class="pricing__btn pricing__btn--basic">Show more</a>
</div>
</div>
<div class="trans-circle trans-circle--1">
</div>
<div class="pricing__card pricing__card--2">
<div class="pricing__card--banner">
<img src="./img/pro banner.png" alt="pro" />
<h3>Premium</h3>
</div>
<div class="pricing__card--content">
<p>starts from</p>
<h3>₹5599/-</h3>
<ul class="pricing__detail">
<li class="pricing__item">
<svg class="pricing__item--icon">
<use xlink:href="icons/sprite.svg#icon-check"></use>
</svg>
Dynamic Website
</li>
<li class="pricing__item">
<svg class="pricing__item--icon">
<use xlink:href="icons/sprite.svg#icon-check"></use>
</svg>
1 Year free Domain
</li>
<li class="pricing__item">
<svg class="pricing__item--icon">
<use xlink:href="icons/sprite.svg#icon-check"></use>
</svg>
1 Year Hosting
</li>
<li class="pricing__item">
<svg class="pricing__item--icon">
<use xlink:href="icons/sprite.svg#icon-check"></use>
</svg>
10 mail accounts
</li>
<li class="pricing__item">
<svg class="pricing__item--icon">
<use xlink:href="icons/sprite.svg#icon-check"></use>
</svg>
DB storage
</li>
</ul>
<a href="#popup-premium" class="pricing__btn pricing__btn--pro">Show more</a>
</div>
</div>
<div class="trans-circle trans-circle--2">
</div>
<div class="pricing__card pricing__card--3">
<div class="pricing__card--banner">
<img src="./img/premium-banner.png" alt="premium" />
<h3>Special</h3>
</div>
<div class="pricing__card--content">
<p>starts from</p>
<h3>₹8999/-</h3>
<ul class="pricing__detail">
<li class="pricing__item">
<svg class="pricing__item--icon">
<use xlink:href="icons/sprite.svg#icon-check"></use>
</svg>
Full E - commerce
</li>
<li class="pricing__item">
<svg class="pricing__item--icon">
<use xlink:href="icons/sprite.svg#icon-check"></use>
</svg>
1 Year Domain and Hosting
</li>
<li class="pricing__item">
<svg class="pricing__item--icon">
<use xlink:href="icons/sprite.svg#icon-check"></use>
</svg>
Payment Gateway
</li>
<li class="pricing__item">
<svg class="pricing__item--icon">
<use xlink:href="icons/sprite.svg#icon-check"></use>
</svg>
Unlimited mail accounts
</li>
<li class="pricing__item">
<svg class="pricing__item--icon">
<use xlink:href="icons/sprite.svg#icon-check"></use>
</svg>
Live Chat
</li>
</ul>
<a href="#popup-special" class="pricing__btn pricing__btn--premium">Show more</a>
</div>
</div>
<div class="trans-circle trans-circle--3">
</div>
</div>
<a href="#popup-custom" class="custom__link">
<div class="custom">
<div class="custom--top">
<img class="custom--logo" src="./icons/survey.svg" alt="survey">
<div class="custom--text">
<h4>Custom Plan</h4>
<span>Choose and pay for what you want.</span>
</div>
</div>
<div class="custom--price">
<p>Starting at just</p>
<h3>₹149/-</h3>
</div>
</div>
</a>
</section>
<!-- <section class="about u-margin-tb-small" id="about">
<h2 class="section-title u-mb-large">Our <span>Team</span></h2>
<div class="my__team">
<img
src="https://avatars3.githubusercontent.com/u/51264445?s=400&u=1b76176e8275bc7d21cff680937580beaf45aba6&v=4"
alt="img 1" class="my__team--photo my__team--photo-1" />
<img
src="https://avatars2.githubusercontent.com/u/41967554?s=400&u=69dc07ff57f177df9ca1751df8e9f9028d46fc74&v=4"
alt="img 1" class="my__team--photo my__team--photo-2" />
<img
src="https://avatars1.githubusercontent.com/u/45224729?s=400&u=14ef29f3b5ebfb5a601ccf7af06700bf0c55dbef&v=4"
alt="img 1" class="my__team--photo my__team--photo-3" />
<img
src="https://avatars1.githubusercontent.com/u/51191409?s=400&u=c07f4572cd5f0130205cb575e1ac728af4a8a88d&v=4"
alt="img 1" class="my__team--photo my__team--photo-4" />
<img
src="https://avatars3.githubusercontent.com/u/51258030?s=400&u=112941453bb0ba49a9bc53a3a24a6bc18ddf1612&v=4"
alt="img 1" class="my__team--photo my__team--photo-5" />
<img
src="https://avatars2.githubusercontent.com/u/52772844?s=400&u=75bcde7f6aec74a298dca65a4c4af1fc07e5dc97&v=4"
alt="img 1" class="my__team--photo my__team--photo-6" />
<img
src="https://avatars0.githubusercontent.com/u/51258373?s=400&u=7bb882a44d57d1fd63894527db5b822ce225e81b&v=4"
alt="img 1" class="my__team--photo my__team--photo-7" />
<img
src="https://avatars2.githubusercontent.com/u/67871713?s=400&u=9927dacbcf54955c9f55dfa0923289112a033802&v=4"
alt="img 1" class="my__team--photo my__team--photo-8" />
<img
src="https://avatars1.githubusercontent.com/u/59364250?s=400&u=723434ed0eebb6bd52c1284ac6a9f7f09e2b6004&v=4"
alt="img 1" class="my__team--photo my__team--photo-9" />
<img
src="https://avatars0.githubusercontent.com/u/64267992?s=400&u=62a4824a5d3f883ec0382b98bd7a7ee489d3eb84&v=4"
alt="img 1" class="my__team--photo my__team--photo-10" />
<img
src="https://avatars2.githubusercontent.com/u/53274246?s=400&u=3d917a20984f262bdbb472dfd5e8d709d3052208&v=4"
alt="img 1" class="my__team--photo my__team--photo-11" />
<img
src="https://avatars3.githubusercontent.com/u/68678134?s=400&u=021b1febbd47fa711b0ec8c096b443d742d060fb&v=4"
alt="img 1" class="my__team--photo my__team--photo-12" />
<img src="./img/logo/logo-colored-filled.png" alt="logo" class="my__team--photo-logo" />
</div>
<h3 class="section-title"><span>100 + </span> in community</h3>
<div class="community">
<img
src="https://firebasestorage.googleapis.com/v0/b/superstar-32cda.appspot.com/o/IMG_20190613_072701.jpg?alt=media&token=e4b83177-1b58-4d68-bf96-f1e08fcfe90a"
alt="img 1" class="community--photo community--photo-1" />
<img
src="https://firebasestorage.googleapis.com/v0/b/superstar-32cda.appspot.com/o/WhatsApp%20Image%202020-07-24%20at%2021.38.26.jpeg?alt=media&token=97d1015c-781c-4b51-80b1-5e88190b3616"
alt="img 2" class="community--photo community--photo-2" />
<img
src="https://firebasestorage.googleapis.com/v0/b/superstar-32cda.appspot.com/o/WhatsApp%20Image%202020-07-25%20at%2012.57.39.jpeg?alt=media&token=41a55eaa-1855-4ce8-bb68-841919ef43e7"
alt="img 3" class="community--photo community--photo-3" />
<img
src="https://firebasestorage.googleapis.com/v0/b/superstar-32cda.appspot.com/o/WhatsApp%20Image%202020-07-25%20at%2018.07.33.jpeg?alt=media&token=4c7c8ef7-6c28-4ec5-bb3b-998e62918207"
alt="img 4" class="community--photo community--photo-4" />
<img
src="https://firebasestorage.googleapis.com/v0/b/superstar-32cda.appspot.com/o/nivas.jpg?alt=media&token=406f07c0-9c15-456b-82ce-e470049a3a5c"
alt="img 5" class="community--photo community--photo-5" />
<img
src="https://firebasestorage.googleapis.com/v0/b/superstar-32cda.appspot.com/o/2019-03-09-09-58-10-158.jpg?alt=media&token=329773a4-f708-4b25-9a6f-bcb322025386"
alt="img 6" class="community--photo community--photo-6" />
<img src="./img/add.png" alt="img 7" class="community--photo community--photo-7" />
</div>
</section> -->
<section class="contact u-margin-tb-small" id="contact">
<h2 class="section-title u-mb-large">
<span>Contact</span> us
</h2>
<div class="contact__container">
<a href="https://api.whatsapp.com/send?phone=919750844039&text=Hello%2c%20I%20want%20to%20know%20your%20Website%20Development%20Services..&source=&data=&app_absent="
target="blank">
<img src="./img/whatsapp.png" class="contact__logo" alt="whatsapp">
<h5>Pranav</h5>
</a>
<a href="https://api.whatsapp.com/send?phone=919384944907&text=Hello%2c%20I%20want%20to%20know%20your%20Website%20Development%20Services..&source=&data=&app_absent="
target="blank">
<img src="./img/whatsapp.png" class="contact__logo" alt="whatsapp">
<h5>Sambath Kumar</h5>
</a>
</div>
<h2 class="section-title u-margin-tb-small">
Get in <span>touch</span> with us
</h2>
<div class="contact__community">
<a href="https://t.me/ZosimeTech" target="blank"><img src="./img/telegram.png" class="contact__logo"
alt="telegram"></a>
</div>
<h3 class="section-title"><span>100 + </span> in community</h3>
<div class="community u-margin-tb-small">
<img
src="https://firebasestorage.googleapis.com/v0/b/superstar-32cda.appspot.com/o/IMG_20190613_072701.jpg?alt=media&token=e4b83177-1b58-4d68-bf96-f1e08fcfe90a"
alt="img 1" class="community--photo community--photo-1" />
<img
src="https://firebasestorage.googleapis.com/v0/b/superstar-32cda.appspot.com/o/WhatsApp%20Image%202020-07-24%20at%2021.38.26.jpeg?alt=media&token=97d1015c-781c-4b51-80b1-5e88190b3616"
alt="img 2" class="community--photo community--photo-2" />
<img
src="https://firebasestorage.googleapis.com/v0/b/superstar-32cda.appspot.com/o/WhatsApp%20Image%202020-07-25%20at%2012.57.39.jpeg?alt=media&token=41a55eaa-1855-4ce8-bb68-841919ef43e7"
alt="img 3" class="community--photo community--photo-3" />
<img
src="https://avatars3.githubusercontent.com/u/51264445?s=400&u=1b76176e8275bc7d21cff680937580beaf45aba6&v=4"
alt="img 4" class="community--photo community--photo-4" />
<img
src="https://firebasestorage.googleapis.com/v0/b/superstar-32cda.appspot.com/o/nivas.jpg?alt=media&token=406f07c0-9c15-456b-82ce-e470049a3a5c"
alt="img 5" class="community--photo community--photo-5" />
<img
src="https://firebasestorage.googleapis.com/v0/b/superstar-32cda.appspot.com/o/2019-03-09-09-58-10-158.jpg?alt=media&token=329773a4-f708-4b25-9a6f-bcb322025386"
alt="img 6" class="community--photo community--photo-6" />
<img src="./img/add.png" alt="img 7" class="community--photo community--photo-7" />
</div>
</section>
</main>
<footer class="footer">
<div class="footer__social">
<a href="https://www.facebook.com/ZosimeTech-111881817275074/" class="footer__social--link" target="blank">
<svg class="footer__social--icon">
<use xlink:href="icons/sprite.svg#icon-facebook"></use>
</svg>
</a>
<a href="https://instagram.com/zosime_tech?igshid=p6ekw7f6n31h" class="footer__social--link" target="blank">
<svg class="footer__social--icon">
<use xlink:href="icons/sprite.svg#icon-instagram"></use>
</svg>
</a>
<a href="https://twitter.com/ZOSIMETech?s=20" class="footer__social--link" target="blank">
<svg class="footer__social--icon">
<use xlink:href="icons/sprite.svg#icon-twitter"></use>
</svg>
</a>
<a href="https://mail.google.com/mail/u/1/#inbox?compose=CllgCHrglpNfLfHXqsJZwRjcStNXRRQGnGRbCSNkwMPsQWwHLfQWntzXPTZvwQJRXLcZKVpGmxq"
class="footer__social--link" target="blank">
<svg class="footer__social--icon">
<use xlink:href="icons/sprite.svg#icon-mail"></use>
</svg>
</a>
</div>
<div class="footer__copyright">
<p class="copyright">© Copyright 2020. All rights reserved.</p>
</div>
</footer>
<div class="popup popup-pro" id="popup-pro">
<div class="popup__content popup__content--pro">
<div class="popup__title">
Pro
</div>
<a href="#pricing" class="popup__close">×</a>
<div class="popup__details">
<h4 class="popup__heading">Details:</h4>
<ol class="popup__list">
<li class="popup__item">Static pages with atmost 5 sections. For extra sections, ₹80/section.</li>
<li class="popup__item">Hosting is provided free for 1st year. Domain is provided free for starting 6 months.
After that ₹129/ month is collected for hosting your website. After 1 year, ₹860/year will be charged for
Domain.
</li>
<li class="popup__item">Free SSL Certificate is provided to secure your website.</li>
<li class="popup__item">For addition of extra page, ₹400/page will be charged.</li>
</ol>
</div>
<div class="popup__terms">
<h6 class="popup__terms--heading">Terms and Conditions:</h6>
<p class="popup__terms--text">
*Initial payment of 25% should be paid before starting of project. Payment will not be refunded once project
has started. Charges may vary as per your need. The price mentioned is only applicable for above criteria with
minimum requirements. Domain charges may vary according to your choice of domain.
</p>
</div>
</div>
</div>
<div class="popup popup-premium" id="popup-premium">
<div class="popup__content popup__content--premium">
<div class="popup__title">
Premium
</div>
<a href="#pricing" class="popup__close">×</a>
<div class="popup__details">
<h4 class="popup__heading">Details:</h4>
<ol class="popup__list">
<li class="popup__item">A Dynamic application with atmost 2 pages.</li>
<li class="popup__item">For additional pages, starts from ₹850/page (Depends on your need).</li>
<li class="popup__item">Hosting is provided free for 1st year. Domain is provided free for starting 6 months.
After that ₹129/ month is collected for hosting your website. After 1 year, ₹860/year will be charged for
Domain.
</li>
<li class="popup__item">Free SSL Certificate is provided to secure your website.</li>
<li class="popup__item">Database storage charges may vary according to your needs.</li>
<li class="popup__item">User login functionality will be provided (Social login).</li>
</ol>
</div>
<div class="popup__terms">
<h4 class="popup__terms--heading">Terms and Conditions:</h4>
<p class="popup__terms--text">
*Initial payment of 25% should be paid before starting of project. Payment will not be refunded once project
has started. Charges may vary as per your need. The price mentioned is only applicable for above criteria with
minimum requirements. Domain charges may vary according to your choice of domain.
</p>
</div>
</div>
</div>
<div class="popup popup-special" id="popup-special">
<div class="popup__content popup__content--special">
<div class="popup__title">
Special
</div>
<a href="#pricing" class="popup__close">×</a>
<div class="popup__details">
<h4 class="popup__heading">Details:</h4>
<ol class="popup__list">
<li class="popup__item">A full-fledged E-Commerce site will be built for your company.</li>
<li class="popup__item">Hosting is provided free for 1st year. Domain is provided free for starting 6 months.
After that ₹129/ month is collected for hosting your website. After 1 year, ₹860/year will be charged for
Domain.
</li>
<li class="popup__item">Free SSL Certificate is provided to secure your website.</li>
<li class="popup__item">Admin Panel, User login functionality, Secure Payment Gateway, Order Management System
will be provided.</li>
<li class="popup__item">Database Storage charges vary according to your needs.</li>
<li class="popup__item">Reusable API (Can be used for developing mobile apps).</li>
</ol>
</div>
<div class="popup__terms">
<h4 class="popup__terms--heading">Terms and Conditions:</h4>
<p class="popup__terms--text">
*Initial payment of 25% should be paid before starting of project. Payment will not be refunded once project
has started. Charges may vary as per your need. The price mentioned is only applicable for above criteria with
minimum requirements. Domain charges may vary according to your choice of domain.
</p>
</div>
</div>
</div>
</div>
<div class="popup popup-custom" id="popup-custom">
<div class="popup__content popup__content--pro">
<div class="popup__title">
Custom
</div>
<a href="#pricing" class="popup__close">×</a>
<div class="popup__details">
<h4 class="popup__heading">Details:</h4>
<ol class="popup__list">
<li class="popup__item">Static Pages - ₹450/page</li>
<li class="popup__item">Dynamic Page - ₹899/page</li>
<li class="popup__item">Hosting & Domain - ₹1799/year (Domain charges may vary according to your name)</li>
<li class="popup__item">Security Testing - ₹1000 (Price may vary according to the website)</li>
<li class="popup__item">Website Design Only - ₹449</li>
<li class="popup__item">Logo Design - ₹199</li>
<li class="popup__item">Page Administration - ₹399/month</li>
<li class="popup__item">Bug finding and patching (HTML, CSS, JS, NodeJS, MongoDB) - ₹899</li>
<li class="popup__item">Upgrade - ₹999/page</li>
</ol>
</div>
<div class="popup__terms">
<h6 class="popup__terms--heading">Terms and Conditions:</h6>
<p class="popup__terms--text">
*Initial payment of 25% should be paid before starting of project. Payment will not be refunded once project
has started. Domain charges may vary according to your name.
</p>
</div>
</div>
</div>
<!-- AOS animation -->
<script src="https://unpkg.com/aos@next/dist/aos.js"></script>
<script>
AOS.init();
</script>
<!-- JQuery CDN Link -->
<script src="https://cdnjs.cloudflare.com/ajax/libs/jquery/3.5.1/jquery.min.js"></script>
<!-- Waypoint.js Link -->
<script src="js/jquery.waypoints.min.js"></script>
<!-- Own Script -->
<script src="js/script.js"></script>
</body>
</html>