-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
98 lines (92 loc) · 3.87 KB
/
index.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
<!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.0">
<link rel="stylesheet" type="text/css" href="main.css">
<link rel="preconnect" href="https://fonts.googleapis.com">
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
<link href="https://fonts.googleapis.com/css2?family=Roboto:wght@300;400;500;700&display=swap" rel="stylesheet">
<title>Brain.fm</title>
</head>
<body>
<header class="section_1">
<div class="logo-styling">
<img src="./assets/brainfm-logo.svg" alt="image of Brain.fm's logo" srcset="" class="logo-img">
</div>
<nav>
<a href="" class="font">Sign In</a>
<button id="try-for-free-button" class="font">Try for free</button>
</nav>
</header>
<section>
<div class="section_1 content header-drop">
<div class="content-adjust-1">
<h2>Functional Music to Improve</h2>
<h1>Focus in 15 Minutes</h1>
<p class="font-color font-400">Our science-first approach creates music that sounds
different-and affects your brain
differently-than any
other music.</p>
<p class="font font-color small-caps">featured in</p>
<img src="./assets/clout.png"
alt="Image of the companies that have featured Brain.fm. Those companies are Engadget, Forbes, Vice, and NBC News."
class="clout">
<div>
<button id="try-5-free-button" class="font">Try 5 free<br>sessions</button>
</div>
</div>
<div class="content-adjust-1">
<img class="content-image" src="./assets/picture-1.gif" alt="">
</div>
</div>
</section>
<section class="section-3">
<div class="science-content font">Wanna see the science?</div>
</section>
<section>
<div class="section-4 content">
<div class="content-adjust-2">
<img src="./assets/picture-2.gif" alt="" srcset="" class="brain-wave-pic">
<div>
<h4>Patented Technology</h4>
<p class="science-text">Brain.fm holds patents on key processes for creating functional music, including
technology to
elicit
<span class="bold">strong neural phase locking</span>-allowing populations of neurons to engage in various
kinds of coordinated
activity-and technology to remove distractions in sound.
</p>
<p class="science-text">
This makes our music unique, purpose-built to steer you into a desired mental state. In other words, we've
found new ways to
create music that helps you do what you need to do.
</p>
<h5>Explore More of Our Science</h5>
</div>
</div>
<div class="content-adjust-2">
<img src="./assets/picture-3.png" alt="" srcset="" class="phase-value-pic">
<div>
<h4>Tested on Brain and Behavior</h4>
<p class="science-text">Scientists at Brain.fm work with collaborators at academic institutions to run
experiments.</p>
<p class="science-text">We look at the effects of our technology on the brain, using fMRI and EE, and also
run
large-scale
behavioral
tests,
measuring performance on simple games.
</p>
<p class="science-text"><span class="bold">Our experiments always include a control condition
('placebo')</span> of the same
underlying music without Brain.fm technology applied, so we can be sure our tech is what makes the
difference.
</p>
</div>
</div>
</div>
</section>
</body>
</html>