-
Notifications
You must be signed in to change notification settings - Fork 207
/
Copy pathprasadam.html
299 lines (283 loc) · 12.4 KB
/
prasadam.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
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Prasadam Section</title>
<link rel="stylesheet" href="prasadam.css">
<link
rel="stylesheet"
href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.0.0-beta3/css/all.min.css"
/>
</head>
<body>
<header>
<div class="scriptMain">
<div class="navigation">
<div class="homeDiv">
<button id="homeBtn"><a href="./index.html">
<img src="images/home page icon.png" alt="">
</a></button>
</div>
<!-- Visible items on the home page -->
<div class="navbar visible-items">
<a href="scriptures.html">Scriptures</a>
<a href="gallery.html">Gallery</a>
<a href="avatars.html">Avatars</a>
<a href="devotional-resources.html">Devotional Resources</a>
<a href="prasadam.html" id="active">Prasadam Section</a>
</div>
<!-- Hamburger Menu Button -->
<div class="hamburger-menu">
<button class="hamburger-btn">☰</button>
<div class="navbar hidden-items">
<a href="quiz.html">Quiz</a>
<a href="DIgital.html">Digital Resources</a>
<a href="Personalized.html">ToDoList</a>
<a href="Feedback.html">Feedbackform</a>
<a href="partner.html">Partner</a>
<a href="#" onclick="showLoginForm()">Discussion Forum</a>
</div>
</div>
<form class="searchForm">
<input
type="text"
class="searchInput"
placeholder="Search all the content"
/>
<button><i class="fa-solid fa-magnifying-glass"></i></button>
</form>
</div>
</div>
<div class="heading">
<h1>Prasadam Recipes for Lord Krishna</h1>
</div>
</header>
<main>
<!-- Prasadam Section -->
<section class="prasadam-section">
<div class="recipe-container">
<div class="recipe-card" data-recipe="kheer">
<img src="./images/Kheer.jpg" alt="Kheer">
<h3>Kheer</h3>
<p>A delicious sweet rice pudding offered to Lord Krishna.</p>
</div>
<div class="recipe-card" data-recipe="puri">
<img src="./images/Puri.jpg" alt="Puri">
<h3>Puri</h3>
<p>Deep-fried golden bread offered as a bhog.</p>
</div>
<div class="recipe-card" data-recipe="halwa">
<img src="./images/halwa.jpg" alt="Halwa">
<h3>Halwa</h3>
<p>A rich, sweet dish made from semolina and sugar.</p>
</div>
<div class="recipe-card" data-recipe="ladoo">
<img src="./images/Ladoo.jpg" alt="Ladoo">
<h3>Ladoo</h3>
<p>Traditional Indian sweet, made from flour, ghee, and sugar.</p>
</div>
<div class="recipe-card" data-recipe="chappan-bhog">
<img src="./images/56bhog.jpg" alt="Chappan Bhog">
<h3>Chappan Bhog</h3>
<p>A grand feast consisting of 56 varieties of food items offered to Lord Krishna.</p>
</div>
<div class="recipe-card" data-recipe="panchamrit">
<img src="./images/panchamrit.jpg" alt="Panchamrit">
<h3>Panchamrit</h3>
<p>A holy mixture of five sacred ingredients used in offerings.</p>
</div>
<div class="recipe-card" data-recipe="makhan-mishri">
<img src="./images/makhanmishri.jpg" alt="Makhan Mishri">
<h3>Makhan Mishri</h3>
<p>Sweet butter and sugar offering, Lord Krishna's favorite.</p>
</div>
<div class="recipe-card" data-recipe="rajgira-ladoo">
<img src="./images/rajgiraladoo.jpg" alt="Rajgira Ladoo">
<h3>Rajgira Ladoo</h3>
<p>Puffed amaranth seeds bound with jaggery, a healthy prasadam choice.</p>
</div>
<div class="recipe-card" data-recipe="dahi-bhalla">
<img src="./images/Dahi.jpg" alt="Dahi Bhalla">
<h3>Dahi Bhalla</h3>
<p>A savory yogurt-based dish, offered as a cooling prasadam.</p>
</div>
<div class="recipe-card" data-recipe="charnamrit">
<img src="./images/chanamrit.jpg" alt="Charnamrit">
<h3>Charnamrit</h3>
<p>A sacred mixture of water, milk, ghee, honey, and yogurt, offered to the deity.</p>
</div>
<div class="recipe-card" data-recipe="sabudana-khichdi">
<img src="./images/sabudana.jpg" alt="Sabudana Khichdi">
<h3>Sabudana Khichdi</h3>
<p>A light, savory dish made with sago (tapioca pearls), peanuts, and spices.</p>
</div>
<div class="recipe-card" data-recipe="shrikhand">
<img src="./images/shrikhand.jpg" alt="Shrikhand">
<h3>Shrikhand</h3>
<p>A creamy and sweet yogurt-based dish flavored with saffron and cardamom.</p>
</div>
<div class="recipe-card" data-recipe="mohan-bhog">
<img src="./images/mohanbhog.jpg" alt="Mohan Bhog">
<h3>Mohan Bhog</h3>
<p>A fragrant wheat flour pudding offered to Lord Krishna.</p>
</div>
<div class="recipe-card" data-recipe="thekua">
<img src="./images/thekua.jpg" alt="Thekua">
<h3>Thekua</h3>
<p>A crunchy, deep-fried sweet made from wheat flour, sugar, and ghee.</p>
</div>
<div class="recipe-card" data-recipe="besan-barfi">
<img src="./images/besanbarfi.jpg" alt="Besan Barfi">
<h3>Besan Barfi</h3>
<p>A sweet dish made from gram flour, ghee, and sugar.</p>
</div>
<div class="recipe-card" data-recipe="tilgul">
<img src="./images/tilgul.jpg" alt="Tilgul">
<h3>Tilgul</h3>
<p>A traditional sweet made from sesame seeds and jaggery, offered during Makar Sankranti.</p>
</div>
<div class="recipe-card" data-recipe="peda">
<img src="./images/peda.jpg" alt="Peda">
<h3>Peda</h3>
<p>Small, soft milk-based sweets, flavored with cardamom and sometimes garnished with pistachios.</p>
</div>
<div class="recipe-card" data-recipe="tilgul">
<img src="./images/bananachips.jpg" alt="banana-chips">
<h3>Banana Chips</h3>
<p>Crispy fried banana slices offered as a savory prasadam.</p>
</div>
<div class="recipe-card" data-recipe="malpua">
<img src="./images/malpua.jpg" alt="Malpua">
<h3>Malpua</h3>
<p>A sweet, deep-fried pancake made from flour and milk, soaked in sugar syrup.</p>
</div>
<div class="recipe-card" data-recipe="badam-halwa">
<img src="./images/badamhalwa.jpg" alt="Badam Halwa">
<h3>Badam Halwa</h3>
<p>A rich halwa made from ground almonds, ghee, and sugar.</p>
</div>
</div>
<!-- dialogue box -->
<div id="recipeModal" class="modal">
<div class="modal-content">
<span class="close-button">×</span>
<div class="recipe-details">
<img id="modalImage" src="" alt="Recipe">
<h2 id="modalTitle"></h2>
<div class="time-info">
<span class="prep-time">
<i class="fas fa-clock"></i>
Prep: <span id="prepTime"></span>
</span>
<span class="cooking-time">
<i class="fas fa-fire"></i>
Cook: <span id="cookTime"></span>
</span>
</div>
<div class="recipe-content">
<div class="ingredients">
<h3>Ingredients</h3>
<ul id="ingredientsList"></ul>
</div>
<div class="instructions">
<h3>Instructions</h3>
<ol id="instructionsList"></ol>
</div>
</div>
</div>
</div>
</div>
<button id="scrollTopBtn" class="scroll-top-btn" style="display: none;">
<i class="fas fa-arrow-up" aria-hidden="true"></i>
</button>
</section>
</main>
<footer>
<div class="footer-content">
<div class="footer-section statement">
<h3>Statement on Faith</h3>
<p class="faith-statement">
Faith isn't just about something we believe; it is integral to our
very existence, it's about how we live...
</p>
<a href="devotional-resources.html" class="read-more">Read More</a>
</div>
<div class="footer-section">
<h3>Quick Links</h3>
<ul class="footer-links">
<li><a href="index.html">Home</a></li>
<li><a href="scriptures.html">Scriptures</a></li>
<li><a href="gallery.html">Gallery</a></li>
<li><a href="#" onclick="showLoginForm()">Discussion Forum</a></li>
<li>
<a href="devotional-resources.html">Devotional Resources</a>
</li>
</ul>
</div>
<div class="footer-section">
<h3>Contact Us</h3>
<p>Email: [email protected]</p>
<p>Phone: +1 234 567 890</p>
</div>
<div class="footer-section">
<h3>Follow Us</h3>
<div class="social-icons">
<a href="https://github.com/vishal02527" target="_blank"
><i class="fa-brands fa-github"></i
></a>
<a href="https://codepen.io/Vishal-Kumar25" target="_blank"
><i class="fa-brands fa-codepen"></i
></a>
<a
href="https://www.linkedin.com/in/vishal-kumar-8303a3283"
target="_blank"
><i class="fa-brands fa-linkedin"></i
></a>
</div>
</div>
</div>
<div class="creatorDiv">
<p>© All rights reserved <span id="cyear"></span>, Created by Vishal.</p>
</div>
</footer>
<!-- Return to Top Arrow -->
<a href="#" id="returnToTop" title="Go to top">↑</a>
<a href="chatbot.html">
<div class="fixed bottom-0 right-2 chatbot-container">
<button class="chatbot-button group">
<img class="h-20" src="panditji.png" alt="chatbot">
<span class="tooltip-text">
Radhe Radhe🙏<br>
How can I help You?🌸
</span>
</button>
</div>
</a>
<script>
// Show the button when the user scrolls down 20px from the top
window.onscroll = function() {
toggleReturnToTop();
};
function toggleReturnToTop() {
const button = document.getElementById("returnToTop");
if (document.body.scrollTop > 20 || document.documentElement.scrollTop > 20) {
button.style.display = "block";
} else {
button.style.display = "none";
}
}
// Scroll to the top when the button is clicked
document.getElementById("returnToTop").addEventListener("click", function(e) {
e.preventDefault();
window.scrollTo({ top: 0, behavior: "smooth" });
});
</script>
<script src="prasadam.js"></script>
<script>
document.querySelector('.hamburger-btn').addEventListener('click', function() {
document.querySelector('.hamburger-menu').classList.toggle('open');
});
</script>
</body>
</html>