-
Notifications
You must be signed in to change notification settings - Fork 7
/
Copy pathindex.html
477 lines (358 loc) · 16.2 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
475
476
477
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<!-- Bootstrap CSS -->
<link href="https://cdn.jsdelivr.net/npm/[email protected]/dist/css/bootstrap.min.css" rel="stylesheet" integrity="sha384-EVSTQN3/azprG1Anm3QDgpJLIm9Nao0Yz1ztcQTwFspd3yD65VohhpuuCOmLASjC" crossorigin="anonymous">
<!-- my css -->
<link rel="stylesheet" type="text/css" href="css/style.css">
<!-- google fonts -->
<link rel="preconnect" href="https://fonts.googleapis.com">
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
<link href="https://fonts.googleapis.com/css2?family=Open+Sans&display=swap" rel="stylesheet">
<title>Bootstrap-5.0 Template 2023</title>
</head>
<body>
<!-- navbar -->
<nav class="navbar navbar-expand-lg navbar-dark bg-info">
<div class="container-fluid">
<a class="navbar-brand text-capitalize" href="index.html">talal wasim</a>
<button class="navbar-toggler" type="button" data-bs-toggle="collapse" data-bs-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 ms-auto mb-2 mb-lg-0">
<li class="nav-item">
<a class="nav-link active" aria-current="page" href="index.html">Home</a>
</li>
<li class="nav-item">
<a class="nav-link text-capitalize active" href="about.html">about us</a>
</li>
<li class="nav-item dropdown">
<a class="nav-link dropdown-toggle active" href="#" id="navbarDropdown" role="button" data-bs-toggle="dropdown" aria-expanded="false">
Project
</a>
<ul class="dropdown-menu" aria-labelledby="navbarDropdown">
<li><a class="dropdown-item" href="#">Project #1</a></li>
<li><a class="dropdown-item" href="#">Project #2</a></li>
<li><hr class="dropdown-divider"></li>
<li><a class="dropdown-item" href="#">Project Demo Youtube</a></li>
</ul>
</li>
<li class="nav-item">
<a class="nav-link text-capitalize active" href="gallery.html">gallery</a>
</li>
<li class="nav-item">
<a class="nav-link text-capitalize active" href="contact.html">contact us</a>
</li>
</ul>
</div>
</div>
</nav>
<!-- navbar end-->
<!-- header -->
<div id="carouselExampleCaptions" class="carousel slide" data-bs-ride="carousel">
<div class="carousel-indicators">
<button type="button" data-bs-target="#carouselExampleCaptions" data-bs-slide-to="0" class="active" aria-current="true" aria-label="Slide 1"></button>
<button type="button" data-bs-target="#carouselExampleCaptions" data-bs-slide-to="1" aria-label="Slide 2"></button>
<button type="button" data-bs-target="#carouselExampleCaptions" data-bs-slide-to="2" aria-label="Slide 3"></button>
</div>
<div class="carousel-inner">
<div class="carousel-item active">
<img src="images/slider1.jpg" class="d-block w-100" alt="images/slider1.jpg">
<div class="carousel-caption d-md-block">
<h5>First slide label</h5>
<p>Some WWW representative placeholder content for the first slide.</p>
</div>
</div>
<div class="carousel-item">
<img src="images/slider2.jpg" class="d-block w-100" alt="images/slider1.jpg">
<div class="carousel-caption d-md-block">
<h5>Second slide label</h5>
<p>Some representative placeholder content for the second slide.</p>
</div>
</div>
<div class="carousel-item">
<img src="images/slider1.jpg" class="d-block w-100" alt="images/slider1.jpg">
<div class="carousel-caption d-md-block">
<h5>Third slide label</h5>
<p>Some representative placeholder content for the third slide.</p>
</div>
</div>
</div>
<button class="carousel-control-prev" type="button" data-bs-target="#carouselExampleCaptions" data-bs-slide="prev">
<span class="carousel-control-prev-icon" aria-hidden="true"></span>
<span class="visually-hidden">Previous</span>
</button>
<button class="carousel-control-next" type="button" data-bs-target="#carouselExampleCaptions" data-bs-slide="next">
<span class="carousel-control-next-icon" aria-hidden="true"></span>
<span class="visually-hidden">Next</span>
</button>
</div>
<!-- header end -->
<!-- About Us section -->
<section class="main_heading my-5">
<div class="text-center ">
<h1 class="display-4">About us</h1>
<hr class="w-25 mx-auto" />
</div>
</section>
<!-- About Us section End -->
<!-- container start -->
<div class="container">
<!-- 1st row end -->
<div class="row my-5">
<div class="col-lg-6 col-md-6 col-12 col-xxl-6">
<figure>
<img src="images/g1.jpg" class="img-fluid about_img">
</figure>
</div>
<div class="col-lg-6 col-md-6 col-12 col-xxl-6 d-flex justify-content-center align-items-start flex-column">
<h1>My Journey</h1>
<p>Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod
tempor incididunt ut labore et dolore magna aliqua. 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 fugiat nulla pariatur. Excepteur sint occaecat cupidatat non
proident, sunt in culpa qui officia deserunt mollit anim id est laborum.</p>
<button type="button" class="btn btn-outline-info" data-bs-toggle="tooltip" data-bs-placement="right" title="who am i">Learn More</button>
</div>
</div>
<!-- 1st row end -->
<!-- second row -->
<div class="row my-5">
<div class="col-lg-6 col-md-6 col-12 col-xxl-6 d-flex justify-content-center align-items-start flex-column">
<h1>My Journey</h1>
<p>Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod
tempor incididunt ut labore et dolore magna aliqua. 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 fugiat nulla pariatur. </p>
<button type="button" class="btn btn-outline-info">Learn More</button>
</div>
<div class="col-lg-6 col-md-6 col-12 col-xxl-6 my-5">
<figure>
<img src="images/slider3.jpg" class="img-fluid about_img">
</figure>
</div>
</div>
<!-- second row -->
</div>
<!-- container end-->
<!-- our services section Start-->
<section class="main_heading my-5 pt-5 bg-light">
<div class="text-center ">
<h1 class="display-4">Our Services </h1>
<hr class="w-25 mx-auto" />
</div>
<div class="container my-service">
<div class="row my-5">
<div class="col-md-4 col-10 col-xxl-4 mx-auto">
<div class="card mb-3" style="max-width: 540px;">
<div class="row">
<div class="col-md-4 horizontal-card-img">
<img src="images/h1.jpg" class="img-fluid rounded-start" alt="images/g1.jpg">
</div>
<div class="col-md-8">
<div class="card-body">
<h5 class="card-title">Card title</h5>
<p class="card-text">This is a wider card with supporting text below as a natural lead-in to additional content. This content is a little bit longer.</p>
<p class="card-text"><small class="text-muted">Last updated 3 mins ago</small></p>
</div>
</div>
</div>
</div>
</div>
<div class="col-md-4 col-10 col-xxl-4 mx-auto">
<div class="card mb-3" style="max-width: 540px;">
<div class="row">
<div class="col-md-4 horizontal-card-img">
<img src="images/h1.jpg" class="img-fluid rounded-start" alt="images/g1.jpg">
</div>
<div class="col-md-8">
<div class="card-body">
<h5 class="card-title">Card title</h5>
<p class="card-text">This is a wider card with supporting text below as a natural lead-in to additional content. This content is a little bit longer.</p>
<p class="card-text"><small class="text-muted">Last updated 3 mins ago</small></p>
</div>
</div>
</div>
</div>
</div>
<div class="col-md-4 col-10 col-xxl-4 mx-auto">
<div class="card mb-3" style="max-width: 540px;">
<div class="row">
<div class="col-md-4 horizontal-card-img">
<img src="images/h1.jpg" class="img-fluid rounded-start" alt="images/g1.jpg">
</div>
<div class="col-md-8">
<div class="card-body">
<h5 class="card-title">Card title</h5>
<p class="card-text">This is a wider card with supporting text below as a natural lead-in to additional content. This content is a little bit longer.</p>
<p class="card-text"><small class="text-muted">Last updated 3 mins ago</small></p>
</div>
</div>
</div>
</div>
</div>
<div class="col-xxl-12 text-center my-5">
<button type="button" class="btn btn-outline-info" data-bs-toggle="tooltip" data-bs-placement="right" title="who am i">Learn More</button>
</div>
</div>
</div>
</section>
<!-- our services section End -->
<!-- Gallery section start-->
<section class="main_heading my-5 mt-5">
<div class="text-center ">
<h1 class="display-4">Gellery</h1>
<hr class="w-25 mx-auto" />
</div>
<div class="container">
<div class="row gy-2 my-5">
<div class="col-md-4 col-10 col-xxl-4 mx-auto">
<figure>
<img src="images/slider1.jpg" alt="Gellery" class="img-fluid">
</figure>
</div>
<div class="col-md-4 col-10 col-xxl-4 mx-auto">
<figure>
<img src="images/slider2.jpg" alt="Gellery" class="img-fluid">
</figure>
</div>
<div class="col-md-4 col-10 col-xxl-4 mx-auto">
<figure>
<img src="images/slider1.jpg" alt="Gellery" class="img-fluid">
</figure>
</div>
<div class="col-md-4 col-10 col-xxl-4 mx-auto">
<figure>
<img src="images/slider2.jpg" alt="Gellery" class="img-fluid">
</figure>
</div>
<div class="col-md-4 col-10 col-xxl-4 mx-auto">
<figure>
<img src="images/g1.jpg" alt="Gellery" class="img-fluid">
</figure>
</div>
<div class="col-md-4 col-10 col-xxl-4 mx-auto">
<figure>
<img src="images/slider1.jpg" alt="Gellery" class="img-fluid">
</figure>
</div>
<div class="col-md-4 col-10 col-xxl-4 mx-auto">
<figure>
<img src="images/slider2.jpg" alt="Gellery" class="img-fluid">
</figure>
</div>
<div class="col-md-4 col-10 col-xxl-4 mx-auto">
<figure>
<img src="images/slider1.jpg" alt="Gellery" class="img-fluid">
</figure>
</div>
<div class="col-md-4 col-10 col-xxl-4 mx-auto">
<figure>
<img src="images/slider2.jpg" alt="Gellery" class="img-fluid">
</figure>
</div>
</div>
</div>
</section>
<!-- Gellery section End -->
<!-- new section start-->
<section class="main_heading my-5 py-2 chekcout-my-profile">
<div class="container-fluid">
<div class="row">
<div class="col-xxl-12 col-12 py-5 text-center">
<h1 class="text-white">Check out my Git Profile</h1>
<p>Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod
tempor incididunt ut labore et dolore magna aliqua.</p>
<button type="button" class="btn btn-outline-light">
<svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" fill="currentColor" class="bi bi-arrow-right-square" viewBox="0 0 16 16"><path fill-rule="evenodd" d="M15 2a1 1 0 0 0-1-1H2a1 1 0 0 0-1 1v12a1 1 0 0 0 1 1h12a1 1 0 0 0 1-1V2zM0 2a2 2 0 0 1 2-2h12a2 2 0 0 1 2 2v12a2 2 0 0 1-2 2H2a2 2 0 0 1-2-2V2zm4.5 5.5a.5.5 0 0 0 0 1h5.793l-2.147 2.146a.5.5 0 0 0 .708.708l3-3a.5.5 0 0 0 0-.708l-3-3a.5.5 0 1 0-.708.708L10.293 7.5H4.5z"/></svg> Learn More</button>
</div>
</div>
</div>
</section>
<!-- new section end-->
<!-- ContactUs section start-->
<section class="main_heading my-5 mt-5">
<div class="text-center ">
<h1 class="display-4">Contact Us</h1>
<hr class="w-25 mx-auto" />
</div>
<div class="container">
<div class="row">
<div class="col-xxl-8 col-md-8 col-10 mx-auto">
<form>
<div class="mb-3">
<label for="exampleInputEmail1" class="form-label">Name</label>
<input type="text" class="form-control" id="exampleInputEmail1" aria-describedby="emailHelp">
</div>
<div class="mb-3">
<label for="exampleInputEmail1" class="form-label">Email address</label>
<input type="email" class="form-control" id="exampleInputEmail1" aria-describedby="emailHelp">
<div id="emailHelp" class="form-text">We'll never share your email with anyone else.</div>
</div>
<div class="mb-3">
<label for="exampleInputPassword1" class="form-label">Password</label>
<input type="password" class="form-control" id="exampleInputPassword1">
</div>
<div class="mb-3">
<label for="exampleInputEmail1" class="form-label">Gender</label>
<div class="form-check form-check-inline">
<input class="form-check-input" type="radio" name="inlineRadioOptions" id="inlineRadio1" value="option1">
<label class="form-check-label" for="inlineRadio1">Male</label>
</div>
<div class="form-check form-check-inline">
<input class="form-check-input" type="radio" name="inlineRadioOptions" id="inlineRadio2" value="option2">
<label class="form-check-label" for="inlineRadio2">Female</label>
</div>
</div>
<div class="mb-3">
<label for="exampleInputEmail1" class="form-label">City</label>
<select class="form-select" aria-label="Default select example">
<option selected>Select City</option>
<option value="1">Dhaka</option>
<option value="2">Rangpur</option>
<option value="3">Chittagong</option>
</select>
</div>
<div class="mb-3">
<label for="exampleFormControlTextarea1" class="form-label">Put here short details</label>
<textarea class="form-control" id="exampleFormControlTextarea1" rows="3"></textarea>
</div>
<div class="mb-3">
<label for="formFile" class="form-label">Upload file</label>
<input class="form-control" type="file" id="formFile">
</div>
<div class="mb-3">
<label for="exampleFormControlTextarea1" class="form-label">Address</label>
<textarea class="form-control" id="exampleFormControlTextarea1" rows="2"></textarea>
</div>
<div class="mb-3 form-check">
<input type="checkbox" class="form-check-input" id="exampleCheck1">
<label class="form-check-label" for="exampleCheck1">Check me out</label>
</div>
<button type="submit" class="btn btn-primary">Submit</button>
</form>
</div>
</div>
</div>
</section>
<!-- ContactUs section end-->
<!-- footer section start-->
<footer class="bg-secondary text-center text-white">
<p>@copyright <strong>Md. Talal Wasim (Full Stack - Software Engineer)</strong></p>
</footer>
<!-- footer section end-->
<!-- Option 1: Bootstrap Bundle with Popper -->
<script src="https://cdn.jsdelivr.net/npm/[email protected]/dist/js/bootstrap.bundle.min.js" integrity="sha384-MrcW6ZMFYlzcLA8Nl+NtUVF0sA7MsXsP1UyJoMp4YLEuNSfAP+JcXn/tWtIaxVXM" crossorigin="anonymous"></script>
<script type="text/javascript">
var tooltipTriggerList = [].slice.call(document.querySelectorAll('[data-bs-toggle="tooltip"]'))
var tooltipList = tooltipTriggerList.map(function (tooltipTriggerEl) {
return new bootstrap.Tooltip(tooltipTriggerEl)
})
</script>
</body>
</html>