-
Notifications
You must be signed in to change notification settings - Fork 0
/
brain-fm.html
95 lines (85 loc) · 3.63 KB
/
brain-fm.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
<!DOCTYPE html>
<html>
<head>
<title>Brain FM</title>
<meta charset="UTF-8"/>
<link rel="stylesheet" type="text/css" href="./brain-fm.css">
</head>
<body>
<div class="header">
<div class="brainfm"> <img id="brainfm" src="images/logo.png"> </div>
<div class="signortry" id="sign-in">
<input class="buttons" id="sign-in" type="button" value="Sign In"></input>
<input class="buttons" id="try" type="button" value="Try for free"></input>
</div>
</div>
<div class="body1">
<div class="left-text">
<div>
<p id="heading">Functional Music to Improve</p>
<p id="heading2">Focus in 15 Minutes</p>
</div>
<div>
<p id="pgraph1"> Our science-first approach creates music that sounds</br>
different-and affects your brain differently-than any other</br>
music.</p>
</div>
<div>
<p id="featured">FEATURED IN</p>
</div>
<div>
<img id="featuredimage" src="images/clout.png">
</div>
<div>
<button class="buttons" id="freesessions"><span>Try 5 free</br>sessions</span></button>
</div>
</div>
<div class="compimageblock">
<img id="compimage" src="images/picture-1.gif">
</div>
</div>
<div class="body2">
<div>
<p id="science">Wanna see the science?</p>
</div>
</div>
<div class="body3">
<div class="brainImage">
<img id="brainImage" src="images/picture-2.gif">
</div>
<div class="comparisonImage">
<img id="comparisonImage" src="images/picture-3.png">
</div>
</div>
<div class="body4">
<div class="tech-text">
<h3 class="body4head">Patented Technology</h3>
<p class="body4text">
Brain.fm olds patents on key processes for creating</br>
functional music, including technology to elicit <span style="font-weight: bold;">strong neural</br>
phase locking</span>-allowing populations of neurons to engage in</br>
various kinds of coordinated activity-and technology to</br>
remove distraction in sound.</br></br>
This makes our music unique, purpose-built to steer you into a</br>
desired mental state. In other words, we've found new ways to</br>
create music that helps you do what you need to do.</br>
</p>
<button id="exploreMore">Explore More of Our Science</button>
</div>
<div class="behaviortext">
<h3 class="body4head">Tested on Brain and Behavior</h3>
<p class="body4text">
Scientists at Brain.fm work with collaborators at academic</br>
insitutions to run experiments.</br></br>
We look at the effects of our technology on the brain, using</br>
fMRI and EEG, and also run large scale behavioral tests,</br>
measuring performance on simple games</br></br>
<span style="font-weight: bold;">Our experiments always include a control condition</br>
('placebo')</span>of the same underlying music without Brain.fm</br>
technology applied, so we can be sure our tech is what makes</br>
the difference.</br>
</p>
</div>
</div>
</body>
</html>