-
Notifications
You must be signed in to change notification settings - Fork 3
/
index.html
175 lines (143 loc) · 6.07 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
<!DOCTYPE html>
<html lang="en">
<head>
<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>Smart internet solutions</title>
<link href="https://cdn.jsdelivr.net/npm/[email protected]/dist/css/bootstrap.min.css"
rel="stylesheet"
integrity="sha384-EVSTQN3/azprG1Anm3QDgpJLIm9Nao0Yz1ztcQTwFspd3yD65VohhpuuCOmLASjC"
crossorigin="anonymous">
<link rel="stylesheet" href="css/styles.css">
<link rel="stylesheet" href="css/style.css">
</head>
<body>
<header>
<!-- js
-->
</header>
<section class="home" id="home">
<div class="home-slider carousel-slide " id="carouselControls"
data-ride="carousel">
<div class="carousel-inner">
<div class="slide carousel-item active d-block-100"
style="background: url(images/headmain.jpg) no-repeat;">
<div class="content">
<span>FAST INTERNET</span>
<h3>reaching speeds of between 50 and 100 Mbps</h3>
<a href="" class="btn">GET STARTED</a>
</div>
</div>
<div class="slide carousel-item d-bock-100"
style="background: url(images/head2.jpg) no-repeat;">
<div class="content">
<span>AFFORDABLE</span>
<h3>Our choice of packages means you <br> only pay for what you
need</h3>
<a href="" class="btn">GET STARTED</a>
</div>
</div>
<div class="slide carousel-item d-block-100"
style="background: url(images/head5.jpg) no-repeat;">
<div class="content">
<span>SMART INTERNET SOLUTIONS</span>
<h3> Fast internet, Ready-to-install kit and affordable.</h3>
<a href="#about" class="btn">GET STARTED</a>
</div>
</div>
</div>
<a class="carousel-control-prev" href="#carouselControls" role="button"
data-slide="prev">
<span class="carousel-control-prev-icon" aria-hidden="true"></span>
<span class="sr-only">Previous</span>
</a>
<a class="carousel-control-next" href="#carouselControls" role="button"
data-slide="next">
<span class="carousel-control-next-icon" aria-hidden="true"></span>
<span class="sr-only">Next</span>
</a>
</div>
</section>
<section class="about" style="max-width:100%" id="about">
<h1 class="origin-display-4 text-center">ABOUT US</h1>
<p class="text-center">We are the best internet offering company. Lorem ipsum
dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt
ut labore et dolore magna aliqua. <br> Ut enim ad minim veniam, quis nostrud
exercitation ullamco laboris nisi ut aliquip
ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate
velit esse cillum dolore eu <br> fugiat nulla pariatur. Excepteur sint
occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit
anim id est laborum consectetur
adipiscing elit, sed do eiusmod tempor <br> incididunt ut labore et dolore
magna aliqua. </p>
<div class="services">
<div class="services1 col-md-3">
<p>HOME INSTALLATION</p>
<img src="images/wifi5.jpeg" class="rounded-circle" alt=""
style="width:65%">
</div>
<div class="services1 col-md-3">
<p>OFFICE INSTALLATION</p>
<img src="images/wifi8.jpeg" class="rounded-circle" alt=""
style="width:65%">
</div>
<div class="services1 col-md-3">
<p>OTHER SERVICES</p>
<img src="images/wifi4.jpeg" class="rounded-circle" alt="Random Name"
style="width:65%">
</div>
</div>
</section>
<section class="us">
<h1 class="origin display 3 text-centre">REVIEWS</h1>
<div class="feedback">
<div class="feed1">
<h3>1000+</h3>
<p>Number of users</p>
</div>
<div class="feed2">
<h3>95%</h3>
<p>Client Satisfaction</p>
</div>
<div class="feed3">
<h3>4.6</h3>
<p>Ratings</p>
</div>
<div class="feed4">
<h3>24/7</h3>
<p>Support</p>
</div>
</section>
<section class="start" id="start">
<h1 class="heading text-center"> GET STARTED</h1>
<br>
<div class="container">
<div class="row">
<div class="col-md-4" id="col-1">
<div id="photo1">
<img src="images/view.jpeg" class="img-responsive" width="100%">
<button class="btn1">VIEW PACKAGES</button>
</div>
</div>
<div class="col-md-4" id="col-2">
<div id="photo2">
<img src="images/CONT.jpg" class="img-responsive" width="100%">
</div>
<button class="btn1">CONTACT US</button>
</div>
<div class="col-md-4" id="col-3">
<div id="photo4">
<img src="images/install.jpeg" class="img-responsive"
width="100%">
</div>
<button class="btn1">INSTALLATION</button>
</div>
</div>
</div>
</section>
<footer class="mainfooter">
</footer>
<script src="js/headFoot.js"></script>
</body>
</html>