-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
480 lines (466 loc) · 26.9 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
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8" />
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<meta http-equiv="X-UA-Compatible" content="IE=edge" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<meta name="format-detection" content="telephone=no" />
<meta name="description" content="A Prediction Markets protocol built on Polkadot. With the world’s leading forecasting minds, we’re building the best prediction markets app available." />
<link rel="preconnect" href="https://fonts.googleapis.com" />
<link rel="preconnect" href="https://fonts.googleapis.com" />
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin />
<link href="https://fonts.googleapis.com/css2?family=Lato:wght@300;400;700&family=Space+Grotesk:wght@300;500;700&display=swap" rel="stylesheet" />
<link href="https://cdn.jsdelivr.net/npm/[email protected]/dist/css/bootstrap.min.css" rel="stylesheet" integrity="sha384-1BmE4kWBq78iYhFldvKuhfTAU6auU8tT94WrHftjDbrCEXSU1oBoqyl2QvZ6jIW3" crossorigin="anonymous" />
<link href="css/style.css" rel="stylesheet" />
<link href="https://unpkg.com/[email protected]/dist/aos.css" rel="stylesheet" />
<script type="text/javascript" src="https://unpkg.com/[email protected]/dist/aos.js"></script>
<title>Zeitgeist: Decentralized Prediction Markets</title>
</head>
<body>
<div class="body-inner">
<header class="headerMain headerMain-index container-fluid main-menu">
<div class="wrapperDefault">
<div class="wrapperDefault-inner">
<div class="headerMain-inner">
<a class="headerMain__logo" href="index.html">
<img src="i/logo.svg" alt="Zeitgeist PM" />
</a>
<div class="headerMain__menu">
<ul class="headerMain__menu__list">
<li class="headerMain__menu__item">
<a class="headerMain__menu__link" href="#about">About</a>
</li>
<li class="headerMain__menu__item">
<a class="headerMain__menu__link" href="#tech">Technology</a>
</li>
<!-- <li class="headerMain__menu__item">
<a class="headerMain__menu__link" href="#team">Team</a>
</li> -->
<li class="headerMain__menu__item">
<a class="headerMain__menu__link" href="#contact">Contact</a>
</li>
</ul>
</div>
<div class="headerMain__menu__bar">
<div class="headerMain__menu__bar__inner"></div>
</div>
</div>
</div>
</div>
</header>
<main class="container-fluid contentMain contentMain-index">
<div class="wrapperDefault">
<div class="wrapperDefault-inner contentMain-inner">
<header class="headerPage headerPage-index">
<div class="headerPage__name"> </div>
<h1 class="headerPage__title">Building systems <br />where the truth wins</h1>
<p class="headerPage__intro">
A Prediction Markets protocol helping steer humanity <br />
towards truth and progress
</p>
<div class="headerPage__wrapImg">
<div class="rellax" data-rellax-speed="-5" data-rellax-min="0" data-rellax-max="200">
<div class="wrapEye">
<script src="https://unpkg.com/@lottiefiles/lottie-player@latest/dist/lottie-player.js"></script>
<lottie-player src="https://assets7.lottiefiles.com/packages/lf20_0H4CkNcjKh.json" background="transparent" speed="1" style="width: 100%; height: 100%" loop autoplay></lottie-player>
</div>
</div>
</div>
</header>
<div class="row titleSeparator">
<div class="col-12 col-xl-8 titleSeparator__content">
<div class="h2 titleSeparator__title" id="about">Our Philosophy</div>
<div class="headerPage__intro">At Zeitgeist, we believe truth is the ally of progress</div>
</div>
<div class="col-12 col-xl-4 titleSeparator__wrapImg mb-0">
<div class="rellax" data-rellax-speed="-5" data-rellax-min="-100" data-rellax-max="120">
<img src="i/misc/tech-technology.svg" alt="" />
</div>
</div>
</div>
<div class="row">
<div class="col-12 col-md-4 section__aside">
<img class="" src="i/sections/section-beliefs.svg" alt="" />
</div>
<div class="col-12 col-md-7 col-xl-8">
<div class="section__text section__text_allWidth">
<p>In a world overloaded with data, discerning the truth is a challenge. Every bit of information carries the bias of its creator, but how do we cut through the noise and focus on facts?</p>
<p>Enter the power of prediction markets. Here at Zeitgeist, we harness collective wisdom, proving time and again that crowds outsmart the individual. Participants in our markets bet on outcomes, not preferences, stripping away bias and revealing truths.</p>
<p>We pioneer with a governance model called futarchy, where bets dictate actions. Unlike conventional systems where votes may not translate into real-world effects, futarchy aligns successful predictions with actionable decisions—ensuring biases don't skew outcomes.</p>
<p>At Zeitgeist, everyone has a stake, not only in predicting outcomes but in forging a fairer, more just society. Join us, and be part of building a future grounded in truth.</p>
</div>
<div class="btn-group headerPage__btn-group">
<a href="https://app.zeitgeist.pm" class="btn btn-green"><span class="btn-inner">Enter App</span></a>
<a href="https://docs.zeitgeist.pm/" class="btn btn-transp btn-border-green"><span class="btn-inner">Learn More</span></a>
</div>
</div>
</div>
<section id="technology">
<div class="row titleSeparator">
<div class="col-12 col-xl-8 titleSeparator__content">
<div class="h2 titleSeparator__title" id="tech">Technology</div>
</div>
<div class="col-12 col-xl-4 titleSeparator__wrapImg mb-0">
<div class="rellax" data-rellax-speed="-5" data-rellax-min="-100" data-rellax-max="120">
<img src="i/misc/tech-technology.svg" alt="" />
</div>
</div>
</div>
<ul class="listCommon listCommon-2col">
<li class="listCommon__item" data-aos="listCommonItem" data-aos-once="true">
<div class="listCommon__item__wrapIco">
<img src="i/misc/tech-ico-1.svg" alt="" />
</div>
<div class="listCommon__item__title">
Built on <br />
Substrate
</div>
<div class="listCommon__item__text">Zeitgeist is built using the Substrate blockchain framework, the same infrastructure used to build the Polkadot and Kusama networks.</div>
</li>
<li class="listCommon__item" data-aos="listCommonItem" data-aos-once="true">
<div class="listCommon__item__wrapIco">
<img src="i/misc/tech-ico-2.svg" alt="" />
</div>
<div class="listCommon__item__title">Permissionless <br />Decentralization</div>
<div class="listCommon__item__text">Decentralization is a core value to us. No single entity controls our network, and its distributed governance mechanisms ensure it stays that way.</div>
</li>
<li class="listCommon__item" data-aos="listCommonItem" data-aos-once="true">
<div class="listCommon__item__wrapIco">
<img src="i/misc/tech-ico-3.svg" alt="" />
</div>
<div class="listCommon__item__title">
Scalable SDK <br />
Tech
</div>
<div class="listCommon__item__text">Our Layer 1 protocol is designed and optimized to be used as an SDK for anyone looking to implement their own prediction market technology. <a target="_blank" href="https://docs.zeitgeist.pm/">Learn more.</a></div>
</li>
<li class="listCommon__item" data-aos="listCommonItem" data-aos-once="true">
<div class="listCommon__item__wrapIco">
<img src="i/misc/tech-ico-4.svg" alt="" />
</div>
<div class="listCommon__item__title">
The Quest <br />
For Truth
</div>
<div class="listCommon__item__text">We’re building Zeitgeist because we believe in the progress of civilization… with truth being a core ally of this progress. Prediction markets aid our quest for truth by reliably providing accurate forecast data.</div>
</li>
</ul>
<section class="section section-about section-1">
<div class="row">
<div class="col-12 col-xl-4 section__wrapImg setGorizont-downXL">
<div class="rellax" data-rellax-speed="-5" data-rellax-min="-100">
<img class="section__wrapImg__imgBig" src="i/sections/section-tech-2.svg" alt="" />
</div>
</div>
<div class="col-12 col-xl-8 section__content">
<div class="section__text section__text_allWidth">
<div class="h2 mb-md-2 mb-xl-5 text-center text-xl-start">Innovations</div>
<br class="d-xl-none" />
<br class="d-xl-none" />
<ul class="listCommon listCommon-2col listCommon-xl-1col">
<li class="listCommon__item" data-aos="listCommonItem" data-aos-once="true">
<div class="listCommon__item__wrapIco">
<img src="i/misc/tech-ico-5.svg" alt="" />
</div>
<div class="listCommon__item__title">Always Liquid</div>
<div class="listCommon__item__text">We have dedicated to building a prediction markets platform that is always liquid, meaning that no matter what market gets created, there will be enough volume for traders to engage.</div>
</li>
<li class="listCommon__item" data-aos="listCommonItem" data-aos-once="true">
<div class="listCommon__item__wrapIco">
<img src="i/misc/tech-ico-6.svg" alt="" />
</div>
<div class="listCommon__item__title">Futarchy</div>
<div class="listCommon__item__text">We are the first parachain project in the Substrate ecosystem to introduce the Futarchy form of governance. We believe we may even be the first blockchain project to introduce Futarchy.</div>
</li>
<li class="listCommon__item" data-aos="listCommonItem" data-aos-once="true">
<div class="listCommon__item__wrapIco">
<img src="i/misc/tech-ico-7.svg" alt="" />
</div>
<div class="listCommon__item__title">SDK</div>
<div class="listCommon__item__text">As mentioned above, our Software Development Kit means that any project or company can introduce prediction markets or futarchy into their own ecosystem. <a target="_blank" href="https://docs.zeitgeist.pm/">Start building.</a></div>
</li>
</ul>
</div>
</div>
</div>
</section>
<div class="row titleSeparator">
<div class="col-12 col-xl-8 titleSeparator__content">
<div class="h2 titleSeparator__title">Applications</div>
</div>
<div class="col-12 col-xl-4 titleSeparator__wrapImg mb-0">
<div class="rellax" data-rellax-speed="-5" data-rellax-min="-200" data-rellax-max="120">
<img src="i/misc/tech-applications.svg" alt="" />
</div>
</div>
</div>
<ul class="listCommon listCommon-2col">
<li class="listCommon__item" data-aos="listCommonItem" data-aos-once="true">
<div class="listCommon__item__wrapIco">
<img src="i/misc/tech-ico-8.svg" alt="" />
</div>
<div class="listCommon__item__title">Sports and eSports</div>
<div class="listCommon__item__text">Competitive gaming (real world or digital) is one of the most utilized applications for Prediction Markets. Fans love to trade positions in real time as part of the excitement of live sport.</div>
</li>
<li class="listCommon__item" data-aos="listCommonItem" data-aos-once="true">
<div class="listCommon__item__wrapIco">
<img src="i/misc/tech-ico-9.svg" alt="" />
</div>
<div class="listCommon__item__title">Politics</div>
<div class="listCommon__item__text">Prediction markets for politics are a fantastic mechanism for aggregating information about political races. They also allow users to hedge against possible outcomes.</div>
</li>
<li class="listCommon__item" data-aos="listCommonItem" data-aos-once="true">
<div class="listCommon__item__wrapIco">
<img src="i/misc/tech-ico-10.svg" alt="" />
</div>
<div class="listCommon__item__title">Cryptocurrency</div>
<div class="listCommon__item__text">The prices of cryptocurrency are notoriously volatile. Zeitgeist allows traders to predict upcoming price and market milestones.</div>
</li>
<li class="listCommon__item" data-aos="listCommonItem" data-aos-once="true">
<div class="listCommon__item__wrapIco">
<img src="i/misc/tech-ico-11.svg" alt="" />
</div>
<div class="listCommon__item__title">Insurance</div>
<div class="listCommon__item__text">Markets for various events can act as decentralized insurance by hedging outcomes.</div>
</li>
<li class="listCommon__item" data-aos="listCommonItem" data-aos-once="true">
<div class="listCommon__item__wrapIco">
<img src="i/misc/tech-ico-12.svg" alt="" />
</div>
<div class="listCommon__item__title">Startups</div>
<div class="listCommon__item__text">It's difficult to predict whether a particular startup may succeed. Prediction markets can help by allowing traders to take positions on the success or failure of these new companies.</div>
</li>
<li class="listCommon__item" data-aos="listCommonItem" data-aos-once="true">
<div class="listCommon__item__wrapIco">
<img src="i/misc/tech-ico-13.svg" alt="" />
</div>
<div class="listCommon__item__title">Futarchy</div>
<div class="listCommon__item__text">Essentially, organizations can run their entire decision-making process based on the data provided by prediction markets.</div>
</li>
</ul>
</section>
</div>
</div>
<div class="wrapperDefault">
<div class="wrapperDefault-inner contentMain-inner">
<!-- <div class="row titleSeparator">
<div class="col-12 col-xl-4 titleSeparator__wrapImg">
<img src="i/misc/about-team.svg" alt="" />
</div>
<div class="col-12 col-xl-8 titleSeparator__content">
<div class="h2 titleSeparator__title" id="team">Team</div>
<div class="titleSeparator__intro">We have extensive experience in blockchain and prediction markets</div>
</div>
</div>
<div class="team">
<div class="team__person">
<div class="team__person__img">
<img class="circle" src="i/team/logan.jpg" alt="Logan Saether" />
</div>
<div class="team__person__name">Logan Saether</div>
<div class="team__person__post">Founder/CEO</div>
</div>
<div class="team__person">
<div class="team__person__img">
<img class="circle" src="i/team/david.jpg" alt="David Perry" />
</div>
<div class="team__person__name">David Perry</div>
<div class="team__person__post">Cofounder/COO</div>
</div>
<div class="team__person">
<div class="team__person__img">
<img class="circle" src="i/team/mk.jpg" alt="mk" />
</div>
<div class="team__person__name">MK</div>
<div class="team__person__post">Design Lead</div>
</div>
<div class="team__person">
<div class="team__person__img">
<img class="circle" src="i/team/tom.jpg" alt="Tom Robiquet" />
</div>
<div class="team__person__name">Tom Robiquet</div>
<div class="team__person__post">Frontend Developer</div>
</div>
<div class="team__person">
<div class="team__person__img">
<img class="circle" src="i/team/nikhil.jpg" alt="Nikhil Saboo" />
</div>
<div class="team__person__name">Nikhil Saboo</div>
<div class="team__person__post">Typescript Architect</div>
</div>
<div class="team__person">
<div class="team__person__img">
<img class="circle" src="i/team/danielle.jpg" alt="Danielle Reyes" />
</div>
<div class="team__person__name">Danielle Reyes</div>
<div class="team__person__post">Head of People and Operations</div>
</div>
<div class="team__person">
<div class="team__person__img">
<img class="circle" src="i/team/malte.jpg" alt="Malte Kliemann" />
</div>
<div class="team__person__name">Malte Kliemann</div>
<div class="team__person__post">Blockchain Engineer</div>
</div>
<div class="team__person">
<div class="team__person__img">
<img class="circle" src="i/team/eric.jpg" alt="Eric Kimmerling" />
</div>
<div class="team__person__name">Eric Kimmerling</div>
<div class="team__person__post">Finance and Legal Ops</div>
</div>
<div class="team__person">
<div class="team__person__img">
<img class="circle" src="i/team/jorn.webp" alt="Jørn Tangen" />
</div>
<div class="team__person__name">Jørn Tangen</div>
<div class="team__person__post">Programmer</div>
</div>
<div class="team__person">
<div class="team__person__img">
<img class="circle" src="i/team/chris.jpeg" alt="Christopher Altmann" />
</div>
<div class="team__person__name">Christopher Altmann</div>
<div class="team__person__post">Blockchain Engineer</div>
</div>
<div class="team__person">
<div class="team__person__img">
<img class="circle" src="i/team/robhyrk.jpg" alt="robhyrk" />
</div>
<div class="team__person__name"><a target="_blank" href="https://github.com/robhyrk">@robhyrk</a></div>
<div class="team__person__post">Frontend Developer</div>
</div>
<div class="team__person">
<div class="team__person__img">
<img class="circle" src="i/team/anon.png" alt="Tejas Chitnis" />
</div>
<div class="team__person__name">Tejas Chitnis</div>
<div class="team__person__post">Prediction Market Manager</div>
</div>
</div> -->
<div class="joinCommunity">
<div class="joinCommunity__title" id="contact">Join Our Community!</div>
<div class="joinCommunity__intro">
<p>Meet the team, learn more about Prediction Markets, and start your experience with the truth.</p>
</div>
<a href="https://discord.com/invite/xv8HuA4s8v" class="btn btn-green joinCommunity__btn"><span class="btn-inner">Launch Discord</span></a>
</div>
</div>
</div>
</main>
<footer class="footerMain container-fluid">
<div class="wrapperDefault">
<div class="wrapperDefault-inner">
<div class="footerMain-inner">
<a href="index.html" class="footerMain__logo"><img src="i/Logo-footer.svg" alt="Zeitgeist Group" width="140" height="40" /></a>
<form class="form__subscribe footerMain__subscribe" id="form">
<input id="email" type="email" class="form-control" aria-describedby="emailHelp" placeholder="Sign Up for Updates" />
<button type="submit" style="width: 100%" class="btn btn-blue btn-small btn-w-auto btn-wxs-100">Send</button>
</form>
<script>
const form = document.getElementById("form")
form.addEventListener("submit", event => {
event.preventDefault()
const emailInput = document.getElementById("email")
signUp(emailInput.value)
})
const signUp = async email => {
const response = await fetch("https://emails.zeitgeist.pm/landing-subscribe", {
method: "POST",
headers: {
Accept: "application/json",
"Content-Type": "application/json"
},
body: JSON.stringify({ email: email })
})
}
</script>
<div class="socials footerMain__socials">
<a href="https://discord.com/invite/xv8HuA4s8v" class="socials__item"><img src="i/socials/discord.svg" width="22" height="16" /></a>
<a href="https://github.com/ZeitgeistPM" class="socials__item"><img src="i/socials/github.svg" width="19" height="17" /></a>
<a href="https://twitter.com/ZeitgeistPM" class="socials__item"><img src="i/socials/tweeter.svg" width="18" height="20" /></a>
</div>
<div class="listWrap footerMain__list footerMain__list-general">
<div class="listWrap__title">General</div>
<ul class="listWrap__list">
<!-- <li class="listWrap__item">
<a
href="https://drive.google.com/drive/folders/1AfYT8k-LRK_84Ca76jgQktVQsSwkBYwW"
class="listWrap__link"
>Assets</a
>
</li> -->
<li class="listWrap__item">
<a href="https://blog.zeitgeist.pm/" class="listWrap__link">Blog</a>
</li>
<li class="listWrap__item">
<a href="https://angel.co/company/zeitgeist-pm" class="listWrap__link">Careers</a>
</li>
<!-- <li class="listWrap__item">
<a
href="https://mega.nz/folder/XzxjDaTJ#APLp7GIZ-JMUrgZJu6itvQ"
class="listWrap__link"
>Wallpapers</a
>
</li> -->
</ul>
</div>
<div class="listWrap footerMain__list footerMain__list-tech">
<div class="listWrap__title">Technology</div>
<ul class="listWrap__list">
<li class="listWrap__item">
<a href="https://docs.zeitgeist.pm/" class="listWrap__link">Docs</a>
</li>
<li class="listWrap__item">
<a href="https://github.com/ZeitgeistPM" class="listWrap__link">GitHub</a>
</li>
<li class="listWrap__item">
<a href="https://zeitgeist.pm/privacy.pdf" class="listWrap__link">Privacy</a>
</li>
</ul>
</div>
<div class="listWrap footerMain__list footerMain__list-comm">
<div class="listWrap__title">Community</div>
<ul class="listWrap__list">
<li class="listWrap__item">
<a href="https://discord.com/invite/xv8HuA4s8v" class="listWrap__link">Discord</a>
</li>
<li class="listWrap__item">
<a href="https://t.me/zeitgeist_official" class="listWrap__link">Telegram</a>
</li>
<li class="listWrap__item">
<a href="https://twitter.com/ZeitgeistPM" class="listWrap__link">Twitter</a>
</li>
<li class="listWrap__item">
<a href="https://www.youtube.com/channel/UCBRttdrRIaWmjA-GyNNto5g" class="listWrap__link">YouTube</a>
</li>
</ul>
</div>
</div>
<p class="footerMain__copyright">
©
<script>
document.write(new Date().getFullYear())
</script>
Zeitgeist PM
</p>
</div>
</div>
</footer>
</div>
<!-- Google analyitics -->
<script id="google-analytics">
window.dataLayer = window.dataLayer || []
function gtag() {
dataLayer.push(arguments)
}
gtag("js", new Date())
gtag("config", "G-QFH1DGK67V")
</script>
<script src="https://www.googletagmanager.com/gtag/js?id=G-QFH1DGK67V"></script>
<!-- Google analytics (END) -->
<script type="text/javascript" src="js/common.js"></script>
<script src="https://cdn.jsdelivr.net/npm/[email protected]/dist/js/bootstrap.min.js" integrity="sha384-QJHtvGhmr9XOIpI6YVutG+2QOK9T+ZnN4kzFN1RtK3zEFEIsxhlmWl5/YESvpZ13" crossorigin="anonymous"></script>
</body>
</html>