-
Notifications
You must be signed in to change notification settings - Fork 1
/
help.html
181 lines (167 loc) · 9.91 KB
/
help.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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1">
<!-- The above 3 meta tags *must* come first in the head; any other head content must come *after* these tags -->
<meta name="description" content="">
<meta name="author" content="Blake Haas">
<title>Sleep - Getting Started</title>
<!-- Bootstrap core CSS -->
<link href="getting_started/css/bootstrap.min.css" rel="stylesheet">
<!-- IE10 viewport hack for Surface/desktop Windows 8 bug -->
<link href="getting_started/css/ie10-viewport-bug-workaround.css" rel="stylesheet">
<!-- Custom styles for this template -->
<link href="getting_started/css/navbar-fixed-top.css" rel="stylesheet">
<link href="getting_started/css/site.css" rel="stylesheet">
<!-- HTML5 shim and Respond.js for IE8 support of HTML5 elements and media queries -->
<!--[if lt IE 9]>
<script src="https://oss.maxcdn.com/html5shiv/3.7.2/html5shiv.min.js"></script>
<script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
<![endif]-->
</head>
<body>
<!-- Fixed navbar -->
<nav class="navbar navbar-default navbar-fixed-top">
<div class="container">
<div class="navbar-header">
<button type="button" style="border-color: transparent; background-color: transparent;" class="navbar-toggle collapsed" data-toggle="collapse" data-target="#navbar" aria-expanded="false" aria-controls="navbar">
<span class="sr-only">Toggle navigation</span>
<span class="hamburger"></span>
</button>
<img class="header-icon" width="44px" height="44px" src="getting_started/assets/sleep.png">
</div>
<div id="navbar" class="navbar-collapse collapse">
<ul class="nav navbar-nav">
<li><a href="https://blake-haas.github.io/SleepApp/">Home</a></li>
<li class="active"><a href="#maindisplay">Main Display</a></li>
<li><a href="#basesounds">Base Sounds</a></li>
<li><a href="#accentsounds">Accent Sounds</a></li>
<li><a href="#sleeptimer">Sleep Timer</a></li>
<li><a href="#sleeptolast">Sleep to Last</a></li>
<li><a href="#dynamicrain">Dynamic Rain</a></li>
<li><a href="#privacy">Privacy Policy</a></li>
</ul>
</div><!--/.nav-collapse -->
</div>
</nav>
<div class="container">
<h1 class="center" style="color:white;">Getting Started with Sleep</h1>
<br/>
<!-- Main component for a primary marketing message or call to action -->
<div class="jumbotron" id="maindisplay">
<h1>Main Display</h1>
<img class="maindisplay" src="getting_started/assets/maindisplay.png" />
<br/>
<p>The two primary sections of sleep are the base sounds and the accent sounds. Secondary sections are seen towards the top of Sleep. The volume slider is at the top. The sleep timer is at the far left. The center is a current time display and the app information is to the far right.</p>
</div>
<!-- Main component for a primary marketing message or call to action -->
<div class="jumbotron" id="basesounds">
<h1>Base Sounds</h1>
<p>Scroll through the set of base sounds at the bottom of Sleep.</p>
<p>Once you see one you like, tap it to start listening to the soothing base sound.</p>
<div align="center">
<video width="320" height="640" poster="getting_started/assets/basethumbnail.png" controls class="responsive-video">
<source src="getting_started/assets/PickBaseSound.mp4" type="video/mp4">
Your browser does not support the video tag.
</video>
</div>
</div>
<div class="jumbotron" id="accentsounds">
<h1>Accent Sounds</h1>
<p>Accent sounds complement the base sounds. You can only play accent sounds once a base sound is playing.
You can have up to 5 accent sounds selected to use, a minimum of 2 are required to be selected.</p>
<p>Changing the accent sounds is easy, just select the + accent tile called more and you will be presented with the full list of accent sounds.</p>
<p>Unselect the accents you no longer want to use and select the new ones you would like to use and hit set.</p>
<div align="center">
<video width="320" height="640" poster="getting_started/assets/accentswapthumbnail.png" controls class="responsive-video">
<source src="getting_started/assets/SwapAccentSounds.mp4" type="video/mp4">
Your browser does not support the video tag.
</video>
</div>
<div align="center">
<p>Accent sounds have 4 levels of volume operation:</p>
<div class="row">
<div class="col-xs-2 col-xs-offset-2">
<figure class="figure">
<figcaption class="figure-caption">Off</figcaption>
<img src="getting_started/assets/Accent_Off.png" class="figure-img accent-icon" alt="Off">
</figure>
</div>
<div class="col-xs-2">
<figure class="figure">
<figcaption class="figure-caption">Low</figcaption>
<img src="getting_started/assets/Accent_One.png" class="figure-img accent-icon" alt="Off">
</figure>
</div>
<div class="col-xs-2">
<figure class="figure">
<figcaption class="figure-caption">Medium</figcaption>
<img src="getting_started/assets/Accent_Two.png" class="figure-img accent-icon" alt="Off">
</figure>
</div>
<div class="col-xs-2">
<figure class="figure">
<figcaption class="figure-caption">High</figcaption>
<img src="getting_started/assets/Accent_Three.png" class="figure-img accent-icon" alt="Off">
</figure>
</div>
</div>
<div>
<p>Tapping an accent that is off will turn it on and set the volume level to low, tapping once more will set the accent volume to medium and lastly tapping once more will raise the volume to high. Tapping the accent after it is set to high will turn it off.</p>
<div align="center">
<video width="320" height="640" poster="getting_started/assets/accentvolumethumbnail.png" controls class="responsive-video">
<source src="getting_started/assets/StartAccentSounds.mp4" type="video/mp4">
Your browser does not support the video tag.
</video>
</div>
</div>
</div>
</div>
<div class="jumbotron" id="sleeptimer">
<h1>Sleep Timer</h1>
<p>The sleep timer can be accessed by tapping the top left moon icon next to the time. This will bring up a list of minutes that you can select and set to turn off all sounds after that time has elapsed.</p>
<p>You can re select different times after you have already selected the sleep time if you change your mind. Selecting infinity will essentially turn off the sleep timer.</p>
<div align="center">
<video width="320" height="640" poster="getting_started/assets/sleeptimethumbnail.png" controls class="responsive-video">
<source src="getting_started/assets/SetSleepTimer.mp4" type="video/mp4">
Your browser does not support the video tag.
</video>
</div>
</div>
<div class="jumbotron" id="sleeptolast">
<h1>Sleep to Last</h1>
<p>The first base sound you will see on the far left is Sleep to Last. <img class="img-embedded-base-sound" src="getting_started/assets/lasttile.png" /> Selecting this base sound will play whatever you setup the last time you used sleep. The accents, volume, base sound and sleep timer will all automatically start from where you last had them.</p>
<p>Your last used settings get saved after 5 min. So once you have setup sleep the way you want it, keep it running for atleast 5 minutes and then those settings will get automatically saved. Then you can open Sleep and simply select the Sleep to last base sound and be all ready for a good nights sleep.</p>
</div>
<div class="jumbotron" id="dynamicrain">
<h1>Dynamic Rain</h1>
<p>This is the first Dynamic base sound for sleep. Dynamic Rain is designed to mimic a real rain storm. <img class="img-embedded-base-sound" src="getting_started/assets/dynamicrain.png" /> The sounds of rain will change as they do in a real storm. Sometimes the rain will get real quiet, other times it will come down hard. Each time you use Dynamic Rain, you will experience an entirely new rain storm for a better nights sleep.</p>
</div>
<div class="jumbotron" id="privacy">
<h1>Privacy Policy</h1>
<p>Sleep does <b>NOT</b> log or share your personal information. There is no tracking, no profiling, just sleep sounds.</p>
</div>
<div id="footer">
<div class="container text-center">
<p class="text-muted credit" style="color:#fff">© Copyright 2022. All Rights Reserved.</p>
</div>
</div>
</br>
</br>
</br>
</br>
</br>
</div> <!-- /container -->
<!-- Bootstrap core JavaScript
================================================== -->
<!-- Placed at the end of the document so the pages load faster -->
<script src="getting_started/js/jquery-3.0.0.min.js"></script>
<script>window.jQuery || document.write('<script src="js/jquery-3.0.0.min.js"><\/script>')</script>
<script src="getting_started/js/bootstrap.min.js"></script>
<!-- IE10 viewport hack for Surface/desktop Windows 8 bug -->
<script src="getting_started/js/ie10-viewport-bug-workaround.js"></script>
<script src="getting_started/js/site.js"></script>
</body>
</html>