-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathexercises.html
More file actions
100 lines (75 loc) · 4.63 KB
/
exercises.html
File metadata and controls
100 lines (75 loc) · 4.63 KB
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>
<!-- Mirrored from studentnet.fife.ac.uk/~1880611/app - separatepages/exercises.html by HTTrack Website Copier/3.x [XR&CO'2014], Sat, 30 Apr 2022 19:17:46 GMT -->
<head>
<title>Healthy Living</title>
<meta name="viewport" content="width=device-width, initial-scale=1">
<!--stylesheets-->
<link rel="stylesheet" type="text/css" href="style/style.css" />
<!--Favicon-->
<link rel="shortcut icon" href="favicon.ico" type="image/x-icon">
<link rel="icon" href="favicon.ico" type="image/x-icon">
<!--Font Awesome CDN-->
<link rel="stylesheet" href="https://use.fontawesome.com/releases/v5.8.1/css/all.css"
integrity="sha384-50oBUHEmvpQ+1lW4y57PTFmhCaXp0ML5d60M1M7uH2+nqUivzIebhndOJK28anvf" crossorigin="anonymous">
<!--Bootstrap-->
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.4.0/css/bootstrap.min.css">
<!--jQuery CDN-->
<script src="https://ajax.googleapis.com/ajax/libs/jquery/3.3.1/jquery.min.js">
</script>
<script src="https://maxcdn.bootstrapcdn.com/bootstrap/3.4.0/js/bootstrap.min.js"></script>
<!--Styleshets-->
<link rel="stylesheet" href="http://code.jquery.com/mobile/1.0/jquery.mobile-1.0.min.css" />
<link rel="stylesheet" href="themes/purple.min.css" />
<script type="text/javascript" src="http://code.jquery.com/jquery-1.6.4.min.js"></script>
<script type="text/javascript" src="http://code.jquery.com/mobile/1.0/jquery.mobile-1.0.min.js"></script>
<script src="script.js"></script>
</head>
<body>
<div data-role="page" id="exercises" data-theme="a" data-content-theme="a">
<div data-role="header">
<h1>Healthy Living App</h1>
<div data-role="navbar">
<ul>
<li><a href="index-2.html" rel="external" data-icon="home">Home</a></li>
<li><a href="calories.html" rel="external" data-icon="info">Calories</a></li>
<li><a href="meals.html" rel="external"data-icon="calendar">Meals</a></li>
<li><a href="recipies.html" rel="external" data-icon="grid">Recipies</a></li>
<li><a href="exercises.html" rel="external" class="ui-btn-active ui-state-persist" data-icon="heart">Exercises</a></li>
<li><a href="info.html" rel="external" data-icon="phone">Info</a></li>
</ul>
</div><!-- /navbar -->
</div><!-- /header -->
<!-- START OF FIFTH PAGE-->
<div data-role="content">
<h1><strong>Exercises</strong></h1>
<h2>Cycling</h2>
<img class="cycling" src="Images/img4.jpg" alt="Child cycling" title="Child cycling">
<br> <br>
<p>Regular cycling can reduce the risk of chronic illnesses such as heart disease, type 2 diabetes and
strokes. It can also boost your mood and keep your weight under control.
Children are advised to do at least 60 minutes of moderate to vigorous intensity activity every day. A
30-minute ride will count towards your recommended weekly activity target.</p>
<h2>Football</h2>
<img class="football" src="Images/adria-crehuet-cano-664546-unsplash.jpg" alt="Childen playing football"
title="Children playing football">
<br> <br>
<p>Here are some of the best soccer skills for 8 year olds (and similar ages) and also some beginner soccer
drills for kids that will help kids playing soccer develop at a fast rate!
<br>
</p>
<div class='embed-container'><iframe src='https://www.youtube.com/embed/h9ty1PnsKg8' frameborder='0'
allowfullscreen></iframe></div>
<br>
<h2>Skipping</h2>
<p>Skipping is a great way to increase your motor skills and spacial awareness. It's also great fitness and really gets your body moving. Practise this with your at home or in the playground.</p>
<div class='embed-container'><iframe src='https://www.youtube.com/embed/xKDHIyd_tWA' frameborder='0' allowfullscreen></iframe></div>
</div><!-- /content -->
<div data-role="footer" class="footer">
<p>© 2019 Matthew Francis</p>
</div>
</div>
<!--END OF FIFTH PAGE -->
</body>
<!-- Mirrored from studentnet.fife.ac.uk/~1880611/app - separatepages/exercises.html by HTTrack Website Copier/3.x [XR&CO'2014], Sat, 30 Apr 2022 19:17:48 GMT -->
</html>