-
Notifications
You must be signed in to change notification settings - Fork 0
/
acheivements.html
166 lines (158 loc) · 7.84 KB
/
acheivements.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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<title>The Fitness Paradise</title>
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<link rel="stylesheet" href="acheivements.css" />
</head>
<body>
<div id="pagecontainer">
<nav id="top_bar">
<img src="./images/logos/white_brand_name.png" alt="" />
<ul id="top_list">
<li><a href="index.html">Home</a></li>
<li><a href="workout.html">Workout</a></li>
<li><a href="health.html">Recipes</a></li>
<li><a href="focus.html">Focus</a></li>
<li><a href="tips.html">Tips</a></li>
<li><a href="blogs.html">Blogs</a></li>
<li><a href="acheivements.html">Stories</a></li>
</ul>
</nav>
<header>
<div>
<img
class="banner_logo"
src="./images/logos/white_brand_logo.png"
alt=""
/>
<h1 class="banner_title">Community & Success Stories</h1>
<p class="banner_description">Home / Stories</p>
</div>
</header>
<main>
<div id="wrapper">
<h2>Success Stories: Celebrating Transformations</h2>
<p>
At The Fitness Paradise, we take immense pride in the
achievements of our community members who have embraced
the path to fitness and wellness. These inspiring
success stories serve as beacons of hope, motivation,
and determination. Each individual's journey is unique,
yet they share the common thread of resilience and
dedication to their health and well-being. Here are four
exceptional success stories that encourage and inspire:
</p>
<div class="row">
<div class="testimonial">
<img src="./images/testimonial-1.jpg" alt="" />
<div>
<b>John's Unstoppable Comeback</b>After a major
injury derailed his active lifestyle, John faced
a daunting uphill battle to regain his strength
and mobility. With unyielding determination, he
embarked on a comprehensive rehabilitation
journey, guided by our expert trainers. Through
rigorous strength training, physical therapy,
and nutritional support, John made an
astonishing comeback. Witnessing his
transformation from being bedridden to regaining
full mobility and thriving in his favorite
sports is a testament to the human spirit's
tenacity.
</div>
</div>
<div class="testimonial">
<img src="./images/testimonial-2.jpg" alt="" />
<div>
<b>David's Marathon Triumph</b> David's story
epitomizes the power of perseverance and hard
work. A former couch potato, he decided to
conquer his sedentary lifestyle and set a
seemingly impossible goal - running a marathon.
With our structured training plans and
unwavering support, David went from gasping for
breath during short jogs to crossing the finish
line of a grueling marathon. His dedication to
training, fueled by a passion for fitness,
serves as a reminder that with commitment,
anyone can achieve extraordinary feats.
</div>
</div>
<div class="testimonial">
<img src="./images/testimonial-3.jpg" alt="" />
<div>
<b>Emily's Wholesome Lifestyle Makeover</b
>Struggling with weight and low energy, Emily
yearned for a transformative lifestyle overhaul.
Embracing our nutrition and wellness guidance,
she made mindful choices in her diet,
incorporating wholesome, nourishing foods.
Alongside customized workout routines, Emily
gradually shed excess weight and gained
boundless energy. Her before-and-after pictures
are a testament to the profound impact of
balanced nutrition and fitness on overall
well-being.
</div>
</div>
</div>
</div>
</main>
<footer>
<div class="item33">
<h3>Come in Touch</h3>
<ul>
<li>
Sidhu Moosewala Street, <br />
Brampton, Canada
</li>
<li>+000 000 0000</li>
<li>[email protected]</li>
</ul>
</div>
<div class="item33">
<h3>Quick Links</h3>
<nav>
<ul>
<li><a href="index.html">Home</a></li>
<li><a href="workout.html">Workout Routines</a></li>
<li>
<a href="health.html">Healthy Recipes</a>
</li>
<li><a href="focus.html">Meditation</a></li>
<li><a href="tips.html">Fitness Tips</a></li>
<li><a href="blogs.html">Blogs</a></li>
<li>
<a href="acheivements.html">Success Stories</a>
</li>
</ul>
</nav>
</div>
<div class="item33">
<h3>Know About us</h3>
<nav>
<ul>
<li><a href="">Instagram</a></li>
<li><a href="">Twitter</a></li>
<li><a href="">Facebook</a></li>
<li><a href="">Snapchat</a></li>
<li><a href="">Thread</a></li>
</ul>
</nav>
</div>
<div class="item33">
<h3>Opening Hours</h3>
<ul>
<li>Monday - Friday</li>
<li>8.00 AM - 8.00 PM</li>
<li>Saturday - Sunday</li>
<li>2.00 PM - 8.00 PM</li>
</ul>
</div>
<p id="copyright">Copyright © 2023 The Fitness Paradise</p>
</footer>
</div>
</body>
</html>