-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathprogress.html
More file actions
129 lines (117 loc) · 5.66 KB
/
progress.html
File metadata and controls
129 lines (117 loc) · 5.66 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
120
121
122
123
124
125
126
127
128
129
<!DOCTYPE html>
<html>
<head>
<meta name="viewport"
content="width=device-width, initial-scale=0.66667, viewport-fit=cover">
<meta name="mobile-web-app-capable" content="yes">
<meta name="apple-mobile-web-app-capable" content="yes">
<link rel="preconnect" href="https://fonts.googleapis.com">
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
<link href="https://fonts.googleapis.com/css2?family=Inter" rel="stylesheet">
<link rel="stylesheet" href="./css/style.css">
<script src="./js/app_components.js"></script>
<title>Progress - ExerciseRx-CP</title>
</head>
<body>
<div class="flex_container_prog_title">
<a href="index.html">
<img src="img/left_pointing_arrow.png" width="26.67px" height="21.99px" id="back_button_home_pg">
</a>
<div class="large_font" id="progress_title">Progress</div>
</div>
<div class="flex_container_prog_weeks">
<!-- code for first row of text -->
<button id="week_arrow_left" onclick="tbdLeftArrow()">
<img src="img/light_gray_arrow_left.png" width="20.77px" height="20.25px">
</button>
<div class="small_font" id="prev_week">previous week</div>
<div class="small_font" id="progress_week_date">January 15 - 21</div>
<div class="small_font" id="next_week"> next week</div>
<button id="week_arrow_right" onclick="tbdRightArrow()">
<img src="img/light_gray_arrow_left.png" width="20.77px" height="20.25px">
</button>
<!-- code for # days completed -->
<div class="flex_container_prog_days_completed">
<div id="num_days_completed">1/5</div>
<div class="small_font" id="num_days_completed_txt">days completed</div>
</div>
<!-- code for circualar progress bars (these are going to be displaying the same data from the circular progress bars on the home page) they currently have different id's due to placement differences -->
<div class="flex_container_circular_progress">
<img id="prog_mon" src="img/Circular_Progress_Purple_Empty.png" width="77.34px" height="77.34px">
<img id="prog_tue" src="img/Circular_Progress_Purple_Empty.png" width="77.34px" height="77.34px">
<img id="prog_wed" src="img/Circular_Progress_Purple_Empty.png" width="77.34px" height="77.34px">
<img id="prog_thur" src="img/Circular_Progress_Purple_Empty.png" width="77.34px" height="77.34px">
<img id="prog_fri" src="img/Circular_Progress_Purple_Empty.png" width="77.34px" height="77.34px">
<img id="prog_sat" src="img/Circular_Progress_Purple_Empty.png" width="77.34px" height="77.34px">
<img id="prog_sun" src="img/Circular_Progress_Purple_Empty.png" width="77.34px" height="77.34px">
<div class="small_font" id="prog_txt_mon">M</div>
<div class="small_font" id="prog_txt_tue">T</div>
<div class="small_font" id="prog_txt_wed">W</div>
<div class="small_font" id="prog_txt_thur">T</div>
<div class="small_font" id="prog_txt_fri">F</div>
<div class="small_font" id="prog_txt_sat">S</div>
<div class="small_font" id="prog_txt_sun">S</div>
</div>
</div>
<!-- Code for progress bars "user_goal" = gray bar; "user_accomp" = exercise user accomplished = green/red bars -->
<div id="prog_bar_user_goal_week_1"></div>
<div id="prog_bar_user_accomp_week_1"></div>
<div id="prog_bar_user_goal_week_2"></div>
<div id="prog_bar_user_accomp_week_2"></div>
<div id="prog_bar_user_goal_week_3"></div>
<div id="prog_bar_user_accomp_week_3"></div>
<div id="prog_bar_user_goal_week_4"></div>
<div id="prog_bar_user_accomp_week_4"></div>
<div id="prog_bar_user_goal_week_5"></div>
<div id="prog_bar_user_accomp_week_5"></div>
<div id="prog_bar_user_goal_week_6"></div>
<div id="prog_bar_user_accomp_week_6"></div>
<div class="flex_container_progress_overview">
<div class="large_font" id="progress_overview_title">Progress Overview</div>
<div class="flex_container_goal_text">
<img id="squares" src="img/green_square.png" width="24px" height="24px">
<div class="small_font" id="goal_texts">Goal Met</div>
<img id="squares" src="img/red_square.png" width="24px" height="24px">
<div class="small_font" id="goal_texts">Goal Unmet</div>
</div>
<div class="small_font" id="days_exercised">Days of Exercise</div>
<div>
<div id="num_7">7</div>
<hr id="lines">
<div id="all_other_nums">6</div>
<hr id="lines">
<div id="all_other_nums">5</div>
<hr id="lines">
<div id="all_other_nums">4</div>
<hr id="lines">
<div id="all_other_nums">3</div>
<hr id="lines">
<div id="all_other_nums">2</div>
<hr id="lines">
<div id="all_other_nums">1</div>
<hr id="lines">
<div id="all_other_nums">0</div>
<hr id="lines">
</div>
<div id="test"></div>
<div class="flex_container_graph_weeks_txt">
<div class="small_font" id="week_1_txt">Week 1</div>
<div class="small_font" id="all_other_weeks_txt">Week 2</div>
<div class="small_font" id="all_other_weeks_txt">Week 3</div>
<div class="small_font" id="all_other_weeks_txt">Week 4</div>
<div class="small_font" id="all_other_weeks_txt">Week 5</div>
<div class="small_font" id="all_other_weeks_txt">Week 6</div>
</div>
</div>
</div>
<footer-tabs></footer-tabs>
<script src="./js/script.js"></script>
<script>
if ('serviceWorker' in navigator) {
navigator.serviceWorker.register('./service_workers.js', {
scope: './'
});
}
</script>
</body>
</html>