added usage information and privacy policy
Signed-off-by: Manuel <manuel@kmpr.at>
This commit is contained in:
parent
f6e61ae7e1
commit
fa78ff7ce7
@ -72,7 +72,8 @@ Stay tuned for further updates...
|
||||
* think of the basic concept and try out a way to calculate video playback speed based on live training data and then adjust video playback accordingly
|
||||
* testing phase, including error handlings etc. - hopefully with more people than myself :)
|
||||
* better ui - thinking of a fullscreen video with overlays of live training data
|
||||
* add a top navigation bar with settings menu (maybe to select other videos and later on also to log in etc)
|
||||
* add a top navigation bar with settings menu (maybe to select other videos and later on also to log in etc) and a logo
|
||||
* then remove h1 title
|
||||
* hide connect button, once connected and just show the connected device in top navbar
|
||||
* remove volume from video.js and add a mute-button in top navbar
|
||||
* add a progress bar to the video, which shows the percentage of the training video done
|
||||
|
18
index.html
18
index.html
@ -19,7 +19,23 @@
|
||||
|
||||
<div class="setupinfo">
|
||||
<h2>Usage information</h2>
|
||||
<p>Connect your rower via bluetooth using the button above. Once connected, it will show your live training stats and the training video here.<br><br></p>
|
||||
<p>To get started with FTMS Video Rower, follow these simple steps:</p>
|
||||
<p><ol>
|
||||
<li><b>Power on your rower:</b> Follow the instructions of your devices manufaturer to power on your traiining device and enabling FTMS service.</li>
|
||||
<li><b>Connect your rower:</b> Click the button above to see the list of available rowers. Select your rower from the list of available devices and wait for the connection to establish.</li>
|
||||
<li><b>Start your exercise:</b> As you start your exercise, the training video will begin playing, providing real-time guidance and motivation. Meanwhile, your live training statistics will be displayed on your device, tracking your progress and providing valuable insights into your performance.</li>
|
||||
<li><b>Training video:</b> The playback speed of the training video will be automatically adjusted to your training performance.</li>
|
||||
<li><b>Pause / Resume training:</b> You can pause the training whenever you need, the video will automatically pause too. You can resume anytime, while the training video will continue playing automatically.</li>
|
||||
</ol></p>
|
||||
<p>By following these steps, you'll be ready to start your exercise and take full advantage of the FTMS rower's advanced features.<br><br></p>
|
||||
<h3>Privacy policy</h3>
|
||||
<p>At FTMS Video Rower, we are committed to protecting your privacy. This policy explains how we collect, use, and protect your personal data when you visit our website.</p>
|
||||
<p>We do not collect or store any personal data, including training data or data from connected Bluetooth FTMS devices. We also do not use cookies to track your activity on our website.</p>
|
||||
<p>We only use your data to the extent necessary to provide you with the services and features available on our website. We do not use analytics tools to track your activity or collect data for marketing purposes.</p>
|
||||
<p>We take all necessary steps to protect your data, including using secure protocols to protect data in transit and implementing measures to prevent unauthorized access.</p>
|
||||
<p>You have the right to request access to the personal data we hold about you, and the right to request that we correct any inaccuracies in that data. If you have any concerns about your privacy or would like to request access to your data, please contact us via our contact form.</p>
|
||||
<p><b>By using our website, you consent to the terms of this policy.</b><br><br></p>
|
||||
<h3>Contribution and bugs</h3>
|
||||
<p>If you found a bug, or want to contribute to this open source project, visit us at <a href="https://git.kmpr.at/FTMS-Rower" target="_blank">https://git.kmpr.at/FTMS-Rower</a>
|
||||
</div>
|
||||
<div class="training">
|
||||
|
Loading…
Reference in New Issue
Block a user