-
Notifications
You must be signed in to change notification settings - Fork 4
/
index.html
143 lines (107 loc) · 5.42 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<title>VENTURE HOTEL</title>
<link rel="stylesheet" href="style.css">
</head>
<body style="background-color:rgb(26, 24, 24) ;">
<!----------navbar---------->
<div class="navbar">
<div class="logo"><h1>VENTURE</h1></div>
<div class="nav-menu">
<li><a href="#">Home</a></li>
<li><a href="#">About</a></li>
<li><a href="#">Staff</a></li>
<li><a href="#">Branches</a></li>
<li><a href="#">Contact</a></li>
</div>
</div>
<!----------mainhead------->
<div class="main-head">
<div class="banner-text">
<h1><span>WELCOME TO <br> VENTURE HOTEL</span></h1>
<p style="font-family:'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;">The lates4-star hotel in Jalandhar, Venture Hotel offers a Luxurious vibe like no other. <br>
We have 5 star rating on Book-hotel-online</p>
</div>
<div class="btn">
<button style="font-family:'Times New Roman', Times, serif;">Book Room</button>
</div>
</div>
<!---------second-head------->
<div class="container">
<div class="box box1">
<h1>Our Services</h1>
<p style="font-family:'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;">For a bespoke and unforgettable experience worthy of its own Insta hashtag, we invite you to stay in one of our Jacuzzi Corner rooms, make your stay truly unforgettable by booking 1 of our 2 exclusive Premier Suites, Early Check-in & Late Check-out.....</p>
<div class="btn1">
<button style="font-family:'Times New Roman', Times, serif ;">Check</button>
</div>
</div>
<div class="box box2">
<h1>Hotel Rooms</h1>
<p style="font-family:'Segoe UI', Tahoma, Geneva, Verdana, sans-serif ;">Stay with us in one of our cosy Superior rooms, designed with your comfort and relaxation in mind. Our Superior rooms come equipped with everything you need to freshen up and recharge, as well as a big plush bed to enjoy the perfect night’s sleep. <br> Complimentary drinking water, coffee-making facilities, Minibar packed with goodies, Individual air-condition control and many more...</p>
<div class="btn2">
<button style="font-family:'Times New Roman', Times, serif ;">Book</button>
</div>
</div>
<div class="box box3">
<h1>Buffet</h1>
<p style="font-family:'Segoe UI', Tahoma, Geneva, Verdana, sans-serif ;">Your visit to Venture Hotel would be incomplete without sampling the fare in our dining restaurants. Each dining experience at Venture Hotel is unique and special, marked by exquisite flavours, fresh ingredients, and the highest standard of service.</p>
<div class="btn3">
<button style="font-family:'Times New Roman', Times, serif ;">Meals</button>
</div>
</div>
</div>
<!---------Third-head-------->
<div class="container-2">
<div class="content">
<h1>POPULAR DESTINATIONS</h1>
<p style="font-family:'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;">
Nalagarh, Himanchal Pradesh - 125 KM <br>
Parwanoo, Himanchal Pradesh - 166 KM <br>
Palampur, Himanchal Pradesh - 175 KM <br>
Kullu Manali - 358 KM <br>
Shimla - 215 KM <br>
and Many more......
</p>
</div>
</div>
<!-------Fourth-head-------->
<div class="contact-box">
<h2>Book Appointment</h2>
<div class="form">
<input type="text" placeholder="Name">
<br>
<input type="text" placeholder="E-mail">
<br>
<input type="text" placeholder="Subject">
</div>
<br>
<button>Submit</button>
</div>
<!-----------Footer---------->
<div class="footer">
<div class="div_1 div1">
<h3>Links</h3>
<li><a href="#">Hotel</a></li>
<li><a href="#">Motel</a></li>
<li><a href="#">Restaurants</a></li>
<li><a href="#">Halls</a></li>
</div>
<div class="div_1 div3">
<h3>Services</h3>
<li><a href="">Swimming Pool</a></li>
<li><a href="">Gym</a></li>
<li><a href="">Parking Area</a></li>
<li><a href="">Disco</a></li>
</div>
<div class="div_1 div4">
<h3>Social links</h3>
<img src="https://upload.wikimedia.org/wikipedia/commons/thumb/5/51/Facebook_f_logo_%282019%29.svg/2048px-Facebook_f_logo_%282019%29.svg.png" alt="" width="50">
<img src="https://upload.wikimedia.org/wikipedia/commons/thumb/e/e7/Instagram_logo_2016.svg/2048px-Instagram_logo_2016.svg.png" alt="" width="50">
<img src="https://upload.wikimedia.org/wikipedia/commons/thumb/1/19/WhatsApp_logo-color-vertical.svg/2048px-WhatsApp_logo-color-vertical.svg.png" alt="" width="50">
<img src="https://assets.stickpng.com/thumbs/580b57fcd9996e24bc43c53e.png" alt="" width="50">
</div>
</div>
</body>
</html>