-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathsadhya_new.html
153 lines (124 loc) · 5.76 KB
/
sadhya_new.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
<html>
<head>
<title>ONASADHYA</title>
<link rel="stylesheet" href="sadhya_new.css" />
</head>
<body>
<img src="./Images sadhya/sadya_upnew.jpg" width= "100%" height="400px" />
<div class="heading">Want to have a yummy Sadhya?</div>
<div class="sub-heading">Here we gooo!!! </div>
<div style="margin-left:90px; margin-bottom: 20px;">
<div class="item">
<div class="left-portion">
<img src="./Images sadhya/pachchadi.png" height="100%" width="100%" />
</div>
<div class="right-portion">
<div class="item-heading">Pachchadi</div>
<div class="item-desc">Cucumber pachadi is a simple but very delicious Kerala style raita made with coconut, mustard seeds and curd</div>
</div>
</div>
<span class="item">
<div class="left-portion">
<img src="./Images sadhya/parippucurry.png" height="100%" width="100%" />
</div>
<div class="right-portion">
<div class="item-heading">Parippu curry</div>
<div class="item-desc"> Parippu-Moong Dal/Lentil is cooked with grated coconut and seasoned with spices; with ghee drizzled on top.</div>
</div>
</span>
<span class="item">
<div class="left-portion">
<img src="./Images sadhya/aviyal.png" height="100%" width="100%" />
</div>
<div class="right-portion">
<div class="item-heading">Aviyal</div>
<div class="item-desc">Avial is a traditional recipe of Kerala and an essential dish of sadya.</div>
</div>
</span>
</div>
<div style="margin-left:90px; margin-bottom: 20px;">
<span class="item">
<div class="left-portion">
<img src="./Images sadhya/thoran.png" height="100%" width="100%" />
</div>
<div class="right-portion">
<div class="item-heading">Thoran</div>
<div class="item-desc">Cabbage thoran or cabbage stir fry is a dry vegetable dish made in Kerala cuisine. </div>
</div>
</span>
<span class="item">
<div class="left-portion">
<img src="./Images sadhya/sambar.png" height="100%" width="100%" />
</div>
<div class="right-portion">
<div class="item-heading">Sambar</div>
<div class="item-desc">Kerala varutharacha sambar is a delicious variety of sambar made with mix veggies, lentils, roasted spices & coconut. </div>
</div>
</span>
<span class="item">
<div class="left-portion">
<img src="./Images sadhya/achar.png" height="100%" width="100%" />
</div>
<div class="right-portion">
<div class="item-heading">Achchar</div>
<div class="item-desc">A tangy and spiced Kerala style pickle made with lemons. this Kerala lemon pickle is kind of an instant pickle</div>
</div>
</span>
<span class="item">
<div class="left-portion">
<img src="./Images sadhya/Kalan.jpg" height="100%" width="100%" />
</div>
<div class="right-portion">
<div class="item-heading">Kalan</div>
<div class="item-desc">A typical Keralite delicacy with a yogurt based gravy, this sour cream curry is made with yams, plantains, coconut and curd.
Thoran</div>
</div>
</span>
<span class="item">
<div class="left-portion">
<img src="./Images sadhya/injicurry.jpg" height="100%" width="100%" />
</div>
<div class="right-portion">
<div class="item-heading">Inji curry</div>
<div class="item-desc">Puli Inji is a sweet and sour ginger pickle made of tamarind, ginger and jaggery, served as an appetizer in Sadhya.</div>
</div>
</span>
<span class="item">
<div class="left-portion">
<img src="./Images sadhya/payasam.jpg" height="100%" width="100%" />
</div>
<div class="right-portion">
<div class="item-heading">Payasam</div>
<div class="item-desc">Ada Pradhaman is a traditional Kerala payasam prepared with jaggery coconut milk and rice ada or rice flakes.</div>
</div>
</span>
<span class="item">
<div class="left-portion">
<img src="./Images sadhya/Sarkara-Varatti.jpg" height="100%" width="100%" />
</div>
<div class="right-portion">
<div class="item-heading">Sharkara Varatti</div>
<div class="item-desc">Dipped in jaggery syrup and coated with powdered sugar</div>
</div>
</span>
<span class="item">
<div class="left-portion">
<img src="./Images sadhya/pappadam.jpg" height="100%" width="100%" />
</div>
<div class="right-portion">
<div class="item-heading">Pappadams</div>
<div class="item-desc">Pappadams are an Indian flat bread made with lentil flour. The pappadam are fried or grilled.</div>
</div>
</span>
<span class="item">
<div class="left-portion">
<img src="./Images sadhya/Banana_chips_IG.jpg" height="100%" width="100%" />
</div>
<div class="right-portion">
<div class="item-heading">Upperi</div>
<div class="item-desc">Banana chips are deep-fried or dried, generally crispy slices of bananas</div>
</div>
</span>
</div>
</body>
</html>