-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathequipments.html
224 lines (194 loc) · 6.61 KB
/
equipments.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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Gym Equipment</title>
<style>
/* Reset and Styling */
* {
margin: 0;
padding: 0;
box-sizing: border-box;
font-family: Arial, sans-serif;
}
body {
background: #1c1c1c;
color: #eaeaea;
line-height: 1.6;
padding: 20px;
}
header {
text-align: center;
margin-bottom: 20px;
}
header h1 {
font-size: 2.5rem;
color: #00ff00;
}
header p {
font-size: 1.2rem;
color: #a8a8a8;
}
.equipment-list {
display: grid;
grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
gap: 20px;
margin: 20px auto;
max-width: 1200px;
}
.equipment {
background: #333;
border: 1px solid #444;
border-radius: 10px;
padding: 15px;
text-align: center;
box-shadow: 0 4px 10px rgba(0, 0, 0, 0.5);
transition: transform 0.3s ease, box-shadow 0.3s ease;
}
.equipment:hover {
transform: scale(1.05);
box-shadow: 0 8px 20px rgba(0, 255, 0, 0.5);
}
.equipment img {
width: 100%;
max-width: 200px;
margin: 10px auto;
border-radius: 8px;
}
.equipment h2 {
font-size: 1.5rem;
color: #00ff00;
margin: 10px 0;
}
.equipment p {
font-size: 1rem;
color: #a8a8a8;
margin-bottom: 15px;
}
.equipment a {
text-decoration: none;
color: #00ff00;
font-weight: bold;
border: 1px solid #00ff00;
padding: 8px 12px;
border-radius: 5px;
transition: background 0.3s ease, color 0.3s ease;
}
.equipment a:hover {
background: #00ff00;
color: #1c1c1c;
}
footer {
text-align: center;
margin-top: 20px;
color: #a8a8a8;
font-size: 1rem;
}
footer p {
margin: 10px 0;
}
</style>
</head>
<body>
<header>
<h1>Our Gym Equipment</h1>
<p>Check out our top-quality equipment to boost your fitness journey!</p>
</header>
<section class="equipment-list">
<div class="equipment">
<img src="Assets/iloveimg-converted/Dumbbell.jpg" alt="Dumbbells">
<h2>Dumbbells</h2>
<p>High-quality dumbbells for strength training.</p>
<a href="https://www.amazon.com/s?k=dumbbells" target="_blank">Buy on Amazon</a>
</div>
<div class="equipment">
<img src="Assets/iloveimg-converted/Yoga mat.jpg" alt="Yoga Mat">
<h2>Yoga Mat</h2>
<p>Comfortable and durable mats for yoga and stretching.</p>
<a href="https://www.amazon.com/s?k=yoga+mat" target="_blank">Buy on Amazon</a>
</div>
<div class="equipment">
<img src="Assets/iloveimg-converted/resistance band.jpg" alt="Resistance Bands">
<h2>Resistance Bands</h2>
<p>Versatile bands for strength and flexibility training.</p>
<a href="https://www.amazon.com/s?k=resistance+bands" target="_blank">Buy on Amazon</a>
</div>
<div class="equipment">
<img src="Assets/iloveimg-converted/treadmill.jpg" alt="Treadmill">
<h2>Treadmill</h2>
<p>Perfect for cardio workouts and endurance training.</p>
<a href="https://www.amazon.com/s?k=treadmill" target="_blank">Buy on Amazon</a>
</div>
<div class="equipment">
<img src="Assets/iloveimg-converted/kettlebells.jpg" alt="Kettlebells">
<h2>Kettlebells</h2>
<p>Durable kettlebells for dynamic strength workouts.</p>
<a href="https://www.amazon.com/s?k=kettlebells" target="_blank">Buy on Amazon</a>
</div>
<div class="equipment">
<img src="Assets/iloveimg-converted/pullupbar.jpg" alt="Pull-up Bar">
<h2>Pull-up Bar</h2>
<p>Portable pull-up bars for upper body strength.</p>
<a href="https://www.amazon.com/s?k=pull-up+bar" target="_blank">Buy on Amazon</a>
</div>
<div class="equipment">
<img src="Assets/iloveimg-converted/rowingmachine.jpg" alt="Rowing Machine">
<h2>Rowing Machine</h2>
<p>Full-body cardio equipment for home or gym use.</p>
<a href="https://www.amazon.com/s?k=rowing+machine" target="_blank">Buy on Amazon</a>
</div>
<div class="equipment">
<img src="Assets/iloveimg-converted/Stationarybike.jpg" alt="Stationary Bike">
<h2>Stationary Bike</h2>
<p>Effective cardio machine for home workouts.</p>
<a href="https://www.amazon.com/s?k=stationary+bike" target="_blank">Buy on Amazon</a>
</div>
<div class="equipment">
<img src="Assets/iloveimg-converted/foamroller.jpg" alt="Foam Roller">
<h2>Foam Roller</h2>
<p>Relieve muscle soreness with these foam rollers.</p>
<a href="https://www.amazon.com/s?k=foam+roller" target="_blank">Buy on Amazon</a>
</div>
<div class="equipment">
<img src="Assets/iloveimg-converted/weightbench.jpg" alt="Weight Bench">
<h2>Weight Bench</h2>
<p>Perfect for weight lifting and bench presses.</p>
<a href="https://www.amazon.com/s?k=weight+bench" target="_blank">Buy on Amazon</a>
</div>
<div class="equipment">
<img src="Assets/iloveimg-converted/jumprope.jpg" alt="Jump Rope">
<h2>Jump Rope</h2>
<p>Compact and effective cardio workout tool.</p>
<a href="https://www.amazon.com/s?k=jump+rope" target="_blank">Buy on Amazon</a>
</div>
<div class="equipment">
<img src="Assets/iloveimg-converted/punchingbag.jpg" alt="Punching Bag">
<h2>Punching Bag</h2>
<p>Build strength and stamina with a punching bag.</p>
<a href="https://www.amazon.com/s?k=punching+bag" target="_blank">Buy on Amazon</a>
</div>
<div class="equipment">
<img src="Assets/iloveimg-converted/medicineball.jpg" alt="Medicine Ball">
<h2>Medicine Ball</h2>
<p>Great for dynamic strength and power training.</p>
<a href="https://www.amazon.com/s?k=medicine+ball" target="_blank">Buy on Amazon</a>
</div>
<div class="equipment">
<img src="Assets/iloveimg-converted/Spinbike.jpg" alt="Spin Bike">
<h2>Spin Bike</h2>
<p>Advanced cardio equipment for high-intensity cycling.</p>
<a href="https://www.amazon.com/s?k=spin+bike" target="_blank">Buy on Amazon</a>
</div>
<div class="equipment">
<img src="Assets/iloveimg-converted/Battleropes.jpg" alt="Battle Ropes">
<h2>Battle Ropes</h2>
<p>Heavy-duty ropes for intense full-body workouts.</p>
<a href="https://www.amazon.com/s?k=battle+ropes" target="_blank">Buy on Amazon</a>
</div>
</section>
<footer>
<p>© Royal Fitness 2024 All rights reserved.</p>
</footer>
</body>
</html>