-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
42 lines (33 loc) · 1.54 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
<!DOCTYPE html>
<html>
<head>
<title>Nujii Research</title>
<!-- Bootstrap -->
<link href="bootstrap/css/bootstrap.min.css" rel="stylesheet" media="screen">
<link href="bootstrap/css/bootstrap-responsive.min.css" rel="stylesheet" media="screen">
<link href="css/index.css" rel="stylesheet" media="screen">
<meta name="viewport", content="width=device-width, initial-scale=1.0">
</head>
<body>
<div class="container-narrow">
<div class="masthead">
<h3 class="muted">Nujii</h3>
</div>
<hr>
<div class="jumbotron">
<h1>Take the surveys.</h1>
<h1>Get the product free.</h1>
<h1>Simple as that.</h1>
<p class="lead">
Nujii is meant to help musicians store and share files faster and easier. The ultimate goal is more control, and easier collaboration between musicians. Each survey is only a few questions long and will only take a few minutes. At the end you may leave your email and participate in the early sign-up beta testing.
</p>
<a class="btn btn-large btn-success" href="https://docs.google.com/spreadsheet/viewform?formkey=dEVscmR0dHpEazBuVWZyRnlKTnRBaWc6MQ#gid=0">How you record</a>
<a class="btn btn-large btn-success" href="https://docs.google.com/spreadsheet/viewform?formkey=dE9DY2puS3o2a0c1VURxU2hYQ1NPTEE6MQ">Stuff you want</a>
</div>
<hr>
<div class="footer">
<p>© Nujii Labs, LLC 2012</p>
</div>
</div> <!-- /container -->
</body>
</html>