-
Notifications
You must be signed in to change notification settings - Fork 7
/
Copy pathtrainingvideos.html
284 lines (266 loc) · 12.1 KB
/
trainingvideos.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
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<title>Sports Swift</title>
<link href=running-man-1399282_960_720.png rel=icon>
<link rel="stylesheet" href="css/bootstrap.css"><!--bootstrap css-->
<link rel="stylesheet" href="css/leaflet.css"><!--stylesheet for mapping-->
<link rel="stylesheet" href="css/styles.css"><!--custom stylesheet-->
<link rel="stylesheet" type="text/css" href="css/trainingvideos.css"><!--stylesheet for training videos-->
<link href="https://fonts.googleapis.com/css?family=Nunito" rel="stylesheet"><!--stylesheet for fonts-->
<link href="https://fonts.googleapis.com/css?family=Quicksand" rel="stylesheet"><!--stylesheet for fonts-->
</head>
<body>
<nav>
<div id="mySidenav" class="sidenav">
<a href="javascript:void(0)" class="closebtn" onclick="closeNav()">×</a>
<a href="index.html">Home</a>
<a href="calender.html">Events</a>
<a href="dietetics.html">Dietetics</a>
<a href="news.html">News</a>
<a href="trainingvideos.html">Training</a>
</div>
<span onclick="openNav()" id="navimage"><img src="running-man-1399282_960_720.png" alt=""></span>
</nav>
<!--Training videos-->
<section id="news">
<h1 id="header"><b>TRAINING VIDEOS</b></h1>
<div class="container-fluid">
<div class="row">
<h1 id="header2"><b>Sprinting and Marathon</b></h1><hr>
<div class="col-md-3 col-sm-12 bg-1">
<div class="content">
<a href="#" class="thumbnail">
<iframe width="500" height="250" src="https://www.youtube.com/embed/voQsUnI7V14" frameborder="0" allowfullscreen></iframe><a/>
<p id="comment">3-Speed Training Drills | Sprinting<br></p>
</div>
</div>
<div class="col-md-3 col-sm-12 bg-1">
<div class="content">
<a href="#" class="thumbnail">
<iframe width="500" height="250"src="https://www.youtube.com/embed/Nv51vO2yS3I" frameborder="0" allowfullscreen></iframe><a/>
<p id="comment">Marathon Training<br></p>
</div>
</div>
<div class="col-md-3 col-sm-12 bg-1">
<div class="content">
<a href="#" class="thumbnail">
<iframe width="500" height="250" src="https://www.youtube.com/embed/KLooMs6JOSI" frameborder="0" allowfullscreen></iframe><a/>
<p id="comment">How to train for a 200-Meter Dash | Sprinting<br></p>
</div>
</div>
<div class="col-md-3 col-sm-12 bg-1">
<div class="content">
<a href="#" class="thumbnail">
<iframe width="500" height="250" src="https://www.youtube.com/embed/KrxJND0FMw4" frameborder="0" allowfullscreen></iframe><a/>
<p id="comment">How to run faster 800m<br></p>
</div>
</div>
</div>
<div class="row">
<h1 id="header2"><b>Javelin Throwing</b></h1><hr>
<div class="col-md-3 col-sm-12 bg-1">
<div class="content">
<a href="#" class="thumbnail">
<iframe width="500" height="250" src="https://www.youtube.com/embed/MS2QJtM1cRE" frameborder="0" allowfullscreen></iframe><a/>
<p id="comment">Proper Standing Throw Mechanics in Javelin<br></p>
</div>
</div>
<div class="col-md-3 col-sm-12 bg-1">
<div class="content">
<a href="#" class="thumbnail">
<iframe width="500" height="250" src="https://www.youtube.com/embed/ByYcMSg4Zbk" frameborder="0" allowfullscreen></iframe><a/>
<p id="comment">Technic throwing training<br></p>
</div>
</div>
<div class="col-md-3 col-sm-12 bg-1">
<div class="content">
<a href="#" class="thumbnail">
<iframe width="500" height="250" src="https://www.youtube.com/embed/uFviENE4gzM" frameborder="0" allowfullscreen></iframe><a/>
<p id="comment">Workout for Javelin.<br></p>
</div>
</div>
<div class="col-md-3 col-sm-12 bg-1">
<div class="content">
<a href="#" class="thumbnail">
<iframe width="500" height="250" src="https://www.youtube.com/embed/Ke2ydMiILBA" frameborder="0" allowfullscreen></iframe><a/>
<p id="comment">Warm up drills- Javelin<br></p>
</div>
</div>
</div>
<div class="row">
<h1 id="header2"><b>Volley ball</b></h1><hr>
<div class="col-md-3 col-sm-12 bg-1">
<div class="content">
<a href="#" class="thumbnail">
<iframe width="500" height="250" src="https://www.youtube.com/embed/pK35q3b_SGc" frameborder="0" allowfullscreen></iframe><a/>
<p id="comment">Volleyball warmup<br></p>
</div>
</div>
<div class="col-md-3 col-sm-12 bg-1">
<div class="content">
<a href="#" class="thumbnail">
<iframe width="500" height="250" src="https://www.youtube.com/embed/jnEA9sV834s" frameborder="0" allowfullscreen></iframe> <a/>
<p id="comment">TIP + ROLLSHOT Volleyball<br></p>
</div>
</div>
<div class="col-md-3 col-sm-12 bg-1">
<div class="content">
<a href="#" class="thumbnail">
<iframe width="500" height="250" src="https://www.youtube.com/embed/7qRzBXGvezQ" frameborder="0" allowfullscreen></iframe><a/>
<p id="comment">Spiking Timing -Volleyball<br></p>
</div>
</div>
<div class="col-md-3 col-sm-12 bg-1">
<div class="content">
<a href="#" class="thumbnail">
<iframe width="500" height="250" src="https://www.youtube.com/embed/_qN7IcGFY0k" frameborder="0" allowfullscreen></iframe><a/>
<p id="comment">Jump higher<br></p>
</div>
</div>
</div>
<div class="row">
<h1 id="header2"><b>Swimming</b></h1><hr>
<div class="col-md-3 col-sm-12 bg-1">
<div class="content">
<a href="#" class="thumbnail">
<iframe width="500" height="250" src="https://www.youtube.com/embed/sIatLVq5nmM" frameborder="0" allowfullscreen></iframe><a/>
<p id="comment">Dry land wormup routine<br></p>
</div>
</div>
<div class="col-md-3 col-sm-12 bg-1">
<div class="content">
<a href="#" class="thumbnail">
<iframe width="500" height="250" src="https://www.youtube.com/embed/q9y-83399Ao" frameborder="0" allowfullscreen></iframe><a/>
<p id="comment">How to swim faster Freestyle<br></p>
</div>
</div>
<div class="col-md-3 col-sm-12 bg-1">
<div class="content">
<a href="#" class="thumbnail">
<iframe width="500" height="250" src="https://www.youtube.com/embed/nET7Muz6X9s" frameborder="0" allowfullscreen></iframe><a/>
<p id="comment">Fast swimming techniques<br></p>
</div>
</div>
<div class="col-md-3 col-sm-12 bg-1">
<div class="content">
<a href="#" class="thumbnail">
<iframe width="500" height="250" src="https://www.youtube.com/embed/CChaptLsL1E" frameborder="0" allowfullscreen></iframe><a/>
<p id="comment">Perfect individual Technique<br></p>
</div>
</div>
</div>
<div class="row">
<h1 id="header2"><b>Basketball</b></h1><hr>
<div class="col-md-3 col-sm-12 bg-1">
<div class="content">
<a href="#" class="thumbnail">
<iframe width="500" height="250" src="https://www.youtube.com/embed/QDmNI97HVKo" frameborder="0" allowfullscreen></iframe><a/>
<p id="comment">Training drills<br></p>
</div>
</div>
<div class="col-md-3 col-sm-12 bg-1">
<div class="content">
<a href="#" class="thumbnail">
<iframe width="500" height="250" src="https://www.youtube.com/embed/KzEF-E80W0A" frameborder="0" allowfullscreen></iframe><a/>
<p id="comment">8 Warmup exercises<br></p>
</div>
</div>
<div class="col-md-3 col-sm-12 bg-1">
<div class="content">
<a href="#" class="thumbnail">
<iframe width="500" height="250" src="https://www.youtube.com/embed/7diXgTpQKu4" frameborder="0" allowfullscreen></iframe><a/>
<p id="comment">"How to Dunk!" Dunk Tutorial.<br></p>
</div>
</div>
<div class="col-md-3 col-sm-12 bg-1">
<div class="content">
<a href="#" class="thumbnail">
<iframe width="500" height="250" src="https://www.youtube.com/embed/bnjed9YVCRs" frameborder="0" allowfullscreen></iframe><a/>
<p id="comment">Dribble better<br></p>
</div>
</div>
</div>
<div class="row">
<h1 id="header2"><b>Soccer</b></h1><hr>
<div class="col-md-3 col-sm-12 bg-1">
<div class="content">
<a href="#" class="thumbnail">
<iframe width="500" height="250" src="https://www.youtube.com/embed/SkfdOThWeZA" frameborder="0" allowfullscreen></iframe><a/>
<p id="comment">Improve your football fitness<br></p>
</div>
</div>
<div class="col-md-3 col-sm-12 bg-1">
<div class="content">
<a href="#" class="thumbnail">
<iframe width="500" height="250" src="https://www.youtube.com/embed/7ZZQo3wCQEQ" frameborder="0" allowfullscreen></iframe><a/>
<p id="comment">Agility, Fitness and Power<br></p>
</div>
</div>
<div class="col-md-3 col-sm-12 bg-1">
<div class="content">
<a href="#" class="thumbnail">
<iframe width="500" height="250" src="https://www.youtube.com/embed/oRwQd8VBIPM" frameborder="0" allowfullscreen></iframe><a/>
<p id="comment">How to improve your dribbling | Tips<br></p>
</div>
</div>
<div class="col-md-3 col-sm-12 bg-1">
<div class="content">
<a href="#" class="thumbnail">
<iframe width="500" height="250" src="https://www.youtube.com/embed/NR-pVuC95Gc" frameborder="0" allowfullscreen></iframe><a/>
<p id="comment">How to communicate better in soccer<br></p>
</div>
</div>
</div>
<div class="row">
<h1 id="header2"><b>Others</b></h1><hr>
<div class="col-md-6 col-sm-12 bg-1">
<div class="content">
<a href="#" class="thumbnail">
<iframe width="500" height="250" src="https://www.youtube.com/embed/2JavrfGAbEs" frameborder="0" allowfullscreen></iframe><a/>
<p id="comment">SWIMMING<br></p>
</div>
</div>
<div class="col-md-6 col-sm-12 bg-1">
<div class="content">
<a href="#" class="thumbnail">
<iframe width="500" height="250" src="https://www.youtube.com/embed/a8xyTURaKEQ" frameborder="0" allowfullscreen></iframe><a/>
<p id="comment">RUGBY<br></p>
</div>
</div>
</div>
</div>
</div>
</section>
<!--End Training videos-->
<footer >
<div class="container-fluid" id="diva">
<h2>Join Our Train Well, Be Well</h2>
<h1>CULTURE</h1>
<form class="form" action="http://github.us16.list-manage.com/subscribe/post?u=38946229138e86ab31ea923ec&id=bf29ded2ed" method="post">
<div class="form-group">
<input type="email" name="EMAIL" value="" placeholder="example@email.com">
<button type="submit" name="subscribe" class=" btn btn-info ">Join</button>
</div>
</form>
<div class="">
<div class="container">
<div class="socialIcons">
<a href="https://www.facebook.com/Sports-Swift-296202374123622"><img src="png/png/facebook1.png" alt=""></a>
<a href="https://twitter.com/sportswift2017"><img src="png/png/twitter1.png" alt=""></a>
<a href="https://www.instagram.com/sport.swift/"><img src="png/png/instagram1.png" alt=""></a>
</div>
</div>
</div>
</div>
</footer>
<!-- JavaScripts file -->
<script src="js/jquery-3.2.1.js" charset="utf-8"></script><!--jquery file-->
<script src="js/bootstrap.js" charset="utf-8"></script><!--bootstrap js file-->
<script src="js/leaflet.js" charset="utf-8"></script><!--mapping js file-->
<script src="js/data.js" charset="utf-8"></script>
<script src="js/map.js" charset="utf-8"></script>
<script src="js/scripts.js" charset="utf-8"></script><!--custom script file-->
</body>
</html>