-
Notifications
You must be signed in to change notification settings - Fork 2
/
west.html
175 lines (144 loc) · 6.52 KB
/
west.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
<!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>Western Indian Dishes</title>
<link rel="stylesheet" href="stylew.css">
</head>
<body>
<header class="topbar">
<div class="container flex justify-between items-center">
<div class="icons">
<a href="#"><img src="./imgf/facebook.svg" alt="..."></a>
<a href="#"><img src="./imgf/twitter.svg" alt="..."></a>
<a href="#"><img src="./imgf/google.svg" alt="..."></a>
<a href="#"><img src="./imgf/instagram.svg" alt="..."></a>
<a href="#"><img src="./imgf/search.svg" alt="..."></a>
</div>
<div class="auth flex items-center">
<div>
<img src="./imgf/user-icon.svg" alt="...">
<a href="#">Log in</a>
</div>
<span class="divider">|</span>
<div>
<img src="./imgf/edit.svg" alt="...">
<a href="#">Register Now</a>
</div>
<span class="divider">|</span>
<div>
<img src="./imgf/cart.svg" alt="...">
<a href="#">Notification</a>
</div>
</div>
</header>
<nav>
<div class="top">
<div class="container flex justify-between">
<div class="contact flex items-center">
<img src="./imgf/call.png" alt="">
<div>
<h5>Call Us: (+91) 1234567890</h5>
<h6>E-mail : [email protected]</h6>
</div>
</div>
<div class="branding">
<img src="./imgf/logo.jpeg" alt="....">
</div>
<div class="time flex items-center">
<img src="./imgf/clock.png" alt="...">
<div>
<h5>Active Hours</h5>
<h6>Mon - Sat (8:00am - 12:00am)</h6>
</div>
</div>
</div>
</div>
<div class="navbar magic-shadow">
<div class="container flex justify-center">
<a href="front.html" >Home</a>
<a href="front.html">About us</a>
<a href="front.html" class="active">Menu</a>
<a href="front.html">blog</a>
<a href="front.html">Experts</a>
<a href="front.html">Videos</a>
<a href="front.html">Gallery</a>
<a href="front.html">Contact us</a>
</div>
</div>
</nav>
<div class="background">
<br>
<h1>Welcome to West India</h1>
<div class="info">Find here the best of authentic dishes from Maharashtra, Gujrat and Rajasthan which is popular not only in West Indian but known throughout the country for it flavours and savory taste. </div>
<div class="container">
<div class="gallery">
<img src="./imgf/dhokla.jpg">
<div class="desc">
<h2>Dhokla</h2>
<p>The ultimate Gujarati food made from freshly ground lentils and chickpea flour named dhoklas just cannot be missed.</p>
</div>
</div>
<div class="gallery">
<img src="./imgf/khandvi.jpg">
<div class="desc">
<h2>Khandvi</h2>
<p>Soft rolls made of gram flour and tempered with coconut, mustard seeds, and curry leaves, these melt-in-the-mouth snacks are extremely appetising.</p>
</div>
</div><div class="gallery">
<img src="./imgf/friedmodak.jpg">
<div class="desc">
<h2>Fried Modak</h2>
<p>Modak is an Gujrati sweet dumpling dish. The sweet filling on the inside of a modak consists of freshly grated coconut and jaggery, while the outer soft shell is made from rice flour or wheat flour</p>
</div>
</div><div class="gallery">
<img src="./imgf/fafdajalebi.jpg">
<div class="desc">
<h2>Fafda Jalebi</h2>
<p>The crisp, yellow snack is a festival favourite. The batter, made of gram flour, carom seeds and oil, and is deep-fried till crisp. It is served with super sweet Jalebi, deep fried Chillies and Kadhi chutney</p>
</div>
</div><div class="gallery">
<img src="./imgf/bajrekiroti.jpg">
<div class="desc">
<h2>Bajre Ki Roti</h2>
<p>Bajra (Pearl Millet) is very popular in Rajasthan. The roti will be crispy and goes well with onion and very spicy lahsun chutney.</p>
</div>
</div><div class="gallery">
<img src="./imgf/dalbaati.jpg">
<div class="desc">
<h2>Dal Baati</h2>
<p>Dal Baati, a popular dish in Rajasthan consists of Lentils wheat bread balls and Sweet powdered cereal, served with red chilli on top of it along with spicy garlic chutney.</p>
</div>
</div><div class="gallery">
<img src="./imgf/PyaazKachori.jpg">
<div class="desc">
<h2>Pyaaz Kachori</h2>
<p>Pyaaz kachori, one of the famous Rajasthani breakfast is prepared with a filling of onions, potatoes and spices.</p>
</div>
</div><div class="gallery">
<img src="./imgf/MalaiGhevar.jpg">
<div class="desc">
<h2>Malai Ghevar</h2>
<p>Ghevar is a very popular filigreed Rajasthani sweet. It's made of all-purpose flour and is soaked in sugar syrup.</p>
</div>
</div>
<div class="gallery">
<img src="./imgf/Misalpav.jpg">
<div class="desc">
<h2>Misal Pav</h2>
<p>One of the most famous Maharashtrian dishes which is deemed the king of this state’s street food is made of Misal which is a spicy curry made of moth beans and Pav.</p>
</div>
</div>
<div class="gallery">
<img src="./imgf/vadapav.jpg">
<div class="desc">
<h2>Vada Pav</h2>
<p>Vada Pav is a delicious, spicy, deep-fried patty made of potato is squeezed between a thick slice of bread, similar to a burger bun.</p>
</div>
</div>
</div>
</div>
</body>
</html>