-
Notifications
You must be signed in to change notification settings - Fork 7
/
Copy pathindex.html
257 lines (197 loc) · 11 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
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
<!--
Homepage of Yoga Tracker
-->
<!DOCTYPE html>
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/bootstrap@4.5.3/dist/css/bootstrap.min.css" integrity="sha384-TX8t27EcRE3e/ihU7zmQxVncDAy5uIKz4rEkgIXeMed4M0jlfIDPvg6uqKI2xXr2" crossorigin="anonymous">
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/bootstrap@4.5.3/dist/css/bootstrap.min.css" integrity="sha384-TX8t27EcRE3e/ihU7zmQxVncDAy5uIKz4rEkgIXeMed4M0jlfIDPvg6uqKI2xXr2" crossorigin="anonymous">
<script src="https://kit.fontawesome.com/a658a7b479.js" crossorigin="anonymous"></script>
<link rel="stylesheet" href="https://unpkg.com/aos@next/dist/aos.css" />
<link rel="icon" href="./static/icon.png">
<link rel="stylesheet" href="./static/css/styles.css">
<title>Yoga Pose Classification</title>
</head>
<body>
<div class="hero" id="hero">
<nav class="navbar navbar-expand-lg navbar-light ">
<div class="container">
<a class="navbar-brand" href="#hero"><i class="fas fa-dove"></i> Yoga <span>Tracker</span> </a>
<button class="navbar-toggler" type="button" data-toggle="collapse" data-target="#navbarSupportedContent" aria-controls="navbarSupportedContent" aria-expanded="false" aria-label="Toggle navigation"><span class="navbar-toggler-icon"></span>
</button>
<div class="collapse navbar-collapse" id="navbarSupportedContent">
<ul class="navbar-nav ml-auto">
<li class="nav-item">
<a class="nav-link hover" style="color: #52F2B8;" href="#features">Features</a>
</li>
<li class="nav-item active">
<a class="nav-link hover nav-active" href="#get-started">Get Started</a>
</li>
<li class="nav-item">
<a class="nav-link font-weight-bold hover" style="color: #52F2B8;" href="#mobile-application">Mobile Application</a>
</li>
<li class="nav-item">
<a class="nav-link hover" target="_blank" style="color: #fff;" href="https://github.com/Elysian01/Exercise-And-Yoga-Tracker">
<u>Repo</u>
</a>
</li>
</ul>
</div>
</div>
</nav>
<br>
<div class="hero-content">
<div class="hero-bot mobile">
<img src="./static/imgs/yoga_illustration2.png " alt="Yoga Illustration Image ">
</div>
<div data-aos="fade-down-right" data-aos-duration="1000" class="hero-header">
<h1 class="dark-color cachy-line"><b>Relieve.<span style="color: #52F2B8;"> Rejuvenate.
</span>Replenish. <br><span class="dark-color"></b> </h1>
<br />
<p>
<b><span>Tired</span></b>, <b><span>stressed</span></b> and <b><span>unfit</span></b>? Want a break from the <b><span>rushed life</span></b>?, Don't worry, we got you!, At Yoga Tracker we want you to experience the tranquillity and
serenity of yoga. Unwind with mindful yoga and treat your body and mind to relief and solace.
</p>
<p>
<span style="color:#184A8C">
<strong>At Yoga Tracker,</strong><span> we classify the poses for you and track how long you can
hold each yoga pose.</span>
</span>
</p>
<div class="btns">
<a href="#get-started"><button class="btn-dark dark-active">Get Started</button></a>
<a href="https://drive.google.com/file/d/1zIQIdjesBXfxDLjdDJVN1XC1M9mVGvYw/view?usp=sharing" target="_blank"><button class="btn-dark ">Download Mobile App</button></a>
</div>
</div>
<div data-aos="fade-up-left" data-aos-duration="1000" class="hero-bot desktop ">
<img src="./static/imgs/yoga_illustration2.png " alt="Yoga Illustration Image ">
</div>
</div>
<br>
</div>
<div id="features">
<h1 class="section-title"><span>Features</span></h1><br>
<div class="container">
<div class="card-outer-container">
<div data-aos="fade-right" data-aos-duration="800" class="custom-card feature-card">
<div class="card-body">
<i class="fa-3x fas fa-file-signature mb-3" aria-hidden="true "></i>
<br>
<h5 class="card-title">You practice. We name. </h5>
<p class="card-text">Immerse yourself in front of the camera and we'll tell you the name of the pose and it's benefits! </p>
</div>
</div>
<div data-aos="zoom-in" data-aos-duration="800" class="custom-card feature-card">
<div class="card-body">
<strong><i class="fa-3x fas fa-stopwatch mb-3" aria-hidden="true"></i></strong>
<br>
<h5 class="card-title">You pose. We count.</h5>
<p class="card-text">Engulf your mind and body in yoga poses and we'll tell you how long you held the pose! </p>
</div>
</div>
<div data-aos="fade-left" data-aos-duration="800" class="custom-card feature-card">
<div class="card-body">
<i class="fa-3x fas fa-info mb-3" aria-hidden="true"></i>
<br>
<h5 class="card-title">You practise. We explain.</h5>
<p class="card-text">Practice various yoga poses under our guidance. And knows its benefit and caution information too.</p>
</div>
</div>
</div>
</div>
</div>
</div>
<br><br>
<div id="get-started">
<h1 class="section-title"><span>Get Started</span></h1><br>
<div class="container">
<div data-aos="fade-right" data-aos-duration="1000" class="card mb-3">
<img class="card-img-top" src="./static/imgs/yoga_set1.jpeg" alt="Card image cap">
<div class="card-body">
<h5 class="card-title">Yoga Set-1</h5>
<p class="card-text">Classify <span>Warrior 1, Tree and Downward Dog</span> Yoga Pose</p>
<div class="card-btns">
<a href="./templates/image.html"><button type="button" class="btn-green" id="set1-btn">Classify Image</button></a>
<a href="./templates/webcam.html"><button type="button" class="btn-green" id="set1-real-btn">Real Time Classification</button></a>
</div>
</div>
</div>
<br>
<div data-aos="fade-left" data-aos-duration="1000" class="card mb-3">
<img class="card-img-top" src="./static/imgs/yoga_set2.jpeg" alt="Card image cap">
<div class="card-body">
<h5 class="card-title">Yoga Set-2</h5>
<p class="card-text">Classify <span>Goddess, Warrior 2 and Mountain</span> Yoga Pose</p>
<div class="card-btns">
<a href="./templates/image.html"><button type="button" class="btn-green" id="set2-btn">Classify Image</button></a>
<a href="./templates/webcam.html"><button type="button" class="btn-green" id="set2-real-btn">Real Time Classification</button></a>
</div>
</div>
</div>
</div>
</div>
<br>
<div id="mobile-application">
<h1 class="section-title"><span>Mobile Application</span></h1><br>
<div class="hero-content">
<div class="hero-bot mobile">
<img src="./static/imgs/app.svg " alt="App Illustration Image ">
</div>
<div data-aos="fade-down-right" data-aos-duration="1000" class="hero-header">
<h1 class="dark-color cachy-line"><b>Yoga <span style="color: #52F2B8;"> Tracker
</span> Application <br><span class="dark-color"></b> </h1>
<br/>
<p style="color:#184A8C;">
At Yoga Tracker App we classify the distinct yoga poses for you just using phone's camera.
</p>
<div class="btns">
<a href="https://drive.google.com/file/d/1zIQIdjesBXfxDLjdDJVN1XC1M9mVGvYw/view?usp=sharing" target="_blank"><button class="btn-dark ">Download Our Mobile App</button></a>
</div>
</div>
<div data-aos="fade-up-left" data-aos-duration="1000" class="hero-bot desktop ">
<img src="./static/imgs/app.svg " alt="App Illustration Image" style="width: 80%;height: 80%;">
</div>
</div>
</div>
<div class="githubdiv">
<a href="https://github.com/Elysian01/Exercise-And-Yoga-Tracker">
<button class="btn-dark dark-active">
<span style="color:#fafafa">
<i class="fab fa-github " style="margin-right:1rem"></i>
Open Source Project on Github
</span>
</button>
</a>
</div>
<br />
<div class="p-2 bg-warning font-weight-bold text-dark text-center bottom-0">You can contact us via <a href="mailto:abhig0209@gmail.com " class="text-danger ">abhig0209@gmail.com</a></div>
<script src="https://code.jquery.com/jquery-3.5.1.slim.min.js " crossorigin="anonymous "></script>
<script src="https://cdn.jsdelivr.net/npm/bootstrap@4.5.3/dist/js/bootstrap.min.js " integrity="sha384-w1Q4orYjBQndcko6MimVbzY0tgp4pWB4lZ7lr30WKz0vr/aWKhXdBNmNb5D92v7s " crossorigin="anonymous "></script>
<script src="https://unpkg.com/aos@next/dist/aos.js "></script>
<script>
AOS.init();
</script>
<script>
$('[data-aos]').parent().addClass('hideOverflowOnMobile');
</script>
<script>
document.getElementById("set1-btn").addEventListener("click", () => {
console.log("Set 1 Button");
sessionStorage.setItem("yogaSet", "1");
});
document.getElementById("set1-real-btn").addEventListener("click", () => {
console.log("Set 1 Button");
sessionStorage.setItem("yogaSet", "1");
});
document.getElementById("set2-btn").addEventListener("click", () => {
console.log("Set 2 Button");
sessionStorage.setItem("yogaSet", "2");
});
document.getElementById("set2-real-btn").addEventListener("click", () => {
console.log("Set 2 Button");
sessionStorage.setItem("yogaSet", "2");
});
</script>
</body>
</html>