-
Notifications
You must be signed in to change notification settings - Fork 0
/
travel.html
62 lines (53 loc) · 3.19 KB
/
travel.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
<!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>Dewang Gupta</title>
<link href="https://cdn.jsdelivr.net/npm/bootstrap@5.3.0-alpha1/dist/css/bootstrap.min.css" rel="stylesheet"
integrity="sha384-GLhlTQ8iRABdZLl6O3oVMWSktQOp6b7In1Zl3/Jr59b6EGGoI1aFkw7cmDA6j6gD" crossorigin="anonymous">
</head>
<body>
<div class="row">
<div class="col-3 position-relative">
<div class="col position-fixed">
<h1>
<a href="index.html" style="text-decoration: none; color: #000;">Dewang Gupta</a>
</h1>
<br>
<div class="d-grid gap-3">
<a href="streets.html"class="p-2" style="text-decoration: none; color: black;">streets</a>
<div class="p-2" style="background: #000; color: aliceblue;">travel</div>
<a href="holi.html"class="p-2" style="text-decoration: none; color: black;">holi 2022</a>
<a href="flash.html"class="p-2" style="text-decoration: none; color: black;">flash on street</a>
<a href="https://www.instagram.com/deewaangguptaa/" target="_blank" class="p-2" style="text-decoration: none; color: black; margin-top: 90px;">Insta</a>
</div>
</div>
</div>
<div class="col-9">
<br>
<div class="row">
<div class="col-6">
<img class="img-fluid mx-auto mx-lg-0 my-auto" src="imagefolders/travel/img1.jpg" alt="">
<img class="img-fluid mx-auto mx-lg-0 my-auto" src="imagefolders/travel/img2.jpg" alt="">
<img class="img-fluid mx-auto mx-lg-0 my-auto" src="imagefolders/travel/img3.jpg" alt="">
<img class="img-fluid mx-auto mx-lg-0 my-auto" src="imagefolders/travel/img4.jpg" alt="">
<img class="img-fluid mx-auto mx-lg-0 my-auto" src="imagefolders/travel/img5.jpg" alt="">
<img class="img-fluid mx-auto mx-lg-0 my-auto" src="imagefolders/travel/img6.jpg" alt="">
<img class="img-fluid mx-auto mx-lg-0 my-auto" src="imagefolders/travel/img7.jpg" alt="">
</div>
<div class="col-6">
<img class="img-fluid mx-auto mx-lg-0 my-auto" src="imagefolders/travel/img8.jpg" alt="">
<img class="img-fluid mx-auto mx-lg-0 my-auto" src="imagefolders/travel/img9.jpg" alt="">
<img class="img-fluid mx-auto mx-lg-0 my-auto" src="imagefolders/travel/img10.jpg" alt="">
<img class="img-fluid mx-auto mx-lg-0 my-auto" src="imagefolders/travel/img11.jpg" alt="">
<img class="img-fluid mx-auto mx-lg-0 my-auto" src="imagefolders/travel/img12.jpg" alt="">
<img class="img-fluid mx-auto mx-lg-0 my-auto" src="imagefolders/travel/img13.jpg" alt="">
<img class="img-fluid mx-auto mx-lg-0 my-auto" src="imagefolders/travel/img14.jpg" alt="">
</div>
</div>
</div>
</div>
</body>
</html>