-
Notifications
You must be signed in to change notification settings - Fork 28
/
about.html
175 lines (156 loc) · 8.3 KB
/
about.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">
<!-- <link href="https://cdn.jsdelivr.net/npm/bootstrap@5.2.1/dist/css/bootstrap.min.css" rel="stylesheet">
<script src="https://cdn.jsdelivr.net/npm/bootstrap@5.2.1/dist/js/bootstrap.bundle.min.js"></script> -->
<link href="https://cdn.jsdelivr.net/npm/bootstrap@5.2.1/dist/css/bootstrap.min.css" rel="stylesheet">
<script src="https://cdn.jsdelivr.net/npm/bootstrap@5.2.1/dist/js/bootstrap.bundle.min.js"></script>
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Document</title>
<style>
.imgm{
max-width: 200px;
/* height: 50vh; */
margin-right: 5px;
}
.imgm{
display: block;
margin: auto;
}
.slim{
width: 50%;
height: 40vh;
}
.wtob{
color: rgb(249, 243, 243);
}
</style>
</head>
<body>
<div class="container-fluid d-flex align-items-center justify-content-center mt-5">
<div class="row d-flex align-items-center justify-content-center">
<div class="col-12 col-sm-4 col-lg-3 ">
<img class="imgm shadow-lg bg-white" src="https://images.bstatic.de/cctruODXJQT8AnicSYceWCRepGA=/480x480/filters:focal(1490x946:1510x966)/images/d766dc92/1b09/429c/8035/f0af521741a5.jpg" alt="nill">
</div>
<div class="col-12 col-sm-8 col-lg-9 ">
<div class=" p-5 bg-dark text-white rounded">
<h1>Robert Downy Jr.</h1>
<p>A traveller from U.S. According to him "Travel takes us out of our comfort zones and inspires us to see, taste and try new things. It constantly challenges us, not only to adapt to and explore new surroundings, but also to engage with different people, to embrace adventures as they come and to share new and meaningful experiences with friends and loved ones."</p>
</div>
</div>
</div>
</div>
<br>
<div class="container">
<h2 class="text-center">Places Robert wanted to visit </h2>
<div id="demo" class="carousel slide" data-bs-ride="carousel">
<div class="carousel-indicators">
<button type="button" data-bs-target="#demo" data-bs-slide-to="0" class="active"></button>
<button type="button" data-bs-target="#demo" data-bs-slide-to="1"></button>
<button type="button" data-bs-target="#demo" data-bs-slide-to="2"></button>
<button type="button" data-bs-target="#demo" data-bs-slide-to="3"></button>
</div>
<div class="carousel-inner">
<div class="carousel-item active">
<img src="https://assets.traveltriangle.com/blog/wp-content/uploads/2017/12/Malital-snow.jpg" alt="nill" class="d-block m-auto slim" >
<div class="carousel-caption">
<h3 class="wtob">Nainital</h3>
<p class="wtob">This snowfall is attracting me :p</p>
</div>
</div>
<div class="carousel-item">
<img src="https://images.ctfassets.net/cnu0m8re1exe/6Xf1pu8Tv0tPTAiPjOs0es/13b2238fd3ea11fd658ad71596d28abd/shutterstock_1387848629.jpg?fm=jpg&fl=progressive&w=660&h=433&fit=fill" alt="Chicago" class=" d-block m-auto slim" >
<div class="carousel-caption">
<h3 class="wtob">Machu Picchu</h3>
<p class="wtob">Ahahaha, The beauty 🥰</p>
</div>
</div>
<div class="carousel-item">
<img src="https://upload.wikimedia.org/wikipedia/commons/thumb/6/6e/Taj_Mahal_2%2C_Agra%2C_India.jpg/1200px-Taj_Mahal_2%2C_Agra%2C_India.jpg" alt="New York" class=" d-block m-auto slim" >
<div class="carousel-caption">
<h3 class="wtob">Taj Mahal</h3>
<p class="wtob">The sign of Love 💖</p>
</div>
</div>
<div class="carousel-item">
<img src="https://interactive.wttw.com/sites/default/files/explore-chicago-from-the-air-hero_02.jpg" alt="New York" class=" d-block m-auto slim" >
<div class="carousel-caption">
<h3 class="wtob">Chicago</h3>
<p class="wtob">Want to explore from air </p>
</div>
</div>
</div>
<button class="carousel-control-prev" type="button" data-bs-target="#demo" data-bs-slide="prev">
<span class="carousel-control-prev-icon"></span>
</button>
<button class="carousel-control-next" type="button" data-bs-target="#demo" data-bs-slide="next">
<span class="carousel-control-next-icon"></span>
</button>
</div>
</div>
<br><br><br>
<div class="container">
<h2 class="text-center">Places Robert has visited with Rating </h2>
<div id="demo1" class="carousel slide" data-bs-ride="carousel">
<div class="carousel-indicators">
<button type="button" data-bs-target="#demo1" data-bs-slide-to="0" class="active"></button>
<button type="button" data-bs-target="#demo1" data-bs-slide-to="1"></button>
<button type="button" data-bs-target="#demo1" data-bs-slide-to="2"></button>
<button type="button" data-bs-target="#demo1" data-bs-slide-to="3"></button>
</div>
<div class="carousel-inner">
<div class="carousel-item active">
<img src="https://res.klook.com/image/upload/Mobile/City/afmqgg5h0jl9wnr1dfmf.jpg" alt="nill" class="d-block m-auto slim" >
<div class="carousel-caption">
<h3 class="wtob">Rome</h3>
<p class="wtob">Reminded me ancient Romans stories</p>
<div class="progress d-block m-auto" style="height:10px;width: 30%;">
<div class="progress-bar" style="width:85%;height:10px"></div>
</div>
</div>
</div>
<div class="carousel-item">
<img src="https://www.tripsavvy.com/thmb/qkZz_jekpKdX6QuMoz2O9G7C2Iw=/3069x1726/smart/filters:no_upscale()/Venice-5c0896c5c9e77c00018ddfa5.jpg" alt="Chicago" class=" d-block m-auto slim" >
<div class="carousel-caption">
<h3 class="wtob">Venice</h3>
<p class="wtob">loved the City of Lakes</p>
<div class="progress d-block m-auto" style="height:10px;width: 30%;">
<div class="progress-bar" style="width:70%;height:10px"></div>
</div>
<br>
</div>
</div>
<div class="carousel-item">
<img src="https://lp-cms-production.imgix.net/2019-06/GettyImages-470607634_high.jpg" alt="New York" class=" d-block m-auto slim" >
<div class="carousel-caption">
<h3 class="wtob">Ajanta Caves</h3>
<p class="wtob">Ancient Indian culture was fantastic</p>
<div class="progress d-block m-auto" style="height:10px;width: 30%;">
<div class="progress-bar" style="width:90%;height:10px"></div>
</div>
</div>
</div>
<div class="carousel-item">
<img src="https://lp-cms-production.imgix.net/2021-03/shutterstockRF_429620146.jpg" alt="New York" class=" d-block m-auto slim" >
<div class="carousel-caption">
<h3 class="wtob">Dubai</h3>
<p class="wtob">Want to be on highest peak </p>
<div class="progress d-block m-auto" style="height:10px;width: 30%;">
<div class="progress-bar" style="width:70%;height:10px"></div>
</div>
</div>
</div>
</div>
<button class="carousel-control-prev" type="button" data-bs-target="#demo1" data-bs-slide="prev">
<span class="carousel-control-prev-icon"></span>
</button>
<button class="carousel-control-next" type="button" data-bs-target="#demo1" data-bs-slide="next">
<span class="carousel-control-next-icon"></span>
</button>
</div>
<br><br>
</div>
</body>
</html>