-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
230 lines (192 loc) · 10.6 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
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
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<title>Nujii Studio</title>
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta name="description" content="">
<meta name="author" content="">
<!-- Le styles -->
<link href="bootstrap/css/bootstrap.css" rel="stylesheet">
<link href="bootstrap/css/bootstrap-responsive.css" rel="stylesheet">
<link rel="stylesheet" type="text/css" href="bootstrap/css/style.css">
<style>
/* GLOBAL STYLES
-------------------------------------------------- */
/* Padding below the footer and lighter body text */
body {
}
</style>
<!-- HTML5 shim, for IE6-8 support of HTML5 elements -->
<!--[if lt IE 9]>
<script src="http://html5shim.googlecode.com/svn/trunk/html5.js"></script>
<![endif]-->
<!-- Fav and touch icons -->
<link rel="shortcut icon" href="../assets/ico/favicon.ico">
<link rel="apple-touch-icon-precomposed" sizes="144x144" href="../assets/ico/apple-touch-icon-144-precomposed.png">
<link rel="apple-touch-icon-precomposed" sizes="114x114" href="../assets/ico/apple-touch-icon-114-precomposed.png">
<link rel="apple-touch-icon-precomposed" sizes="72x72" href="../assets/ico/apple-touch-icon-72-precomposed.png">
<link rel="apple-touch-icon-precomposed" href="../assets/ico/apple-touch-icon-57-precomposed.png">
</head>
<body>
<!-- NAVBAR
================================================== -->
<!-- Wrap the .navbar in .container to center it on the page and provide easy way to target it with .navbar-wrapper. -->
<div class="container navbar-wrapper">
<div class="navbar navbar-inverse">
<div class="navbar-inner">
<!-- Responsive Navbar Part 1: Button for triggering responsive navbar (not covered in tutorial). Include responsive CSS to utilize. -->
<a class="btn btn-navbar" data-toggle="collapse" data-target=".nav-collapse">
<span class="icon-bar"></span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
</a>
<a class="brand" href="index.html">Nujii Studio</a>
<!-- Responsive Navbar Part 2: Place all navbar contents you want collapsed withing .navbar-collapse.collapse. -->
<div class="nav-collapse collapse">
<ul class="nav">
<li class="active"><a href="index.html">Home</a></li>
<li><a href="about.html">Tutorials</a></li>
<li><a href="download.html">Download</a></li>
<!-- Read about Bootstrap dropdowns at http://twitter.github.com/bootstrap/javascript.html#dropdowns -->
<li class="dropdown">
<a href="#" class="dropdown-toggle" data-toggle="dropdown">Sign In <b class="caret"></b></a>
<ul class="dropdown-menu">
<li><a href="#">
<form>
Email: <input type="text" name="email"><br>
Password: <input type="text" name="password">
</form></a></li>
<li><a href="#"><a class="btn-small" href="#">Sign in</a></li>
<li><a href="#">Something else here</a></li>
<li class="divider"></li>
<li class="nav-header">Nav header</li>
<li><a href="#">Separated link</a></li>
<li><a href="#">One more separated link</a></li>
</ul>
</li>
</ul>
</div><!--/.nav-collapse -->
</div><!-- /.navbar-inner -->
</div><!-- /.navbar -->
</div><!-- /.container -->
<!-- Carousel
================================================== -->
<div id="myCarousel" class="carousel slide">
<div class="carousel-inner">
<div class="item active">
<img src="assets/images/nujiicity.jpg" alt="">
<div class="container">
<div class="carousel-caption">
<h1> Real-Time Collaboration</h1>
<p class="lead">Users can all merge their changes to a single source. No deleted changes. No overriding copies. It works between different DAWs with different file formats too.</p>
<a class="btn btn-large btn-primary" href="download.html"><b>Download Nujii Studio</b></a>
</div>
</div>
</div>
<!--
<div class="item">
<img src="assets/images/cover_photo1.jpg" alt="">
<div class="container">
<div class="carousel-caption">
<h1>Version Control</h1>
<p class="lead">Any version of your project is available immediatly. You can even select a version and fork it into a new project if you would like.</p>
<a class="btn btn-large btn-primary" href="#">Learn more</a>
</div>
</div>
</div>
<div class="item">
<img src="assets/images/backup.svg" alt="">
<div class="container">
<div class="carousel-caption">
<h1>Total file back-up</h1>
<p class="lead">Store all your files in the cloud and access them from anywhere, whenever. </p>
<a class="btn btn-large btn-primary" href="#">Learn more</a>
</div>
</div>
</div>
-->
</div>
<!--
<a class="left carousel-control" href="#myCarousel" data-slide="prev">‹</a>
<a class="right carousel-control" href="#myCarousel" data-slide="next">›</a>
-->
</div><!-- /.carousel -->
<!-- Marketing messaging and featurettes
================================================== -->
<!-- Wrap the rest of the page in another container to center all the content. -->
<div class="container marketing">
<!-- Three columns of text below the carousel -->
<div class="row">
<div class="span4">
<img class="img-circle" src="assets/images/globe.svg" width="140" height="140">
<h2>Collaboration</h2>
<p>Real-time media collaboration between any programs. Doesn't matter what programs, no limit to the amount of collaborators, and you'll never lose a change.</p>
<p><a class="btn" href="#collaboration">View details »</a></p>
</div><!-- /.span4 -->
<div class="span4">
<img class="img-circle" src="http://placehold.it/140x140">
<h2>Version Control</h2>
<p>Access any version of your project that has ever been. Revert back, branch off, it doesn't matter. It's all available to you.</p>
<p><a class="btn" href="#version">View details »</a></p>
</div><!-- /.span4 -->
<div class="span4">
<img class="img-circle" src="assets/images/backup.svg" width="140" height="140">
<h2>File Back-Up</h2>
<p>Losing files is terrible. That is why Nujii backs up every file you upload automatically. Never lose a file to a crashed computer again. Oh, and it's all encrypted.</p>
<p><a class="btn" href="#">View details »</a></p>
</div><!-- /.span4 -->
</div><!-- /.row -->
<!-- START THE FEATURETTES -->
<hr class="featurette-divider">
<div class="featurette" id="collaboration">
<img class="featurette-image pull-right" src="assets/images/examples/browser-icon-chrome.png">
<h2 class="featurette-heading">Real-Time Collaboration Between DAWS. <span class="muted">It'll blow your mind.</span></h2>
<p class="lead">We realize the attatchment between a man and his DAW. That is a special connection. That's why we are set on creating a solution for collaboration that lets you use that same DAW. Nujii operates as a dashboard used alongside your DAW. Everytime you save a file it updates in Nujii. It goes to all of your friends and collaborators and automatically and updates in their DAW. Oh, and don't worry, it doesn't overlap what they are working on, it merges seamlessly. Everytime.</p>
</div>
<hr class="featurette-divider">
<div class="featurette" id="version">
<img class="featurette-image pull-left" src=" ../assets/img/examples/browser-icon-firefox.png">
<h2 class="featurette-heading">Version Control <span class="muted"></span></h2>
<p class="lead">Ever have that feeling that you want to go back to an earlier version and try a different approach? Now you can. Nujii lets you go through every single change, and pick up where you left off. You can branch off a new project from that point to try some things out, revert back to that point, or fork off an entirely new project. Nujii offers total control.</p>
</div>
<hr class="featurette-divider">
<div class="featurette">
<img class="featurette-image pull-right" src="../assets/img/examples/browser-icon-safari.png">
<h2 class="featurette-heading">Total file back-up <span class="muted">Checkmate.</span></h2>
<p class="lead">Never lose another file. Ever. Nujii automatically backs up all your files so that you can not only access them anywhere, but access them in case anything happens to your computer. No crashed discs, no corupted hard-drives. Nothing. Just you, and your music. Oh, and it's all encripted, in case you were worried.</p>
</div>
<hr class="featurette-divider">
<!-- /END THE FEATURETTES -->
<!-- FOOTER -->
<footer>
<p class="pull-right"><a href="#">Back to top</a></p>
<p>© 2012 Company, Inc. · <a href="#">Privacy</a> · <a href="#">Terms</a></p>
</footer>
</div><!-- /.container -->
<!-- Le javascript
================================================== -->
<!-- Placed at the end of the document so the pages load faster -->
<script src="jquery.js"></script>
<script src="bootstrap/js/bootstrap-transition.js"></script>
<script src="bootstrap/js/bootstrap-alert.js"></script>
<script src="bootstrap/js/bootstrap-modal.js"></script>
<script src="bootstrap/js/bootstrap-dropdown.js"></script>
<script src="bootstrap/js/bootstrap-scrollspy.js"></script>
<script src="bootstrap/js/bootstrap-tab.js"></script>
<script src="bootstrap/js/bootstrap-tooltip.js"></script>
<script src="bootstrap/js/bootstrap-popover.js"></script>
<script src="bootstrap/js/bootstrap-button.js"></script>
<script src="bootstrap/js/bootstrap-collapse.js"></script>
<script src="bootstrap/js/bootstrap-carousel.js"></script>
<script src="bootstrap/js/bootstrap-typeahead.js"></script>
<script>
!function ($) {
$(function(){
// carousel demo
$('#myCarousel').carousel()
})
}(window.jQuery)
</script>
</body>
</html>