-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathchest.html
177 lines (154 loc) · 6 KB
/
chest.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
<!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/main.css" />
<link rel="apple-touch-icon" sizes="180x180" href="/favicon/apple-touch-icon.png">
<link rel="icon" type="image/png" sizes="32x32" href="/favicon/favicon-32x32.png">
<link rel="icon" type="image/png" sizes="16x16" href="/favicon/favicon-16x16.png">
<link rel="manifest" href="/favicon/site.webmanifest">
<link rel="mask-icon" href="/favicon/safari-pinned-tab.svg" color="#5bbad5">
<meta name="msapplication-TileColor" content="#ffc40d">
<meta name="theme-color" content="#ffffff">
<title>Krastev's Gym</title>
<!-- <script src="/src/app.js" type="module"></script> -->
</head>
<body>
<header class="header">
<div class="header__wrapper">
<a href="/">
<img src="/imgs/logo/logo.png" class="header__logo" alt="Logo" />
</a>
<nav class="header__navigation">
<div id="guest">
<a href="/users/login" class="btn">My Trainer</a>
<a href="/exercises.html" class="btn">Exercises</a>
<a href="/users/login" class="btn">Workouts</a>
<a href="/users/login" class="btn">Progress</a>
<a href="/users/login" class="btn">Shop</a>
<a href="/users/login" class="btn">Nutrition</a>
<a href="/users/login" class="icon btn"><i class="fa-solid fa-circle-user"></i></a>
</div>
</nav>
</div>
</header>
<main>
<section id="hero">
<img src="/imgs/hero/exercise.jpg" class="img--bg--chest" alt="Background poster" />
<div class="hero__chest">
<!--<h1 class="hero__title__chest">Exercises</h1>
<h2 class="hero__title__chest">Chest</h2>-->
<h1 class="hero__title__chest">Chest</h1>
<div class="hero__exercises__subtitles">
<p class="hero__exercises__subtitle">
Chest exercises are an important way to build upper body strength.
</p>
<p class="hero__exercises__subtitle">
Strengthening the muscles making up the chest can help you achieve a strong, sculpted physique.
</p>
<p class="hero__exercises__subtitle">
Let's start training for a stronger chest!
</p>
</div>
</div>
</section>
<div class="divider"></div>
<section class="exercises__container--chest section">
<article class="exercise--chest">
<a href="/chest.html" class="exercise__wrapper--chest">
<img class="exercise__poster--chest" src="/imgs/chest/gifs/one-leg-push-up.gif" alt="Section poster" />
<h6 class="exercise__title--chest">One-leg push-up</h6>
</a>
</article>
<article class="exercise--chest">
<a href="/chest.html" class="exercise__wrapper--chest">
<img class="exercise__poster--chest" src="/imgs/chest/gifs/stability-ball-decline-push-up.gif" alt="Section poster" />
<h6 class="exercise__title--chest">Stability ball decline push-up</h6>
</a>
</article>
<article class="exercise--chest">
<a href="/chest.html" class="exercise__wrapper--chest">
<img class="exercise__poster--chest" src="/imgs/chest/gifs/stability-ball-push-up.gif" alt="Section poster" />
<h6 class="exercise__title--chest">Stability ball push-up</h6>
</a>
</article>
</section>
<div class="divider"></div>
</main>
<footer class="footer">
<!-- Info -->
<div class="navi">
<div class="navi-group">
<h3 class="navi-group__title">Krastev's Gym</h3>
<nav>
<ul>
<li>
<p>Krastev's Gym is the most iconic gym in the world. Since 1989, no one has stood for fitness and
bodybuilding. Become part of our Legacy now!
</p>
</li>
</ul>
</nav>
</div>
<!-- About -->
<div class="navi-group">
<h3 class="navi-group__title">About</h3>
<nav>
<ul>
<li><a href="" class="navi-group__subtitle">Terms of Use</a></li>
<li><a href="" class="navi-group__subtitle">Data Privacy</a></li>
<li><a href="" class="navi-group__subtitle">Legal Notice</a></li>
<li><a href="" class="navi-group__subtitle">Cancellation</a></li>
</ul>
</nav>
</div>
<!-- Help -->
<div class="navi-group">
<h3 class="navi-group__title">Help & Contact</h3>
<nav>
<ul>
<li><a href="" class="navi-group__subtitle">Self Service</a></li>
<li><a href="" class="navi-group__subtitle">Help Center</a></li>
<li><a href="" class="navi-group__subtitle">Terminate Membership</a></li>
<li><a href="" class="navi-group__subtitle">Gym Usage</a></li>
<li><a href="" class="navi-group__subtitle">Franchise</a></li>
</ul>
</nav>
</div>
<!-- Careers -->
<div class="navi-group">
<h3 class="navi-group__title">Careers</h3>
<nav>
<ul>
<li><a href="" class="navi-group__subtitle">Jobs at Krastev's Gym</a></li>
</ul>
</nav>
</div>
</div>
<!-- Media -->
<div class="info">
<ul class="socials">
<li class="socials__item">
<a href=""><i class="fab fa-facebook-f"></i></a>
</li>
<li class="socials__item">
<a href=""><i class="fab fa-twitter"></i></a>
</li>
<li class="socials__item">
<a href=""><i class="fab fa-google-plus-g"></i></a>
</li>
<li class="socials__item">
<a href=""><i class="fab fa-youtube"></i></a>
</li>
<li class="socials__item">
<a href=""><i class="fab fa-instagram"></i></a>
</li>
</ul>
<p class="rights">Copyright © 2024 Krastev & Waller GmbH. All Rights Reserved.</p>
</div>
</footer>
<script src="/js/index.js"></script>
</body>
</html>