-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathveg3500.html
More file actions
76 lines (72 loc) · 3.1 KB
/
veg3500.html
File metadata and controls
76 lines (72 loc) · 3.1 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
75
76
<!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>3500 Calorie Veg Diet Plan</h1>
<p>This 3500 calorie diet plan is designed for individuals looking to gain significant muscle mass and weight while following a vegetarian lifestyle. It provides high-quality plant-based protein and balanced macronutrients to support muscle growth.</p>
</div>
<div class="plan">
<h2>Meal Plan</h2>
<ul>
<li><strong>Breakfast:</strong> Avocado Toast with Vegan Scrambled Eggs and Chickpeas - <strong>800 Calories</strong></li>
<li><strong>Mid-Morning Snack:</strong> Vegan Protein Smoothie with Almond Milk, Peanut Butter, and Oats - <strong>500 Calories</strong></li>
<li><strong>Lunch:</strong> Tofu Stir-fry with Brown Rice, Vegetables, and Cashews - <strong>700 Calories</strong></li>
<li><strong>Afternoon Snack:</strong> Mixed Nuts, Dried Fruit, and Vegan Yogurt - <strong>400 Calories</strong></li>
<li><strong>Dinner:</strong> Quinoa, Lentil, and Roasted Vegetable Salad with Tahini Dressing - <strong>800 Calories</strong></li>
<li><strong>Evening Snack:</strong> Chia Pudding with Almond Butter and Berries - <strong>300 Calories</strong></li>
</ul>
<h2>Total Daily Calories: 3500</h2>
</div>
<div class="tips">
<h2>Additional Tips</h2>
<ul>
<li>Incorporate nutrient-dense foods like avocados, nuts, and seeds for healthy fats.</li>
<li>Consume a variety of legumes, tofu, and tempeh to meet your protein requirements.</li>
<li>Make sure to eat whole grains such as quinoa, oats, and brown rice to fuel muscle growth.</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>