-
Notifications
You must be signed in to change notification settings - Fork 0
/
WeightLossWithoutEquiment.html
101 lines (92 loc) · 4.44 KB
/
WeightLossWithoutEquiment.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
<!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="css/style.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 href="https://fonts.googleapis.com/css2?family=Cinzel:wght@500&family=Mulish:wght@300;400&display=swap" rel="stylesheet"> --> <!--font-->
<!-- <link rel="preconnect" href="https://fonts.gstatic.com">
<link href="https://fonts.googleapis.com/css2?family=Big+Shoulders+Inline+Text:wght@300&display=swap" rel="stylesheet"> -->
<link rel="preconnect" href="https://fonts.gstatic.com">
<link href="https://fonts.googleapis.com/css2?family=Archivo+Black&display=swap" rel="stylesheet">
<title>WeightLossWithoutEquiment</title>
</head>
<body>
<div class="background">
<h1 class="py-5 text-warning text-center">Weight Loss Without Equiment</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-ets/Weight Loss Without Eq/sixpacks.jpg" alt="Belly">
<div class="card-body">
<h5 class="card-title">Belly</h5>
<p class="card-text">With supporting text below as a natural lead-in to additional content.</p>
<a href="Weight-Loss-Without-Eq/Loss-Without-Eq-Belly.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-ets/Weight Loss Without Eq/Chest1.jpg" alt="Chest">
<div class="card-body">
<h5 class="card-title">Chest</h5>
<p class="card-text">With supporting text below as a natural lead-in to additional content.</p>
<a href="Weight-Loss-Without-Eq/Loss-Without-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-ets/Weight Loss Without Eq/Legs.jpg" alt="Legs">
<div class="card-body">
<h5 class="card-title">Legs</h5>
<p class="card-text">With supporting text below as a natural lead-in to additional content.</p>
<a href="Weight-Loss-Without-Eq/Loss-Without-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-ets/Weight Loss Without Eq/Shoulder.jpg" alt="Shoulder">
<div class="card-body">
<h5 class="card-title">Shoulder</h5>
<p class="card-text">With supporting text below as a natural lead-in to additional content.</p>
<a href="Weight-Loss-Without-Eq/Loss-Without-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-ets/Weight Loss Without Eq/arms edited.jpg" alt="Arms">
<div class="card-body">
<h5 class="card-title">Arms</h5>
<p class="card-text">Traditional pushups are beneficial for building upper body strength. They work the triceps, pectoral muscles, and shoulders.</p>
<a href="Weight-Loss-Without-Eq/Loss-Without-Eq-Arms.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-ets/Weight Loss Without Eq/Back1.jpg" alt="Back">
<div class="card-body">
<h5 class="card-title">Back</h5>
<p class="card-text">With supporting text below as a natural lead-in to additional content.</p>
<a href="Weight-Loss-Without-Eq/Loss-Without-Eq-Shoulder.html" class="btn btn-warning">Go somewhere</a>
</div>
</div>
</div>
</div>
<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>