forked from shehrozasghar/singlepage
-
Notifications
You must be signed in to change notification settings - Fork 0
/
irsa eman
260 lines (248 loc) · 9.55 KB
/
irsa eman
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
<!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" />
<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="ssss.css" />
<title>Document</title>
</head>
<body>
<header>
<div class="container">
<nav class="navbar navbar-expand-lg navbar-primary bg-light">
<a class="navbar-brand" href="#">irsaa</a>
<button
class="navbar-toggler"
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 <span class="sr-only">(current)</span></a
>
</li>
<li class="nav-item text-white">
<a class="nav-link" href="#">services</a>
</li>
<li class="nav-item text-white">
<a class="nav-link" href="#">contact us</a>
</li>
<li class="nav-item text-white">
<a class="nav-link" href="#">about us</a>
</li>
</ul>
</div>
</nav>
</div>
</header>
<section>
<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="irsaa.jpg" alt="programming" />
</div>
<div class="carousel-item">
<img class="d-block w-100" src="eimage.png" 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">
<div class="container nt-3">
<h2>Services</h2>
<div class="row">
<div class="card col-5 n-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>
<a href="#" class="card-link">Card link</a>
<a href="#" class="card-link">Another link</a>
</div>
</div>
<div class="card col-5 n-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>
<a href="#" class="card-link">Card link</a>
<a href="#" class="card-link">Another link</a>
</div>
</div>
<div class="card col-5 n-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>
<a href="#" class="card-link">Card link</a>
<a href="#" class="card-link">Another link</a>
</div>
</div>
<div class="card col-5 n-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>
<a href="#" class="card-link">Card link</a>
<a href="#" class="card-link">Another link</a>
</div>
</div>
<div class="card col-5 n-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>
<a href="#" class="card-link">Card link</a>
<a href="#" class="card-link">Another link</a>
</div>
</div>
</div>
</div>
</section>
<!--contact us-->
<section>
<div class="container">
<h2 class="nt-3">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 btn-primary">Submit</button>
</form>
</div>
</section>
<!--About us-->
<section class="bg-info p-3 nt-5">
<div class="container">
<h2 class="nt-2">About us</h2>
<p>
Lorem ipsum dolor sit amet consectetur adipisicing elit. Optio fugit
aut fuga saepe voluptatem eligendi omnis velit voluptates consequatur
placeat reprehenderit eius et nisi excepturi temporibus, molestiae ut
earum atque? Saepe exercitationem molestias quis sapiente illum
eligendi, deserunt magni reprehenderit excepturi officiis sit
accusamus delectus fuga libero itaque soluta perspiciatis alias! Esse
rem alias, laborum doloremque nam illo impedit numquam!
</p>
<p>
Lorem ipsum dolor sit amet consectetur adipisicing elit. Minus, quo
fugit explicabo aut, repellat blanditiis magni delectus placeat
impedit laborum sit a? Blanditiis praesentium asperiores sapiente! Ad
reiciendis vitae magni? Aperiam, commodi? Accusamus soluta rem
delectus exercitationem sunt accusantium totam autem? Illum dolore qui
error officia eos voluptate, maiores magni similique sequi, maxime ut
nisi dolorum earum possimus quaerat quas. Eaque vero voluptatem atque
hic itaque obcaecati deleniti exercitationem explicabo ullam quae
tempora, consequuntur magnam magni at perferendis repellat quod
tempore odio aut quaerat nemo cum iste temporibus maiores. Corporis
</p>
</div>
</section>
<!--footer-->
<footer>
<p class="text-center text-white nt-3 p-1">
© 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>