-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
executable file
·57 lines (48 loc) · 2.46 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
---
layout: default
title: About | Nujii Studio
id: about
---
<div class="marketing">
<div class="wrapper">
<div class="container">
<div class="row">
<div class="span8 offset2">
<ul class="thumbnails">
<li class="span8">
<div class="thumbnail">
<iframe width="100%" src="http://www.youtube.com/embed/E_m4s3p93G8?rel=0&controls=0&showinfo=0&enablejsapi=1&modestbranding=1&theme=light"frameborder="0" allowfullscreen class="main-video"></iframe>
</div>
</li>
</ul>
</div>
</div>
<div class="row">
<div class="span4 offset4">
<a class="btn btn-large btn-block btn-success btn-download" href="/download.html">Download Nujii Studio</a>
</div>
</div>
</div>
</div>
</div>
<div id="about" class="container">
<hr class="featurette-divider">
<div class="featurette">
<img class="featurette-image pull-right globe" src="img/globe.svg">
<h2 class="featurette-heading">Collaborate with friends. <span class="muted">With your existing tools.</span></h2>
<p class="lead">You've already got your DAW and all of your virtual instruments and effects. Nujii Studio adds to all of those by providing a common interface for collaborating across popular programs such as <a target="_blank" href="http://www.avid.com/US/products/family/Pro-Tools">Pro Tools</a>, <a target="_blank" href="http://www.apple.com/logicpro/">Logic Pro</a>, and <a target="_blank" href="http://www.reaper.fm/">Reaper</a></p>
</div>
<hr class="featurette-divider">
<div class="featurette">
<img class="featurette-image pull-left img-circle" src="img/version-control.svg">
<h2 class="featurette-heading">Revision control. <span class="muted">Never lose a change.</span></h2>
<p class="lead">Every single change you make gets stored so it can easily be reverted to at anytime. You can now do side-by-side comparisons of your tracks to make your next big hit.</p>
</div>
<hr class="featurette-divider">
<div class="featurette">
<img class="featurette-image pull-right" src="img/backup.svg">
<h2 class="featurette-heading">File backup. <span class="muted">Because your music is important.</span></h2>
<p class="lead">Now you can sleep at night knowing that your music is stored with Nujii. Everything is encrypted meaning it's also secure. You'll never worry about a corrupted harddrive again.</p>
</div>
<hr class="featurette-divider">
</div>