-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathrecipe1.html
77 lines (71 loc) · 3.99 KB
/
recipe1.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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="shortcut icon" type="image/jpeg" href="mel.jpeg">
<title>RecipeRendezvous.com</title>
</head>
<body style="margin:0;background-color: rgb(158, 191, 97);">
<p style=" text-align:center; font-size: 25px;font-family: cursive;text-decoration: none;"><a href="index.html">Home</a></p>
<div style="display: flex;margin-top:20px;background-position:center; height:580px; padding-top:70px; background-color:rgb(24, 52, 9) ;height:600px;">
<div style="margin:30px;margin-top:0;width:400px;height:550px; background-image: url('rec1sabudana.jpg'); background-position: center; background-size: cover; border-radius: 25px; margin-left:90px"></div>
<div style="width:50%;height:450px; font-size: 80px; font-family:cursive; padding-top:100px ;color:white; margin-left:70px;"><p>Sabudana Wada</p></div>
</div>
<div style="display: flex;">
<div style="margin:30px">
<p style="font-size: 50px; font-family:cursive;">Let's see its recipe...</p>
<p style="font-size: 30px; font-family:cursive;">Ingredients:</p>
<ol style="font-size: 20px; font-family:cursive;">
<li>Sabudana(sago/ tapico pearls)</li>
<li>Potatoes</li>
<li>Peanuts</li>
<li>Green Chilies</li>
<li>Salt</li>
<li>Lemon Juice</li>
<li>Cilantro</li>
</ol>
</div>
<div style="margin-left:250px; padding-top:150px;" >
<iframe width="550" height="400" src="https://www.youtube.com/embed/Lkm67eFJYkA?autoplay=1&mute=1">
</iframe>
<p style="font-size: 18px; font-family:cursive;">Audio recipe in hindi here below:</p>
<audio controls autoplay muted>
Listen to the recipe
<source src="sabuvadas.mp3" type="audio/mpeg">
</audio>
</div>
</div>
<div style="margin-left:30px">
<p style="font-size: 30px; font-family:cursive;">How to make?</p>
<ol style="font-size: 20px; font-family:cursive;">
<li>Rinse 1/2 cup sabudana until the water turns clear. Then soak it in 1/2 cup water overnight (or 4 to 6 hours depending on the quality of sabudana).</li>
<li>In the morning, the sabudana would have absorbed all the water. It should be soft, press with a finger to check, it should crush easily.</li>
<li>Drain sabudana in a colander, most likely there will be no water but you still drain it.</li>
<li>Then transfer the saubdana to a large bowl along with the following:</li>
<ul>
<li>2 medium potatoes, boiled & mashed (1 cup mashed potatoes)</li>
<li>1/4 cup roasted peanuts</li>
<li>2 tablespoons chopped cilantro</li>
<li>1 to 2 green chilies, finely chopped</li>
<li>2 teaspoons lemon juice</li>
<li>1/2 teaspoon salt, or to taste</li>
</ul>
<li>Mix everything together using a spatula or your hands.</li>
<li> Divide the mixture into 10 equal parts, flatten them a bit and make them into round shapes. You will get 9 to 10 vadas, around 50 grams each, 2 inches in diameter.</li>
<li>Heat oil on medium heat in a kadai or wok. Add vadas to the oil one by one, don’t overcrowd the kadai. Maintain the oil temperature to medium heat.</li>
<li>Fry vadas on medium heat until golden brown and crispy from both sides. Drain on a paper towel.</li>
<li>Ready to serve....</li>
</ol>
</div>
<br>
<br>
<br>
<br>
<br>
<br>
<div style="width:100%; height:100px; background-color: rgb(24, 52, 9); color:bisque; text-align:center">
<p style="font-size: 40px; color: rgb(255, 254, 254);">Made with 🤍 by Melissa</p>
</div>
</body>
</html>