-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathworkouts.html
83 lines (76 loc) · 5.52 KB
/
workouts.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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Fitness and Wellness</title>
<link rel="stylesheet" href="style.css">
</head>
<body>
<header>
<h1>Welcome to Fitness and Wellness</h1>
<nav>
<ul>
<li><a href="index.html">Home</a></li>
<li><a href="workouts.html">Workouts</a></li>
<li><a href="nutrition.html">Nutrition</a></li>
<li><a href="photos.html">Photos</a></li>
<li><a href="contact.html">Contact</a></li>
</ul>
</nav>
</header>
<main>
<section>
<h2>Our Workouts <img src="Photos/UET.png" alt="Workouts" class="heading-image" style="width: 50px; height: auto;"></h2>
<p>Our workouts are designed to help you build strength, improve endurance, and enhance flexibility. Explore the various workout categories below to find the best routines tailored to your fitness level.</p>
<h3>1. Strength Training <img src="Photos/stret.jpeg" alt="Strength Training" class="heading-image"></h3>
<p>Strength training focuses on building muscle and increasing strength through resistance exercises. This form of exercise is essential for enhancing metabolism, improving bone density, and promoting overall fitness.</p>
<ul>
<li><strong>Deadlifts:</strong> Engage multiple muscle groups including the back, legs, and core. Aim for 3 sets of 8-10 reps.</li>
<li><strong>Bench Press:</strong> Target your chest, shoulders, and triceps. Perform 3 sets of 8-10 reps for muscle growth.</li>
<li><strong>Squats:</strong> A fundamental lower body exercise that also engages the core. Start with bodyweight squats before adding weights.</li>
</ul>
<p>Tip: Always warm up before strength training and prioritize proper form to prevent injuries.</p>
<h3>2. Cardio Workouts <img src="Photos/cardio.jpeg" alt="Cardio Workouts" class="heading-image"></h3>
<p>Cardiovascular workouts are crucial for improving heart health and burning calories. These workouts can range from moderate to high intensity, depending on your fitness level.</p>
<ul>
<li><strong>Running:</strong> A highly effective cardio workout. Start with shorter distances and gradually increase as your endurance improves.</li>
<li><strong>Cycling:</strong> A low-impact cardio option suitable for all fitness levels. Aim for 30-45 minutes at a steady pace.</li>
<li><strong>HIIT (High-Intensity Interval Training):</strong> Short bursts of intense exercise followed by brief rest. A great way to boost cardiovascular fitness in less time.</li>
</ul>
<p>Tip: Incorporate different cardio workouts throughout the week to maintain variety and keep it fun!</p>
<h3>3. Flexibility and Mobility <img src="Photos/Flexibility.jpeg" alt="Flexibility and Mobility" class="heading-image"></h3>
<p>Flexibility and mobility exercises help maintain joint health, prevent injuries, and improve performance. Regular stretching can enhance your range of motion and alleviate muscle tension.</p>
<ul>
<li><strong>Yoga:</strong> Combines flexibility, balance, and strength. Try various styles such as Hatha or Vinyasa for different benefits.</li>
<li><strong>Dynamic Stretching:</strong> Incorporate dynamic stretches into your warm-up routine to prepare your body for exercise.</li>
<li><strong>Foam Rolling:</strong> Use a foam roller post-workout to relieve muscle tightness and improve recovery.</li>
</ul>
<p>Tip: Dedicate time to stretching after every workout session for optimal recovery.</p>
<h3>4. Sample Weekly Workout Plan <img src="Photos/cycle.jpeg" alt="Sample Weekly Workout" class="heading-image"></h3>
<p>Follow this sample weekly workout plan to kickstart your fitness journey:</p>
<ul>
<li><strong>Monday:</strong> Upper Body Strength</li>
<li><strong>Tuesday:</strong> Cardio (30 min running or cycling)</li>
<li><strong>Wednesday:</strong> Lower Body Strength</li>
<li><strong>Thursday:</strong> Flexibility (Yoga or stretching)</li>
<li><strong>Friday:</strong> Full-Body HIIT</li>
<li><strong>Saturday:</strong> Active Recovery (light walking, swimming)</li>
<li><strong>Sunday:</strong> Rest</li>
</ul>
<p>Tip: Adjust the plan according to your fitness level and listen to your body's needs!</p>
<h3>5. Join Our Fitness Community! <img src="Photos/whyus.jpeg" alt="Join Our Community" class="heading-image"></h3>
<p>Subscribe to our newsletter to receive weekly workout tips, nutrition advice, and exclusive fitness content. Together, we can achieve your fitness goals and support each other on this journey!</p>
<form>
<input type="email" placeholder="Enter your email" required>
<div class="button">
<button type="submit">Subscribe</button>
</div>
</form>
</section>
</main>
<footer>
<p>© 2024 Fitness and Wellness | All Rights Reserved</p>
</footer>
</body>
</html>