-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathnonveg2000.html
More file actions
74 lines (72 loc) · 2.97 KB
/
nonveg2000.html
File metadata and controls
74 lines (72 loc) · 2.97 KB
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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>FitSphere</title>
<link rel="stylesheet" href="stylesheets/dietplan.css">
</head>
<body>
<nav class="navbar">
<div class="logo">
<img src ="assets/logo.png"alt ="My Logo">
</div>
<div class="nav-links">
<a href="index.html">Home</a>
<a href="about.html">About</a>
<div class="dropdown">
<a>Programs</a>
<ul list class="dropdown-menu">
<li><a href="basic.html">Basic</a></li>
<li><a href="pro.html">Pro</a></li>
<li><a href="proplus.html">ProPlus</a></li>
</ul>
</div>
<a href="diet.html">Diet</a>
<a href="contact.html">Contact</a>
</div>
</nav>
<div class="section_1">
<h1>2000 Calorie Non-Veg Diet Plan</h1>
<p>This non-vegetarian diet plan is tailored for those looking to maintain or lose weight while incorporating lean meats and other non-vegetarian sources of protein.</p>
</div>
<div class="plan">
<h2>Meal Plan</h2>
<ul>
<li><strong>Breakfast:</strong> Scrambled Eggs with Spinach and Whole Wheat Toast - <strong>400 Calories</strong></li>
<li><strong>Mid-Morning Snack:</strong> Boiled Chicken Breast with a Cucumber Salad - <strong>250 Calories</strong></li>
<li><strong>Lunch:</strong> Grilled Salmon with Quinoa and Steamed Broccoli - <strong>600 Calories</strong></li>
<li><strong>Evening Snack:</strong> Hard-Boiled Eggs and Almonds - <strong>200 Calories</strong></li>
<li><strong>Dinner:</strong> Turkey Stir-fry with Mixed Vegetables - <strong>500 Calories</strong></li>
<li><strong>Post-Dinner Snack:</strong> Greek Yogurt with Honey - <strong>150 Calories</strong></li>
</ul>
<h2>Total Daily Calories: 2000</h2>
</div>
<div class="tips">
<h2>Additional Tips</h2>
<ul>
<li>Make sure to include lean meats such as chicken, turkey, and fish to provide high-quality protein.</li>
<li>Use healthy cooking methods like grilling, steaming, or baking to avoid excessive calories from oils.</li>
<li>Ensure you're getting a good balance of vegetables and healthy fats, such as olive oil and avocados.</li>
</ul>
</div>
<div class="footer">
<div class="footer-links">
<div>
<h3>Services</h3>
<a href="programs.html">Programs</a>
</div>
<div>
<h3>Support</h3>
<a href="contact.html">Contact</a>
</div>
<div>
<h3>Learn More</h3>
<a href="about.html">About</a>
</div>
</div>
</div>
<p class="copyright">
© COPYRIGHT 2024. ALL RIGHTS RESERVED.</p>
</body>
</html>