-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathjob2.html
129 lines (122 loc) · 5.4 KB
/
job2.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
<head>
<meta charset="utf-8" />
<!--<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">-->
<title>Music Composer - Evoked Response</title>
<meta name="description" content="" />
<meta name="author" content="" />
<meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=no" />
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<meta name="description" content="We create music to change your mental state. Try it and feel the difference.">
<link rel="canonical" href="https://www.evokedresponse.com" />
<!-- CSS -->
<link rel="stylesheet" type="text/css" media="screen" href="css/bootstrap.css" />
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/font-awesome/4.7.0/css/font-awesome.min.css" />
<link href="https://fonts.googleapis.com/css2?family=Roboto:wght@400;700&family=Rubik:wght@400;700&display=swap"
rel="stylesheet" />
<link rel="stylesheet" type="text/css" media="screen" href="style.css" />
<!-- FAVICONS -->
<link rel="shortcut icon" href="img/favicon/favicon.png" type="image/png" />
<link rel="icon" href="img/favicon/favicon.png" type="image/png" />
</head>
<body>
<header>
<div class="header-top" style = "box-shadow: 2px 2px 10px 1px rgba(0, 0, 0, 0.3) ">
<div class="container">
<div class="mainmenu">
<nav class="navbar navbar-expand-md" role="navigation">
<a class="navbar-brand" href="index.html">
<img src="img/header-logo.png" class="img-fluid" alt="logo" style="width:70%;"/>
</a>
<button class="navbar-toggler navbar-dark" type="button" data-toggle="collapse" data-target="#navbarNav"
aria-controls="navbarNav" aria-expanded="false" aria-label="Toggle navigation" id="nav-toggle">
<span class="navbar-toggler-icon"></span>
</button>
<div class="collapse navbar-collapse" id="navbarNav">
<ul class="navbar-nav">
<li class="nav-item application-button">
<a class="nav-link" href="index.html#applications-holder">Application</a>
</li>
<li class="nav-item ourScience-button">
<a class="nav-link" href="index.html#ourScience-holder">Our Science</a>
</li>
<li class="nav-item adam-button">
<a class="nav-link" href="index.html#adam-holder">Adam's Story</a>
</li>
<li class="nav-item brainwave-button">
<a class="nav-link" href="index.html#brainwave-holder">Neuro-musical Synchronization</a>
</li>
<li class="nav-item tryOurMusic-button">
<a class="nav-link" href="index.html#tryOurMusic-holder">Try Our Music</a>
</li>
</a>
</ul>
</div>
</nav>
</div>
</div>
</div>
</header>
<div id="applications-holder" class="holder">
<div class="applications-holder">
<div class="container">
<div class="applications-heading heading text-center js-scroll fade-in-bottom" style="margin-top:50px">
<h4>Music Composer</h4>
</div>
<div class="modal-body js-scroll fade-in-bottom">
<p>
We are looking for a flexible, and capable music composer to help us compose /
produce and mix long form tracks for various media platforms providing focus,
relaxation, and sleep music for their users on a long term basis. Candidates will
be trained in the methodologies and techniques used to create music with a science
first approach.
</p>
<br>
<div>
<b>Requirements:</b>
<ul class="list-unstyled">
<li>
The flexibility to create music in a variety of genres
</li>
<li>
Proficiency in production/mixing
</li>
<li>
Familiarity with modern tools of audio production
</li>
<li>
Open to commit a cumulative 10-20 hours per week to composition
</li>
</ul>
</div>
<div>
<b>We Offer:</b>
<ul class="list-unstyled">
<li>
An informal and open work culture that promotes good working relationships
</li>
<li>
An opportunity to work remotely, and on your own schedule
</li>
<li>
A leadership team that is open and receptive to great ideas and great people
</li>
<li>
The ability to work with our in-house music composition team and learn new techniques in the process
</li>
</ul>
</div>
<div>
<b>How to Apply:</b>
<ul class="list-unstyled">
<li>Please send your resume and cover letter to [email protected]</li>
</ul>
</div>
</div>
</div>
</div>
</div>
<script src="https://ajax.googleapis.com/ajax/libs/jquery/2.1.3/jquery.min.js"></script>
<script type="text/javascript" src="js/transitions.js"></script>
<script type="text/javascript" src="js/jquery-3.3.1.min.js"></script>
<script type="text/javascript" src="js/bootstrap.min.js"></script>
</body>