-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathBlog.html
More file actions
246 lines (245 loc) · 8.23 KB
/
Blog.html
File metadata and controls
246 lines (245 loc) · 8.23 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
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
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta http-equiv="X-UA-Compatible" content="IE=edge" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<link rel="stylesheet" href="./Styles/Blog.css" />
<link rel="stylesheet" href="./Script/blog.js" />
<title>Blog</title>
</head>
<body>
<nav>
<img
src="https://www.jefit.com/wp/wp-content/uploads/2017/07/cropped-logo_155_40_white-120x31.webp"
alt="image"
/>
<ul>
<li>
<a href="https://www.jefit.com"
>Get Jefit App <i class="fa-solid fa-caret-down"></i
></a>
<ul>
<li>
<a
href="https://apps.apple.com/app/apple-store/id449810000"
target="_blank"
>Workout App (iOS)</a
>
</li>
<li>
<a
href="https://play.google.com/store/apps/details?id=je.fit&referrer=utm_source%3Demail"
target="_blank"
>Workout App (Android)</a
>
</li>
</ul>
</li>
<li>
<a href="#">Workout Plans <i class="fa-solid fa-caret-down"></i></a>
<ul>
<li>
<a href="#">Pro designed Plan</a>
</li>
<li>
<a href="#">Create My Plan</a>
</li>
</ul>
</li>
<li><a href="#">Exercise Guide</a></li>
<li><a href="./Blog.html">Blog</a></li>
<li><a href="#">Coach</a></li>
<li><a href="#">Elite</a></li>
<li><a id="Login">Login</a></li>
<div><button id="Signup">Sign Up</button></div>
</ul>
</nav>
<div id="b1">
<img
src="https://www.jefit.com/wp/wp-content/uploads/2020/11/couple-lying-asleep-bed-man-wearing-wristband-smart-watch-1024x683.webp"
alt=""
/>
<h1>Quality Sleep is Important But Never More Than Now</h1>
<div>
<a href="">2 Comments /</a>
<a href="">General Fitness /</a>
<a href="">By Micheal Wood CSCS</a>
</div>
<p>
When you end up not getting minimal sleep during the night, you
typically feel “off” throughout the following day. Not only can your
mood and energy level remain low, your workout usually suffers as well.
This seems to happen when you’re clocking less than 6 hours of sleep a
night on a consistent basis. In …
</p>
<div>
<a href="./Readmore.html">Read More >></a>
</div>
<hr />
</div>
<div id="b1">
<img
src="https://www.jefit.com/wp/wp-content/uploads/2022/09/happy-couple-exercising-outdoors-keep-going-you-can-it-1024x683.webp"
alt=""
/>
<h1>Jefit Assessment Can be a Powerful Motivational Tool</h1>
<div>
<a href="">Exercise Tips/</a>
<a href="">By Micheal Wood CSCS</a>
</div>
<p>
“Given what we know about the health benefits of physical activity, it
should be mandatory to get a doctor’s permission not to exercise.”
Per-Olaf Astrand, MD, PhD, Karolinska Institute, Stockholm, Sweden.
Performing a periodic strength assessment is an important component in
any health & fitness journey. It is important because we all need, at
some …
</p>
<div>
<a href="">Read More >></a>
</div>
<hr />
</div>
<div id="b1">
<img
src="https://www.jefit.com/wp/wp-content/uploads/2022/09/male-athlete-bodybuilder-working-out-gym-1024x684.webp"
alt=""
/>
<h1>Reasons to do Strength Training & Cardio Exercise</h1>
<div>
<a href="">General Fitness /</a>
<a href="">By Micheal Wood CSCS</a>
</div>
<p>
We have a tendency to judge how our exercise routine and diet are
working by what the bathroom scale reads. But that should not be the
only indicator. With each bout of exercise, we are improving various
aspects of our physiology and health that may not be visible to the
naked eye.
</p>
<hr />
</div>
<div id="b1">
<img
src="https://www.jefit.com/wp/wp-content/uploads/2022/09/young-healthy-man-athlete-doing-exercises-pull-ups-gym-1024x683.webp"
alt=""
/>
<h1>Want a Strong Back? Try these Jefit Exercises</h1>
<div>
<a href="">Exercise Tips /</a>
<a href="">By Micheal Wood CSCS</a>
</div>
<p>
When involved in any strength training routine, a strong back is a must.
It is important to allocate equal time to all the major muscle groups
when training. When we refer to major muscle groups we’re talking
specifically about the following six areas: Major Muscle Groups
Legs/Hips Back Chest Shoulders Arms Core (abdominals etc.) For …
</p>
<div>
<a href="">Read More >></a>
</div>
<hr />
</div>
<div id="b1">
<img
src="https://www.jefit.com/wp/wp-content/uploads/2020/12/shirtless-man-posing-with-jumping-rope-outdoors-1024x683.jpg"
alt=""
/>
<h1>Here are the Highest Calorie Burning Exercises to Choose</h1>
<div>
<a href="">55 Comments /</a>
<a href="">Exercise Tips /</a>
<a href="">By Micheal Wood CSCS</a>
</div>
<p>
The following article takes a look at the best movements to choose when
you want to use the highest calorie burning exercises. There are many
exercises that are available to you when working out from home or the
gym. But what are the best options from a high caloric expenditure stand
point? We have looked …
</p>
<div>
<a href="">Read More >></a>
</div>
<hr />
</div>
<div id="b1">
<img
src="https://www.jefit.com/wp/wp-content/uploads/2022/09/front-view-fit-man-holding-dumbbells-1024x576.webp"
alt=""
/>
<h1>Searching for a Good Strength Training Program? Try Jefit</h1>
<div>
<a href="">Workout Tips /</a>
<a href="">By Micheal Wood CSCS</a>
</div>
<p>
The Jefit app has produced relevant fitness content along with strength
training programs for more than a decade. In addition to weekly exercise
plans published by Jefit coaches, the associated community also offers
up their favorite workouts too.
</p>
<hr />
</div>
<div id="footer">
<div>
<div>
<h4>Products</h4>
<div>
<a href="">Elite Membership</a><br />
<a href="">Coach</a><br />
<a href="./Signup.html">Signup</a><br />
<a href="./Login.html">Login</a>
</div>
</div>
<div>
<h4>Resource</h4>
<div>
<a href="">Workout Plan</a><br />
<a href="">Exercise Daatabase</a><br />
<a href="">Help Center</a><br />
</div>
</div>
<div>
<h4>Legal Press</h4>
<div>
<a href="">Privacy Policy</a><br />
<a href="">Terms of use</a><br />
<a href="">IP / DMCA Notice</a><br />
<a href="">Press & Media</a>
</div>
</div>
<div>
<h4>Follow US</h4>
<div>
<a href="./Blog.html">Blog</a><br />
<a href="https://www.facebook.com/jefitapp/">Facebook</a><br />
<a href="https://twitter.com/jefitinc"">Twitter</a><br />
<a href="https://www.instagram.com/jefitapp/">instagram</a>
</div>
</div>
</div>
<p>Copyright © 2010 - 2022 Jefit, Inc.</p>
<p>All Rights Reserved.</p>
</div>
</body>
</html>
<script>
document.querySelector("#Login").addEventListener("click", Login);
document.querySelector("#Signup").addEventListener("click", Signup);
document.querySelector("nav img").addEventListener("click", home);
function Login() {
console.log("invoked");
window.location.href = "Login.html";
}
function Signup() {
console.log("invoked");
window.location.href = "Signup.html";
}
function home() {
console.log("invoked");
window.location.href = "index.html";
}
</script>