-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathROTD.html
141 lines (136 loc) · 4.91 KB
/
ROTD.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
<!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>ROTD</title>
<link rel="stylesheet" href="/ROTD.css">
</head>
<body>
<div class="nav-container-1">
<div class="wrapper">
<nav>
<div class="logo">
<a href="/Home.html">
<img src="/Big logo 1.svg" alt="LOGO">
</a>
</div>
<ul class="nav-items-1">
<li>
<input type="text" placeholder="Search..." class="searchbar">
<a class="nav-btn-container" href="#">
<img src="/Vector.svg" alt="" class="searchimg">
</a>
</li>
<!-- <li>
<img src="/Profile.svg" alt="Profile" class="profImg">
</li>-->
<li>
<a href="Login.html">
<button type="submit" class="loginbutton">Login</button>
</a>
</li>
</ul>
</nav>
</div>
</div>
<div class="nav-container-2">
<div class="wrapper">
<nav>
<ul class="nav-items-2">
<li>
<a href="#About1" class="random">About Us</a>
</li>
<li>
<a href="#Contact1" class="random1">Contact Us</a>
</li>
</ul>
</nav>
</div>
</div>
<div class="nav-container-3">
<div class="wrapper">
<nav>
<ul>
<li>
<a href="/Drinks.html" class="drinks">Drinks</a>
</li>
<li>
<a href="/Snacks.html" class="snacks">Snacks</a>
</li>
<li>
<a href="/Breakfast.html" class="break">Breakfast</a>
</li>
<li>
<a href="/MainDish.html" class="dish">Main Dish</a>
</li>
<li>
<a href="/Desserts.html" class="des">Desserts</a>
</li>
<li>
<a href="ROTD.html">
<button class="ROTD">Recipe of the Day</button>
</a>
</li>
</ul>
</nav>
</div>
</div>
<!-- End of nav -->
<div class="rect">
<img src="/header.svg" alt="">
</div>
<div class="stars">
<img src="/stars.svg" alt="">
</div>
<div class="rotd">
<img src="Recipe Of The Day.svg" alt="">
</div>
<div class="pink1">
<img src="/pink line.svg" alt="">
</div>
<div class="desc">
<img src="/Description.svg" alt="">
</div>
<div class="inf">
<img src="/Delicious home-made appetizers that are fun to maek as well as eat as you can experiment a lot with these; Can be served with cheezy dip or in a burger,etc.svg" alt="">
</div>
<p class="cooktime">Cooking Time:</p>
<p class="cooktime1">In less than 5 Minutes</p>
<p class="servings">Servings:</p>
<p class="servings1">1-2 People</p>
<div class="kur">
<a href="https://youtu.be/k4kpspoeMT0">
<img src="/Screenshot_2 1.png" alt="">
</a>
</div>
<div class="pink2">
<img src="/pink line 2.svg" alt="">
</div>
<div class="ingre">
<p>Ingredients</p>
</div>
<div class="items">
<img src="/1 and a half cup Potato Boiled 1 cup Chopped Onions 1 cup Chopped tomato ½ cup Chopped Capsicum Kurkure as required Yogurt as required Tamarind Chutney Mint Chutney Chaat Masala Crushed red chilli Coriander Green and red chilli.png" alt="">
</div>
<div class="pink3">
<img src="/pink line 3.png" alt="">
</div>
<p class="recipe">Recipe</p>
<div class="steps">
<img src="/Add the potatoes, Onions, tomatoes and capsicum in a bowl to form a single layer. Cover the entire layer with kurkure and top with yoghurt Garnish with Tamirand and Mint Chutney,and Chaat masala Add Crushed red chilli, Green and red chilli and Corr.svg" alt="">
</div>
<div class="pink4">
<img src="/pink line 4.png" alt="">
</div>
<div class="rate">
<img src="/rating.png" alt="">
</div>
<p class="texts">Rating</p>
<div class="pink5">
<img src="/pink line 5.svg" alt="">
</div>
<p class="review">Reviews</p>
</body>
</html>