-
Notifications
You must be signed in to change notification settings - Fork 0
/
About_us.html
129 lines (87 loc) · 4.16 KB
/
About_us.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
<!DOCTYPE html>
<html lang="en">
<head>
<title>DUBAI</title>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta http-equiv="X-UA-Compatible" content="IE=Edge">
<link rel="stylesheet" href="bootstrap.min.css">
<link rel="stylesheet" href="dsg.css">
<script src="jquery.min.js"></script>
<script src="bootstrap.min.js"></script>
</head>
<body>
<div class="container">
<h1 align="center">About The Website</h1>
<div id="myCarousel" class="carousel slide" data-ride="carousel">
<!-- Indicators -->
<ol class="carousel-indicators">
<li data-target="#myCarousel" data-slide-to="0" class="active"></li>
<li data-target="#myCarousel" data-slide-to="1"></li>
<li data-target="#myCarousel" data-slide-to="2"></li>
<li data-target="#myCarousel" data-slide-to="3"></li>
<li data-target="#myCarousel" data-slide-to="4"></li>
<li data-target="#myCarousel" data-slide-to="5"></li>
<li data-target="#myCarousel" data-slide-to="6"></li>
<li data-target="#myCarousel" data-slide-to="7"></li>
<li data-target="#myCarousel" data-slide-to="8"></li>
</ol>
<!-- Wrapper for slides -->
<div class="carousel-inner">
<div class="item active">
<img src="view1.jpg" alt="Dubai Night View" style="width:100%;margin-left: 0px;">
</div>
<div class="item">
<img src="view2.jpg" alt="Dubai Day View" style="width:100%;margin-left: 0px;">
</div>
<div class="item">
<img src="burj.jpg" alt="Burj Khalifa" style="width:100%;margin-left: 0px;">
</div>
<div class="item">
<img src="palm.jpg" alt="Palm Island" style="width:100%;margin-left: 0px;">
</div>
<div class="item">
<img src="desert.jpg" alt="Desert Safari" style="width:100%;margin-left: 0px;">
</div>
<div class="item">
<img src="ferrari.jpg" alt="Ferrari World" style="width:100%;margin-left: 0px;">
</div>
<div class="item">
<img src="car.jpg" alt="Cars in Ferrai World" style="width:100%;margin-left: 0px;">
</div>
<div class="item">
<img src="res.jpg" alt="Restaurants" style="width:100%;margin-left: 0px;">
</div>
<div class="item">
<img src="tem.jpg" alt="Mosque" style="width:100%;margin-left: 0px;">
</div>
</div>
</div>
</div>
<br><hr>
<div class=contak>
<p style="float:right;width:75%;font-size: 18px"><br>In current times, each and every person wishes to travel Dubai once in their lifetime. Because of the innumerable number of tourist spots in Dubai, it is a great concern on how to plan the whole travel keeping in mind that both money and time are spent wisely. So this website has been created in order to provide accurate information to the visitors regarding all the tourist places, cafes & restaurants, Hotels and their stay along with their official respective websites linked to it. This will help to get all the detailed and legitimate information regarding it. Hope you enjoy planning your travel through this website.
</p>
</div>
<div class="buttonsa">
<a href="pts.html" button class="button" ><span>Places To See</span></button></a><br>
<a href="etnp.html" button class="button"><span>Excursions To Nearby Places</span></button></a><br>
<a href="rest.html" button class="button"><span>Restaurants</span></button></a><br>
<a href="il.html" button class="button"><span>Islands</span></button></a><br>
<a href="hotels.html" button class="button"><span>Hotels</span></button></a><br>
<a href="rp.html" button class="button"><span>Religious Places</span></button></a><br>
<a href="ap.html" button class="button"><span>Amusement Parks</span></button></a><br>
<a href="mus.html" button class="button"><span>Museums</span></button></a><br><br>
</div>
</div>
<footer class="footer-main-div">
<footer class="footer-menu-one">
<ul >
<li><a href="index.html">Home</a></li>
<li><a class="active" href="About_us.html">About the Website</a></li>
<li><a href="https://www.linkedin.com/in/namanshahdeveloper/">About The Developer</a></li>
</ul>
</footer>
</footer>
</body>
</html>