This repository has been archived by the owner on Jul 19, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 3
/
innerHomeWorkoutList.html
127 lines (118 loc) · 6.26 KB
/
innerHomeWorkoutList.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
<!DOCTYPE html>
<html>
<head>
<title>Workout Finder</title>
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="stylesheet" href="https://www.w3schools.com/w3css/4/w3.css">
<link rel="stylesheet" href="css/style.css">
<link rel="stylesheet" href="css/list.css">
<link rel="stylesheet" href="css/workoutList.css">
<link rel="stylesheet" href="https://www.w3schools.com/w3css/4/w3.css">
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/4.0.0-alpha.6/css/bootstrap.min.css" integrity="sha384-rwoIResjU2yc3z8GV/NPeZWAv56rSmLldC3R/AZzGRnGxQQKnKkoFVhFQhNUwEyJ" crossorigin="anonymous">
<script src="https://ajax.googleapis.com/ajax/libs/jquery/3.2.0/jquery.min.js"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/Chart.js/2.5.0/Chart.bundle.js"></script>
<script src="js/list.js"></script>
<script type="text/javascript" src="js/home.js"></script>
<script type="text/javascript" src="js/workout.js"></script>
<!--This is the Font awesome links for the icons used -->
<link rel="stylesheet" href="https://www.w3schools.com/w3css/4/w3.css">
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.min.css">
<!--This is the google fonts link -->
<link href="https://fonts.googleapis.com/css?family=Katibeh|Philosopher|Poiret+One" rel="stylesheet">
</head>
<body>
<div class="innermainContainer">
<div class="w3-container">
<div id="workout">
<i id="back" class="fa fa-arrow-circle-o-left fa-3x" aria-hidden="true" onclick="history.go(-1)"></i>
<ul id="myUL1">
<center>
<li style="display:inline-block;"><a href="innerHomeWorkout.html"><center>Map View</center></a></li>
<li style="display:inline-block;" class="btm-margin"><a href="innerHomeWorkoutList.html"><center>List View</center></a></li>
</center>
<div class="w3-card-4 btm-margin" style="width:100%">
<header class="w3-container w3-light-grey">
<h3><center>Soccer Game</center></h3>
</header>
<div class="w3-container">
<p>Date: 27/10/17<br>
Location: UQ Soccer Grounds<br>
23 people going</p>
<hr>
<img src="images/person.jpg" alt="Avatar" class="w3-left w3-circle w3-margin-right" style="width:60px">
<p>Just a friendly game of soccer to be played from 6-7pm</p><br>
</div>
<button class="w3-button w3-block w3-green" onclick="alertFunction()">Attend Event?</button>
<button class="w3-button w3-block w3-blue" onclick="location.href='ownfriend.html';">Invite Friends +</button>
<button class="w3-button w3-block w3-dark-grey" onclick="location.href='exampleWorkout.html';">More Info 🛈</button>
</div>
<div class="w3-card-4 btm-margin" style="width:100%">
<header class="w3-container w3-light-grey">
<h3><center>Weight Training</center></h3>
</header>
<div class="w3-container">
<p>Date: 31/10/17<br>
Location: Snap Fitness West End<br>
15 people going</p>
<hr>
<img src="images/person.jpg" alt="Avatar" class="w3-left w3-circle w3-margin-right" style="width:60px">
<p>Weight Training with a certified PT. This lasts all day first in first served</p><br>
</div>
<button class="w3-button w3-block w3-green" onclick="alertFunction()">Attend Event?</button>
<button class="w3-button w3-block w3-blue" onclick="location.href='ownfriend.html';">Invite Friends +</button>
<button class="w3-button w3-block w3-dark-grey" onclick="location.href='exampleWorkout.html';">More Info 🛈</button>
</div>
<div class="w3-card-4 btm-margin" style="width:100%">
<header class="w3-container w3-light-grey">
<h3><center>Jogging in the City</center></h3>
</header>
<div class="w3-container">
<p>Date: 30/10/17<br>
Location: Southbank Cultural Center<br>
23 people going</p>
<hr>
<img src="images/person.jpg" alt="Avatar" class="w3-left w3-circle w3-margin-right" style="width:60px">
<p>Jogging around Brisbane CBD and Southbank on the designated paths starting at 4pm</p><br>
</div>
<button class="w3-button w3-block w3-green" onclick="alertFunction()">Attend Event?</button>
<button class="w3-button w3-block w3-blue" onclick="location.href='ownfriend.html';">Invite Friends +</button>
<button class="w3-button w3-block w3-dark-grey" onclick="location.href='exampleWorkout.html';">More Info 🛈</button>
</div>
<div class="w3-card-4 btm-margin" style="width:100%">
<header class="w3-container w3-light-grey">
<h3><center>Circuit Training</center></h3>
</header>
<div class="w3-container">
<p>Date: 27/10/17<br>
Location: Musgrave Park<br>
35 people going</p>
<hr>
<img src="images/person.jpg" alt="Avatar" class="w3-left w3-circle w3-margin-right" style="width:60px">
<p>Circuit session mainly with body weight movements. 2-3pm</p><br>
</div>
<button class="w3-button w3-block w3-green" onclick="alertFunction()">Attend Event?</button>
<button class="w3-button w3-block w3-blue" onclick="location.href='ownfriend.html';">Invite Friends +</button>
<button class="w3-button w3-block w3-dark-grey" onclick="location.href='exampleWorkout.html';">More Info 🛈</button>
</div>
<div class="w3-card-4 btm-margin" style="width:100%">
<header class="w3-container w3-light-grey">
<h3><center>Swimming Session</center></h3>
</header>
<div class="w3-container">
<p>Date: 29/10/17<br>
Location: UQ Aquatic Center<br>
12 people going</p>
<hr>
<img src="images/person.jpg" alt="Avatar" class="w3-left w3-circle w3-margin-right" style="width:60px">
<p>Early swimming session from 5-7am</p><br>
</div>
<button class="w3-button w3-block w3-green" onclick="alertFunction()">Attend Event?</button>
<button class="w3-button w3-block w3-blue" onclick="location.href='ownfriend.html';">Invite Friends +</button>
<button class="w3-button w3-block w3-dark-grey" onclick="location.href='exampleWorkout.html';">More Info 🛈</button>
</div>
</div>
</div>
</ul>
</div>
</body>
</html>