-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathAboutus.html
51 lines (44 loc) · 2.57 KB
/
Aboutus.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
<html>
<head>
<title>
</title>
<link rel="stylesheet" href="aboutus.css">
<link href="https://fonts.googleapis.com/css?family=Flamenco" rel="stylesheet">
</head>
<body>
<header>
<nav>
<div class="row">
<ul class="main-nav" id="check-class">
<li><a href="Main.html">Home</a></li>
<li><a href="Aboutus.html">About Us</a></li>
<li><a href="Form.html">Book Your Room</a></li>
<li><a href="attraction.html">Attractions </a></li>
</ul>
<!-- <a href="#" class="mobile-icon" onclick="slideshow()"> <i class="fa fa-bars"></i></a> -->
</div>
</nav>
</header>
<section class="heading">
<video autoplay loop class="video-background" muted plays-inline>
<source src="images/video.mp4" type="video/mp4">
</video>
<div class="welcome-msg">
<h1> About Isha Hotels </h1>
<p>
Isha Hotels, is an Indian hospitality chain of leased and franchised hotels, homes and living spaces.
Founded in 2020 by Vineet Kumar, Niwaas initially consisted mainly of budget hotels. The startup expanded
globally with thousands of hotels, vacation homes and millions of rooms in India, Malaysia, UAE, Nepal, China,
Brazil, Mexico, UK, Philippines, Japan, Saudi Arabia, Sri Lanka, Indonesia, Vietnam, the United States and more.
Nestled beside an 18-hole golf course minutes from the slopes, Hotel Park City is consistently acclaimed among the best hotels
in Park City, Utah. Among our most recent accolades, our AAA Four Diamond resort has proudly been rated a “Top Ski Hotel” by Conde
Nast Traveler, and our Ruth’s Chris Steak House is the #1 rated Ruth’s Chris Steak House in the western U.S. We’ve also been placed
in the Certificate of Excellence Hall of Fame by TripAdvisor and earned the Certificate of Excellence (TripAdvisor), a Platinum Choice
Award (Smart Meetings Magazine), recognition as a “Most Admired Company” (Utah Business Magazine) and more.
</p>
<a href="Form.html" class="btn btn-subscribe"> Book Room </a>
<a href="Main.html" class="btn btn-comment"> Return to Home</a>
</div>
</section>
</body>
</html>