-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
474 lines (387 loc) · 22.6 KB
/
index.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
<!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/style.css">
<link rel="stylesheet" href="css/common.css">
</head>
<body>
<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">
<!-- 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>
<!-- header ends !! its 2am man ;-; imma sleep-->
<!-- good morning 9am-->
<section class="home" id="home">
<div class="content">
<h3>Connecting You to the World.</h3>
<p>InfinityNet Communications is a cutting-edge telecommunications and
networking company that focuses on providing limitless connectivity
solutions. With an emphasis on continuous innovation and a commitment
to customer service, InfinityNet offers fast, reliable internet and
communication services for homes and businesses across the globe.
</p>
<a href="#about"><button class="btn">Learn More</button></a>
</div>
</section>
<section class="about scroll-content" id="about">
<div class="row">
<div class="content">
<h1 class="heading"> <span>about</span> us </h1>
<h3>What we offer,</h3>
<p>InfinityNet Communications offers a comprehensive suite of services
designed to meet all your connectivity needs. Our high-speed
internet delivers blazing-fast speeds for seamless browsing,
streaming, and gaming, while our advanced network infrastructure
ensures reliable signals anywhere, anytime. We provide robust
security features to protect your data and maintain privacy.
Our 24/7 customer service team is always available to assist with
any issues or inquiries, guaranteeing that you receive exceptional
support whenever you need it. With InfinityNet, you get unparalleled
performance and peace of mind, day and night.</p>
<div class="image"><center>
<img src="images/icon-24hrs.png">
<img src="images/icon-highspeed.png">
<img src="images/icon-secure.png">
<img src="images/icon-anywhere.png"></center>
</div><hr><br><br><br><center>
<div class="about-box">
<div class="m-v-box">
<h3>Our Mission</h3>
<p>"To revolutionize communication by delivering reliable,
innovative, and customer-focused solutions that empower
individuals and businesses worldwide with excellence and
integrity."</p>
</div>
<div class="m-v-box">
<h3>Our Vision</h3>
<p>"To be the leading provider of networking and
telecommunication services, constantly pushing the
boundaries of technology to enhance the way people
connect."</p>
</div> </center><br><br>
<center><a href="ourteam.html#leadership-team" class="btn">More About Us</a></center>
</div>
</div>
</div>
</section>
<section id="dataplans scroll-content" class="dataplans">
<h1 class="heading">Our <span>Service Plans</span> and <span>Pricings</span></h1>
<div class="box-container">
<div class="box">
<a href="plans-pricing.html#dataplans">
<div class="content">
<h3>Residential Plans:</h3>
<h4>Affordable, Reliable, and Fast
Internet for Homes</h4>
<p>Our residential plans are designed to bring reliable,
high-speed internet to homes of all sizes.
Whether you're streaming movies, browsing social media,
or gaming, our flexible and affordable options ensure that
your household stays connected with the speed and stability
you need. Enjoy seamless online experiences with our tailor-made
packages for modern living.</p>
<center><img src="images/buisnesssymbol.png"></center>
</div>
</a>
</div>
<div class="box">
<a href="plans-pricing.html#business">
<div class="content">
<h3>Business Plans:</h3>
<h4>Empowering Your Business with Scalable Internet Solutions</h4>
<p>Stay ahead of the competition with InfinityNet's robust
business plans, built for companies of all sizes.
From startups to large enterprises, we offer
high-speed internet solutions that keep your operations
running smoothly. Whether it's cloud computing,
video conferencing, or secure file transfers, our business
plans provide the performance and reliability you need to
succeed in a digital world.</p>
<center><img src="images/handshake.png"></center>
</div>
</a>
</div>
<div class="box">
<a href="plans-pricing.html#special">
<div class="content">
<h3>Specialized Plans:</h3>
<h4>Focused Plans for Gamers, Creators, and Remote Professionals</h4>
<p>Our specialized plans are designed to meet the unique needs
of gamers, content creators, and remote professionals.
Whether you need low latency for competitive gaming,
fast uploads for streaming, or enhanced security for
remote work, InfinityNet has you covered. These packages
are optimized for performance and reliability, ensuring
that your online experience is always top-notch.</p>
<center><img src="images/infinitywhite.png"></center>
</div>
</a>
</div>
</div>
<center><a href="plans-pricing.html#dataplans"><div class="btn">Activate Now</div></a></center>
</section>
<section class="products scroll-content" id="products">
<h1 class="heading"><span>New</span> Arrivals</h1>
<div class="box-container">
<div class="box ">
<a href="https://www.samsung.com/us/smartphones/galaxy-s24-ultra/">
<div class="content">
<h3>Samsung Galaxy S24</h3>
<div class="image">
<img src="images/samsung-galaxy-s24-ultra.png" alt="Image of Samsung Galaxy S24">
</div>
<div class="price">Rs.249,900 <span>Rs.269,900</span></div>
<div class="stars">
<i class="fas fa-star"></i>
<i class="fas fa-star"></i>
<i class="fas fa-star"></i>
<i class="fas fa-star"></i>
<i class="fas fa-star"></i>
</div>
</div>
</a>
</div>
<div class="box">
<a href="https://www.samsung.com/ph/smartphones/galaxy-z-fold6/">
<div id="m01" class="content">
<h3>Samsung Galaxy Z Fold 6</h3>
<div class="image">
<img src="images/GalaxyZFold6.png" alt="Image of Samsung Galaxy Z Fold6">
</div>
<div class="price">Rs.475,000 <span>Rs.489,900</span></div>
<div class="stars">
<i class="fas fa-star"></i>
<i class="fas fa-star"></i>
<i class="fas fa-star"></i>
<i class="fas fa-star"></i>
<i class="fas fa-star-half-alt"></i>
</div>
</div></a>
</div>
<div class="box ">
<a href="https://www.samsung.com/us/smartphones/galaxy-z-flip6/">
<div class="content" id>
<h3>Samsung Galaxy Z Flip 6</h3>
<div class="image">
<img src="images/galaxyflip6.png" alt="Image of Samsung Galaxy Z Flip 6">
</div>
<div class="price">Rs.319,999 <span>Rs.329,900</span></div>
<div class="stars">
<i class="fas fa-star"></i>
<i class="fas fa-star"></i>
<i class="fas fa-star"></i>
<i class="fas fa-star"></i>
<i class="fas fa-star-half-alt"></i>
</div>
</div></a>
</div>
<div class="box ">
<a href="https://www.mi.com/global/product/xiaomi-14-ultra/">
<div class="content">
<h3>Xiaomi 14 Ultra - limited</h3>
<div class="image">
<img src="images/xiaomi14ultra.png" alt="Image of Xiaomi 14 Ultra">
</div>
<div class="price">Rs. 299,999 <span>Rs. 339,900</span></div>
<div class="stars">
<i class="fas fa-star"></i>
<i class="fas fa-star"></i>
<i class="fas fa-star"></i>
<i class="fas fa-star"></i>
<i class="fas fa-star"></i>
</div>
</div>
</a>
</div>
</div>
<center><a href="store.html" class="btn-more">View More</a></center>
</section>
<section class="review scroll-content" id="review">
<h1 class="heading"> customer's <span>review</span> </h1>
<div class="box-container">
<div class="box">
<img src="images/quote-img.png" alt="" class="quote">
<p>"InfinityNet’s 5G service has been a game changer for my business.
The speeds are remarkable and the connection is consistently
reliable, enhancing our productivity and client interactions.
Their support team is responsive and efficient, making the switch
smooth. Highly recommended for top-tier connectivity and service!"</p>
<img src="images/customer-01.jpg" class="user" alt="">
<h3>Perera - Business Owner</h3>
<div class="stars">
<i class="fas fa-star"></i>
<i class="fas fa-star"></i>
<i class="fas fa-star"></i>
<i class="fas fa-star"></i>
<i class="fas fa-star"></i>
<i class="fas fa-star"></i>
</div>
</div>
<div class="box">
<img src="images/quote-img.png" alt="" class="quote">
<p>"InfinityNet’s managed IT services have transformed our operations.
The 5G network is fast and reliable, with zero downtime.
The team’s support is always prompt and effective, ensuring
seamless performance. Transitioning was hassle-free, and their
service quality is unmatched. A great choice for superior
IT solutions!"</p>
<img src="images/customer-02.png" class="user" alt="">
<h3>Himantha - IT Manager</h3>
<div class="stars">
<i class="fas fa-star"></i>
<i class="fas fa-star"></i>
<i class="fas fa-star"></i>
<i class="fas fa-star"></i>
<i class="fas fa-star"></i>
<i class="fas fa-star-half-alt"></i>
</div>
</div>
<div class="box">
<img src="images/quote-img.png" alt="" class="quote">
<p>"InfinityNet’s 5G internet is exceptional! Streaming, working, and
gaming are smooth with incredibly fast speeds and
reliable performance, even during peak times. Their customer service
is top-notch—always prompt and helpful. This is the most dependable
internet experience I’ve ever had!"</p>
<img src="images/customer-03.png" class="user" alt="">
<h3>Nimalka - Streamer</h3>
<div class="stars">
<i class="fas fa-star"></i>
<i class="fas fa-star"></i>
<i class="fas fa-star"></i>
<i class="fas fa-star"></i>
<i class="fas fa-star"></i>
<i class="fas fa-star"></i>
</div>
</div>
</div>
</section>
<section class="contact scroll-content" 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>
<!--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>
</div>
<!-- my cute js file xDD -->
<script src="js/script.js"></script>
<!--cloudflare for pre loader-->
</body>
</html>