-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
194 lines (165 loc) · 6.57 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
194
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Restaurant</title>
<link rel="stylesheet" href="css/index.css">
<link href="https://stackpath.bootstrapcdn.com/font-awesome/4.7.0/css/font-awesome.min.css" rel="stylesheet">
</head>
<body>
<!--header-->
<header>
<div class="container">
<div class="logo">
<a href="">Indian<span>Restaurant</span></a>
</div>
<div class="nav">
<ul>
<li class="active">
<a href="#"><em class="fa fa-home"></em>Home</a>
</li>
<li>
<a href="about.html"><em class="fa fa-user-circle-o"></em>About</a>
</li>
<li>
<a href="gallery.html"><em class="fa fa-picture-o"></em>Gallery</a>
</li>
<li>
<a href="services.html"><em class="fa fa-cogs"></em>Services</a>
</li>
<li>
<a href="contact.html"><em class="fa fa-phone"></em>ContactUs</a>
</li>
</ul>
</div>
</div>
<div class="title">
<h5>Welcome To Our Restaurant</h5>
</div>
</header>
<section class="home">
<div class="container2">
<h2><span>|</span>GET <span>IT </span>WHILE<br></h2>
<h3>IT'S HOT!<br></h2>
</div>
</section>
<!--start about-->
<section class=" about">
<div class="container">
<div class="content">
<div class="box">
<div class="inner">
<div class="img">
<img src="img/background.jpg" alt="about">
</div>
<div class="text">
<h4>Roasted Chicken with Garlic Cream</h4>
<p>It's made with basic ingredients such as butter, garlic, and Parmesan cheese. Not to mention it's ready in about 20 minutes time. The flavor of this sauce is everything you expect: creamy, garlicky, and rich. It's delicious tossed with cooked pasta or use it as a base in casseroles and bakes.Stir-frying.
</p>
</div>
</div>
</div>
<div class="box">
<div class="inner">
<div class="slider">
</div>
</div>
</div>
<div class="box">
<div class="inner">
<div class="img">
<img src="img/ice.jpg" alt="about">
</div>
<div class="text">
<h4>Simply Delicious</h4>
<p>Ice cream, frozen dairy food made from cream or butterfat, milk, sugar, and flavourings. Frozen custard and French-type ice creams also contain eggs. Hundreds of flavours have been devised, the most popular being vanilla, chocolate, and strawberry.</p>
</div>
</div>
</div>
</div>
</div>
</section>
<!--End About-->
<div class="book">
<h1>Reservation</h1>
</div>
<div class="Person">
<label for="Person">Person</label> <br>
<input type="number" id="Person" name="total_Person" placeholder="2" min="1" required>
</div>
<div class="Check-in-Date">
<label for="checkin-date">Check-in Date</label> <br>
<input type="date" id="checkin-date" name="checkin" required>
</div>
<div class="room">
<label for="room-selection">Select Room Preference</label> <br>
<select id="room-selection" name="room_preference" required>
<option value="">Choose a Room from the List</option>
<option value="connecting">Connecting</option>
<option value="adjoining">Adjoining</option>
<option value="adjacent">Adjacent</option>
</select>
</div>
<a href="end.html">
<button class="btn" type="submit">Book Your Table Now</button>
</a>
</div>
<!-- footer -->
<div class="footer">
<div class="container">
<div class="row">
<div class="col-md-4 col-xs-12">
<div class="first">
<h4>Our Speciality</h4>
<p>Fine Dining</p>
<p> Casual Dining</p>
<p> Food Truck, Cart, Or Stand</p>
<p> Fast Food</p>
<p> Cafe</p>
<p> Family Style Types Of Restaurants</p>
</div>
</div>
<div class="col-md-4 col-xs-12">
<div class="second">
<h4> Navigate</h4>
<ul>
<li><a href="home.html">Home</a></li>
<li><a href="gallery.html">Menu</a></li>
<li><a href="about.html">About</a></li>
<li><a href="contact.html">Contact</a></li>
</ul>
</div>
</div>
<div class="col-md-4 col-xs-12">
<div class="third">
<h4> Contact</h4>
<ul>
<li>Jalandhar, Phagwara </li>
<li><em class="fa fa-envelope-o"></em> [email protected]</li>
<li><em class="fa fa-envelope-o"></em> [email protected]</li>
<li><em class="fas fa-map-marker-alt"></em> Punjab, INDIA </li>
</ul>
</div>
</div>
</div>
</div>
<div class="container">
<div class="row">
<div class="col-12">
<div class="line"></div>
<div class="second2">
<a href="https://www.facebook.com/" class="fa fa-facebook"></a>
<a href="https://twitter.com/JanhviT88795284?s=09" class="fa fa-twitter"></a>
<a href="https://www.google.com/" class="fa fa-google"></a>
<a href="https://www.linkedin.com/in/janhvi-tiwari-2837331b5" class="fa fa-linkedin"></a>
<a href="https://www.youtube.com/" class="fa fa-youtube"></a>
<a href="https://www.instagram.com/tjanhvi560/" class="fa fa-instagram"></a>
</div>
</div>
</div>
</div>
</div>
</body>
</html>