-
Notifications
You must be signed in to change notification settings - Fork 1
/
SpeedandSprint.html
100 lines (94 loc) · 4.57 KB
/
SpeedandSprint.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
<!DOCTYPE html>
<html lang="en">
<!--Constantina Tripon-->
<head>
<meta charset="UTF-8">
<title>Speed and Sprint</title>
<meta name="viewport" content="width=device-width, initial-scale=1.0, shrink-to-fit=no">
<link href="css/bootstrap.min.css" type="text/css" rel="stylesheet">
<link href="./css/style-constantina.css" rel="stylesheet">
<script src="https://code.jquery.com/jquery-3.4.1.slim.min.js"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/popper.js/1.16.0/umd/popper.min.js"></script>
<script src="js/bootstrap.min.js"></script>
</head>
<body>
<div class="container-fluid">
<div class="row">
<div class="col-md-3">
<nav class="navbar navbar-expand-sm bg-dark navbar-dark justify-content-center">
<a class="nav-text" href="classes.html" target="_top">Back to Classes</a>
</nav>
</div>
</div>
<br>
<div class="row">
<div class="col-lg"></div>
<div class="col-lg-10">
<div class="video-container">
<div class="embed-responsive embed-responsive-21by9">
<iframe class="video-embeded" src="https://www.youtube.com/embed/24fdcMw0Bj0" allowfullscreen></iframe>
</div>
</div>
</div>
<div class="col-lg"></div>
</div>
<div class="row">
<div class="col-lg"></div>
<div class="col-lg-10">
<!--a spacing element-->
<div class="mx-auto">
<h1><b><i>"Prove yourself until you improve yourself!"</i></b></h1>
</div>
</div>
<div class="col-lg"></div>
</div>
<br>
<div class="row row-classes">
<div class="col-lg-4">
<div class="subclasses">
<div class="thumbnail mx-auto">
<img src="images/runIndoor.jpg" alt="RunInndor">
<h4 class="text-center">Seek results not apreciations!</h4>
<div class="text-classes">
<br>
<p class="text-center"><b class="text-center">RunIndoor</b> is for those who would like to run on treadmills, both the beginner and you who already have many and maybe even fast miles in their legs. The content of the hours will be varied, but there is always a focus on heart rate.</p>
</div>
</div>
</div>
</div>
<div class="col-lg-4">
<div class="subclasses">
<div class="thumbnail mx-auto">
<img src="images/running25.jpg" alt="Bike Freestyle">
<h4 class="text-center">Never give up on your goals!</h4>
<div class="text-classes">
<br>
<p class="text-center">
<b class="text-center">Bike Freestyle</b> you will be challenged on a tough cycle that includes both longer intervals, but which will also have some high-intensity intervals along the way. The hour will be without the use of the visual Intelligent Cycling system and the intensity is moderate to high.</p>
</div>
</div>
</div>
</div>
<div class="col-lg-4">
<div class="subclasses">
<div class="thumbnail mx-auto">
<img src="images/bikefree.jpg" alt="BikeRush25">
<h4 class="text-center">The journey begines with a single step!</h4>
<div class="text-classes">
<br>
<p class="text-center"><b class="text-center">BikeRush25</b> gets your heart rate up in just 25 minutes. You will be challenged from start to finish in short and clear intervals, with an instructor motivating you to do your utmost. Your burn, your fitness and your endorphins get a huge boost.</p>
</div>
</div>
</div>
</div>
</div>
</div>
<!--Footer made by Daniel-->
<footer class="footer">
<p>© All rights reserved to Group 7</p>
<p> Campus Horsens Chr. M. Østergaardsvej 4 8700 Horsens</p>
<script src="https://kit.fontawesome.com/02f649f51c.js" crossorigin="anonymous"></script>
<p>Check us on Github</p> <a href="https://github.com/SEP-VIA-S20/RWD-ASSIGNMENT1" target="_blank"> <i class="fab fa-github"></i></a>
</footer>
</body>
</html>