-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
219 lines (196 loc) · 7.49 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
<!DOCTYPE html>
<html lang="en">
<head>
<title>TashTour</title>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.4.0/css/bootstrap.min.css">
<script src="https://ajax.googleapis.com/ajax/libs/jquery/3.3.1/jquery.min.js"></script>
<script src="https://maxcdn.bootstrapcdn.com/bootstrap/3.4.0/js/bootstrap.min.js"></script>
<style>
a:visited {
color: #6699ff;
background-color: transparent;
text-decoration: none;
}
a:hover {
color: #008ae6;
background-color: transparent;
text-decoration: none;
}
.navbar {
margin-bottom: 0;
border-radius: 0;
}
footer {
background-color: #f2f2f2;
padding: 25px;
}
.affix {
top: 0;
width: 100%;
z-index: 9999 !important;
}
.affix + .container-fluid {
padding-top: 70px;
}
p.grids {
font-size: 24px;
}
img {
box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
filter:grayscale(30%);
}
img:hover {
box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
filter:grayscale(0%);
}
video{
margin: 0 auto;
border: 20px solid #ddd;
}
</style>
</head>
<body>
<nav class="navbar navbar-default" data-spy="affix" data-offset-top="1" style="box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19)">
<div class="container-fluid">
<div class="navbar-header">
<button type="button" class="navbar-toggle" data-toggle="collapse" data-target="#myNavbar">
<span class="icon-bar"></span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
</button>
<a class="navbar-brand" href="#">TashTour</a>
</div>
<div class="collapse navbar-collapse" id="myNavbar">
<ul class="nav navbar-nav">
<li class="active"><a href="#">Home</a></li>
<li><a href="Accommodation.html">Accommodations</a></li>
<li class="dropdown">
<a class="dropdown-toggle" data-toggle="dropdown" href="#">Entertainment
<span class="caret"></span></a>
<ul class="dropdown-menu">
<li><a href="_museum.html">Museums</a></li>
<li><a href="_park.html">Parks</a></li>
<li><a href="_shop.html">Shops</a></li>
</ul>
</li>
<li class="dropdown">
<a class="dropdown-toggle" data-toggle="dropdown" href="#">Restaurants & Cafes
<span class="caret"></span></a>
<ul class="dropdown-menu">
<li><a href="National.html">National</a></li>
<li><a href="FastFood.html">Fast Food</a></li>
<li><a href="CoffeeShop.html">Coffee Shops</a></li>
<li><a href="OR.html">Other</a></li>
</ul>
</li>
<li class="dropdown">
<a class="dropdown-toggle" data-toggle="dropdown" href="#">Transport
<span class="caret"></span></a>
<ul class="dropdown-menu">
<li><a href="_bus.html">Bus</a></li>
<li><a href="_taxi.html">Taxi</a></li>
<li><a href="_sub.html">Underground</a></li>
<li><a href="_rail.html">Rail</a></li>
<li><a href="_air.html">Air</a></li>
</ul>
</li>
<li><a href="_tip.html">Useful Tips</a></li>
</ul>
<div class="nav navbar-nav navbar-right">
<a href="Travelers Quiz.html" target="_blank"><button class="btn btn-primary navbar-btn"><b>Travel Personality Quiz</b></button></a>
</div>
</div>
</div>
</nav>
<div class="row" style="background-color: #f2f2f2; margin-bottom: 0px;">
<div class="col-lg-1">
</div>
<div class="col-lg-10 container">
<br>
<video width=100% height=auto controls autoplay style="margin-bottom: 0px;">
<source src="" type="video/mp4">
</video>
</div>
<div class="col-lg-1">
</div>
</div>
<!-- FULLWIDTH VIDEO
<div class="container embed-responsive embed-responsive-16by9" style="width: 100%; height:100%">
<video width=100% height=100% controls autoplay>
<source src="Tashkent City.mp4" type="video/mp4">
</video>
</div>
-->
<div class="jumbotron" style="background-color: #f2f2f2; margin-bottom: 0; margin-top: 0;">
<div class="container text-center" style="margin-bottom: 0; margin-top: 0;">
<h1 style="margin-top: 0;">Assalomu Alaykum!</h1>
<p style="margin-bottom: 0;">WELCOME TO TASHKENT!</p>
</div>
</div>
<div class="container-fluid bg-3 text-center" style="background-image: url('bg.png'); box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);">
<div class="well-lg"><h3 class="text-primary">Welcome to the eclectic and bustling city of Tashkent, one of the main political and transportation hubs of Central Asia.
<br><br>Tashkent is a wonderful mixture of a modern metropolis and the unique colors of an eastern city.
<br>Taking a walk in Tashkent, you will see graceful European constructions, monumental buildings of the Soviet era, blue domes of mosques and madrasas, and glittering facades of modern buildings.</h3><br>
</div>
<div class="row">
<div class="col-sm-3"><a href="_museum.html">
<p class="grids">Museums</p>
<img src="museummain.jpg" class="img-responsive" style="width:100%" alt="museums">
</a></div>
<div class="col-sm-3"><a href="_park.html">
<p class="grids">Parks</p>
<img src="parkmain.jpg" class="img-responsive" style="width:100%" alt="parks">
</a></div>
<div class="col-sm-3"><a href="_shop.html">
<p class="grids">Shops</p>
<img src="shopmain.jpg" class="img-responsive" style="width:100%" alt="shops">
</a></div>
<div class="col-sm-3"><a href="Travelers Quiz.html" target="_blank">
<p class="grids">Quiz</p>
<img src="quizmain.jpg" class="img-responsive" style="width:100%" alt="quiz">
</a></div>
</div>
<br>
<div class="row">
<div class="col-sm-3"><a href="National.html">
<p class="grids">National Food</p>
<img src="nationalmain.jpg" class="img-responsive" style="width:100%" alt="nationalfood">
</a></div>
<div class="col-sm-3"><a href="CoffeeShop.html">
<p class="grids">Coffee Shops</p>
<img src="coffeeshopmain.jpg" class="img-responsive" style="width:100%" alt="coffeeshops">
</a></div>
<div class="col-sm-3"><a href="FastFood.html">
<p class="grids">Fast Food</p>
<img src="fastfoodmain.jpg" class="img-responsive" style="width:100%" alt="fastfood">
</a></div>
<div class="col-sm-3"><a href="Accommodation.html">
<p class="grids">Accommodations</p>
<img src="Hotelphotos/Hotel HYATT Regency1.jpg" class="img-responsive" style="width:100%" alt="hotels">
</a></div>
</div>
<br>
<div class="row">
<div class="col-sm-2">
</div>
<div class="col-sm-4"><a href="_news.html">
<p class="grids">Latest News</p>
<img src="latestnewsmain.jpg" class="img-responsive" style="width:100%" alt="news">
</a></div>
<div class="col-sm-4"><a href="_cult.html">
<p class="grids">Culture</p>
<img src="culturemain.jpg" class="img-responsive" style="width:100%" alt="culture">
</a></div>
<div class="col-sm-2">
</div>
</div>
<br><br><br>
</div>
<footer class="container-fluid text-center" style="box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);">
<p><b>© WEB OSS 2019</b></p>
<p><em>Dong Woo Choi | Ozodbek Kuchkarov | Abdulaziz Mavlyanov | Nam Vladimir</em></p>
</footer>
</body>
</html>