-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
179 lines (170 loc) · 9.2 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
<!DOCTYPE HTML>
<html>
<head>
<title>ununu</title>
<link rel="shortcut icon" href="images/logo.png" type="image/x-icon">
<meta charset="utf-8"/>
<meta
name="viewport"
content="width=device-width, initial-scale=1, user-scalable=no"/>
<link rel="stylesheet" href="assets/css/main.css"/>
<script type=“text/javascript” src=“//downloads.mailchimp.com/js/signup-forms/popup/unique-methods/embed.js” data-dojo-config=“usePlainJson: true, isDebug: false”></script>
<script type=“text/javascript”>window.dojoRequire([“mojo/signup-forms/Loader”], function(L) { L.start({“baseUrl”:“mc.us4.list-manage.com”,“uuid”:“9d4aec70093a5f7fd4618280c”,“lid”:“e584d71993”,“uniqueMethods”:true}) })</script>
<noscript><link rel="stylesheet" href="assets/css/noscript.css"/></noscript>
</head>
<body class="landing is-preload">
<div id="page-wrapper">
<header id="header" class="alt">
<h1>
<a href="#hero"><h1>ununu</h1></a>
</h1>
<nav id="nav">
<ul>
<li class="special">
<a href="#menu" class="menuToggle">
<span>Menu</span></a>
<div
id="menu"
style="background-color:black;">
<ul>
<li>
<a href="#hero">Home</a>
</li>
<li>
<a href="#mission">Mission</a>
</li>
<li>
<a href="#vision">Vision</a>
</li>
<li>
<a href="#connect">Connect</a>
</li>
<li>
<a href="#demo">Demo</a>
</li>
<li>
<a href="#demo">Follow</a>
</li>
<li>
<a href="#footer">Contact</a>
</li>
</ul>
</div>
</li>
</ul>
</nav>
</header>
<section
id="hero"
style="background-color:black;">
<div class="">
<h2>ununu</h2>
<br>
<p>we facilitate collaborative music creation.</p>
</div>
</section>
<section id="sec" class="wrapper alt style2">
<section id="mission" class="subsection">
<div class="image addtext"><img src="images/mission.jfif" alt=""/>
</div>
<div class="content">
<h2>music is the people<br/>
that make it.</h2>
<p>
ununu is built on the belief that the essence of making music is coming together.
todays music creators are constrained by fragmented workflows and an outdated industry infrastructure defined by protectionism.
we believe it is time to breach these borders by empowering music to progress along new routes and across the globe as a unifying narrative.
</p>
</div>
</section>
<section id="vision" class="subsection">
<div class="image addtext"><img src="images/vision.jfif" alt=""/>
</div>
<div class="content">
<h2>Seamless <br>Music <br>Collaboaration.</h2>
<p>
ununu is a music collaboration platform that provides an infrastructure that makes todays fragmented music collaboration workflow seamless and even enables completely new ones.
music is a collaborative art. one plays the guitar, one fills-in the drums and another lays down the bass. so what if these people had never met before, would it matter? to us the most important issue is creating a system that enable you and you and you (ununu) to have a great collaboration experience and we can only do that with your help.
<br><br>
if you have 6 minutes, we’d love to know what you think - just answer our questionnaire!
</p>
<a href="https://forms.gle/Fnbqr9hjojCtMTjk8" target="_blank" class="button fit">Questionnaire</a>
</div>
</section>
<section id="connect" class="subsection">
<div class="image addtext"><img src="images/questionnaire.jfif" alt=""/>
</div>
<div class="content">
<h2>technology
<br>makes a
<br>difference
</h2>
<p>
we are passionate about music and technology and while in recent years tech has been focusing primarily on servicing the streaming users, we want to use it to empower the creator.
we value technology that supports the idea of DLT, provides privacy and is energy efficient. if you feel the vibe and you want to make a change, join us.
</p>
<a href="mailto:[email protected]" class="button fit">Join</a>
</div>
</section>
</section>
<section
id="demo"
class="wrapper demo1"
style="background-color:black;
">
<div class="inner">
<header>
<h2>there is so much more to talk about.</h2>
<p>
get in contact, request a demo or follow us and subscribe to our newsletter.
</p>
</header>
<ul class="actions stacked">
<li>
<a href="mailto:[email protected]" class="button fit">Demo</a>
</li>
<li>
<button onclick="subscribe()" class="button fit">Follow</button>
<div id="mc_embed_signup">
<form action="https://ununu.us4.list-manage.com/subscribe/post?u=9d4aec70093a5f7fd4618280c&id=e584d71993" method="post" id="mc-embedded-subscribe-form form" name="mc-embedded-subscribe-form" class="validate" target="_blank" novalidate>
<div id="mc_embed_signup_scroll">
<input type="email" value="" name="EMAIL" class="email fit" id="mce-EMAIL" placeholder="email address" required>
<div style="display:none"><input type="text" name="b_9d4aec70093a5f7fd4618280c_e584d71993" tabindex="-1" value=""></div>
<div class="clear"><input type="submit" value="Subscribe" name="subscribe" id="mc-embedded-subscribe" class="button fit"></div>
</div>
</form>
</div>
</li>
</ul>
</div>
</section>
<footer id="footer" style="background-color:#000000">
<span>
<!-- <a href="#">ununu</a> -->
<a href="assets/doc/Imprint.pdf" target="_blank">Imprint/Impressum</a>.
<a href="assets/doc/Privacy Policy.pdf" target="_blank">Privacy Policy/Datenschutzerklärung</a>.
</span>
</footer>
</div>
<!-- Scripts -->
<script src="assets/js/jquery.min.js"></script>
<script src="assets/js/browser.min.js"></script>
<script src="assets/js/jquery.scrollex.min.js"></script>
<script src="assets/js/breakpoints.min.js"></script>
<script src="assets/js/util.js"></script>
<script src="assets/js/download-manager.js"></script>
<script src="assets/js/main.js"></script>
<script>
function subscribe() {
var subs = document.getElementById('mc_embed_signup');
var displaySetting = subs.style.display;
if (displaySetting == 'flex') {
subs.style.display = 'none';
}
else {
subs.style.display = 'flex';
}
}
</script>
</body>
</html>