-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathchestinter.html
517 lines (500 loc) · 30.6 KB
/
chestinter.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
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
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
<!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 href="https://cdn.jsdelivr.net/npm/[email protected]/dist/css/bootstrap.min.css" rel="stylesheet"
integrity="sha384-iYQeCzEYFbKjA/T2uDLTpkwGzCiq6soy8tYaI1GyVh/UjpbCx/TYkiZhlZB6+fzT" crossorigin="anonymous">
<script src="https://cdn.jsdelivr.net/npm/[email protected]/dist/jquery.slim.min.js"></script>
<script src="https://cdn.jsdelivr.net/npm/[email protected]/dist/umd/popper.min.js"></script>
<script src="https://cdn.jsdelivr.net/npm/[email protected]/dist/js/bootstrap.bundle.min.js"></script>
<script src="https://kit.fontawesome.com/c0d8ff01fd.js" crossorigin="anonymous"></script>
<link rel="icon" type="image/png" href="./ssrlogo.png">
<link rel="stylesheet" href="./style.css">
<title>Chest Intermediate</title>
</head>
<body>
<nav class="navbar navbar-expand-lg bg-light">
<div class="container-fluid">
<a class="navbar-brand" href="#">Fitness</a>
<button class="navbar-toggler" type="button" data-bs-toggle="collapse"
data-bs-target="#navbarSupportedContent" aria-controls="navbarSupportedContent" aria-expanded="false"
aria-label="Toggle navigation">
<span class="navbar-toggler-icon"></span>
</button>
<div class="collapse navbar-collapse" id="navbarSupportedContent">
<ul class="navbar-nav me-auto mb-2 mb-lg-0">
<li class="nav-item">
<a class="nav-link active" aria-current="page" href="./index.html">Home</a>
</li>
<li class="nav-item dropdown">
<a class="nav-link dropdown-toggle" href="#" id="navbarDropdown" role="button"
data-bs-toggle="dropdown" aria-expanded="false">
Abs
</a>
<ul class="dropdown-menu" aria-labelledby="navbarDropdown">
<li><a class="dropdown-item" href="./absbegin.html">Abs Beginner</a></li>
<li><a class="dropdown-item" href="./absinter.html">Abs Intermediate</a></li>
<li><a class="dropdown-item" href="./absadvanced.html">Abs Advanced</a></li>
</ul>
</li>
<li class="nav-item dropdown">
<a class="nav-link dropdown-toggle" href="#" id="navbarDropdown" role="button"
data-bs-toggle="dropdown" aria-expanded="false">
Shoulders & Back
</a>
<ul class="dropdown-menu" aria-labelledby="navbarDropdown">
<li><a class="dropdown-item" href="./backbegin.html">Shoulders & Back Beginner</a></li>
<li><a class="dropdown-item" href="./backinter.html">Shoulders & Back Intermediate</a></li>
<li><a class="dropdown-item" href="./backadvanced.html">Shoulders & Back Advanced</a></li>
</ul>
</li>
<li class="nav-item dropdown">
<a class="nav-link dropdown-toggle" href="#" id="navbarDropdown" role="button"
data-bs-toggle="dropdown" aria-expanded="false">
Chest
</a>
<ul class="dropdown-menu" aria-labelledby="navbarDropdown">
<li><a class="dropdown-item" href="./chestbegin.html">Chest Beginner</a></li>
<li><a class="dropdown-item" href="./chestinter.html">Chest Intermediate</a></li>
<li><a class="dropdown-item" href="./chestadvanced.html">Chest Advanced</a></li>
</ul>
</li>
<li class="nav-item">
<a class="nav-link" href="./bmiproj.html">BMI</a>
</li>
</ul>
</div>
</div>
</nav>
<div class="container-fluid">
<h1 class="text-hide center"
style="background-image: url('./chestdp.jpg'); width: 100%; height: 80vh; padding-top: -30vh; background-position: center;background-size: cover;background-repeat: no-repeat; color: white; text-align: center;letter-spacing: 3px;margin-top: 20px;">
CHEST INTERMEDIATE</h1>
</div>
<div class="container mt-5">
<div class="row">
<div class="col col-md-4 col-sm-12">
<img src="./53837-jumping-jack.gif" alt="" style="width: 100%; height: 50%;"
class="border border-primary mt-4">
<!-- Button trigger modal -->
<button type="button" class="btn btn-primary" data-toggle="modal" data-target="#exampleModalCenter1">
JUMPING JACKS 00:30 sec
</button>
<!-- Modal -->
<div class="modal fade" id="exampleModalCenter1" tabindex="-1" role="dialog"
aria-labelledby="exampleModalCenterTitle" aria-hidden="true">
<div class="modal-dialog modal-dialog-centered" role="document">
<div class="modal-content">
<div class="modal-header">
<h5 class="modal-title" id="exampleModalLongTitle">JUMPING JACKS</h5>
<button type="button" class="close" data-dismiss="modal" aria-label="Close">
<span aria-hidden="true">×</span>
</button>
</div>
<div class="modal-body">
Start with your feet together and your arms by your sides, then jump up with your feet
apart and your hands overhead.
<br><br>
Return to the start position then do the next rep. This exercise provides a full-body
workout and works all your large muscle groups.
</div>
<div class="modal-footer">
<button type="button" class="btn btn-primary" data-dismiss="modal">Close</button>
</div>
</div>
</div>
</div>
</div>
<div class="col col-md-4 col-sm-12">
<img src="./knee.gif" alt="" style="width: 100%; height: 50%;" class="border border-primary mt-4">
<button type="button" class="btn btn-primary" data-toggle="modal" data-target="#exampleModalCenter7">
KNEE PUSH-UPS X12 _____
</button>
<!-- Modal -->
<div class="modal fade" id="exampleModalCenter7" tabindex="-1" role="dialog"
aria-labelledby="exampleModalCenterTitle" aria-hidden="true">
<div class="modal-dialog modal-dialog-centered" role="document">
<div class="modal-content">
<div class="modal-header">
<h5 class="modal-title" id="exampleModalLongTitle">KNEE PUSH-UPS</h5>
<button type="button" class="close" data-dismiss="modal" aria-label="Close">
<span aria-hidden="true">×</span>
</button>
</div>
<div class="modal-body">
Start in the regular push-up position, then let your knees touch the floor and raise
your feet up off the floor.
<br><br>
Next push your body up and down.
</div>
<div class="modal-footer">
<button type="button" class="btn btn-secondary" data-dismiss="modal">Close</button>
</div>
</div>
</div>
</div>
</div>
<div class="col col-md-4 col-sm-12">
<img src="./pushup.gif" alt="" style="width: 100%; height: 50%;" class="border border-primary mt-4">
<!-- Button trigger modal -->
<button type="button" class="btn btn-primary" data-toggle="modal" data-target="#exampleModalCenter3">
PUSH-UP X12 ____________
</button>
<!-- Modal -->
<div class="modal fade" id="exampleModalCenter3" tabindex="-1" role="dialog"
aria-labelledby="exampleModalCenterTitle" aria-hidden="true">
<div class="modal-dialog modal-dialog-centered" role="document">
<div class="modal-content">
<div class="modal-header">
<h5 class="modal-title" id="exampleModalLongTitle">PUSH-UPS</h5>
<button type="button" class="close" data-dismiss="modal" aria-label="Close">
<span aria-hidden="true">×</span>
</button>
</div>
<div class="modal-body">
Lay prone on the ground with arms supporting your body.
<br><br>
Keep your body straight while raising and lowering your body with your arms.
<br><br>
This exercise works the chest, shoulders, triceps, back and legs.
</div>
<div class="modal-footer">
<button type="button" class="btn btn-primary" data-dismiss="modal">Close</button>
</div>
</div>
</div>
</div>
</div>
<div class="col col-md-4 col-sm-12">
<img src="./wide.gif" alt="" style="width: 100%; height: 50%;" class="border border-primary mt-4">
<button type="button" class="btn btn-primary" data-toggle="modal" data-target="#exampleModalCenter4">
WIDE ARM PUSH-UPS X16 _
</button>
<!-- Modal -->
<div class="modal fade" id="exampleModalCenter4" tabindex="-1" role="dialog"
aria-labelledby="exampleModalCenterTitle" aria-hidden="true">
<div class="modal-dialog modal-dialog-centered" role="document">
<div class="modal-content">
<div class="modal-header">
<h5 class="modal-title" id="exampleModalLongTitle">WIDE ARM PUSH-UPS</h5>
<button type="button" class="close" data-dismiss="modal" aria-label="Close">
<span aria-hidden="true">×</span>
</button>
</div>
<div class="modal-body">
Start in the regular push-up position but with your hands spread wider than your
shoulders.
<br><br>
Then push your body up and down. Remember to keep your body straight.
</div>
<div class="modal-footer">
<button type="button" class="btn btn-primary" data-dismiss="modal">Close</button>
</div>
</div>
</div>
</div>
</div>
<div class="col col-md-4 col-sm-12">
<img src="./hindupushup.gif" alt="" style="width: 100%; height: 50%;" class="border border-primary mt-4">
<button type="button" class="btn btn-primary" data-toggle="modal" data-target="#exampleModalCenter5">
HINDU PUSH-UPS X10 ____
</button>
<!-- Modal -->
<div class="modal fade" id="exampleModalCenter5" tabindex="-1" role="dialog"
aria-labelledby="exampleModalCenterTitle" aria-hidden="true">
<div class="modal-dialog modal-dialog-centered" role="document">
<div class="modal-content">
<div class="modal-header">
<h5 class="modal-title" id="exampleModalLongTitle">HINDU PUSH-UPS</h5>
<button type="button" class="close" data-dismiss="modal" aria-label="Close">
<span aria-hidden="true">×</span>
</button>
</div>
<div class="modal-body">
Start with your hands and feet touching the floor, body bent and butt up in an upside
down "V" shape.
<br><br>
Then bend your elbows to bring your body toward the floor.
<br><br>
When your body is close to the floor, raise your upper body up as far as possible. Then
return to the original position and repeat.
</div>
<div class="modal-footer">
<button type="button" class="btn btn-secondary" data-dismiss="modal">Close</button>
</div>
</div>
</div>
</div>
</div>
<div class="col col-md-4 col-sm-12">
<img src="./diamondpushup.gif" alt="" style="width: 100%; height: 50%;" class="border border-primary mt-4">
<!-- Button trigger modal -->
<button type="button" class="btn btn-primary" data-toggle="modal" data-target="#exampleModalCenter8">
DIAMOND PUSH-UPS X12 __
</button>
<!-- Modal -->
<div class="modal fade" id="exampleModalCenter8" tabindex="-1" role="dialog"
aria-labelledby="exampleModalCenterTitle" aria-hidden="true">
<div class="modal-dialog modal-dialog-centered" role="document">
<div class="modal-content">
<div class="modal-header">
<h5 class="modal-title" id="exampleModalLongTitle">DIAMOND PUSH-UPS</h5>
<button type="button" class="close" data-dismiss="modal" aria-label="Close">
<span aria-hidden="true">×</span>
</button>
</div>
<div class="modal-body">
Start in the push-up position. Make a diamond shape with your forefingers and thumbs
together under the chest.
<br><br>
Then push your body up and down. Remember to keep your body straight.
</div>
<div class="modal-footer">
<button type="button" class="btn btn-primary" data-dismiss="modal">Close</button>
</div>
</div>
</div>
</div>
</div>
<div class="col col-md-4 col-sm-12">
<img src="./pushuprotation.gif" alt="" style="width: 100%; height: 50%;" class="border border-primary mt-4">
<!-- Button trigger modal -->
<button type="button" class="btn btn-primary" data-toggle="modal" data-target="#exampleModalCenter9">
PUSH-UP & ROTATION X10
</button>
<!-- Modal -->
<div class="modal fade" id="exampleModalCenter9" tabindex="-1" role="dialog"
aria-labelledby="exampleModalCenterTitle" aria-hidden="true">
<div class="modal-dialog modal-dialog-centered" role="document">
<div class="modal-content">
<div class="modal-header">
<h5 class="modal-title" id="exampleModalLongTitle">PUSH-UP & ROTATION</h5>
<button type="button" class="close" data-dismiss="modal" aria-label="Close">
<span aria-hidden="true">×</span>
</button>
</div>
<div class="modal-body">
Start in the push-up position. Then go down for a pushup and as you come up, rotate your
upper body and extend your right arm upwards.
<br><br>
Repeat the exercise with the other arm. It's a great exercise for the chest, shoulders,
arms and core.
</div>
<div class="modal-footer">
<button type="button" class="btn btn-primary" data-dismiss="modal">Close</button>
</div>
</div>
</div>
</div>
</div>
<div class="col col-md-4 col-sm-12">
<img src="./knee.gif" alt="" style="width: 100%; height: 50%;" class="border border-primary mt-4">
<button type="button" class="btn btn-primary" data-toggle="modal" data-target="#exampleModalCenter7">
KNEE PUSH-UPS X10 _____
</button>
<!-- Modal -->
<div class="modal fade" id="exampleModalCenter7" tabindex="-1" role="dialog"
aria-labelledby="exampleModalCenterTitle" aria-hidden="true">
<div class="modal-dialog modal-dialog-centered" role="document">
<div class="modal-content">
<div class="modal-header">
<h5 class="modal-title" id="exampleModalLongTitle">KNEE PUSH-UPS</h5>
<button type="button" class="close" data-dismiss="modal" aria-label="Close">
<span aria-hidden="true">×</span>
</button>
</div>
<div class="modal-body">
Start in the regular push-up position, then let your knees touch the floor and raise
your feet up off the floor.
<br><br>
Next push your body up and down.
</div>
<div class="modal-footer">
<button type="button" class="btn btn-secondary" data-dismiss="modal">Close</button>
</div>
</div>
</div>
</div>
</div>
<div class="col col-md-4 col-sm-12">
<img src="./hindupushup.gif" alt="" style="width: 100%; height: 50%;" class="border border-primary mt-4">
<button type="button" class="btn btn-primary" data-toggle="modal" data-target="#exampleModalCenter5">
HINDU PUSH-UPS X10 ____
</button>
<!-- Modal -->
<div class="modal fade" id="exampleModalCenter5" tabindex="-1" role="dialog"
aria-labelledby="exampleModalCenterTitle" aria-hidden="true">
<div class="modal-dialog modal-dialog-centered" role="document">
<div class="modal-content">
<div class="modal-header">
<h5 class="modal-title" id="exampleModalLongTitle">HINDU PUSH-UPS</h5>
<button type="button" class="close" data-dismiss="modal" aria-label="Close">
<span aria-hidden="true">×</span>
</button>
</div>
<div class="modal-body">
Start with your hands and feet touching the floor, body bent and butt up in an upside
down "V" shape.
<br><br>
Then bend your elbows to bring your body toward the floor.
<br><br>
When your body is close to the floor, raise your upper body up as far as possible. Then
return to the original position and repeat.
</div>
<div class="modal-footer">
<button type="button" class="btn btn-secondary" data-dismiss="modal">Close</button>
</div>
</div>
</div>
</div>
</div>
<div class="col col-md-4 col-sm-12">
<img src="./declinepushup.gif" alt="" style="width: 100%; height: 50%;" class="border border-primary mt-4">
<!-- Button trigger modal -->
<button type="button" class="btn btn-primary" data-toggle="modal" data-target="#exampleModalCenter11">
DECLINE PUSH-UPS X12 __
</button>
<!-- Modal -->
<div class="modal fade" id="exampleModalCenter11" tabindex="-1" role="dialog"
aria-labelledby="exampleModalCenterTitle" aria-hidden="true">
<div class="modal-dialog modal-dialog-centered" role="document">
<div class="modal-content">
<div class="modal-header">
<h5 class="modal-title" id="exampleModalLongTitle">DECLINE PUSH-UPS</h5>
<button type="button" class="close" data-dismiss="modal" aria-label="Close">
<span aria-hidden="true">×</span>
</button>
</div>
<div class="modal-body">
Start on all fours with your knees under your butt and your hands under your shoulders.
<br><br>
Then elevate your feet on a chair or bench, and push your body up and down mainly using
your arm strength.
<br><br>
Remember to keep your body straight.
</div>
<div class="modal-footer">
<button type="button" class="btn btn-primary" data-dismiss="modal">Close</button>
</div>
</div>
</div>
</div>
</div>
<div class="col col-md-4 col-sm-12">
<img src="./diamondpushup.gif" alt="" style="width: 100%; height: 50%;" class="border border-primary mt-4">
<!-- Button trigger modal -->
<button type="button" class="btn btn-primary" data-toggle="modal" data-target="#exampleModalCenter8">
DIAMOND PUSH-UPS X12 __
</button>
<!-- Modal -->
<div class="modal fade" id="exampleModalCenter8" tabindex="-1" role="dialog"
aria-labelledby="exampleModalCenterTitle" aria-hidden="true">
<div class="modal-dialog modal-dialog-centered" role="document">
<div class="modal-content">
<div class="modal-header">
<h5 class="modal-title" id="exampleModalLongTitle">DIAMOND PUSH-UPS</h5>
<button type="button" class="close" data-dismiss="modal" aria-label="Close">
<span aria-hidden="true">×</span>
</button>
</div>
<div class="modal-body">
Start in the push-up position. Make a diamond shape with your forefingers and thumbs
together under the chest.
<br><br>
Then push your body up and down. Remember to keep your body straight.
</div>
<div class="modal-footer">
<button type="button" class="btn btn-primary" data-dismiss="modal">Close</button>
</div>
</div>
</div>
</div>
</div>
<div class="col col-md-4 col-sm-12">
<img src="./shoulderstrtch.gif" alt="" style="width: 100%; height: 50%;" class="border border-primary mt-4">
<!-- Button trigger modal -->
<button type="button" class="btn btn-primary" data-toggle="modal" data-target="#exampleModalCenter18">
SHOULDER STRETCH 00:30SEC
</button>
<!-- Modal -->
<div class="modal fade" id="exampleModalCenter18" tabindex="-1" role="dialog"
aria-labelledby="exampleModalCenterTitle" aria-hidden="true">
<div class="modal-dialog modal-dialog-centered" role="document">
<div class="modal-content">
<div class="modal-header">
<h5 class="modal-title" id="exampleModalLongTitle">SHOULDER STRETCH</h5>
<button type="button" class="close" data-dismiss="modal" aria-label="Close">
<span aria-hidden="true">×</span>
</button>
</div>
<div class="modal-body">
Place one arm across your body, parallel to the ground, then use the other arm to pull
the parallel arm toward your chest.
<br><br>
Hold for a while, switch arms and repeat the exercise. Keep the inside arm straight
during the exercise.
</div>
<div class="modal-footer">
<button type="button" class="btn btn-primary" data-dismiss="modal">Close</button>
</div>
</div>
</div>
</div>
</div>
<div class="col col-md-4 col-sm-12">
<img src="./cobra.webp" alt="" style="width: 100%; height: 50%;" class="border border-primary mt-4">
<button type="button" class="btn btn-primary" data-toggle="modal" data-target="#exampleModalCenter12">
COBRA STRETCH 00:30 SEC
</button>
<!-- Modal -->
<div class="modal fade" id="exampleModalCenter12" tabindex="-1" role="dialog"
aria-labelledby="exampleModalCenterTitle" aria-hidden="true">
<div class="modal-dialog modal-dialog-centered" role="document">
<div class="modal-content">
<div class="modal-header">
<h5 class="modal-title" id="exampleModalLongTitle">COBRA STRETCH</h5>
<button type="button" class="close" data-dismiss="modal" aria-label="Close">
<span aria-hidden="true">×</span>
</button>
</div>
<div class="modal-body">
Lie down on your stomach and bend your elbows with your hands beneath your shoulders.
<br><br>
Then push your chest up off the ground as far as possible. Hold this position for
seconds.
</div>
<div class="modal-footer">
<button type="button" class="btn btn-secondary" data-dismiss="modal">Close</button>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
<div class="container1">
<div class="row">
<h2><i class="fa-solid fa-address-card"></i> Contact</h2>
<br>
<p><i class="fa-solid fa-signature"></i> Shanigarapu Sai Raja
<br>
<i class="fa-solid fa-phone"></i> +918555080811
<br>
<i class="fa-solid fa-envelope"></i> [email protected]
</p>
</div>
<div class="row2">
<a href="https://www.instagram.com/shanigarapusairaja/"><i class="fa-brands fa-instagram"></i></a>
<a href="https://www.linkedin.com/in/shanigarapu-sairaja-a87980231/"><i class="fa-brands fa-linkedin"></i></a>
<a href="https://twitter.com/ShanigarapuSai9"><i class="fa-brands fa-twitter"></i></a>
</div>
</div>
<script src="./toggle.js"></script>
<!-- JavaScript Bundle with Popper -->
<script src="https://cdn.jsdelivr.net/npm/[email protected]/dist/js/bootstrap.bundle.min.js"
integrity="sha384-OERcA2EqjJCMA+/3y+gxIOqMEjwtxJY7qPCqsdltbNJuaOe923+mo//f6V8Qbsw3"
crossorigin="anonymous"></script>
</body>
</html>