-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathsession03.html
61 lines (46 loc) · 2.31 KB
/
session03.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
<!DOCTYPE html>
<html>
<link rel="stylesheet" href="style.css">
<head>
<meta name="viewport" content="width=device-width, initial-scale=1" />
<title>DIY Mind Machine</title>
</head>
<body>
<nav>
<div class="navbar">
<a href="http://diymindmachine.com/index.html">Home</a>
<li class="nav-item dropdown">
<a href="#" class="active" class="dropbtn">Sessions</a>
<div class="dropdown-content">
<a href="http://diymindmachine.com/session01.html">Session 1, (10 min): Powerful Stress Relief</a>
<a href="http://diymindmachine.com/session02.html">Session 2, (6 min): Rejuvenate</a>
<a href="http://diymindmachine.com/session03.html">Session 3, (25 min): Deep Meditation</a>
<a href="http://diymindmachine.com/session04.html">Session 4, (2 min): Quick Retreat</a>
</div>
</li>
</div>
</nav>
<div id="content">
<!-- <h1 id="myHeadline" style="font-size:40px; "> <center><b> Flashing Lights to Assist with Meditating </b> </center></h1> -->
<h1> Deep Meditation <br> (25 min session) </h1>
<p></p>
<ul>
<li><b>WARNING/DISCLAIMER: If you have epilepsy, or someone you live with does, be very careful using this!
Use this website at your own risk! Please do not use without proper medical supervision/advice. The following people should not attempt brainwave entrainment: Children, pregnant women, people with a cardiac pacemaker, or people who are prone to seizure ( i.e. Epilepsy).
<p> </p> </b>
<div id="player-container">
<div id="player"></div>
</div>
<br>
<button id="startButton">Begin Flashing</button>
</li>
<li> If the Embedded Video doesn't load, then select "Home" on the navigation bar and try again.</li>
<li> On some browsers, pushing the "Begin Flashing" button will play the music and start the flashing, which is the preferred way to start a session. However, if this doesn't work, then Push "Play" on the Embedded Video. And when you start to hear music, then push the "Begin Flashing" button.
</li>
</ul>
</div>
<canvas id="canvas"></canvas>
<script src="https://www.youtube.com/iframe_api"></script>
<script src="session03.js"></script>
</body>
</html>