-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathindex.html
425 lines (395 loc) · 23.4 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<meta name="description" content="Panmoni is a Web3 product studio." />
<meta name="author" content="George Donnelly" />
<title>Panmoni: A Web3 Product Studio</title>
<link href="./styles.css" rel="stylesheet" />
<link rel="preconnect" href="https://fonts.googleapis.com" />
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin />
<link rel="icon" href="./favicon.ico" type="image/x-icon" />
<script src="https://unpkg.com/@phosphor-icons/web@2.1.1"></script>
</head>
<body class="bg-[#F8F6F0] flex items-center flex-col min-h-screen text-[#141a43]">
<container class="p-8 my-12 text-center max-w-5xl">
<header>
<img src="./pan.png" alt="Panmoni logo" class="w-64 mx-auto mb-4" />
<h1 class="text-7xl mb-4 mt-6 font-semibold">
Panmoni
</h1>
<h2 class="text-3xl font-semibold mb-4">
A FOSS Web3 Product Studio for Everyone
</h2>
<p class="text-lg leading-relaxed mb-4">
We build practical, permissionless, open-source products to facilitate access to prosperity for everyone, everywhere. We like transparency, building in public, inclusivity, accessibility and early traction. Seeking builders.
</p>
<section class="flex justify-center mt-4">
<a href="https://github.com/Panmoni"><i class="ph ph-github-logo text-4xl mx-2 hover:text-[#b2cd54]"></i></a>
<a href="https://t.me/Panmoni"><i class="ph ph-telegram-logo text-4xl mx-2 hover:text-[#b2cd54]"></i></a>
<a href="https://x.com/Panmonicom"><i class="ph ph-x-logo text-4xl mx-2 hover:text-[#b2cd54]"></i></a>
</section>
</header>
<section>
<h2 class="text-3xl mb-4 mt-4 font-bold">The Panmoni Timeline</h2>
<p class="text-lg leading-relaxed mb-8">There is only opportunity in our future. The opportunity to build, grow and live in a world of unlimited prosperity and unfettered liberty for all people, everywhere.</p>
<div class="relative">
<!-- Vertical Line -->
<div class="absolute left-1/2 transform -translate-x-1/2 h-full w-0.5 bg-[#141a43] opacity-20"></div>
<!-- Timeline Items -->
<div class="space-y-12">
<!-- 2025 -->
<div class="relative">
<div class="absolute left-1/2 transform -translate-x-1/2 -mt-1">
<div class="w-8 h-8 rounded-full bg-[#b2cd54] border-4 border-white"></div>
</div>
<div class="mr-[calc(50%+2rem)] pr-8 text-right relative">
<span class="absolute right-0 text-lg font-bold ">2025</span>
<div class="p-6">
<div class="space-y-6">
<div>
<a href="https://localsolana.com" target="_blank" class=" hover:text-[#b2cd54] inline-flex items-center">
LocalSolana.com alpha launch (in progress)
<svg class="w-4 h-4 ml-1" fill="none" stroke="currentColor" viewBox="0 0 24 24">
<path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M9 5l7 7-7 7"></path>
</svg>
</a>
</div>
<div>
<a href="https://github.com/Panmoni/localsolana" target="_blank" class=" hover:text-[#b2cd54] inline-flex items-center">
Purchase of LocalSolana IP
<svg class="w-4 h-4 ml-1" fill="none" stroke="currentColor" viewBox="0 0 24 24">
<path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M9 5l7 7-7 7"></path>
</svg>
</a>
</div>
<div>
<a href="https://github.com/Panmoni/viibclub" target="_blank" class=" hover:text-[#b2cd54] inline-flex items-center">
Initiation of ViibClub (in progress)
<svg class="w-4 h-4 ml-1" fill="none" stroke="currentColor" viewBox="0 0 24 24">
<path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M9 5l7 7-7 7"></path>
</svg>
</a>
</div>
<div>
<a href="https://bchworks.com/" target="_blank" class=" hover:text-[#b2cd54] inline-flex items-center">
Rebrand of BitcoinCashSite to BCHWorks
<svg class="w-4 h-4 ml-1" fill="none" stroke="currentColor" viewBox="0 0 24 24">
<path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M9 5l7 7-7 7"></path>
</svg>
</a>
</div>
</div>
</div>
</div>
</div>
<!-- 2024 -->
<div class="relative">
<div class="absolute left-1/2 transform -translate-x-1/2 -mt-1">
<div class="w-8 h-8 rounded-full bg-[#b2cd54] border-4 border-white"></div>
</div>
<div class="ml-[calc(50%+2rem)] pl-8 relative">
<span class="absolute left-0 text-lg font-bold">2024</span>
<div class="p-6">
<div class="space-y-6">
<div>
<a href="https://localsolana.com/" target="_blank" class=" hover:text-[#b2cd54] inline-flex items-center">
Spanish-language community-building for LocalSolana.com
<svg class="w-4 h-4 ml-1" fill="none" stroke="currentColor" viewBox="0 0 24 24">
<path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M9 5l7 7-7 7"></path>
</svg>
</a>
</div>
<div>
<a href="https://x.com/GeorgeDonnelly/status/1843781160402596110" target="_blank" class=" hover:text-[#b2cd54] inline-flex items-center">
Participation in the Solana Radar Hackathon
<svg class="w-4 h-4 ml-1" fill="none" stroke="currentColor" viewBox="0 0 24 24">
<path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M9 5l7 7-7 7"></path>
</svg>
</a>
</div>
<div>
<a href="https://solanacolombia.com/" target="_blank" class=" hover:text-[#b2cd54] inline-flex items-center">
Formation of Solana Colombia, including Solana Bogotá meetups
<svg class="w-4 h-4 ml-1" fill="none" stroke="currentColor" viewBox="0 0 24 24">
<path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M9 5l7 7-7 7"></path>
</svg>
</a>
</div>
<div>
<a href="https://www.meetup.com/solanamedellin/" target="_blank" class=" hover:text-[#b2cd54] inline-flex items-center">
Solana Medellín developer education meetups
<svg class="w-4 h-4 ml-1" fill="none" stroke="currentColor" viewBox="0 0 24 24">
<path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M9 5l7 7-7 7"></path>
</svg>
</a>
</div>
<div>
<a href="https://x.com/GeorgeDonnelly/status/1841945127042114021" target="_blank" class=" hover:text-[#b2cd54] inline-flex items-center justify-end">
Participation in 2025 BCH network upgrade consensus process.
<svg class="w-4 h-4 ml-1" fill="none" stroke="currentColor" viewBox="0 0 24 24">
<path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M9 5l7 7-7 7"></path>
</svg>
</a>
</div>
<div>
<a href="https://openpeer.xyz/" target="_blank" class=" hover:text-[#b2cd54] inline-flex items-center justify-end">
Partnership and provision of Web3 development services to OpenPeer Labs, inc for P2P exchanges OpenPeer & LocalSolana.
<svg class="w-4 h-4 ml-1" fill="none" stroke="currentColor" viewBox="0 0 24 24">
<path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M9 5l7 7-7 7"></path>
</svg>
</a>
</div>
<div>
<a href="https://backdropbuild.com/builds/v3/yb-xnu" target="_blank" class=" hover:text-[#b2cd54] inline-flex items-center justify-end">
Backdrop Build v3 Participation
<svg class="w-4 h-4 ml-1" fill="none" stroke="currentColor" viewBox="0 0 24 24">
<path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M9 5l7 7-7 7"></path>
</svg>
</a>
</div>
<div>
<a href="https://www.gitcoin.co/blog/announcing-gg20" target="_blank" class=" hover:text-[#b2cd54] inline-flex items-center justify-end">
Gitcoin GG20 Participation
<svg class="w-4 h-4 ml-1" fill="none" stroke="currentColor" viewBox="0 0 24 24">
<path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M9 5l7 7-7 7"></path>
</svg>
</a>
</div>
</div>
</div>
</div>
</div>
<!-- 2023 -->
<div class="relative">
<div class="absolute left-1/2 transform -translate-x-1/2 -mt-1">
<div class="w-8 h-8 rounded-full bg-[#b2cd54] border-4 border-white"></div>
</div>
<div class="mr-[calc(50%+2rem)] pr-8 text-right relative">
<span class="absolute right-0 text-lg font-bold ">2023</span>
<div class="p-6">
<div class="space-y-6">
<div>
<a href="https://github.com/Panmoni/w3ng" target="_blank" class=" hover:text-[#b2cd54] inline-flex items-center">
W3NG: Web3 Business Name Generator (defunct)
<svg class="w-4 h-4 ml-1" fill="none" stroke="currentColor" viewBox="0 0 24 24">
<path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M9 5l7 7-7 7"></path>
</svg>
</a>
</div>
<div>
<a href="https://github.com/Panmoni/drop" target="_blank" class=" hover:text-[#b2cd54] inline-flex items-center">
Drop: CashTokens airdrop tool (in progress)
<svg class="w-4 h-4 ml-1" fill="none" stroke="currentColor" viewBox="0 0 24 24">
<path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M9 5l7 7-7 7"></path>
</svg>
</a>
</div>
<div>
<a href="https://github.com/Panmoni/survive-the-bull-run" target="_blank" class=" hover:text-[#b2cd54] inline-flex items-center">
Survive the Bull Run: CashTokens games (on pause)
<svg class="w-4 h-4 ml-1" fill="none" stroke="currentColor" viewBox="0 0 24 24">
<path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M9 5l7 7-7 7"></path>
</svg>
</a>
</div>
<div>
<a href="https://github.com/Panmoni/tokenstork" target="_blank" class=" hover:text-[#b2cd54] inline-flex items-center justify-end">
TokenStork.com: BCH CashTokens market-cap site (transferred)
<svg class="w-4 h-4 ml-1" fill="none" stroke="currentColor" viewBox="0 0 24 24">
<path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M9 5l7 7-7 7"></path>
</svg>
</a>
</div>
<div>
<a href="https://www.bitcoincashsite.com/blog/bch-vision-2021-nft-series" target="_blank" class=" hover:text-[#b2cd54] inline-flex items-center justify-end">
BCH Vision Series 2021 (NFT Series)
<svg class="w-4 h-4 ml-1" fill="none" stroke="currentColor" viewBox="0 0 24 24">
<path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M9 5l7 7-7 7"></path>
</svg>
</a>
</div>
<div>
<a href="https://archive.ph/UznMe" target="_blank" class=" hover:text-[#b2cd54] inline-flex items-center justify-end">
Token Pioneers 2023 Flipstarter (in progress)
<svg class="w-4 h-4 ml-1" fill="none" stroke="currentColor" viewBox="0 0 24 24">
<path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M9 5l7 7-7 7"></path>
</svg>
</a>
</div>
</div>
</div>
</div>
</div>
<!-- 2022 -->
<div class="relative">
<div class="absolute left-1/2 transform -translate-x-1/2 -mt-1">
<div class="w-8 h-8 rounded-full bg-[#b2cd54] border-4 border-white"></div>
</div>
<div class="ml-[calc(50%+2rem)] pl-8 relative">
<span class="absolute left-0 text-lg font-bold ">2022</span>
<div class="p-6">
<div class="space-y-6">
<div>
<a href="https://github.com/Panmoni/yapbay" target="_blank" class=" hover:text-[#b2cd54] inline-flex items-center">
YapBay uncensorable P2P remittances marketplace (in progress)
<svg class="w-4 h-4 ml-1" fill="none" stroke="currentColor" viewBox="0 0 24 24">
<path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M9 5l7 7-7 7"></path>
</svg>
</a>
</div>
<div>
<a target="_blank" class=" hover:text-[#b2cd54] inline-flex items-center">
Real Bitcoin Fam developer support network (defunct)
<svg class="w-4 h-4 ml-1" fill="none" stroke="currentColor" viewBox="0 0 24 24">
<path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M9 5l7 7-7 7"></path>
</svg>
</a>
</div>
</div>
</div>
</div>
</div>
<!-- 2021 -->
<div class="relative">
<div class="absolute left-1/2 transform -translate-x-1/2 -mt-1">
<div class="w-8 h-8 rounded-full bg-[#b2cd54] border-4 border-white"></div>
</div>
<div class="mr-[calc(50%+2rem)] pr-8 text-right relative">
<span class="absolute right-0 text-lg font-bold ">2021</span>
<div class="p-6">
<div class="space-y-6">
<div>
<a href="https://static.georgedonnelly.com/Bitcoin-Agents-Venezuela-photo-book.pdf" target="_blank" class=" hover:text-[#b2cd54] inline-flex items-center justify-end">
Bitcoin Agents Venezuela 2021 Photobook
<svg class="w-4 h-4 ml-1" fill="none" stroke="currentColor" viewBox="0 0 24 24">
<path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M9 5l7 7-7 7"></path>
</svg>
</a>
</div>
</div>
</div>
</div>
</div>
<!-- 2020 -->
<div class="relative">
<div class="absolute left-1/2 transform -translate-x-1/2 -mt-1">
<div class="w-8 h-8 rounded-full bg-[#b2cd54] border-4 border-white"></div>
</div>
<div class="ml-[calc(50%+2rem)] pl-8 relative">
<span class="absolute left-0 text-lg font-bold ">2020</span>
<div class="p-6">
<div class="space-y-6">
<div>
<a href="https://www.bitcoincashsite.com/blog/panmoni-flipstarter-final-report/" target="_blank" class=" hover:text-[#b2cd54] inline-flex items-center">
BCH Latam onboarding of thousands of new BCH merchants and users, 2019-2022.
<svg class="w-4 h-4 ml-1" fill="none" stroke="currentColor" viewBox="0 0 24 24">
<path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M9 5l7 7-7 7"></path>
</svg>
</a>
</div>
<div>
<a href="https://www.youtube.com/watch?v=arFDrjx_2JY" target="_blank" class=" hover:text-[#b2cd54] inline-flex items-center">
The Road to Mass Adoption 2021 documentary
<svg class="w-4 h-4 ml-1" fill="none" stroke="currentColor" viewBox="0 0 24 24">
<path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M9 5l7 7-7 7"></path>
</svg>
</a>
</div>
<div>
<a href="https://www.bitcoincashsite.com/blog/panmoni-flipstarter-final-report" target="_blank" class=" hover:text-[#b2cd54] inline-flex items-center justify-end">
2020 BCH Flipstarter (completed)
<svg class="w-4 h-4 ml-1" fill="none" stroke="currentColor" viewBox="0 0 24 24">
<path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M9 5l7 7-7 7"></path>
</svg>
</a>
</div>
<div>
<a href="https://www.bitcoincashsite.com/" target="_blank" class=" hover:text-[#b2cd54] inline-flex items-center justify-end">
BitcoinCashSite.com: an informational BCH website
<svg class="w-4 h-4 ml-1" fill="none" stroke="currentColor" viewBox="0 0 24 24">
<path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M9 5l7 7-7 7"></path>
</svg>
</a>
</div>
</div>
</div>
</div>
</div>
<!-- 2019 -->
<div class="relative">
<div class="absolute left-1/2 transform -translate-x-1/2 -mt-1">
<div class="w-8 h-8 rounded-full bg-[#b2cd54] border-4 border-white"></div>
</div>
<div class="mr-[calc(50%+2rem)] pr-8 text-right relative">
<span class="absolute right-0 text-lg font-bold ">2019</span>
<div class="p-6">
<div class="space-y-6">
<div>
<a href="https://static.panmoni.com/koinfix/Panmoni1.pdf" target="_blank" class=" hover:text-[#b2cd54] inline-flex items-center justify-end">
Remittances biz plan (obsolete)
<svg class="w-4 h-4 ml-1" fill="none" stroke="currentColor" viewBox="0 0 24 24">
<path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M9 5l7 7-7 7"></path>
</svg>
</a>
</div>
<div>
<a href="https://morelibertynow.com/what-dash-latam-has-achieved-in-venezuela/" target="_blank" class=" hover:text-[#b2cd54] inline-flex items-center justify-end">
Dash Latam Venezuela marketing & research
<svg class="w-4 h-4 ml-1" fill="none" stroke="currentColor" viewBox="0 0 24 24">
<path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M9 5l7 7-7 7"></path>
</svg>
</a>
</div>
</div>
</div>
</div>
</div>
<!-- 2018 -->
<div class="relative">
<div class="absolute left-1/2 transform -translate-x-1/2 -mt-1">
<div class="w-8 h-8 rounded-full bg-[#b2cd54] border-4 border-white"></div>
</div>
<div class="ml-[calc(50%+2rem)] pl-8 relative">
<span class="absolute left-0 text-lg font-bold ">2018</span>
<div class="p-6">
<div class="space-y-6">
<div>
<a href="https://morelibertynow.com/merchant-adoption-is-pointless-without-regular-growing-inflows/" target="_blank" class=" hover:text-[#b2cd54] inline-flex items-center justify-end">
Identification of the inflows challenge
<svg class="w-4 h-4 ml-1" fill="none" stroke="currentColor" viewBox="0 0 24 24">
<path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M9 5l7 7-7 7"></path>
</svg>
</a>
</div>
<div>
<a href="https://morelibertynow.com/what-happened-with-dash/" target="_blank" class=" hover:text-[#b2cd54] inline-flex items-center justify-end">
2018-2019 Dash marketing & development
<svg class="w-4 h-4 ml-1" fill="none" stroke="currentColor" viewBox="0 0 24 24">
<path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M9 5l7 7-7 7"></path>
</svg>
</a>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</section>
<footer class="mt-8">
<blockquote class="max-w-3xl mx-auto my-16 px-8 py-12 bg-[#FFF8E7] border-l-4 border-[#b2cd54]">
<p class="text-2xl font-bold tracking-wide leading-relaxed mb-6 uppercase">
The idea that coordination, by itself, can be a source of advantage is a very deep principle.
</p>
<cite class="block text-right text-lg italic text-gray-600">
Good Strategy Bad Strategy by Richard Rumelt
</cite>
</blockquote>
<p class="mb-2">Contact: <a href="mailto:hello@panmoni.com">hello@panmoni.com</a></p>
<p>©2017-2025 George Donnelly | version 4.0</p>
</footer>
</container>
</body>
</html>