-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathF-WeightGainWithEquipment.html
106 lines (94 loc) · 4.53 KB
/
F-WeightGainWithEquipment.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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width,initial-scale=1,maximum-scale=1,user-scalable=no">
<link rel="stylesheet" href="library/bootstrap/bootstrap.min.css">
<link rel="stylesheet" href="css/font.css">
<link rel="stylesheet" href="library/fontawesome/fontawesome-all.min.css">
<link rel="shortcut icon" type="image/png" href="images/icon/29.png"> <!-- title icon -->
<link rel="preconnect" href="https://fonts.gstatic.com">
<link rel="preconnect" href="https://fonts.gstatic.com">
<link href="https://fonts.googleapis.com/css2?family=Archivo+Black&display=swap" rel="stylesheet">
<title>WeightGainWithEquipment</title>
</head>
<body>
<div class="background">
<h1 class="py-5 text-warning text-center">Weight Gain With Equipment</h1>
<a href="index.html#workout">
<span class="arrow" style="position: absolute;top: 21px;"><i class="py-3 mx-3 fas fa-arrow-left fa-2x text-light "></i></span>
</a>
<div class="row px-3">
<div class="col-sm-4">
<div class="card mb-4">
<img class="card-img-top" src="images-hwy/Weight Gain With Eq/work-hard-for-a-hard-body-royalty-free-image-855121568-1565372921.jpg" alt="SixPack">
<div class="card-body">
<h5 class="card-title">Six Pack Abs</h5>
<p class="card-text">Six packs are as common as magical clear baby skin on adults and perfectly organized closets.But, they're hard to find IRL. If this makes you feel sad or maybe even mad at me.</p>
<a href="Weight-Gain-With-Eq/Fhwy-Gain-With-Eq-SixPack.html" class="btn btn-warning">Go somewhere</a>
</div>
</div>
</div>
<div class="col-sm-4">
<div class="card mb-4">
<img class="card-img-top" src="images-hwy/Weight Gain With Eq/chest edited.jpg" alt="Chest">
<div class="card-body">
<h5 class="card-title">Chest</h5>
<p class="card-text">This large fan-shaped muscle stretches from the armpit up to the collarbone and down across the lower chest region on both sides of the chest.</p>
<a href="Weight-Gain-With-Eq/Fhwy-Gain-With-Eq-Chest.html" class="btn btn-warning">Go somewhere</a>
</div>
</div>
</div>
<div class="col-sm-4">
<div class="card mb-4">
<img class="card-img-top" src="images-hwy/Weight Gain With Eq/scott-webb-xwMlVSqP20U-unsplash.jpg" alt="Legs">
<div class="card-body">
<h5 class="card-title">Legs</h5>
<p class="card-text">Working out your legs is super-important—beyond just looking awesome. They’re literally what keep you moving all day, so building strength in your lower half is crucial.</p>
<a href="Weight-Gain-With-Eq/Fhwy-Gain-With-Eq-Legs.html" class="btn btn-warning">Go somewhere</a>
</div>
</div>
</div>
<div class="col-sm-4 ">
<div class="card mb-4">
<img class="card-img-top" src="images/Weight Gain With Eq/265370a9ee91147fdab73213ca6ef5c5.jpg" alt="SixPack">
<div class="card-body">
<h5 class="card-title" id="shoulder">Shoulder</h5>
<p class="card-text">With supporting text below as a natural lead-in to additional content.</p>
<a href="Weight-Gain-With-Eq/F-Gain-With-Eq-Shoulder.html" class="btn btn-warning">Go somewhere</a>
</div>
</div>
</div>
<div class="col-sm-4 ">
<div class="card mb-4">
<img class="card-img-top" src="images/Weight Gain With Eq/woman-seated-row-machine.jpg" alt="SixPack">
<div class="card-body">
<h5 class="card-title" id="arm">Arm</h5>
<p class="card-text">With supporting text below as a natural lead-in to additional content.</p>
<a href="Weight-Gain-With-Eq/F-Gain-With-Eq-Arm.html" class="btn btn-warning">Go somewhere</a>
</div>
</div>
</div>
<div class="col-sm-4 ">
<div class="card mb-4">
<img class="card-img-top" src="images/Weight Gain With Eq/Best-Exercises-for-Female-Back-Muscles-.jpg" alt="SixPack">
<div class="card-body">
<h5 class="card-title" id="back">Back</h5>
<p class="card-text">With supporting text below as a natural lead-in to additional content.</p>
<a href="Weight-Gain-With-Eq/F-Gain-With-Eq-Back.html" class="btn btn-warning">Go somewhere</a>
</div>
</div>
</div>
</div>
</div>
<!-- <script>
function goBack() {
window.history.back();
}
</script> -->
<script src="library/bootstrap/jquery-3.4.1.slim.min.js"></script>
<script src="library/bootstrap/popper.min.js"></script>
<script src="library/bootstrap/bootstrap.min.js"></script>
<script src="js/script.js"></script>
</body>
</html>