-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
404 lines (302 loc) · 16.5 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
<!DOCTYPE html>
<html>
<head lang="en">
<meta charset="UTF-8">
<!--Page Title-->
<title>xfinity</title>
<!--gaurav tripathi-->
<!--Meta Keywords and Description-->
<meta name="keywords" content="">
<meta name="description" content="">
<meta name="viewport" content="width=device-width, initial-scale=1.0, user-scalable=no"/>
<!--Favicon-->
<link rel="shortcut icon" href="images/favicon.ico" title="Favicon"/>
<!-- Main CSS Files -->
<link rel="stylesheet" href="css/style.css">
<!-- Namari Color CSS -->
<link rel="stylesheet" href="css/namari-color.css">
<!--Icon Fonts - Font Awesome Icons-->
<link rel="stylesheet" href="css/font-awesome.min.css">
<!-- Animate CSS-->
<link href="css/animate.css" rel="stylesheet" type="text/css">
<!--Google Webfonts-->
<link href='https://fonts.googleapis.com/css?family=Open+Sans:400,300,600,700,800' rel='stylesheet' type='text/css'>
</head>
<body>
<!-- Preloader -->
<div id="preloader">
<div id="status" class="la-ball-triangle-path">
<div></div>
<div></div>
<div></div>
</div>
</div>
<!--End of Preloader-->
<div class="page-border" data-wow-duration="0.7s" data-wow-delay="0.2s">
<div class="top-border wow fadeInDown animated" style="visibility: visible; animation-name: fadeInDown;"></div>
<div class="right-border wow fadeInRight animated" style="visibility: visible; animation-name: fadeInRight;"></div>
<div class="bottom-border wow fadeInUp animated" style="visibility: visible; animation-name: fadeInUp;"></div>
<div class="left-border wow fadeInLeft animated" style="visibility: visible; animation-name: fadeInLeft;"></div>
</div>
<div id="wrapper">
<header id="banner" class="scrollto clearfix" data-enllax-ratio=".5">
<div id="header" class="nav-collapse">
<div class="row clearfix">
<div class="col-1">
<!--Logo-->
<div id="logo">
<!--Logo that is shown on the banner-->
<img src="log.png" id="banner-logo" alt="Landing Page"/>
<!--End of Banner Logo-->
<!--The Logo that is shown on the sticky Navigation Bar-->
<img src="images/log.png" id="navigation-logo" alt="Landing Page"/>
<!--End of Navigation Logo-->
</div>
<!--End of Logo-->
<aside>
<!--Social Icons in Header-->
<ul class="social-icons">
<li>
<a target="_blank" class="text-primary"title="Search" href="#">
<i class="fa fa-search fa-1x" style="color: black;"></i><span>Search</span>
</a>
</li>
<li>
<a target="_blank" title="Location" href="#">
<i class="fa fa-map-marker fa-1x" style="color: black;"></i><span>Location</span>
</a>
</li>
<li>
<a title="phone" href="tel:+18883923227">
<i class="fa fa-phone fa-1x"style="color: black;"></i><span>phone</span>
</a>
</li>
<li>
<a target="_blank" title="card" href="#">
<i class="fa fa-shopping-cart fa-1x"style="color: black;"></i><span>CARD</span>
</a>
</li>
<li>
<a target="_blank" title="User" href="#">
<i class="fa fa-user fa-1x" style="color: black;"></i><span>USER</span>
</a>
</li>
</ul>
<!--End of Social Icons in Header-->
</aside>
<!--Main Navigation-->
<nav id="nav-main">
<ul>
<li>
<a href="#">Internet</a>
</li>
<li>
<a href="tel:+18883923227">Mobile</a>
</li>
<li>
<a href="#">TV & Straming</a>
</li>
<li>
<a href="#">Home Security</a>
</li>
<li>
<a href="#">Home phone</a>
</li>
<li>
<a href="#">Build Your Plane</a>
</li>
<li>
<a href="tel:+18883923227">Call</a>
</li>
</ul>
</nav>
<!--End of Main Navigation-->
<div id="nav-trigger"><span></span></div>
<nav id="nav-mobile"></nav>
</div>
</div>
</div><!--End of Header-->
<!--Banner Content-->
<div id="banner-content" class="row clearfix">
<div class="col-1">
<div class="section-heading">
<h1>Find deals on fast, reliable internet and mobile near you</h1>
<a href="tel:+18883923227" class="button">Call Now</a>
<div class="col-1">
<div class="input-group-prepend">
<span class="input-group-text" id="basic-addon3">Street address and apartment</span>
</div>
<input type="text" class="form-control" id="basic-url" aria-describedby="basic-addon3"> <a href="tel:+18883923227" class="button" style="color: black;">Cheak Avaiblavility</a>
</div>
<h1>Xfinity Internet Deals</h1>
</div>
</div>
<!--Call to Action-->
</div>
</div><!--End of Row-->
</header>
<header id="banner" class="scrollto clearfix" data-enllax-ratio=".5">
<div id="header" class="nav-collapse">
<div class="row clearfix">
<div class="col-1">
<!--Logo-->
<!--End of Logo-->
<aside>
<!--Social Icons in Header-->
<!--End of Social Icons in Header-->
</aside>
<!--Main Navigation-->
<nav id="nav-main">
<ul>
<li>
<a href="#banner"style="color: black;">Overview</a>
</li>
<li>
<a href="#about"style="color: black;">Internet</a>
</li>
<li>
<a href="#gallery"style="color: black;">Internet+Mobile</a>
</li>
<li>
<a href="#services"style="color: black;">Internet+TV</a>
</li>
<li>
<a href="#testimonials"style="color: black;">Internet+TV+More</a>
</li>
<li>
<a href="#clients"style="color: black;">| </a>
</li>
<li>
<a href="#clients"style="color: black;"> Build Your Own</a>
</li>
</ul>
</nav>
<!--End of Main Navigation-->
</div></div>
<div id="services" class="scrollto clearfix ">
<div class="row no-padding-bottom clearfix">
<!--Content Left Side-->
<!--End Content Left Side-->
<div class="col-1">
<img src="d.jpg" alt="Dancer"/>
</div>
<!--Content of the Right Side-->
<!--End Content Right Side-->
</div>
<!-- <aside >
<img src="images/gallery-images/gallery-image-1.jpg" width="100%"></a>
<img src="images/gallery-images/gallery-image-2.jpg" width="100%"></a>
<img src="images/gallery-images/gallery-image-3.jpg" width="100%"></a>
</aside> -->
<!--End Main Content Area-->
<section id="#" class="secondary-color text-center scrollto clearfix ">
<a href="tel:+18883923227" class="button" style="background-color: blue; text-color:white;">Build Your Plan</a>
<section id="#" class="secondary-color text-center scrollto clearfix ">
<div class="row clearfix">
<!--# Block-->
<div class="#-block featured col-2 wow fadeInUp" data-wow-delay="0.6s">
<div class="#-block-content">
<h3><img src="1.jpg"></h3>
<h1 class="#-sub">Fast. Reliable. Still under $10/mo.</h1>
<p class="#-sub">Internet Essentials has connected millions of low-income households for years. See if you’re eligible. There’s no credit check.</p>
<a href="tel:+18883923227" class="button">What do I need To Apply?</a>
</div>
</div>
<!--End # Block-->
<!--# Block-->
<div class="#-block col-2 wow fadeInUp" data-wow-delay="0.8s">
<div class="#-block-content">
<h3><img src="2.jpg"></h3>
<h1 class="#-sub">Only pay for the internet you need.</h1>
<p class="#-sub">Get reliable internet at home. No annual contracts. No monthly bills. <br>Simply prepay for your internet service.</p>
<br>
<a href="tel:+18883923227" class="button">How Does It Work?</a>
</div>
</div>
<!--End # Block-->
</div>
</section>
<div id="services" class="scrollto clearfix ">
<div class="row no-padding-bottom clearfix">
<!--Content Left Side-->
<!--End Content Left Side-->
<div class="col-2">
<img src="images/dancer.jpg" alt="Dancer"/>
</div>
<!--Content of the Right Side-->
<div class="col-2">
<div class="section-heading background-color-dark">
<h3>ADD XFINITY MOBILE + SAVE</h3>
<h2 class="section-title">Get the best price for 2 lines of Unlimited — just $30/mo per line</h2>
<a href="tel:+18883923227" class="button">
Start With Internet
</a>
</div>
<p>Xfinity Unlimited Intro service and Xfinity Internet required. Best price comparison based upon 2 unlimited lines and lowest price for unlimited 5G plans of top 3 carriers. Reduced speeds after 20 GB of usage/line. Taxes and fees extra. Data thresholds and actual savings may vary.
</p>
<!-- Just replace the Video ID "UYJ5IjBRlW8" with the ID of your video on YouTube (Found within the URL) -->
</div>
<!--End Content Right Side-->
</div>
</div>
<br><br> <footer id="footer "style="background-color:blue;">
<div class="footer-top" >
<div class="container"style="background-color:blue;">
<div class="row">
<div class="col-6">
<div class="footer-info">
<img src="LOGO.png" height="200px" width="200px">
<p>
About Us<br>About Comcast<br>
</p></div>
</div>
<div class="col-lg-3 col-md-6">
<div class="footer-info">
<img src="LOGO.png" height="200px" width="200px">
<p>
COMCAST<br>Internet<br>
</p></div>
</div>
<div class="col-lg-3 col-md-6">
<div class="footer-info">
<img src="LOGO.png" height="200px" width="200px">
<p>
MY XFINITY SERVICES<br>FIND XFINITY STORES<br>
</p></div>
</div>
<div class="col-lg-3 col-md-6">
<div class="footer-info">
<img src="LOGO.png" height="200px" width="200px">
<p>
Xfinity Internet Broadcast<br>About Comcast<br>
</p></div>
</div>
<div class="col-6">
<div class="footer-info">
<img src="LOGO.png" height="200px" width="200px">
<p>
Pay your bill<br>About xfinity<br>
</p></div>
</div>
<div class="container">
<div class="copyright">
Not all products, #, and services are available in all areas. # and actual speeds may vary. .
©2023 Charter Communications. All rights reserved.
</div>
</div></div></div></div></footer>
<!--End of # Tables-->
<!-- Include JavaScript resources -->
<script src="js/jquery.1.8.3.min.js"></script>
<script src="js/wow.min.js"></script>
<script src="js/featherlight.min.js"></script>
<script src="js/featherlight.gallery.min.js"></script>
<script src="js/jquery.enllax.min.js"></script>
<script src="js/jquery.scrollUp.min.js"></script>
<script src="js/jquery.easing.min.js"></script>
<script src="js/jquery.stickyNavbar.min.js"></script>
<script src="js/jquery.waypoints.min.js"></script>
<script src="js/images-loaded.min.js"></script>
<script src="js/lightbox.min.js"></script>
<script src="js/site.js"></script>
</body>
</html>