-
Notifications
You must be signed in to change notification settings - Fork 5
/
Copy pathindex.html
248 lines (230 loc) · 10.2 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
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta http-equiv="X-UA-Compatible" content="ie=edge">
<title>Kathmandu Restaurant</title>
<!-- CSS -->
<link rel="stylesheet" href="css/bootstrap-4.4.1-min.css">
<link rel="stylesheet" href="css/icofont.min.css">
<link rel="stylesheet" href="css/simplelightbox.min.css">
<link rel="stylesheet" href="css/animate.min.css">
<link rel="stylesheet" href="css/custom.css">
<!-- font -->
<link href="https://fonts.googleapis.com/css2?family=Kaushan+Script&display=swap" rel="stylesheet">
<link href="https://fonts.googleapis.com/css2?family=Raleway:wght@300;400;600&display=swap" rel="stylesheet">
</head>
<body data-spy="scroll">
<!-- navbar -->
<nav class="navbar navbar-expand-lg fixed-top navbar-dark bg-black">
<div class="container">
<a class="navbar-brand" href="#home">
<img src="img/logo.png" class="img-fluid" />
</a>
<button class="navbar-toggler" type="button" data-toggle="collapse" data-target="#navbarSupportedContent" aria-controls="navbarSupportedContent" aria-expanded="false" aria-label="Toggle navigation">
<span class="navbar-toggler-icon"></span>
</button>
<div class="collapse navbar-collapse" id="navbarSupportedContent">
<ul class="navbar-nav mx-auto">
<li class="nav-item">
<a class="nav-link font-primary" href="#home">Home</a>
</li>
<li class="nav-item">
<a class="nav-link font-primary" href="#about">About</a>
</li>
<li class="nav-item">
<a class="nav-link font-primary" href="#gallery">Gallery</a>
</li>
<li class="nav-item">
<a class="nav-link font-primary" href="#call-to-action">Order Online</a>
</li>
<li class="nav-item">
<a class="nav-link font-primary" href="#testimonials">Testimonials</a>
</li>
<li class="nav-item">
<a class="nav-link font-primary" href="#contact">Contact</a>
</li>
</ul>
</div>
</div>
</nav>
<!-- banner -->
<header id="home" class="masthead wow fadeInUp">
<div class="container">
<div class="row justify-content-center text-center">
<div class="col-lg-12 caption-wrapper">
<h1 class="hero-text text-uppercase text-white font-weight-bold">
Kathmandu Restaurant
</h1>
<p class="tagline font-primary text-yellow">
High quality fresh ingredients | Excellent service and Friendly staff.
</p>
<a href="#about" class="btn btn-outline-light btn-xl px-4 py-2" role="button">About</a>
<a href="#contact" class="btn btn-info btn-xl px-4 py-2 ml-2" role="button">Contact</a>
</div>
</div>
</div>
</header>
<!-- about us -->
<section id="about" class="bg-light section-padding wow fadeInUp">
<div class="container">
<h2 class="text-center">About Us</h2>
<p class="font-primary text-center">
Kathmandu Restaurant is one of the finest Nepalese restaurant located at Des Moines, IA.
</p>
<hr class="w-50 text-center mb-4">
<div class="row">
<div class="col-md-5 info-img shadow rounded"></div>
<div class="col-md-7 info-about">
<p class="font-secondary font-weight-light pl-md-4 text-justify">
Our restaurant is best known for its outstanding Nepalese Cuisine, excellent staff service with
livery ambience. Kathmandu Restaurant prepares everything fresh using the best quality
ingredients and the freshest vegetables. Each dish represents flavor, pleasure, affection
and essence.
<br /><br />
At Kathmandu Restaurant we blend taste and emotion into a one of a kind delightful experience.
Our restaurant offers Lunch buffet, dinner, takeout for our valuable customers.
</p>
<div class="about-actions font-primary pl-md-4 text-center">
<a href="#contact" role="button" class="btn btn-outline-secondary">Contact</a>
<a href="#testimonials" role="button" class="btn btn-success ml-4">What our guests says</a>
</div>
</div>
</div>
</div>
</section>
<!-- gallery -->
<section id="gallery" class="section-padding wow fadeInUp">
<div class="container">
<h2 class="text-center">Gallery</h2>
<p class="font-primary text-center">
Some of our delicious cuisines.
</p>
<hr class="w-50 text-center mb-4">
<div class="row">
<div class="col-md-4 col-sm-6 mb-2">
<a class="gallery-box" href="img/food-1.jpg">
<img class="img-fluid" src="img/food-1.jpg" alt="" />
</a>
</div>
<div class="col-md-4 col-sm-6 mb-2">
<a class="gallery-box" href="img/food-2.jpg">
<img class="img-fluid" src="img/food-2.jpg" alt="" />
</a>
</div>
<div class="col-md-4 col-sm-6 mb-2">
<a class="gallery-box" href="img/food-3.jpg">
<img class="img-fluid" src="img/food-3.jpg" alt="" />
</a>
</div>
<div class="col-md-4 col-sm-6 mb-2">
<a class="gallery-box" href="img/food-4.jpg">
<img class="img-fluid" src="img/food-4.jpg" alt="" />
</a>
</div>
<div class="col-md-4 col-sm-6 mb-2">
<a class="gallery-box" href="img/food-5.jpg">
<img class="img-fluid" src="img/food-5.jpg" alt="" />
</a>
</div>
<div class="col-md-4 col-sm-6 mb-2">
<a class="gallery-box" href="img/food-6.jpg">
<img class="img-fluid" src="img/food-6.jpg" alt="" />
</a>
</div>
</div>
</div>
</section>
<!-- call to action -->
<section id="call-to-action" class="section-padding wow fadeInUp">
<div class="container">
<div class="row justify-content-center text-center py-5">
<div class="col-md-6">
<h1 class="text-center text-white">Place your order online for easiest ordering experience, Order Now!</h1>
<a href="#" role="button" class="btn btn-danger mt-4">Order Online</a>
</div>
</div>
</div>
</section>
<!-- testimonials -->
<section id="testimonials" class="section-padding wow fadeInUp">
<div class="container">
<h2 class="text-center">What Our Guests Say</h2>
<p class="font-primary text-center">
We love to hear feedback from our guests.
</p>
<div class="row">
<div class="col-md-12">
<div class="testimonial">
<img src="img/person-1.jpg" alt="Foo">
<p class="text-white py-2 mb-0">Authentic food of the region, decent prices, and the owner is so friendly and active in
running the restaurant. I recommend both the lamb and goat. So tender, and not flamingly
hot unless you ask for it to be hot.
<br />
Prepare for interesting parking, but it's worth it. Absolutely worth it!!!
</p>
</div>
<div class="testimonial">
<img src="img/person-2.jpg" alt="Bar">
<p class="text-white py-2 mb-0">We go here as much as we can even if we’re out of the way. The vegetable chowmein is spicy
and delicious. Samosas are crispy and so good. I like the chicken paneer too because it’s so
full of flavor. The dudes that run this place are super friendly and don’t keep their
hungry customers waiting too long. We will see you again soon.
</p>
</div>
</div>
</div>
</div>
</section>
<!-- Contact -->
<section id="contact" class="bg-light section-padding wow fadeInUp">
<div class="container">
<div class="section-title text-center">
<h2><span class="color-primary">Contact</span> Us</h2>
<p>Visit our restaurant to give us opportunity to serve you better.</p>
</div>
</div>
<div class="map">
<iframe style="border:0; width: 100%; height: 350px;" src="https://www.google.com/maps/embed?pb=!1m18!1m12!1m3!1d3532.071895456892!2d85.30870981498796!3d27.715066382788752!2m3!1f0!2f0!3f0!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0x39eb18fce1281051%3A0xcaf356bb679de4de!2sNepal%20Connection!5e0!3m2!1sen!2sin!4v1592914205319!5m2!1sen!2sin" frameborder="0" allowfullscreen></iframe>
</div>
<div class="container mt-5">
<div class="info-wrap">
<div class="row">
<div class="col-lg-3 col-md-6 info">
<i class="icofont-google-map"></i>
<h4>Location:</h4>
<p>Sagarmatha Bazzar, Mandala Street, Kathmandu 44600, Nepal</p>
</div>
<div class="col-lg-3 col-md-6 info mt-4 mt-lg-0">
<i class="icofont-clock-time icofont-rotate-90"></i>
<h4>Open Hours:</h4>
<p>Monday-Saturday:<br>11:00 AM - 2300 PM</p>
</div>
<div class="col-lg-3 col-md-6 info mt-4 mt-lg-0">
<i class="icofont-envelope"></i>
<h4>Email:</h4>
<p>anybodycandevelopwebsite@gmail.com</p>
</div>
<div class="col-lg-3 col-md-6 info mt-4 mt-lg-0">
<i class="icofont-phone"></i>
<h4>Call:</h4>
<p>+977 9876543210</p>
</div>
</div>
</div>
</div>
</section>
<!-- footer -->
<footer class="bg-dark py-3">
<p class="text-center text-white">Kathmandu Restaurant © 2020, All Reserved</p>
</footer>
<!-- JavaScript -->
<script src="js/jquery-3.4.1.min.js"></script>
<script src="js/bootstrap-4.4.1.min.js"></script>
<script src="js/simplelightbox-1.17.2.min.js"></script>
<script src="js/popper.min.js"></script>
<script src="js/wow.min.js"></script>
<script src="js/custom.js"></script>
</body>
</html>