-
Notifications
You must be signed in to change notification settings - Fork 2
/
basit.html
320 lines (297 loc) · 11.3 KB
/
basit.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
<!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>Media Queries</title>
<link
rel="stylesheet"
href="https://maxcdn.bootstrapcdn.com/bootstrap/4.0.0/css/bootstrap.min.css"
integrity="sha384-Gn5384xqQ1aoWXA+058RXPxPg6fy4IWvTNh0E263XmFcJlSAwiGgFAW/dAiS6JXm"
crossorigin="anonymous"
/>
<link rel="stylesheet" href="style.css" />
<style></style>
</head>
<body>
<header class="sticky-top">
<div class="container text-white">
<nav class="navbar navbar-expand-lg">
<a class="navbar-brand" href="#">SaifUllah</a>
<button
class="navbar-toggler custom-btn"
type="button"
data-toggle="collapse"
data-target="#navbarSupportedContent"
aria-controls="navbarSupportedContent"
aria-expanded="false"
aria-label="Toggle navigation"
>
<span class="navbar-toggler-icon"></span>
</button>
<div class="collapse navbar-collapse" id="navbarSupportedContent">
<ul class="navbar-nav mr-auto">
<li class="nav-item active text-white">
<a class="nav-link" href="#home"
>Home <span class="sr-only">(current)</span></a
>
</li>
<li class="nav-item text-white">
<a class="nav-link" href="#services">Services</a>
</li>
<li class="nav-item text-white">
<a class="nav-link" href="#about">About Us</a>
</li>
<li class="nav-item text-white">
<a class="nav-link" href="#contact">Contact Us</a>
</li>
</ul>
</div>
</nav>
</div>
</header>
<section id="home">
<div>
<div
id="carouselExampleControls"
class="carousel slide customslider"
data-ride="carousel"
>
<div class="carousel-inner">
<div class="carousel-item active">
<img class="d-block w-100" src="bg.jpg" alt="Pramming" />
</div>
<div class="carousel-item">
<img class="d-block w-100" src="website.jpg" alt="Second slide" />
</div>
</div>
<a
class="carousel-control-prev"
href="#carouselExampleControls"
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="#carouselExampleControls"
role="button"
data-slide="next"
>
<span class="carousel-control-next-icon" aria-hidden="true"></span>
<span class="sr-only">Next</span>
</a>
</div>
</div>
</section>
<!-- services -->
<section class="services p-3 mt-5" id="services">
<div class="container">
<h2>Services</h2>
<div class="row">
<div class="card col-5 m-1" style="width: 18rem">
<div class="card-body">
<h5 class="card-title">Card title</h5>
<h6 class="card-subtitle mb-2 text-muted">Card subtitle</h6>
<p class="card-text">
Some quick example text to build on the card title and make up
the bulk of the card's content.
</p>
</div>
</div>
<div class="card col-5 m-1" style="width: 18rem">
<div class="card-body">
<h5 class="card-title">Card title</h5>
<h6 class="card-subtitle mb-2 text-muted">Card subtitle</h6>
<p class="card-text">
Some quick example text to build on the card title and make up
the bulk of the card's content.
</p>
</div>
</div>
<div class="card col-5 m-1" style="width: 18rem">
<div class="card-body">
<h5 class="card-title">Card title</h5>
<h6 class="card-subtitle mb-2 text-muted">Card subtitle</h6>
<p class="card-text">
Some quick example text to build on the card title and make up
the bulk of the card's content.
</p>
</div>
</div>
<div class="card col-5 m-1" style="width: 18rem">
<div class="card-body">
<h5 class="card-title">Card title</h5>
<h6 class="card-subtitle mb-2 text-muted">Card subtitle</h6>
<p class="card-text">
Some quick example text to build on the card title and make up
the bulk of the card's content.
</p>
</div>
</div>
<div class="card col-5 m-1" style="width: 18rem">
<div class="card-body">
<h5 class="card-title">Card title</h5>
<h6 class="card-subtitle mb-2 text-muted">Card subtitle</h6>
<p class="card-text">
Some quick example text to build on the card title and make up
the bulk of the card's content.
</p>
</div>
</div>
<div class="card col-5 m-1" style="width: 18rem">
<div class="card-body">
<h5 class="card-title">Card title</h5>
<h6 class="card-subtitle mb-2 text-muted">Card subtitle</h6>
<p class="card-text">
Some quick example text to build on the card title and make up
the bulk of the card's content.
</p>
</div>
</div>
<div class="card col-5 m-1" style="width: 18rem">
<div class="card-body">
<h5 class="card-title">Card title</h5>
<h6 class="card-subtitle mb-2 text-muted">Card subtitle</h6>
<p class="card-text">
Some quick example text to build on the card title and make up
the bulk of the card's content.
</p>
</div>
</div>
</div>
</div>
</section>
<!-- about us -->
<section class="bg-light p-3 mt-5" id="about">
<div class="container">
<h2>About us</h2>
<p>
Lorem ipsum dolor, sit amet consectetur adipisicing elit. Dolores,
excepturi vero pariatur sit ipsa similique eum numquam quasi porro
voluptatum consequuntur est, voluptatibus officiis labore animi
consectetur mollitia deserunt? Unde. Ipsum, porro. Lorem, ipsum dolor
sit amet consectetur adipisicing elit. Voluptatibus, ut. Incidunt
voluptate sed numquam accusamus maxime excepturi voluptatum vitae
facere, nulla ipsam impedit esse eligendi iusto unde animi
voluptatibus? Harum! Eaque aperiam amet ullam dolore facilis animi
beatae ipsam obcaecati fugit ex velit, natus accusamus tempore
cupiditate eos sit itaque. Itaque dolores libero assumenda id!
Maiores, delectus magni?
</p>
<p>
Lorem ipsum, dolor sit amet consectetur adipisicing elit. Sint
blanditiis animi rerum architecto distinctio? Natus vel ut, nulla
pariatur cupiditate soluta fugit possimus delectus aliquid atque
tenetur ipsam hic quia. Aliquam, laudantium, dicta aliquid quae sit
consequatur ex iure beatae exercitationem eligendi expedita rerum,
reiciendis unde error cum assumenda voluptatem quisquam vero quas
excepturi? Quidem deleniti iure debitis temporibus vitae? Tenetur in
temporibus totam, corporis suscipit pariatur illum modi beatae numquam
sequi maxime obcaecati veniam quidem! Laboriosam veniam itaque officia
fuga nihil? Quod error laborum iusto quia placeat, quas nisi?
</p>
</div>
</section>
<!-- contact us -->
<section class="p-3 mt-5" id="contact">
<div class="container">
<h2>Contact us</h2>
<form>
<div class="row">
<div class="form-group col-6">
<label for="name">Your Name</label>
<input
type="text"
class="form-control"
id="name"
aria-describedby="namehelp"
placeholder="Enter your Name"
/>
</div>
<div class="form-group col-6">
<label for="exampleInputEmail1">Email address</label>
<input
type="email"
class="form-control"
id="exampleInputEmail1"
aria-describedby="emailHelp"
placeholder="Enter email"
/>
<small id="emailHelp" class="form-text text-muted"
>We'll never share your email with anyone else.</small
>
</div>
</div>
<div class="form-group">
<label for="exampleFormControlTextarea1">Enter your details</label>
<textarea
class="form-control"
id="exampleFormControlTextarea1"
rows="3"
></textarea>
</div>
<button type="submit" class="btn custom-btn">Submit</button>
</form>
<div class="">
<h2>Find us on Map</h2>
<div class="mapouter col-12">
<div class="gmap_canvas">
<iframe
width="100%"
height="500"
id="gmap_canvas"
src="https://maps.google.com/maps?q=pakistan&t=&z=13&ie=UTF8&iwloc=&output=embed"
frameborder="0"
scrolling="no"
marginheight="0"
marginwidth="0"
></iframe
><style>
.mapouter {
position: relative;
text-align: right;
height: 500px;
width: 100%;
}</style
><a href="https://www.embedgooglemap.net"
>google map website widget</a
><style>
.gmap_canvas {
overflow: hidden;
background: none !important;
height: 500px;
width: 600px;
}
</style>
</div>
</div>
</div>
</div>
</section>
<!-- footer -->
<footer>
<p class="text-center text-white mt-3 p-2">
© All right Reserved. 2021
</p>
</footer>
<script
src="https://code.jquery.com/jquery-3.2.1.slim.min.js"
integrity="sha384-KJ3o2DKtIkvYIK3UENzmM7KCkRr/rE9/Qpg6aAZGJwFDMVNA/GpGFF93hXpG5KkN"
crossorigin="anonymous"
></script>
<script
src="https://cdnjs.cloudflare.com/ajax/libs/popper.js/1.12.9/umd/popper.min.js"
integrity="sha384-ApNbgh9B+Y1QKtv3Rn7W3mgPxhU9K/ScQsAP7hUibX39j7fakFPskvXusvfa0b4Q"
crossorigin="anonymous"
></script>
<script
src="https://maxcdn.bootstrapcdn.com/bootstrap/4.0.0/js/bootstrap.min.js"
integrity="sha384-JZR6Spejh4U02d8jOt6vLEHfe/JQGiRRSQQxSfFWpi1MquVdAyjUar5+76PVCmYl"
crossorigin="anonymous"
></script>
</body>
</html>