-
Notifications
You must be signed in to change notification settings - Fork 27
/
Copy pathabout.html
150 lines (147 loc) · 5.29 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
<!--
Author: Syed Ibrahim
Author URL: http://zeeshanovic.blogspot.com
-->
<!DOCTYPE HTML>
<html>
<head>
<title> Hotel Marriot | About</title>
<link href="css/style.css" rel="stylesheet" type="text/css" media="all" />
<link href='http://fonts.googleapis.com/css?family=PT+Sans+Narrow' rel='stylesheet' type='text/css'>
</head>
<body>
<!---start-Wrap--->
<!---start-header--->
<div class="header">
<div class="wrap">
<div class="header-top">
<div class="logo">
<a href="index.html"><img src="images/logo2.png" title="logo" /></a>
</div>
<img src="images/marriott_logo.jpg" align="center" width=700px height=150 px>
<div class="contact-info">
<a href = "contact.html" target = "_self">
<img src = "/images/contact-us.png" alt = "contact-us" width=300px height=50px border = "0"/>
<p class="phone">Call us : <a href="#">98xxxxxxxx</a></p>
<p class="gps">Gps : <a href="#top123">View map</a></p>
<p class="code">BROUGHT TO YOU BY:<a href="https:zeeshanovic.blogspot.com">Syed Ibrahim</a></p>
</div>
<div class="clear"> </div>
</div>
</div>
<div class="header-top-nav">
<div class="wrap">
<ul>
<li><a href="index.html">Home</a></li>
<li class="active"><a href="about.html">About</a></li>
<li><a href="services.html">Services</a></li>
<li><a href="gallery.html">Gallery</a></li>
<div class="clear"> </div>
</ul>
</div>
</div>
</div>
<!---End-header--->
<div class="clear"> </div>
<!---start-content----->
<div class="content">
<div class="wrap">
<!---start-about---->
<div class="about">
<div class="about-grids">
<div class="about-grid">
<h3>About Our Hotel</h3>
<a href="#"><img src="images/slider1.jpg" title="about"></a>
<span>"With our signature Marriott service and unmatched amenities, our hotel truly embodies a five-star experience. Relax in our spacious guest rooms and suites, which feature thoughtful details like private balconies and marble bathrooms."</span>
<p> Feel like home.</p>
<a class="button1" href="index.html">Visit Home Page</a>
</div>
<div class="about-grid center-grid1">
<h3>WHY CHOOSE US?</h3>
<p>Our hotel's central location in Bengaluru, India puts guests in the heart of the business district and close to the retail hub of UB City.</p>
<label>EVENTS AND FUNCTION </label>
<p>Host a wedding or business conference in one of our hotel's sophisticated and versatile event spaces, the largest of which can accommodate 500 guests.</p>
<label>LOCATION</label>
<p>Located adjacent to Cubbon Park, our hotel features scenic views of one Bengaluru's most beloved public spaces.</p>
</div>
<div class="about-grid last-grid">
<h3>Our Hotel's Staff Info.</h3>
<div class="about-team">
<div class="client">
<div class="about-team-left">
<a href="#"><img src="images/c1.jpg" title="Syed Ibrahim"></a>
</div>
<div class="about-team-right">
<p> Syed Ibrahim <br> Manager</p>
</div>
<div class="clear"> </div>
</div>
<div class="client">
<div class="about-team-left">
<a href="#"><img src="images/c2.jpg" title="Surya sharma "></a>
</div>
<div class="about-team-right">
<p>Surya sharma <br> Asst.Manager</p>
</div>
<div class="clear"> </div>
</div>
<div class="client">
<div class="about-team-left">
<a href="#"><img src="images/c1.jpg" title="Suleman Khan"></a>
</div>
<div class="about-team-right">
<p>Suleman Khan <br> Staff Head</p>
</div>
<div class="clear"> </div>
</div>
<div class="client">
<div class="about-team-left">
<a href="#"><img src="images/c2.jpg" title="Allu Shekar"></a>
</div>
<div class="about-team-right">
<p>Allu Shekar <br>Representative</p>
</div>
<div class="clear"> </div>
</div>
</div>
</div>
<div class="clear"> </div>
</div>
</div>
</div>
<!---End-about---->
<div class="clear"> </div>
<div class="boxs">
<div class="wrap">
<div class="box">
</div>
<div class="box center-box">
<ul>
<li><a href="#" onclick="myFunction()">Leave a Feedback</a></li>
<li><a href="#" onclick="myFunction1()">Reviews and Ratings</a></li>
<li><a href="gallery.html">gallery</a></li>
<li><a href="services.html">Services</a></li>
<li><a href="https:www.quora.com/What-is-trekking">Know about Moutaineering and trekking here</a></li>
<li><a href="https:zeeshanovic.blogspot.com">zeeshanovic.blogspot.com</a></li>
</ul>
</div>
<div id="top123">
<img src="images/map Manila Marriott Hotel.JPG" height=200px width=450px height=125px width=450px align= rights>
</div>
<div class="box">
</div>
<div class="clear"> </div>
</div>
<!---start-box---->
</div>
<!---start-copy-Right----->
<div class="copy-tight">
<p>© HOTEL Awesome,Demo Land 2018</p>
</div>
<!---End-copy-Right----->
</div>
<!---End-content----->
</div>
<!---End-Wrap--->
</body>
</html>