-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathabout.html
More file actions
130 lines (111 loc) · 5.74 KB
/
about.html
File metadata and controls
130 lines (111 loc) · 5.74 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
130
<!DOCTYPE HTML>
<!--
Stellar by HTML5 UP
html5up.net | @ajlkn
Free for personal and commercial use under the CCA 3.0 license (html5up.net/license)
-->
<html>
<head>
<title>About</title>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1" />
<!--[if lte IE 8]><script src="assets/js/ie/html5shiv.js"></script><![endif]-->
<link rel="stylesheet" href="assets/css/main.css" />
<!--[if lte IE 9]><link rel="stylesheet" href="assets/css/ie9.css" /><![endif]-->
<!--[if lte IE 8]><link rel="stylesheet" href="assets/css/ie8.css" /><![endif]-->
</head>
<body>
<!-- Wrapper -->
<div id="wrapper">
<!-- Header -->
<header id="header">
<h1>About</h1>
<p>for HRV Band</p>
</header>
<!-- Nav -->
<nav id="nav">
<ul>
<li><a href="index.html">Home</a></li>
<li><a href="parameters.html">Background</a></li>
<li><a href="features.html">Features</a></li>
<li><a href="devices.html">Devices</a></li>
<li><a href="faq.html">FAQ</a></li>
<li><a href="privacy.html">Privacy</a></li>
<li><a href="about.html" class="active">About</a></li>
<li><a href="blog/blog.html">Blog</a></li>
</ul>
</nav>
<!-- Main -->
<div id="main">
<!-- Content -->
<section id="content" class="main">
<p>Hi there! <br/> We developed a first prototype of HRV Band on a hackathon in June 2016. Now we are releasing a full functional app to measure your heart rate variability with Microsoft Band 2 and compatible ANT+ devices.
We also do not advertise our app or get any money from your data as told in our privacy policy down below. We develop in our free time and hoping you enjoy our app.
If you have any kind of feedback don't hesitate and contact us: <a href="#">hrvband+feedback@gmail.com</a></p>
<h2>Privacy</h2>
<p>HRV Band does save all your data on your smart phone. Nothing is sent to any server! If you are looking for a formal Privacy Policy click here: <a href="privacy.html">Privacy Policy</a></p>
<h2>Disclaimer</h2>
<h4>English</h4>
<p>This application offers health information for informational purposes only.
The application do not offer medical advice nor professional advice for medical
diagnosis or treatment and you should not rely on the information in this application.
If you have any medical condition consult a doctor before using this application.
All the information contained in the application or website are similar to that of
textbooks or other health resources. We do not accept any responsibility for the
correctness of the provided information. You agree to use the service at your own
sole risk</p>
<h4>Deutsch</h4>
<p>Die Informationen die diese Anwendung anbietet, dienen nur zu Informationszwecken.
Die Anwendung bietet keine medizinische oder professionelle Beratung an. Sie sollten sich
nicht auf die Informationen, die diese Anwendung bereitstellt verlassen. Wenn Sie an
irgendeiner Erkrankung leiden, sollten Sie einen Arzt konsultieren, bevor Sie diese
Anwendung verwenden. Die Informationen die in der Anwendung bzw. auf der Website zu finden
sind, sind ähnlich derer aus Lehrbüchern und anderen Gesundheitsressourcen.
Wir übernehmen keine Gewähr für die Richtigkeit der bereitgestellten Informationen.
Sie stimmen zu den Dienst auf eigene Verantwortung zu nutzen.</p>
<h2>Libraries</h2>
<p>
<a href="https://github.com/lecho/hellocharts-android">Hello Charts</a> by Leszek Wach<br/>
<a href="https://github.com/Clans/FloatingActionButton">FloatingActionButton</a> by Dmytro Tarianyk<br/>
<a href="https://github.com/apl-devs/AppIntro">AppIntro</a> by Paolo Rotolo (2015) and Maximilian Narr (2016)<br/>
<a href="https://commons.apache.org/">Apache Commons Lang3</a> <br/>
<a href="https://www.thisisant.com/developer/resources/downloads/#software_tab">ANT+ Libary</a><br/>
<a href="https://developer.microsoftband.com/bandSDK">MS Band 2 SDK</a> <br/>
</p>
<h2>Icons</h2>
<p><a href="images/hrv_logo.png">Icon</a> made by <a href="http://www.flaticon.com/authors/freepik" title="Freepik">Freepik</a> from <a href="http://www.flaticon.com" title="Flaticon">www.flaticon.com</a> is licensed by <a href="http://creativecommons.org/licenses/by/3.0/" target="_blank" title="Creative Commons BY 3.0">CC 3.0 BY</a>
</p>
<h2>Pictures</h2>
<p>by Thomas
</p>
<h2>Imprint</h2>
<p>
<dl class="alt">
<dt>Developers</dt>
<dd>Thomas Czogalik, Julian Martin</dd>
<dt>Address</dt>
<dd>Karlsruhe Germany</dd>
<dt>Email</dt>
<dd><a href="#">hrvband+contact@gmail.com</a></dd>
</dl>
</p>
</section>
</div>
<!-- Footer -->
<footer id="footer">
<!--<ul class="icons">
<li><a href="index.html" class="icon fa-home alt"><span class="label">Home</span></a></li>
</ul>-->
<p class="copyright">© Untitled. Design: <a href="https://html5up.net">HTML5 UP</a>.</p>
</footer>
</div>
<!-- Scripts -->
<script src="assets/js/jquery.min.js"></script>
<script src="assets/js/jquery.scrollex.min.js"></script>
<script src="assets/js/jquery.scrolly.min.js"></script>
<script src="assets/js/skel.min.js"></script>
<script src="assets/js/util.js"></script>
<!--[if lte IE 8]><script src="assets/js/ie/respond.min.js"></script><![endif]-->
<script src="assets/js/main.js"></script>
</body>
</html>