This repository has been archived by the owner on Oct 16, 2019. It is now read-only.
forked from StartBootstrap/startbootstrap-landing-page
-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
341 lines (310 loc) · 16.3 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
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
<!DOCTYPE html>
<html lang="en">
<head>
<!-- Google Tag Manager -->
<script>(function(w,d,s,l,i){w[l]=w[l]||[];w[l].push({'gtm.start':
new Date().getTime(),event:'gtm.js'});var f=d.getElementsByTagName(s)[0],
j=d.createElement(s),dl=l!='dataLayer'?'&l='+l:'';j.async=true;j.src=
'https://www.googletagmanager.com/gtm.js?id='+i+dl;f.parentNode.insertBefore(j,f);
})(window,document,'script','dataLayer','GTM-PC8Q93B');
// https://developers.google.com/analytics/devguides/collection/analyticsjs/sending-hits#knowing_when_the_hit_has_been_sent
function createFunctionWithTimeout(callback, opt_timeout) {
var called = false;
function fn() {
if (!called) {
called = true;
callback();
}
}
setTimeout(fn, opt_timeout || 1000);
return fn;
}
function sendEvent(category, action, label, value, fieldsObject) {
if ("ga" in window) {
tracker = ga.getAll()[0];
if (tracker)
tracker.send("event", category, action, label, value, fieldsObject);
}
}
function openApp(label) {
sendEvent('app', 'open', label, {
hitCallback: createFunctionWithTimeout(function() {
location.href = "https://app.woost.space";
})
})
}
</script>
<!-- End Google Tag Manager -->
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
<meta name="description" content="Woost - The collaboration tool that scales with you">
<meta name="author" content="Woost">
<title>Woost</title>
<link rel="shortcut icon" href="/img/favicon.ico">
<link href="/vendor/font-awesome/css/font-awesome.min.css" rel="stylesheet" type="text/css">
<link href="https://fonts.googleapis.com/css?family=Raleway" rel="stylesheet">
<link href="/css/landing-page-1.min.css" rel="stylesheet">
<!--
https://css-tricks.com/essential-meta-tags-social-media
http://ogp.me/
//-->
<meta property="og:title" content="Woost">
<meta property="og:site_name" content="Woost">
<meta property="og:description" content="The collaboration tool that scales with you.">
<meta property="og:url" content="https://woost.space">
</head>
<body>
<!-- Google Tag Manager (noscript) -->
<noscript><iframe src="https://www.googletagmanager.com/ns.html?id=GTM-PC8Q93B" height="0" width="0" style="display:none;visibility:hidden"></iframe></noscript>
<!-- End Google Tag Manager (noscript) -->
<!-- <1!-- Navigation --1> -->
<!-- <nav class="navbar fixed-top navbar-light"> -->
<!-- <div class="container"> -->
<!-- <a class="navbar-brand" href="#">Woost</a> -->
<!-- <div class="display:flex;"> -->
<!-- <a class="text-uppercase" href="#Product">Product</a> -->
<!-- <span style="margin:0px 10px; color: #AAA;">|</span> -->
<!-- <a class="text-uppercase" href="#Vision">Vision</a> -->
<!-- <span style="margin:0px 10px; color: #AAA;">|</span> -->
<!-- <a class="text-uppercase" href="#Team">Team</a> -->
<!-- </div> -->
<!-- <1!-- <a class="btn btn-primary" href="#">Sign In</a> --1> -->
<!-- </div> -->
<!-- </nav> -->
<!-- Masthead -->
<header class="container-fluid">
<!-- <div class="overlay"></div> -->
<div class="container">
<div class="row mt-lg-10 mt-md-7 mt-sm-4 mt-4 justify-content-center">
<div class="col-md-7 align-self-end">
<h2>Too Many Tools with Specialized Workflows? Take Back Control.</h1>
<p>
Woost is a collaboration tool that aims to be simpler and more powerful thanks to a new structuring paradigm.
<a href="#technical-details" onclick="sendEvent('anchor', 'click', 'technical-details');">Learn about the technical details.</a>
</p>
<p>
Think: <b>The flexibility of Excel meets collaboration and communication.</b>
</p>
<p>
Woost is a simple alternative to: Excel and E-Mail. Slack and Trello.
</p>
<p>
It supports basic features like chats, tasks and kanban boards, but is not limited to static or predefined workflows.
</p>
</div>
<div class="col-md-5 col-sm-5 my-5">
<div style="height: 250px; background: white url(img/woost_logo_text.svg) center no-repeat; background-size: contain"></div>
</div>
</div>
<div class="row mt-md-5">
<button type="submit" class="btn mx-auto btn-lg btn-primary" onclick="openApp('header')">Try Without Registration</button>
</div>
<div class="row">
<div class="col-md-8 mx-auto" style="height: 200px; background: url(img/exist-logos.svg) center no-repeat; background-size: contain"></div>
</div>
</div>
</header>
<section class="mt-md-10 mt-8">
<div class="container">
<h1 class="mb-5 text-center">A Tool That Scales with You</h1>
<div class="row">
<div class="col-lg-4">
<div class="mx-auto mb-5 mb-lg-0">
<h5>Personal</h5>
<ul>
<li>Self-organization</li>
<li>Todo lists</li>
<li>Shopping lists</li>
<li>Holiday planning</li>
<li>private communication</li>
</ul>
</div>
</div>
<div class="col-lg-4">
<div class="mx-auto mb-5 mb-lg-0">
<h5>Teams & Startups</h5>
<ul>
<li>Task management</li>
<li>Team communication</li>
<li>Brainstorming</li>
<li>Contact management</li>
<li>Knowledge Base</li>
</ul>
</div>
</div>
<div class="col-lg-4">
<div class="mx-auto mb-5 mb-lg-0">
<h5>Business & Organizations</h5>
<ul>
<li>Communication across hierarchies</li>
<li>Views of different granularity</li>
<li>Managing teams</li>
<li>Simple automation of complex processes</li>
<li>CRM (Customer Relation Management)</li>
<li>Retain the knowledge about processes when employees leave</li>
</ul>
</div>
</div>
</div>
</div>
</section>
<section class="mt-md-10 mt-8">
<div class="container">
<h1 class="mb-5 text-center">Common Workflows - Adapted to Your Needs</h1>
<div class="row">
<div class="col-lg-6">
<div class="mx-auto mb-5 mb-lg-0">
<h5>The flexibility of Woost allows to use common workflows the way you need them, for example</h5>
<ul>
<li>Getting Things Done</li>
<li>Design Thinking</li>
<li>SCRUM</li>
<li>CRM (Customer Relation Management)</li>
</ul>
and many more.
</div>
</div>
<div class="col-lg-6">
<h3>Thanks to its simplicity, Woost is easy to learn. This lowers the cost of setup and onboarding.</h3>
</div>
</div>
</div>
</section>
<section class="mt-md-10 mt-8">
<div class="container">
<h1 class="mb-5 text-center">Your Data is Protected</h1>
<div class="row">
<h3>All our servers are located in Germany, and we use state-of-the-art encryption technology to protect your data. So you don't have to worry.</h3>
</div>
<div class="row mt-md-5 my-5">
<button type="submit" class="btn mx-auto btn-lg btn-primary" onclick="openApp('dataprotected')">Try Without Registration</button>
</div>
</div>
</section>
<!-- Pricing -->
<section class="mt-md-10 mt-8">
<div class="container">
<h1 class="mb-5 text-center">Pricing</h1>
<h5 class="text-center">We are currently in Beta stage. Please contact us, we'd love to hear from you. <a href="mailto:[email protected]">[email protected]</a></h5>
</div>
</section>
<!-- Newsletter -->
<section class="mt-md-10 mt-8">
<div class="container text-center">
<h1 class="mt-5">Receive News About Woost</h2>
<iframe src="https://mail.woost.space/subscription/H1hIbHmRf" scrolling="no" width=100% height=350 frameBorder="0"></iframe>
</div>
</section>
<!-- Vision -->
<section class="mt-md-10 mt-8">
<div class="container">
<h1 class="mb-5 text-center">Our Vision</h1>
<div class="col-md-8 mx-auto">
<p>
Our vision is to scale communication and collaboration to an arbitrary number of participants while maintaining perfect overview. Imagine <b>100.000 active users in the same chat</b>. Or in a Kanban board. This is clearly conceptually unfeasible with the tools of today. Instead we form hierarchies of people and develop processes to communicate up and down. The inefficient communication through these hierarchies wastes a lot of time and money. A solution to this problem would be a breakthrough for large organizations, as well as a paradigm shift in E-Democracy, as it would allow for large-scale participation without limiting the options to voting.
</p>
<!-- <h2>Large-Scale Rational Decision Making</h2> -->
<!-- <p class="lead mb-0">Good Solution Approaches to most Problems like Climate-Change already exist. What we don't have is a rational decision to make a start.</p> -->
<div>
</div>
</section>
<!-- Technical Details -->
<a name="technical-details"></a>
<section class="mt-md-10 mt-8">
<div class="container">
<h1 class="mb-5 text-center">Technical Details</h1>
<div class="col-md-8 mx-auto">
<p>
For Woost to be as simple and powerful as possible, we map orthogonal (independent) concepts like information structuring, process stages, messaging, versioning and collaborative editing to a graph (network) structure. Vertices represent pieces of information, while edges (connections) represent the semantic interaction between different information pieces.
This allows to <b>combine different concepts arbitrarily to create individual workflows that scale with the requirements of the team.</b>
</p>
<p>
Like in the human brain, conversations and concepts are not stored chronologically, but with topic-based associations. There would be no more searching in a chat history, but more of an <b>exploration of a highly structured dynamic information network.</b>
</p>
<p>
To structure information in the graph, we fused the concepts of folder-hierarchies and tagging to eliminate both of their trade-offs. It can be understood as <b>"One file can live in multiple folders"</b>.
</p>
<div>
<div class="row my-5">
<button type="submit" class="btn mx-auto btn-lg btn-primary" onclick="openApp('techdetails')">Try Without Registration</button>
</div>
</div>
</section>
<!-- Team -->
<a name="Team"></a>
<section class="mt-md-10 mt-8 team text-center">
<div class="container">
<h1 class="mb-5">Team</h1>
<div class="row">
<div class="col-lg-4">
<div class="testimonial-item mx-auto mb-5 mb-lg-0">
<img class="img-fluid rounded-circle mb-3" src="img/felix.jpg" alt="">
<h5>Felix Dietze</h5>
<div class="team-title">CEO & Co-Founder</div>
<!-- <p class="font-weight-light mb-0">"A good Woost-Case."</p> -->
</div>
</div>
<div class="col-lg-4">
<div class="testimonial-item mx-auto mb-5 mb-lg-0">
<img class="img-fluid rounded-circle mb-3" src="img/johannes.jpg" alt="">
<h5>Johannes Karoff</h5>
<div class="team-title">CTO & Co-Founder</div>
<!-- <p class="font-weight-light mb-0"></p> -->
</div>
</div>
<div class="col-lg-4">
<div class="testimonial-item mx-auto mb-5 mb-lg-0">
<img class="img-fluid rounded-circle mb-3" src="img/julius.jpg" alt="">
<h5>Julius Elias</h5>
<div class="team-title">CPO & Co-Founder</div>
<!-- <p class="font-weight-light mb-0">"Woostify yourself."</p> -->
</div>
</div>
</div>
<h5 class="mt-5 text-center">Questions? Ideas? Please drop us a line, we'd love to talk to you. <a href="mailto:[email protected]">[email protected]</a></h5>
</div>
</section>
<div class="container">
<!-- <div class="row"> -->
<!-- <div class="col-md-8 col-5 mx-auto" style="height: 200px; background: white url(img/exist-logos.svg) center no-repeat; background-size: contain"></div> -->
<!-- </div> -->
<footer class="footer pt-4 my-md-5 pt-md-5 border-top">
<div class="row">
<!-- <div class="col-6 col-md"> -->
<!-- <h5>About</h5> -->
<!-- <ul class="list-unstyled text-small"> -->
<!-- <li><a class="text-muted" href="#">Team</a></li> -->
<!-- <li><a class="text-muted" href="#">Locations</a></li> -->
<!-- <li><a class="text-muted" href="#">Privacy</a></li> -->
<!-- <li><a class="text-muted" href="#">Terms</a></li> -->
<!-- </ul> -->
<!-- </div> -->
</div>
<div class="container">
<div class="row">
<div class="col-lg-6 h-100 text-center text-lg-left my-auto">
<ul class="list-inline mb-2">
<!-- <li class="list-inline-item">⋅</li> -->
<li class="list-inline-item">
<a class="text-muted" href="/static/impressum.html">Impressum</a>
</li>
<li class="list-inline-item">⋅</li>
<li class="list-inline-item">
<a class="text-muted" href="/static/privacy_policy.html">Privacy Policy</a>
</li>
<li class="list-inline-item">⋅</li>
<li class="list-inline-item">
<a class="text-muted" href="mailto:[email protected]">[email protected]</a>
</li>
</ul>
<p class="text-muted small mb-4 mb-lg-0">© Woost 2018. All Rights Reserved.</p>
</div>
</div>
</div>
</footer>
</div>
<!-- Bootstrap core JavaScript -->
<script src="https://code.jquery.com/jquery-3.3.1.slim.min.js" integrity="sha384-q8i/X+965DzO0rT7abK41JStQIAqVgRVzpbzo5smXKp4YfRvH+8abtTE1Pi6jizo" crossorigin="anonymous"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/popper.js/1.14.3/umd/popper.min.js" integrity="sha384-ZMP7rVo3mIykV+2+9J3UJ46jBk0WLaUAdn689aCwoqbBJiSnjAK/l8WvCWPIPm49" crossorigin="anonymous"></script>
</body>
</html>