-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathplans-pricing.html
501 lines (352 loc) · 22.1 KB
/
plans-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
<!DOCTYPE html>
<html lang="en">
<head>
<link rel="icon" href="images/logotop.png" type"png">
<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>Infinity Net Solutions</title>
<!--my font ;)-->
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.6.0/css/all.min.css" >
<!-- my cute css ;) xD -->
<link rel="stylesheet" href="css/plan.css">
<link rel="stylesheet" href="css/common.css">
</head>
<body>
<!-- top header let's go !!-->
<header class="header">
<input type ="checkbox" name ="" id ="chk1">
<a href="index.html" class="logo"><img src="images/logo.png" alt="TeleNet-logo"></a>
<ul>
<li><a href="index.html">Home</a></li>
<li><a href="index.html#about">About</a></li>
<li><a href="plans-pricing.html#dataplans">Services</a></li>
<li><a href="store.html#products">Store</a></li>
<li> <a href="index.html#review">Review</a></li>
<li> <a href="#contact">Contact</a></li>
<li> <a href="#blogs">Projects</a></li>
<li> <a href="ourteam.html">Team</a></li>
<li> <a href="FAQ.html#faq1">FAQs</a></li>
</ul>
<div class="search-box">
<form>
<input type ="text" name ="search" id ="srch" placeholder="Search">
<button type ="submit"><i class="fa fa-search"></i></button>
</form>
</div>
<div class="menu">
<label for="chk1">
<i class="fa fa-bars"></i>
</label>
</div>
</header>
<div id="preloader">
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 640 512"><path d="M0 241.1C0 161 65 96 145.1 96c38.5 0 75.4 15.3 102.6 42.5L320 210.7l72.2-72.2C419.5 111.3 456.4 96 494.9 96C575 96 640 161 640 241.1l0 29.7C640 351 575 416 494.9 416c-38.5 0-75.4-15.3-102.6-42.5L320 301.3l-72.2 72.2C220.5 400.7 183.6 416 145.1 416C65 416 0 351 0 270.9l0-29.7zM274.7 256l-72.2-72.2c-15.2-15.2-35.9-23.8-57.4-23.8C100.3 160 64 196.3 64 241.1l0 29.7c0 44.8 36.3 81.1 81.1 81.1c21.5 0 42.2-8.5 57.4-23.8L274.7 256zm90.5 0l72.2 72.2c15.2 15.2 35.9 23.8 57.4 23.8c44.8 0 81.1-36.3 81.1-81.1l0-29.7c0-44.8-36.3-81.1-81.1-81.1c-21.5 0-42.2 8.5-57.4 23.8L365.3 256z"/></svg>
</div>
<div class="main-content">
<div class="slider">
<a href="store.html">
<figure>
<img id="slide-01" src="images/galaxybanners24.png" alt="New Arrivals">
<img id="slide-02" src="images/7.7flashsale.png" alt="New Arrivals">
<img id="slide-03" src="images/flashsale4.png" alt="New Arrivals">
<img id="slide-04" src="images/xiaomi14.png" alt="New Arrivals">
<img id="slide-01" src="images/galaxybanners24.png" alt="New Arrivals">
</figure>
</a>
</div>
</section>
<section id="dataplans" class="dataplans">
<h1 class="heading">Our <span>Service Plans</span> and <span>Pricings</span></h1>
<h2 class="sub-heading">Residential Plans:</h2>
<div class="box-container ">
<div class="box fadeInUp">
<a href="#">
<div class="content">
<h3>Infinity Basic</h3>
<p><span>Speed : </span> 100Mbps</p>
<p><span>Data Quota: </span> 60 GB/month</p>
<p><span>Price : </span> Rs.3,600/month</p>
<p><span>Ideal For: </span> Light browsing, streaming, and casual internet usage.</p>
<center><div class="btn">Activate Now</div></center>
</div>
</a>
</div>
<div class="box fadeInUp">
<a href="#">
<div class="content">
<h3>Infinity Plus</h3>
<p><span>Speed : </span> 150Mbps</p>
<p><span>Data Quota: </span> 200 GB/month</p>
<p><span>Price : </span> Rs.9,600/month</p>
<p><span>Ideal For: </span> Multiple devices, HD streaming, and online gaming.</p>
<center><div class="btn">Activate Now</div></center>
</div>
</a>
</div>
<div class="box">
<a href="#">
<div class="content fadeInUp">
<h3>Infinity Max</h3>
<p><span>Speed : </span> 200Mbps</p>
<p><span>Data Quota: </span> 500 GB/month</p>
<p><span>Price : </span> Rs.15,800/month</p>
<p><span>Ideal For: </span> Large households, 4K streaming, and heavy online usage across multiple devices.</p>
<center><div class="btn">Activate Now</div></center>
</div>
</a>
</div>
</div>
<h2 class="sub-heading">Social Media Packages:</h2>
<div class="box-container">
<div class="box">
<a href="#">
<div class="content fadeInUp">
<h3>Infinity Social Basic</h3>
<p><span>Speed : </span> 100Mbps</p>
<p><span>Data Quota: </span> 100 GB/month</p>
<p><span>Price : </span> Rs.2,300/month</p>
<p><span>Perks : </span> Unlimited social media browsing and video uploads on platforms like Facebook, Instagram, TikTok, and Twitter within the quota.</p>
<p><span>Ideal For: </span> Light social media users and content sharing.</p>
<center><div class="btn">Activate Now</div></center>
</div>
</a>
</div>
<div class="box">
<a href="#">
<div class="content fadeInUp">
<h3>Infinity Social Plus</h3>
<p><span>Speed : </span> 150Mbps</p>
<p><span>Data Quota: </span> 200 GB/month</p>
<p><span>Price : </span> Rs.4,698/month</p>
<p><span>Perks : </span> Enhanced bandwidth for social media video uploads, live streaming, and HD video playback within the quota.</p>
<p><span>Ideal For: </span> Moderate social media users and content creators.</p>
<center><div class="btn">Activate Now</div></center>
</div>
</a>
</div>
<div class="box">
<a href="#">
<div class="content fadeInUp" >
<h3>Infinity Social Max</h3>
<p><span>Speed : </span> 250Mbps</p>
<p><span>Data Quota: </span> Unlimited</p>
<p><span>Price : </span> Rs.34,400/month</p>
<p><span>Perks : </span> Optimized for 4K video uploads, real-time streaming, and prioritized bandwidth for social media activities.</p>
<p><span>Ideal For: </span> Professional influencers and content creators needing ultra-fast, reliable connections.</p>
<center><div class="btn">Activate Now</div></center>
</div>
</a>
</div>
</div>
<h2 class="sub-heading">Work & Learn Plans:</h2>
<div class="box-container">
<div class="box">
<a href="#">
<div class="content fadeInUp">
<h3>Infinity Learn Basic</h3>
<p><span>Speed : </span> 100Mbps</p>
<p><span>Data Quota: </span> 600 GB/month</p>
<p><span>Price : </span> Rs.8,500/month</p>
<p><span>Perks : </span> Prioritized access to educational platforms, smooth video conferencing, and secure browsing on e-learning sites like Zoom, Google Classroom, and Coursera within the quota.</p>
<p><span>Ideal For: </span> Students and individuals engaged in online learning.</p>
<center><div class="btn">Activate Now</div></center>
</div>
</a>
</div>
<div class="box">
<a href="#">
<div class="content fadeInUp">
<h3>Infinity Learn Plus</h3>
<p><span>Speed : </span> 150Mbps</p>
<p><span>Data Quota: </span> 1.2 TB/month</p>
<p><span>Price : </span> Rs.15,549/month</p>
<p><span>Perks : </span> nhanced speeds for video conferencing, quick downloads of educational materials, and lag-free access to online courses and educational resources within the quota.</p>
<p><span>Ideal For: </span> Remote learners and educators needing consistent, high-speed internet for online classes.</p>
<center><div class="btn">Activate Now</div></center>
</div>
</a>
</div>
</div>
<h2 class="sub-heading" id="business">Business Plans:</h2>
<div class="box-container">
<div class="box">
<a href="#">
<div class="content fadeInUp">
<h3>Business Starter</h3>
<p><span>Speed : </span> 250 Mbps</p>
<p><span>Data Quota: </span> 2 TB/month</p>
<p><span>Price : </span> Rs.12,900/month</p>
<p><span>Perks : </span> Reliable connectivity for small businesses, cloud computing, and video conferencing; includes 24/7 customer support and business-grade security features.</p>
<p><span>Ideal For: </span> Small businesses with moderate internet needs, cloud computing, and video conferencing.</p>
<center><div class="btn">Activate Now</div></center>
</div>
</a>
</div>
<div class="box">
<a href="#">
<div class="content fadeInUp">
<h3>Business Pro</h3>
<p><span>Speed : </span> 250Mbps</p>
<p><span>Data Quota: </span> 4 TB/month</p>
<p><span>Price : </span> Rs.24,698/month</p>
<p><span>Perks : </span> Enhanced performance for medium-sized businesses, with priority bandwidth, advanced security options, and dedicated account management.</p>
<p><span>Ideal For: </span> Medium-sized businesses with high-speed needs for cloud applications and secure communications.</p>
<center><div class="btn">Activate Now</div></center>
</div>
</a>
</div>
<div class="box">
<a href="#">
<div class="content fadeInUp">
<h3>Business Elite</h3>
<p><span>Speed : </span> 1 Gbps</p>
<p><span>Data Quota: </span> Unlimited</p>
<p><span>Price : </span> LKR 64,000/month</p>
<p><span>Perks : </span> High-speed, reliable internet for large businesses, including unlimited data, advanced network monitoring, and premium support services.</p>
<p><span>Ideal For: </span> Large enterprises with extensive data needs and high-performance requirements.
</p>
<center><div class="btn">Activate Now</div></center>
</div>
</a>
</div>
</div>
<h2 class="sub-heading" id="special">Specialized Plans:</h2>
<div class="box-container">
<div class="box">
<a href="#">
<div class="content fadeInUp">
<h3>Infinity Gamer</h3>
<p><span>Speed : </span> 1 Gbps</p>
<p><span>Data Quota: </span> 3 TB/month</p>
<p><span>Price : </span> Rs.18,900/month</p>
<p><span>Perks : </span> Optimized for low latency, reduced lag, and high-speed performance for competitive gaming; includes gaming-specific technical support and priority traffic routing.</p>
<p><span>Ideal For: </span> Competitive gamers needing the best possible online gaming experience.</p>
<center><div class="btn">Activate Now</div></center>
</div>
</a>
</div>
<div class="box">
<a href="#">
<div class="content fadeInUp">
<h3>Infinity Creator</h3>
<p><span>Speed : </span> 1.5 Gbps</p>
<p><span>Data Quota: </span> 3 TB/month</p>
<p><span>Price : </span> Rs.24,598/month</p>
<p><span>Perks : </span> Enhanced upload speeds and bandwidth for high-quality content creation and live streaming; includes access to specialized content delivery networks and priority support for creators.</p>
<p><span>Ideal For: </span> Content creators and influencers requiring high-speed internet for uploading and streaming.</p>
<center><div class="btn">Activate Now</div></center>
</div>
</a>
</div>
<div class="box">
<a href="#">
<div class="content fadeInUp">
<h3>Infinity Fiber Max</h3>
<p><span>Speed : </span> 10 Gbps</p>
<p><span>Data Quota: </span> Unlimited</p>
<p><span>Price : </span> LKR 255,200/month</p>
<p><span>Perks : </span> Ultra-high bandwidth for data centers and enterprises; includes dedicated support, advanced network optimization, and top-tier security features.</p>
<p><span>Ideal For: </span> Large corporations and data-intensive operations needing exceptional performance and reliability.
</p>
<center><div class="btn">Activate Now</div></center>
</div>
</a>
</div>
</div>
</section>
<section class="contact" id="contact">
<h1 class="heading"><span>contact</span> us </h1>
<div class="row">
<iframe class = "map" src="https://www.google.com/maps/embed?pb=!1m18!1m12!1m3!1d3960.7151477332836!2d79.86598397598709!3d6.924614218370106!2m3!1f0!2f0!3f0!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0x3ae2590d00000001%3A0x608d35c5c354870f!2sAnanda%20College!5e0!3m2!1sen!2slk!4v1724164516967!5m2!1sen!2slk" width="600" height="450" style="border:0;" allowfullscreen="" loading="lazy"></iframe>
<form action="">
<h3>Get in touch</h3>
<div class="inputBox">
<span class="fas fa-user"></span>
<input type="text" placeholder="name">
</div>
<div class="inputBox">
<span class="fas fa-envelope"></span>
<input type="email" placeholder="email">
</div>
<div class="inputBox">
<span class="fas fa-phone"></span>
<input type="number" placeholder="number">
</div>
<input type="submit" value="contact now" class="btn">
</form>
</div>
</section>
<section class="blogs scroll-content" id="blogs">
<h1 class="heading"> our <span>Projects</span> </h1>
<div class="box-container">
<div class="box">
<div class="image">
<img src="images/blog1.png" alt="5G trial poster image">
</div>
<div class="content">
<a href="projects/south-asia-first-5g-trial.html" class="title">South Asia's First 5G Trial Network</a>
<span>From 2019</span>
<p> Introducing South Asia's
first 5G network, delivering ultra-fast speeds, low latency,
and unmatched reliability. Our next-generation technology
will revolutionize how people and businesses in the region
connect, empowering innovation and growth. With 5G,
InfinityNet is leading South Asia into a new era of
seamless connectivity and limitless possibilities.</p>
<a href="projects/south-asia-first-5g-trial.html" class="btn">Learn More</a>
</div>
</div>
<div class="box">
<div class="image">
<a href="projects/ultra-fun-pack.html" class="title"><img src="images/infinity-pack.png" alt="Infinity pack poster image"></a>
</div>
<div class="content">
<a href="#blog"" class="title">Infinity Ultra Fun Pack</a>
<span>From 2020</span>
<p>Introducing the New Infinity Fun Data Pack! Get <b>unlimited
high-speed data</b> with <b>no
restrictions</b>, perfect for <b>streaming, gaming</b>, and staying
connected all day long. Designed for the ultimate internet
experience, the Infinity Fun pack delivers maximum entertainment
at unbeatable speeds, ensuring you never miss a moment of fun
online.</p>
<a href="projects/ultra-fun-pack.html" class="btn">Learn more</a>
</div>
</div>
<div class="box">
<div class="image">
<a href="projects/ultra-streamer.html"><img src="images/infinity-ultra-gamer.png" alt="Infinity Ultra Gamer"></a>
</div>
<div class="content">
<a href="#blog"" class="title">Infinity Ultra Streamer</a>
<span>New!</span>
<p>The Infinity Streamer Pack is the ultimate solution for gamers
and streamers seeking top-tier performance.
Offering lightning-fast speeds up to 1 Gbps, ultra-low latency
for smooth, lag-free gaming, and optimized bandwidth for
high-definition, uninterrupted streaming, this pack ensures
your online experience is flawless. </p>
<a href="projects/ultra-streamer.html" class="btn">Learn more</a>
</div>
</div>
</div>
</section>
</div>
<!--finally footer ;) -->
<section class="footer fade">
<div class="social-media">
<a href="https://web.facebook.com/acicts/?_rdc=1&_rdr" class="fab fa-facebook-f"></a>
<a href="https://acicts.lk" class="fab fa-twitter"></a>
<a href="https://www.instagram.com/acicts.lk/" class="fab fa-instagram"></a>
<a href="https://lk.linkedin.com/company/acicts" class="fab fa-linkedin"></a>
<a href="https://acicts.lk" class="fab fa-pinterest"></a>
</div>
<div class="credit"> ©️ 2024 - 2026 <span> Infinity Net </span> | All right reserved</div>
</section>
<footer>
<!-- my cute js file xDD -->
<script src="js/script.js"></script>
</footer>
</body>
</html>