generated from raja21068/yoga
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathhealthy-food-recipes.html
213 lines (183 loc) · 6.84 KB
/
healthy-food-recipes.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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta http-equiv="X-UA-Compatible" content="ie=edge">
<title>Healthy Food Categories</title>
<style>
/* Font Import */
@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@400;600&family=Roboto:wght@400;500&display=swap');
/* Base Reset */
* {
margin: 0;
padding: 0;
box-sizing: border-box;
}
body {
font-family: 'Roboto', sans-serif;
background-color: #f5f5f5;
color: #333;
display: flex;
flex-direction: column;
align-items: center;
padding: 20px;
}
/* Header Styling */
header {
background: linear-gradient(135deg, #6a1b9a, #8e44ad);
color: white;
padding: 60px 30px;
text-align: center;
font-family: 'Poppins', sans-serif;
position: relative;
}
header h1 {
font-size: 3rem;
margin-bottom: 10px;
text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.2);
}
header p {
font-size: 1.3rem;
font-weight: 300;
margin-bottom: 30px;
}
.container {
max-width: 1200px;
margin: 30px auto;
padding: 20px;
display: flex;
flex-wrap: wrap;
gap: 30px;
justify-content: center;
}
/* Card Styling */
.card {
background-color: white;
border-radius: 15px;
box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
text-align: center;
overflow: hidden;
transition: transform 0.3s ease-in-out, box-shadow 0.3s ease-in-out;
width: 320px;
}
.card img {
width: 100%;
height: 200px;
object-fit: cover;
}
.card-content {
padding: 20px;
}
.card:hover {
transform: translateY(-10px);
box-shadow: 0 6px 15px rgba(0, 0, 0, 0.15);
}
.card h3 {
font-size: 1.8rem;
margin-bottom: 15px;
font-family: 'Poppins', sans-serif;
color: #34495e;
}
.card p {
font-size: 1.1rem;
margin-bottom: 20px;
color: #555;
}
.card a {
display: inline-block;
padding: 10px 20px;
background-color: #34495e;
color: white;
border-radius: 5px;
text-decoration: none;
font-size: 1rem;
transition: background-color 0.3s ease-in-out;
}
.card a:hover {
background-color: #2c3e50;
}
/* Responsive Design */
@media (max-width: 768px) {
header h1 {
font-size: 2.5rem;
}
header p {
font-size: 1rem;
}
.container {
flex-direction: column;
align-items: center;
}
.card {
width: 90%;
}
}
</style>
</head>
<body>
<header>
<h1>Healthy Food Categories</h1>
<p>Explore different food categories for a balanced and nutritious diet.</p>
</header>
<!-- Card Section -->
<div class="container">
<!-- Salads Card -->
<div class="card">
<img src="images-e/salad-1.webp" alt="Salads"> <!-- Replace with actual image URL -->
<div class="card-content">
<h3>Salads</h3>
<p>Examples: Green salads, pasta salads, fruit salads, coleslaw, quinoa salad.</p>
<a href=" https://food-guide.canada.ca/en/recipes/?f%5B0%5D=collection%3A6">Learn More</a> <!-- Replace with actual link -->
</div>
</div>
<!-- Juices and Smoothies Card -->
<div class="card">
<img src="images-e/juice.webp" alt="Juices and Smoothies"> <!-- Replace with actual image URL -->
<div class="card-content">
<h3>Juices and Smoothies</h3>
<p>Examples: Fresh fruit juices (orange, apple), vegetable juices (celery, beetroot), smoothies.</p>
<a href="https://www.modernfoodstories.com/category/recipes/juices-and-smoothies/">Learn More</a> <!-- Replace with actual link -->
<a href="https://www.foodnetwork.com/recipes/food-network-kitchen/frozen-fruit-smoothies-recipe-1914927
">Learn More</a> <!-- Replace with actual link -->
</div>
</div>
<!-- Main Dishes Card -->
<div class="card">
<img src="images-e/curry.webp" alt="Main Dishes"> <!-- Replace with actual image URL -->
<div class="card-content">
<h3>Main Dishes</h3>
<p>Examples: Rice and beans, curries.</p>
<a href="https://www.foodnetwork.com/healthy/packages/healthy-every-week/healthy-mains">Learn More</a> <!-- Replace with actual link -->
</div>
</div>
<!-- Snacks Card -->
<div class="card">
<img src="images-e/snacks.webp" alt="Snacks"> <!-- Replace with actual image URL -->
<div class="card-content">
<h3>Snacks</h3>
<p>Examples: Nuts, yogurt, granola bars, hummus and veggies, popcorn, fruit slices.</p>
<a href="https://example.com/snacks">Learn More</a> <!-- Replace with actual link -->
</div>
</div>
<!-- Soups Card -->
<div class="card">
<img src="images-e/soup.webp" alt="Soups"> <!-- Replace with actual image URL -->
<div class="card-content">
<h3>Soups</h3>
<p>Examples: Tomato soup, chicken noodle soup, minestrone, lentil soup, butternut squash soup, miso soup.</p>
<a href="https://www.themediterraneandish.com/vegetarian-soup-recipes/">Learn More</a> <!-- Replace with actual link -->
</div>
</div>
<!-- Desserts Card -->
<div class="card">
<img src="images-e/desert.webp" alt="Desserts"> <!-- Replace with actual image URL -->
<div class="card-content">
<h3>Desserts</h3>
<p>Examples: Cakes, cookies, ice cream, pudding, brownies, fruit sorbets.</p>
<a href="https://www.foodnetwork.com/recipes/photos/easy-dessert-recipes">Learn More</a> <!-- Replace with actual link -->
</div>
</div>
</div>
</body>
</html>