-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathinfo.html
More file actions
119 lines (92 loc) · 5.28 KB
/
info.html
File metadata and controls
119 lines (92 loc) · 5.28 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
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
<!DOCTYPE html>
<html>
<!-- Mirrored from studentnet.fife.ac.uk/~1880611/app - separatepages/info.html by HTTrack Website Copier/3.x [XR&CO'2014], Sat, 30 Apr 2022 19:17:48 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="info" 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" data-icon="heart">Exercises</a></li>
<li><a href="info.html" rel="external" class="ui-btn-active ui-state-persist" data-icon="phone">Info</a></li>
</ul>
</div><!-- /navbar -->
</div><!-- /header -->
<!-- START OF SIXTH PAGE-->
<div data-role="content">
<h1><strong>Links to More Healthy Living Resources</strong></h1>
<br>
<div class="healthylink">
<a class="healthylink" href="https://www.nhs.uk/live-well/" target="_blank">
<p>NHS Live Well</p>
</a>
<p>"Advice, tips and tools to help you make the best choices about your health and wellbeing."</p>
<br>
<a class="healthylink"
href="https://www.thebodycoach.com/blog/body-coach-schools-fitness-week-is-back-165.html"
target="_blank">
<p>School Fitness Week</p>
</a>
<p>"After we smashed the first fitness week for schools last September - where we had hundreds of
thousands of kids (and teachers) taking part around the world - I’m hoping this one will be even
bigger and better."</p>
<br>
<a class="healthylink"
href="https://www.foodandwine.com/breakfast-brunch/healthy-portable-school-breakfasts"
target="_blank">
<p>More healthy breakfasts</p>
</a>
<p>"Don’t settle for a stale bagel. Here, seven easy and healthy breakfasts to make and take on the go."
</p>
<br>
<a class="healthylink"
href="https://www.activekids.com/fitness/articles/full-body-conditioning-exercises-for-kids"
target="_blank">
<p>Conditioning exercises for kids</p>
</a>
<p>"Whether your kid is into sports or just being a kid, these full-body conditioning exercises will
have them ready for the game or the playground. All of these exercises can be done anywhere, anytime
with zero equipment."</p>
</div>
<div class="socialstuff">
<a href="https://www.instagram.com/livegreenhealthy/" target="_blank"><i class="fab fa-instagram"></i></a>
<a href="https://twitter.com/healthy?lang=en" target="_blank"><i class="fab fa-twitter"></i></a>
<a href="https://www.facebook.com/healthyfoodguide/" target="_blank"><i class="fab fa-facebook-f"></i></a>
</div>
</div><!-- /content -->
<div data-role="footer" class="footer">
<p>© 2019 Matthew Francis</p>
</div>
</div>
<!--END OF SIXTH PAGE -->
</body>
<!-- Mirrored from studentnet.fife.ac.uk/~1880611/app - separatepages/info.html by HTTrack Website Copier/3.x [XR&CO'2014], Sat, 30 Apr 2022 19:17:48 GMT -->
</html>