-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathindex.html
358 lines (323 loc) · 16.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
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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Onchain Capital Allocation Handbook</title>
<meta name="description" content="A Practical Journey from Present Mechanisms to Future Possibilities ">
<!-- fonts and styles -->
<link rel="stylesheet" href="https://unpkg.com/franken-ui/dist/css/core.min.css" />
<link rel="stylesheet" href="./styles.css" rel="stylesheet" />
<link rel="stylesheet" href="./custom-styles.css" rel="stylesheet" />
<link rel="preload" as="image" href="./src/images/allo-book-bg.svg">
<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=Inter:wght@400;500;600;700;800&family=Space+Grotesk:[email protected]&display=swap"
rel="stylesheet">
<!-- icons -->
<link rel="apple-touch-icon" sizes="180x180"
href="https://assets-global.website-files.com/6433c5d029c6bb75f3f00bd5/6433c5d029c6bb9127f00c07_gitcoin-fav3.png" />
<link rel="icon"
href="https://assets-global.website-files.com/6433c5d029c6bb75f3f00bd5/6433c5d029c6bb9127f00c07_gitcoin-fav3.png"
type="image/png" sizes="150x150" />
<link rel="shortcut icon"
href="https://assets-global.website-files.com/6433c5d029c6bb75f3f00bd5/6433c5d029c6bb9127f00c07_gitcoin-fav3.png">
<!-- twitter card -->
<meta name="twitter:card" content="summary_large_image">
<!-- <meta name="twitter:site" content="@gitcoin"> -->
<meta name="twitter:creator" content="@owocki">
<meta name="twitter:title" content="Onchain Capital Allocation Handbook">
<meta name="twitter:description" content="A Practical Journey from Present Mechanisms to Future Possibilities">
<meta name="twitter:image" content="https://allobook.gitcoin.co/src/images/allo-book-twitter-card-v2.png">
<meta property="og:title" content="Onchain Capital Allocation Handbook" />
<meta property="og:type" content="blockchain" />
<meta property="og:url" content="https://allobook.gitcoin.co" />
<meta property="og:image" content="https://allobook.gitcoin.co/src/images/allo-book-twitter-card-v2.png" />
<meta property="og:description" content="A Practical Journey from Present Mechanisms to Future Possibilities" />
<script src="https://unpkg.com/[email protected]/dist/js/core.iife.js" type="module"></script>
<script src="https://unpkg.com/[email protected]/dist/js/icon.iife.js" type="module"></script>
<!-- Google tag (gtag.js) -->
<script async src="https://www.googletagmanager.com/gtag/js?id=G-R6FCENMDYW"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag() { dataLayer.push(arguments); }
gtag('js', new Date());
gtag('config', 'G-R6FCENMDYW');
</script>
</head>
<body id="body" class="relative overflow-x-hidden max-w-[100vw]">
<div id="new-header">
<header class=" sm:px-6 lg:px-28 px-4 bg-black flex items-center justify-between sm:gap-16 gap-2 py-2">
<div class="flex items-center sm:gap-16 gap-2">
<div>
<a href="https://allo.expert/"><img src="./src/images/allo-logo.svg" alt="Allo logo" width="74" height="20"
class="sm:max-w-none max-h-[15px] sm:w-[74px] w-auto" /></a>
</div>
<div class="sm:hidden">
<button class="uk-button uk-button-default !text-white !border-none !font-semibold" type="button">
<div class="flex items-center gap-2">
Book
<img alt="" width="12" height="11" src="./src/images/down-icon.svg" />
</div>
</button>
<div class="uk-drop uk-dropdown !bg-black !text-white" uk-dropdown="mode: click">
<ul class="uk-dropdown-nav uk-nav">
<li><a href="https://allo.expert/" class="hover:!bg-gray-800 white">
Experts
</a></li>
<li><a href="https://leaderboard.allo.gitcoin.co/" class="hover:!bg-gray-800 white">
Leaderboard
</a></li>
</ul>
</div>
</div>
<nav class="hidden sm:!block ">
<ul class="font-semibold flex items-center sm:gap-8 gap-4 text-white">
<li>
<a href="https://allo.expert/" class="link white ">
Experts
</a>
</li>
<li>
<a href="https://leaderboard.allo.gitcoin.co/" class="link white">
Leaderboard
</a>
</li>
<li>
<a href="https://allobook.gitcoin.co/" class="link white selected">
Book
</a>
</li>
</ul>
</nav>
</div>
<div>
<a href="https://t.me/+eY1-8OcToHI3ZWJh" target="_blank"><button class="secondary text-sm">Join Telegram
Group</button></a>
</div>
</header>
</div>
<div class="relative sm:pt-10 pt-6 lg:px-28 px-4 mx-auto overflow-x-hidden max-w-[100vw]">
<div>
<img src="./src/images/allo-book-bg.svg" id="hero-bg"
class="absolute -top-10 xl:right-0 lg:-right-72 -right-72 z-[-1] md:max-w-none max-w-2xl h-auto origin-center"
alt="" />
</div>
<main>
<section class="mt-10">
<h1 class="font-semibold sm:text-xl mb-2 slide-in">Onchain Capital Allocation Handbook - by Kevin Owocki</h1>
<h2 class="font-sans font-bold text-4xl sm:text-5xl md:text-6xl max-w-[15ch] mb-6 reveal-opacity">Discover the
emerging frontier
of onchain coordination.</h2>
<a href="./src/pdf/onchain-capital-allocation-v2.pdf" target="_blank" id="read-book-btn"><button
class="primary">Read the
book</button></a>
</section>
<section class="pt-32">
<div class="max-w-2xl">
<h3 class="font-sans font-bold text-purple-600 xl:text-4xl text-2xl mb-4">Capital Allocation 🤝
OnChain Coordination ✨</h3>
<p class="bg-white">Capital allocation, from paying bills to complex organizational funding, often suffers
from inefficiencies and lack of transparency. Crypto, with programmable smart contracts, has the potential
to revolutionize this by enabling more efficient, effective, and transparent capital distribution. By
addressing coordination failures and introducing new onchain strategies, crypto could transform how society
allocates resources, similar to how the internet revolutionized information sharing. This book explores
these possibilities within the web3 space, offering a comprehensive guide to the emerging innovations in
capital allocation.</p>
</div>
<div class="flex items-center justify-evenly lg:flex-row flex-col mt-4">
<!-- v1 -->
<div class="flex flex-col items-center justify-center">
<div class="hover:translate-x-1 hover:translate-y-1 transition-all duration-300 mb-8">
<a href="https://www.blurb.com/b/12052748-onchain-capital-allocation-handbook" class="" target="_blank">
<img src="./src/images/allobook-v1.png" alt="Onchain capital allocation book v1" width="233"
height="350" class="w-full h-auto max-w-[233px]" /></a>
</div>
<h3 class="font-sans font-bold text-xl sm:text-2xl mb-8 sm:text-left text-center slide-in-on-scroll">
Innovators Edition</h3>
<div class="flex md:flex-row sm:flex-col justify-center sm:justify-start xl:gap-6 gap-4">
<a href="./src/pdf/onchain-capital-allocation-v1.pdf" target="_blank" id="download-pdf-btn"><button
class="primary sm:w-40 w-28 btn-small"><span class="sm:inline-block hidden">Download</span>
PDF</button></a>
<a href="https://zora.co/collect/zora:0xae85abc4f2a667993f895effe19cd396d467c999/1"><button
class="primary sm:w-40 w-28 btn-small">NFT</button></a>
<a href="https://www.blurb.com/b/12052748-onchain-capital-allocation-handbook" target="_blank"><button
class="primary sm:w-40 w-28 btn-small">Print</button></a>
</div>
<h4
class="mt-4 font-sans font-bold text-xl sm:text-2xl mb-8 sm:text-left text-center slide-in-on-scroll flex flex-col gap-1">
<div class="-mb-8 text-lg">..or.. chat with</div>
<div><a href="https://chatgpt.com/g/g-qxyE9BjKk-allobookgpt" target="_blank"
class="link secondary">AlloBookGPT Innovators Edition ></a></div>
</h4>
</div>
<!-- v2 -->
<div class="flex flex-col items-center justify-center">
<div class="hover:translate-x-1 hover:translate-y-1 transition-all duration-300 mb-8">
<a href="https://www.blurb.com/b/12162768-onchain-capital-allocation-handbook-explorers-edi" class=""
target="_blank">
<img src="./src/images/allobook-v2.png" alt="Onchain capital allocation book v2" width="233"
height="350" class="w-full h-auto max-w-[233px]" /></a>
</div>
<h3 class="font-sans font-bold text-xl sm:text-2xl mb-8 sm:text-left text-center slide-in-on-scroll">
Explorers Edition</h3>
<div class="flex md:flex-row sm:flex-col justify-center sm:justify-start xl:gap-6 gap-4">
<a href="./src/pdf/onchain-capital-allocation-v2.pdf" target="_blank" id="download-pdf-btn"><button
class="primary sm:w-40 w-28 btn-small"><span class="sm:inline-block hidden">Download</span>
PDF</button></a>
<a href="https://www.blurb.com/b/12162768-onchain-capital-allocation-handbook-explorers-edi"
target="_blank"><button class="primary sm:w-40 w-28 btn-small">Print</button></a>
</div>
<h4
class="mt-4 font-sans font-bold text-xl sm:text-2xl mb-8 sm:text-left text-center slide-in-on-scroll flex flex-col gap-1">
<div class="-mb-8 text-lg">..or.. chat with</div>
<div><a href=" https://chatgpt.com/g/g-Sir8Lvd7v-allobook-explorers-edition-gpt" target="_blank"
class="link secondary">AlloBookGPT Explorers Edition ></a></div>
</h4>
</div>
</div>
</section>
<section
class="lg:-mx-28 -mx-4 sm:py-0 flex justify-center items-center sm:gap-16 md:gap-16 gap-6 mt-16 bg-black">
<div class="-rotate-[10deg] sm:scale-[1.2] scale-[1.3]"><img src="./src/images/swag.png" alt="" width="300"
class="sm:w-[300px] w-[140px] h-auto" /> </div>
<div class="grid-cols-2">
<h3 class="font-sans font-bold text-purple-600 md:text-4xl text-lg sm:text-3xl mb-4 sm:mb-12">Celebrate<br />
the book launch</h3>
<a href="https://store.gitcoin.co/collections/book-launch" target="_blank"><button
class="primary sm:w-40 w-28 btn-small">Get swag</button></a>
</div>
</section>
<section class="grid md:grid-cols-3 gap-12 pt-32">
<div class="h-full flex flex-col justify-between">
<div>
<img src="./src/images/shape1.svg" alt="" width="40" height="40" class="h-10 w-auto" />
<h4 class="text-purple-600 font-sans font-bold text-xl sm:text-2xl mt-3 mb-5 slide-in-on-scroll">DAO Capital
Allocators</h4>
<p class="reveal-opacity-on-scroll">If you are a Grants Program Manager or DAO contributor who allocates
capital via bounties, grants, or other onchain mechansisms, and want to learn about the latest & greatest
in
whats possible, contact Sov (BD lead @ gitcoin).</p>
</div>
<a href="https://t.me/sovsignal" target="_blank"><button class="primary md:mt-8 mt-4">Use
Gitcoin</button></a>
</div>
<div class="h-full flex flex-col justify-between">
<div>
<img src="./src/images/shape2.svg" alt="" width="40" height="40" class="h-10 w-auto" />
<h4 class="text-purple-600 font-sans font-bold text-xl sm:text-2xl mt-3 mb-5 slide-in-on-scroll">Developer
</h4>
<p class="reveal-opacity-on-scroll">Are you a developer who wants to pull the latest & greatest capital
allocation tools into your app? Allo Protocol is a capital allocation protocol that can make it easy to
spin
up secure capital allocation strategies onchain. </p>
</div>
<a href="https://allo.gitcoin.co/" target="_blank"> <button class="primary md:mt-8 mt-4">Build on
Allo</button></a>
</div>
<div class="h-full flex flex-col justify-between">
<div>
<img src="./src/images/shape3.svg" alt="" width="40" height="40" class="h-10 w-auto" />
<h4 class="text-purple-600 font-sans font-bold text-xl sm:text-2xl mt-3 mb-5 slide-in-on-scroll">Mechanism
Designer</h4>
<p class="reveal-opacity-on-scroll">Are you a mechanism designer who wants to see your mechansism used in
Gitcoins' network of partners & collaborators? We can help you get distribution for your mechansims in our
network of DAO capital allocators. Contact Owocki (founder of Gitcoin, author of this book) to learn more.
</p>
</div>
<a href="https://t.me/owocki" target="_blank"><button class="primary md:mt-8 mt-4">Get
Distribution</button></a>
</div>
</section>
</main>
</div>
<div id="new-footer">
<footer class="mt-24 py-10 bg-footer-gradient-bg bg-top bg-cover px-4 lg:px-28">
<div class="flex items-center px-6 sm:px-2 sm:flex-row flex-col gap-4 sm:gap-10 pb-10">
<a href="https://allo.expert/"> <img class="max-h-[20px] w-auto" src="./src/images/allo-logo-black.svg"
alt="Allo Protocol Logo" width="111" height="30" /></a>
<nav>
<ul class="font-semibold flex items-center gap-8">
<li>
<a href="https://allo.expert/" class="link ">
Experts
</a>
</li>
<li>
<a href="https://leaderboard.allo.gitcoin.co/" class="link">
Leaderboard
</a>
</li>
<li>
<a href="https://allobook.gitcoin.co/" class="link selected">
Book
</a>
</li>
</ul>
</nav>
</div>
<div class="flex lg:items-center justify-between gap-x-6 gap-y-2 lg:flex-row flex-col px-6 sm:px-2">
<p class="font-semibold">2024 Onchain Capital Allocation Handbook (OCAH) | A Gitcoin Ecosystem Drop</p>
<div class="self-end"><a href="https://t.me/+eY1-8OcToHI3ZWJh" target="_blank" class="link">Join Telegram Group
></a></div>
</div>
</footer>
</div>
</body>
</html>
<script>
const epsilon = .1;
const element = document.getElementById('hero-bg');
setTimeout(function () {
window.addEventListener('scroll', onScroll);
});
let previousValue = 1;
function onScroll() {
const newValue = document.documentElement.scrollTop / 20;
if (Math.abs(newValue - previousValue) < epsilon) { return; }
const newStyle = `rotate(${newValue}deg)`;
if (element) {
element.style.transform = newStyle;
}
previousValue = newValue;
}
//
const isInViewport = function (elem) {
const distance = elem.getBoundingClientRect();
return (
distance.top >= 0 &&
distance.left >= 0 &&
distance.bottom <= (window.innerHeight || document.documentElement.clientHeight) &&
distance.right <= (window.innerWidth || document.documentElement.clientWidth)
);
};
let slideInTarget = document.querySelectorAll('.slide-in-on-scroll');
let revealOpacityTarget = document.querySelectorAll('.reveal-opacity-on-scroll');
window.addEventListener('scroll', function (event) {
slideInTarget.forEach(element => {
if (isInViewport(element)) {
element.classList.add("slide-in");
}
});
revealOpacityTarget.forEach(element => {
if (isInViewport(element)) {
element.classList.add("reveal-opacity");
}
});
}, false);
</script>
<script type="text/javascript">
const newHeader = document.getElementById('new-header');
const prevHeader = document.getElementById('prev-header');
function getParamValue(querystring) {
var qstring = window.location.href.slice(window.location.href.indexOf('?') + 1).split('&');
for (var i = 0; i < qstring.length; i++) {
var urlparam = qstring[i].split('=');
if (urlparam[0] == querystring) {
return urlparam[1];
}
}
}
</script>