-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathindex.html
executable file
·235 lines (215 loc) · 13.6 KB
/
index.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
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
<!DOCTYPE html>
<html>
<head>
<title>Michael's Eye Workout</title>
<meta charset="utf-8">
<meta name="viewport" content="initial-scale=1.0">
<meta name="description" content="Do you want to improve your vision? Regular eye exercises may help you to improve eyesight and prevent eye diseases such as nearsightedness and farsightedness. This application contains eye exercises which might become a part of your vision therapy.">
<meta name="author" content="Michael Schwartz">
<meta http-equiv="X-UA-Compatible" content="IE=9" />
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<link rel="apple-touch-icon" sizes="180x180" href="apple-touch-icon.png">
<link rel="icon" type="image/png" sizes="32x32" href="favicon-32x32.png">
<link rel="icon" type="image/png" sizes="16x16" href="favicon-16x16.png">
<link rel="manifest" href="site.webmanifest">
<link rel="stylesheet" href="libraries/normalize/normalize.css" />
<link rel="stylesheet" href="libraries/polyui/polyui.css">
<link rel="stylesheet" href="libraries/font-awesome/css/all.min.css" />
<link rel="stylesheet" href="libraries/font-awesome/macset.css" />
<link rel="stylesheet" href="libraries/sweetalert2/sweetalert2.min.css" />
<link rel="stylesheet" href="libraries/hint/hint.min.css">
<link rel="stylesheet" href="css/style.css" />
<script src="libraries/jquery/jquery.js"></script>
<script src="libraries/jquery/jquery-migrate-1.2.1.min.js"></script>
<meta property="og:url" content="https://michaelsboost.com/eyeworkout" />
<meta property="og:type" content="website" />
<meta property="og:title" content="Natural Eye Workout" />
<meta property="og:description" content="Do you want to improve your vision? Regular eye exercises may help you to improve eyesight and prevent eye diseases such as nearsightedness and farsightedness. This application contains eye exercises which might become a part of your vision therapy." />
<meta property="og:image" content="https://raw.githubusercontent.com/michaelsboost/Eye-Workout/gh-pages/screenshot2.png" />
</head>
<body>
<!-- Home left and right side buttons -->
<div class="home leftbtns fixed">
<!-- Disclaimer -->
<h1 class="pointer headline-primary--grouped" id="disclaimer">
<span class="hint--right" aria-label="Disclaimer">
<i class="fa fa-exclamation-circle"></i>
</span>
</h1>
<!-- Exercise Plan -->
<h1 class="pointer headline-primary--grouped" id="exerciseplan">
<span class="hint--right" aria-label="Exercise Plan">
<i class="fa fa-dumbbell"></i>
</span>
</h1>
<!-- William Bates -->
<h1 class="pointer headline-primary--grouped" id="williambates">
<span class="hint--right" aria-label="William Bates">
<i class="fa fa-user-circle"></i>
</span>
</h1>
<!-- Farsightedness -->
<h1 class="pointer headline-primary--grouped" id="farsightedness">
<span class="hint--right" aria-label="Farsightedness">
<i class="fa fa-eye"></i>
</span>
</h1>
<!-- Nearsightedness -->
<h1 class="pointer headline-primary--grouped" id="nearsightedness">
<span class="hint--right" aria-label="Nearsightedness">
<i class="fa fa-eye-slash"></i>
</span>
</h1>
<!-- Nutrition -->
<h1 class="pointer headline-primary--grouped" id="nutrition">
<span class="hint--right" aria-label="Nutrition">
<i class="fa fa-utensils"></i>
</span>
</h1>
<!-- What To Read? -->
<h1 class="pointer headline-primary--grouped" id="whattoread">
<span class="hint--right" aria-label="What To Read?">
<i class="fa fa-book"></i>
</span>
</h1>
<!-- Main Info -->
<h1 class="pointer headline-primary--grouped" id="maininfo">
<span class="hint--right" aria-label="Main Info">
<i class="fa fa-info-circle"></i>
</span>
</h1>
</div>
<div class="home rightbtns fixed">
<!-- Store Button -->
<h1 class="pointer headline-primary--grouped">
<a href="http://michaelsboost.com/store" target="_blank">
<span class="hint--left" aria-label="Store">
<i class="fa fa-shopping-cart"></i>
</span>
</a>
</h1>
<!-- Donate Button -->
<h1 class="pointer headline-primary--grouped">
<a href="http://michaelsboost.com/donate" target="_blank">
<span class="hint--left" aria-label="Donate">
<i class="fa fa-hands-helping"></i>
</span>
</a>
</h1>
</div>
<!-- Lessons left and right side buttons -->
<div class="hide exercise rightbtns fixed">
<!-- Quit Exercise -->
<h1 class="pointer headline-primary--grouped" id="quitexercise">
<span class="hint--left" aria-label="Quit Exercise">
<i class="fa fa-times"></i>
</span>
</h1>
</div>
<!-- Centered Plan Area -->
<div class="table">
<div class="cell">
<div class="grid" data-display="grid">
<div class="centered grid__col--9 mainpage">
<!-- Main Page -->
<div class="selectdropdowns center" data-display="mainpage">
<svg class="mainpageeyes" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" style="isolation:isolate; width:100%;" viewBox="0 0 501 202" preserveAspectRatio="xMidYMax meet">
<defs>
<clipPath id="_clipPath_pWFUjqryexT3w1Xyz9Ir1RCexbenTqY6">
<rect width="501" height="202" />
</clipPath>
</defs>
<g clip-path="url(#_clipPath_pWFUjqryexT3w1Xyz9Ir1RCexbenTqY6)">
<g>
<g>
<circle vector-effect="non-scaling-stroke" cx="399.9999999999999" cy="101.00000000000013" r="101.00000000000011" fill="rgb(136,204,0)" />
<circle vector-effect="non-scaling-stroke" cx="399.9999999999999" cy="101.00000000000017" r="89.15388224255213" fill="rgb(84,145,16)" />
<circle vector-effect="non-scaling-stroke" cx="399.9999999999999" cy="101.00000000000017" r="86.55577268884764" fill="rgb(255,255,255)" />
<clipPath id="_clipPath_nXnWzWQZVJf3WgZlx2PUH7ezR2SPcbhd">
<circle vector-effect="non-scaling-stroke" cx="399.9999999999999" cy="101.00000000000017" r="86.55577268884764" fill="rgb(255,255,255)" />
</clipPath>
<g clip-path="url(#_clipPath_nXnWzWQZVJf3WgZlx2PUH7ezR2SPcbhd)">
<radialGradient id="_rgradient_0" fx="0.5" fy="0.5" cx="0.5" cy="0.5" r="0.5" gradientTransform="matrix(305.865,0,0,305.865,217.672,-83.07)" gradientUnits="userSpaceOnUse">
<stop offset="0%" stop-opacity="1" style="stop-color:rgb(255,255,255)" />
<stop offset="100%" stop-opacity="1" style="stop-color:rgb(214,237,178)" />
</radialGradient>
<circle vector-effect="non-scaling-stroke" cx="370.6045623594781" cy="69.86306401443477" r="152.93265981654383" fill="url(#_rgradient_0)" />
<g>
<circle vector-effect="non-scaling-stroke" cx="399.9999999999999" cy="101.00000000000011" r="39.9884753726767" fill="rgb(130,195,0)" />
<circle vector-effect="non-scaling-stroke" cx="399.81950408080627" cy="99.41490065862888" r="25.13518144317777" fill="rgb(77,124,32)" />
<circle vector-effect="non-scaling-stroke" cx="408.89966211351896" cy="89.2249589490973" r="8.410743607787879" fill="rgb(255,255,255)" />
<circle vector-effect="non-scaling-stroke" cx="399.81950408080627" cy="80.8142153413092" r="3.364297443115163" fill="rgb(255,255,255)" />
<circle vector-effect="non-scaling-stroke" cx="392.81723446251874" cy="80.8142153413092" r="1.6821487215576099" fill="rgb(255,255,255)" />
</g>
</g>
<clipPath id="_clipPath_RQ8VXRAh2Vvq3L3BYfmXzpFdvjiKeK3R">
<circle vector-effect="non-scaling-stroke" cx="400" cy="100.99999999999994" r="87.5" fill="rgb(255,255,255)" />
</clipPath>
<g clip-path="url(#_clipPath_RQ8VXRAh2Vvq3L3BYfmXzpFdvjiKeK3R)" class="eyelids">
<path d=" M 312.5 13.5 L 487.5 13.5 L 487.5 102.516 C 427.833 122.272 369.51 122.282 312.5 102.516 L 312.5 13.5 Z " fill="rgb(66,113,13)" class="toplid" />
<path d=" M 312.5 102.516 C 367.722 110.717 426.066 110.727 487.5 102.516 L 487.5 191.532 L 312.5 191.532 L 312.5 102.516 Z " fill="rgb(66,113,13)" class="bottomlid" />
</g>
</g>
<g>
<circle vector-effect="non-scaling-stroke" cx="101.00000000000013" cy="101.00000000000018" r="101.00000000000011" fill="rgb(136,204,0)" />
<circle vector-effect="non-scaling-stroke" cx="101.0000000000001" cy="101.00000000000027" r="89.15388224255213" fill="rgb(84,145,16)" />
<circle vector-effect="non-scaling-stroke" cx="100.99999999999983" cy="101.00000000000011" r="86.55577268884764" fill="rgb(255,255,255)" />
<clipPath id="_clipPath_OpWKe2KrnuaLnmXneJruEQiTSQ0mj1tN">
<circle vector-effect="non-scaling-stroke" cx="100.99999999999983" cy="101.00000000000011" r="86.55577268884764" fill="rgb(255,255,255)" />
</clipPath>
<g clip-path="url(#_clipPath_OpWKe2KrnuaLnmXneJruEQiTSQ0mj1tN)">
<radialGradient id="_rgradient_1" fx="0.5" fy="0.5" cx="0.5" cy="0.5" r="0.5" gradientTransform="matrix(305.865,0,0,305.865,-81.328,-83.07)" gradientUnits="userSpaceOnUse">
<stop offset="0%" stop-opacity="1" style="stop-color:rgb(255,255,255)" />
<stop offset="100%" stop-opacity="1" style="stop-color:rgb(214,237,178)" />
</radialGradient>
<circle vector-effect="non-scaling-stroke" cx="71.60456235947805" cy="69.86306401443471" r="152.93265981654383" fill="url(#_rgradient_1)" />
<g>
<circle vector-effect="non-scaling-stroke" cx="100.99999999999983" cy="101.00000000000006" r="39.988475372676675" fill="rgb(130,195,0)" />
<circle vector-effect="non-scaling-stroke" cx="100.81950408080627" cy="99.41490065862882" r="25.135181443177785" fill="rgb(77,124,32)" />
<circle vector-effect="non-scaling-stroke" cx="109.89966211351884" cy="89.22495894909724" r="8.410743607787907" fill="rgb(255,255,255)" />
<circle vector-effect="non-scaling-stroke" cx="100.81950408080627" cy="80.81421534130914" r="3.364297443115177" fill="rgb(255,255,255)" />
<circle vector-effect="non-scaling-stroke" cx="93.81723446251874" cy="80.81421534130914" r="1.6821487215575956" fill="rgb(255,255,255)" />
</g>
</g>
<clipPath id="_clipPath_ljJqvodtt6AXKjmoE1LJLIsUeoCvgB8i">
<circle vector-effect="non-scaling-stroke" cx="101.00000000000011" cy="100.99999999999994" r="87.5" fill="rgb(255,255,255)" />
</clipPath>
<g clip-path="url(#_clipPath_ljJqvodtt6AXKjmoE1LJLIsUeoCvgB8i)" class="eyelids">
<path d=" M 13.5 13.5 L 188.5 13.5 L 188.5 102.516 C 128.833 122.272 70.51 122.282 13.5 102.516 L 13.5 13.5 Z " fill="rgb(66,113,13)" class="toplid" />
<path d=" M 13.5 102.516 C 68.722 110.717 127.066 110.727 188.5 102.516 L 188.5 191.532 L 13.5 191.532 L 13.5 102.516 Z " fill="rgb(66,113,13)" class="bottomlid" />
</g>
</g>
</g>
</g>
</svg>
<p> </p>
<img id="hOrintation" src="svgs/eyeworkout.svg" alt="Eye Workout" style="width: 360px; max-width: 100%;">
<p> </p>
<button class="btn--info lightgreen fill" id="startworkout" data-action="bounce">
Start Workout
</button>
</div>
<!-- Start Exercise -->
<div class="hide selectdropdowns center" data-display="exercise">
<p> </p>
<h1 class="center headline-primary--grouped uppercase" id="exHeader"></h1>
<div id="palmingoutput"></div>
<button class="hide btn--info lightgreen fill nomarw hint--top" id="redoEx" data-action="bounce" aria-label="Redo Exercise">
Redo Exercise
</button>
<button class="hide btn--info lightgreen fill nomarw hint--top" id="nextEx" data-action="bounce" aria-label="Next Exercise">
Next Exercise
</button>
</div>
</div>
</div>
</div>
</div>
<script src="js/detecthttp.js"></script>
<script src="libraries/alertifyjs/alertify.min.js"></script>
<script src="libraries/sweetalert2/sweetalert2.all.min.js"></script>
<script src="libraries/greensock/src/minified/TweenMax.min.js"></script>
<script src="libraries/shortcut/shortcut.js"></script>
<script src="js/script.js"></script>
</body>
</html>