-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
193 lines (167 loc) · 8.52 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="stylesheet" href="SCSS/style.css">
<link rel="icon" type="image/x-icon" href="Rest/favicon.ico">
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.4.0/css/all.min.css" integrity="sha512-iecdLmaskl7CVkqkXNQ/ZH/XLlvWZOJyj7Yy7tcenmpD1ypASozpmT/E0iPtmFIB46ZmdtAc9eNBvH0H/ZpiBw==" crossorigin="anonymous" referrerpolicy="no-referrer" />
<link rel="stylesheet" href="https://maxst.icons8.com/vue-static/landings/line-awesome/line-awesome/1.3.0/css/line-awesome.min.css">
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/animate.css/4.1.1/animate.min.css"/>
<title>Jade Vine </title>
</head>
<body>
<header>
<a class="logo" href="#"><img src="Rest/nav-logo.png" alt="logo"></a>
<ul class="nav-menu">
<li><a href="#">Home</a></li>
<li><a href="#about">About Us</a></li>
<li><a href="#rooms">Rooms</a></li>
<li><a href="#amenities">Amenities</a></li>
<li><a href="#menu-section">Menu</a></li>
<li><a href="gallery.html">Gallery</a></li>
</ul>
<div class="button">
<a href="#contact-us"><button>Contact Us</button></a>
<div class="toggle-button fa-solid fa-bars" id="menu"></div>
</div>
</header>
<section class="home">
<div class="image-container">
<div class="overlay"></div>
<div class="overlay-text">
<h1 class="animate__animated animate__fadeInUp">Feel comfortable in the lap of Nature</h1>
<h4 class="animate__animated animate__fadeInUp">Jade Vine Resorts</h4>
</div>
</div>
</section>
<section id="about" class="about-section">
<div class="about-grid">
<div class="about-text">
<h2>Jade Vine Resorts: Serenity in Nature</h2>
<p>Nestled amid lush Deodar and Pine forests near Shoghi on the outskirts of Shimla,
Jade Vine Resort offers a perfect nature retreat with stunning valley views, proximity
to the Kali Tibba temple, and the UNESCO-listed Kalka-Shimla toy train. Located 2.5 km
from the Shoghi toy train station, and with the Tara Devi Temple, Shimla's mall road,
and the Viceregal lodge within reach, Jade Vine provides a tranquil escape with modern
amenities and a dedicated team committed to ensuring your delight. <br>
<span>
Don't miss our day packages for local Shimla sightseeing, and we look forward to welcoming you soon!
</span>
</p>
<a href="#contact-us"><button>Reserve Now</button></a>
</div>
<div class="about-image">
<img src="Rest/building.jpg" alt="about-img">
</div>
</div>
</section>
<section id="rooms" class="rooms-section">
<h3>Rooms To Suit Your Every Need</h3>
<div class="room-cards">
<div class="card">
<img src="Rest/room5.jpg" alt="">
<h4>Standard</h4>
<p>Unbeatable Jade Vine hospitality at an incredible price for two guests.</p>
</div>
<div class="card">
<img src="Rest/room8.jpg" alt="">
<h4>Deluxe</h4>
<p>Mesmerize in valley views while indulging in Jade Vine's signature hospitality for two.</p>
</div>
<div class="card">
<img src="Rest/room2.jpg" alt="">
<h4>Super Deluxe</h4>
<p>A luxurious oasis with spacious elegance and a king-size bed for ultimate relaxation.</p>
</div>
</div>
</section>
<section class="amenities-section" id="amenities">
<h4>Modern Amenities for Your Delightful Stay</h4>
<div class="amenities-grid">
<div class="amenities-side">
<div class="amentities">
<i class="las la-wifi"></i>
<h5>Free Wifi</h5>
</div>
<div class="amentities">
<i class="las la-video"></i>
<h5>24*7 CCTV Security</h5>
</div>
<div class="amentities">
<i class="las la-parking"></i>
<h5>Ample Parking Space</h5>
</div>
<div class="amentities">
<i class="las la-utensils"></i>
<h5>In House Restaurant</h5>
</div>
<div class="amentities">
<i class="las la-concierge-bell"></i>
<h5>Room Service</h5>
</div>
<div class="amentities">
<i class="las la-user-clock"></i>
<h5>24*7 Front Desk</h5>
</div>
<div class="amentities">
<i class="las la-glass-cheers"></i>
<h5>Conference Hall/Party Hall</h5>
</div>
<div class="amentities">
<i class="las la-mountain"></i>
<h5>Sightseeing(Chargeable)</h5>
</div>
<div class="amentities">
<i class="las la-taxi"></i>
<h5>Transportation(Chargeable)</h5>
</div>
</div>
<img src="Rest/amenities.jpg">
</div>
</section>
<section id="menu-section" class="menu-section">
<div class="menu-grid">
<div class="menu-text">
<h2>Explore Our Culinary Delights</h2>
<p>Indulge in a world of flavors at Jade Vine Resort. Our carefully crafted
menu is a fusion of taste and artistry, promising a delightful dining experience
like no other. From savory starters to mouthwatering main courses, our dishes
are prepared with love and creativity, ensuring each bite is a journey of
culinary satisfaction.<br>
<span>
Explore our menu now and embark on a culinary voyage that will leave you craving for more.
</span>
</p>
<a href="menu/JVR Menu.pdf"><button>Discover Menu</button></a>
<a href="gallery.html"><button id="gallery">View Our Gallery</button></a>
</div>
<div class="menu-image">
<img src="Rest/dining.jpg" alt="menu-img">
</div>
</section>
<section class="footer-section" id="contact-us">
<div class="footer-flex">
<div class="footer-details">
<h1>Jade Vine Resorts</h1>
<a href="https://www.facebook.com/jadevineresort?mibextid=ZbWKwL"><i class="fa-brands fa-square-facebook"></i></a>
<a href="https://instagram.com/jadevineresorts?igshid=MzMyNGUyNmU2YQ=="><i class="fa-brands fa-square-instagram"></i></a>
<h1 id="contact">Contact info</h1>
<ul class="details">
<li>+91-6230282051</li>
<li>reservations@jadevineresorts.com</li>
<li>Address: Opposite PWD Office, Village Mohri, Anandpur Road,<br> Shoghi, Shimla, Himachal Pradesh, 171219</li>
<li>GSTIN: 02AAMFJ2343M1ZC</li>
</ul>
</div>
<div class="map-container ratio-16-9">
<h1>Find Us Here</h1>
<iframe class="map" width="600" height="450" src="https://www.google.com/maps/embed?pb=!1m18!1m12!1m3!1d3418.193272631454!2d77.13432517549762!3d31.04871867443344!2m3!1f0!2f0!3f0!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0x39057fec4f00be3d%3A0xa8f974ec0388719f!2sJade%20Vine%20Resort!5e0!3m2!1sen!2sin!4v1698161845502!5m2!1sen!2sin" style="border:0;" allowfullscreen="" referrerpolicy="no-referrer-when-downgrade"></iframe>
</div>
</div>
</section>
</body>
<script src="JS/main.js"></script>
<script src="https://smtpjs.com/v3/smtp.js"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.4.0/js/all.min.js" integrity="sha512-fD9DI5bZwQxOi7MhYWnnNPlvXdp/2Pj3XSTRrFs5FQa4mizyGLnJcN6tuvUS6LbmgN1ut+XGSABKvjN0H6Aoow==" crossorigin="anonymous" referrerpolicy="no-referrer"></script>
</html>