-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathfile.txt
699 lines (635 loc) · 34 KB
/
file.txt
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
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
683
684
685
686
687
688
689
690
691
692
693
694
695
696
697
698
699
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Our Vision - EcoOps Platform</title>
<link href="https://cdn.jsdelivr.net/npm/tailwindcss@2.2.19/dist/tailwind.min.css" rel="stylesheet">
</head>
<body class="bg-gray-50">
<nav class="bg-green-600 text-white p-4">
<div class="container mx-auto">
<div class="flex justify-between items-center">
<h1 class="text-2xl font-bold">EcoOps Platform</h1>
<div class="space-x-4">
<a href="index.html" class="px-4 py-2 text-green-200 hover:text-green-100">Dashboard</a>
<a href="knowledge.html" class="px-4 py-2 text-green-200 hover:text-green-100">Knowledge Transfer</a>
<a href="projects.html" class="px-4 py-2 text-green-200 hover:text-green-100">Project Tracking</a>
<a href="tokens.html" class="px-4 py-2 text-green-200 hover:text-green-100">Token Management</a>
<a href="community.html" class="px-4 py-2 text-green-200 hover:text-green-100">Community Hub</a>
<a href="impact.html" class="px-4 py-2 text-green-200 hover:text-green-100">Impact Analysis</a>
<a href="vision.html" class="px-4 py-2 text-green-100 border-b-2 border-green-100">Our Vision</a>
</div>
</div>
</div>
</nav>
<main class="container mx-auto p-8">
<h2 class="text-3xl font-bold mb-6">Our Vision: A Tapestry of Life</h2>
<p class="text-gray-600 mb-4">
In the heart of our technological endeavors, we pause to acknowledge the profound interconnectedness that binds us to the natural world.
EcoOps is more than just code and data; it's a bridge between ancient wisdom and modern tools, a symphony of human ingenuity and ecological harmony.
</p>
<h3 class="text-xl font-semibold mb-4">Mirroring Nature's Patterns</h3>
<p class="text-gray-600 mb-4">
Like mycelial networks weaving through the forest floor, like watersheds connecting mountains to oceans, EcoOps seeks to emulate the intricate patterns of life.
We envision a digital ecosystem where:
</p>
<ul class="list-disc text-gray-600 ml-6 mb-4">
<li>Knowledge flows like water, nourishing communities and fostering collaboration.</li>
<li>Tokens bloom like flowers, rewarding those who nurture and protect our planet.</li>
<li>Communities intertwine like root systems, supporting each other and strengthening resilience.</li>
<li>Positive impact ripples outward, creating a cascade of beneficial change.</li>
</ul>
<h3 class="text-xl font-semibold mb-4">A Biomimetic Flow of Time</h3>
<p class="text-gray-600 mb-4">
Imagine a timeline that pulses with the rhythms of nature, individual and collective guided by informed participant/owners.
EcoOps provides a space to:
</p>
<ul class="list-disc text-gray-600 ml-6 mb-4">
<li>Track measurable progress in restoring ecosystems and protecting biodiversity.</li>
<li>Sense the nuanced shifts in ecological health, even those that defy easy quantification.</li>
<li>Celebrate the stories of individuals and communities making a difference.</li>
<li>Connect with the wisdom of traditional knowledge keepers and the passion of youth eco-clubs.</li>
</ul>
<h3 class="text-xl font-semibold mb-4">Exotopia Multiverse: Expanding Our Horizons</h3>
<p class="text-gray-600 mb-4">
With Exotopia Multiverse, we venture beyond our own planet, exploring the vastness of space and the potential for life on other worlds.
By weaving NASA's exoplanet data into a three.js tapestry, we invite users to:
</p>
<ul class="list-disc text-gray-600 ml-6 mb-4">
<li>Experience the awe-inspiring diversity of celestial bodies.</li>
<li>Contemplate the fragility and interconnectedness of life across the cosmos.</li>
<li>Contribute to a collective understanding of our place in the universe.</li>
</ul>
<h3 class="text-xl font-semibold mb-4">A Call to Action</h3>
<p class="text-gray-600 mb-4">
EcoOps is an invitation to join a global movement of ecological stewards, to weave our individual threads into a tapestry of life that honors our common origins and celebrates the diversity of our planet.
Together, we can create a future where technology and nature dance in harmony, and where the wellbeing of all beings is intertwined.
</p>
</main>
<footer class="bg-gray-800 text-white mt-8 py-6">
<div class="container mx-auto px-4">
<div class="text-center text-gray-400">
<p>© 2024 EcoOps Platform - Generated: 2024-11-17</p>
</div>
</div>
</footer>
</body>
</html>
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Dashboard - EcoOps Platform</title>
<link href="https://cdn.jsdelivr.net/npm/tailwindcss@2.2.19/dist/tailwind.min.css" rel="stylesheet">
</head>
<body class="bg-gray-50">
<nav class="bg-green-600 text-white p-4">
<div class="container mx-auto">
<div class="flex justify-between items-center">
<h1 class="text-2xl font-bold">EcoOps Platform</h1>
<div class="space-x-4">
<a href="index.html" class="px-4 py-2 text-green-100 border-b-2 border-green-100">
Dashboard
</a>
<a href="knowledge.html" class="px-4 py-2 text-green-200 hover:text-green-100">
Knowledge Transfer
</a>
<a href="projects.html" class="px-4 py-2 text-green-200 hover:text-green-100">
Project Tracking
</a>
<a href="tokens.html" class="px-4 py-2 text-green-200 hover:text-green-100">
Token Management
</a>
<a href="community.html" class="px-4 py-2 text-green-200 hover:text-green-100">
Community Hub
</a>
<a href="impact.html" class="px-4 py-2 text-green-200 hover:text-green-100">
Impact Analysis
</a>
</div>
</div>
</div>
</nav>
<main class="container mx-auto p-8">
<div class="space-y-6">
<div>
<h2 class="text-3xl font-bold">Dashboard</h2>
<p class="text-gray-600">Overall ecosystem operations status and metrics</p>
</div>
<div class="grid grid-cols-1 md:grid-cols-3 gap-6">
<div class="bg-white p-6 rounded-lg shadow-sm">
<h3 class="font-semibold text-lg">Biodiversity Metrics</h3>
<div class="mt-4 space-y-2">
<div class="flex justify-between">
<span class="text-gray-600">Species Monitored</span>
<span class="font-bold">1,234</span>
</div>
<div class="flex justify-between">
<span class="text-gray-600">Active Regions</span>
<span class="font-bold">12</span>
</div>
<div class="flex justify-between">
<span class="text-gray-600">Conservation Status</span>
<span class="text-green-600 font-bold">Positive</span>
</div>
</div>
</div>
<div class="bg-white p-6 rounded-lg shadow-sm">
<h3 class="font-semibold text-lg">Knowledge Transfer</h3>
<div class="mt-4 space-y-2">
<div class="flex justify-between">
<span class="text-gray-600">Active Holders</span>
<span class="font-bold">45</span>
</div>
<div class="flex justify-between">
<span class="text-gray-600">Practices Documented</span>
<span class="font-bold">89</span>
</div>
<div class="flex justify-between">
<span class="text-gray-600">Verification Rate</span>
<span class="text-green-600 font-bold">92%</span>
</div>
</div>
</div>
<div class="bg-white p-6 rounded-lg shadow-sm">
<h3 class="font-semibold text-lg">Token Economy</h3>
<div class="mt-4 space-y-2">
<div class="flex justify-between">
<span class="text-gray-600">POAPs Issued</span>
<span class="font-bold">2,345</span>
</div>
<div class="flex justify-between">
<span class="text-gray-600">Active SBTs</span>
<span class="font-bold">567</span>
</div>
<div class="flex justify-between">
<span class="text-gray-600">NFT Collections</span>
<span class="font-bold">12</span>
</div>
</div>
</div>
</div>
</div>
</main>
<footer class="bg-gray-800 text-white mt-8 py-6">
<div class="container mx-auto px-4">
<div class="text-center text-gray-400">
<p>© 2024 EcoOps Platform - Generated: 2024-11-17</p>
</div>
</div>
</footer>
</body>
</html>
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Knowledge Transfer - EcoOps Platform</title>
<link href="https://cdn.jsdelivr.net/npm/tailwindcss@2.2.19/dist/tailwind.min.css" rel="stylesheet">
</head>
<body class="bg-gray-50">
<nav class="bg-green-600 text-white p-4">
<div class="container mx-auto">
<div class="flex justify-between items-center">
<h1 class="text-2xl font-bold">EcoOps Platform</h1>
<div class="space-x-4">
<a href="index.html" class="px-4 py-2 text-green-200 hover:text-green-100">
Dashboard
</a>
<a href="knowledge.html" class="px-4 py-2 text-green-100 border-b-2 border-green-100">
Knowledge Transfer
</a>
<a href="projects.html" class="px-4 py-2 text-green-200 hover:text-green-100">
Project Tracking
</a>
<a href="tokens.html" class="px-4 py-2 text-green-200 hover:text-green-100">
Token Management
</a>
<a href="community.html" class="px-4 py-2 text-green-200 hover:text-green-100">
Community Hub
</a>
<a href="impact.html" class="px-4 py-2 text-green-200 hover:text-green-100">
Impact Analysis
</a>
</div>
</div>
</div>
</nav>
<main class="container mx-auto p-8">
<div class="space-y-6">
<div>
<h2 class="text-3xl font-bold">Traditional Knowledge Transfer</h2>
<p class="text-gray-600">Documentation and preservation of traditional ecological practices</p>
</div>
<div class="bg-white p-6 rounded-lg shadow-sm">
<h3 class="text-xl font-semibold mb-4">Active Knowledge Holders</h3>
<div class="grid grid-cols-1 md:grid-cols-2 gap-6">
<div class="border p-4 rounded-lg">
<div class="flex justify-between items-center">
<span class="font-medium">Traditional Farming</span>
<span class="text-green-600">12 Elders</span>
</div>
<div class="mt-2 space-y-1 text-sm text-gray-600">
<p>• Seasonal planting techniques</p>
<p>• Soil management practices</p>
<p>• Seed preservation methods</p>
</div>
</div>
<div class="border p-4 rounded-lg">
<div class="flex justify-between items-center">
<span class="font-medium">Water Management</span>
<span class="text-green-600">8 Elders</span>
</div>
<div class="mt-2 space-y-1 text-sm text-gray-600">
<p>• Traditional irrigation systems</p>
<p>• Water conservation methods</p>
<p>• Watershed protection</p>
</div>
</div>
</div>
</div>
<div class="bg-white p-6 rounded-lg shadow-sm">
<h3 class="text-xl font-semibold mb-4">Documentation Progress</h3>
<div class="space-y-4">
<div class="border p-4 rounded-lg">
<div class="flex justify-between items-center mb-2">
<span class="font-medium">Video Documentation</span>
<span class="text-green-600">45 Sessions</span>
</div>
<div class="w-full bg-gray-200 rounded-full h-2">
<div class="bg-green-600 rounded-full h-2" style="width: 75%"></div>
</div>
</div>
<div class="border p-4 rounded-lg">
<div class="flex justify-between items-center mb-2">
<span class="font-medium">Written Records</span>
<span class="text-green-600">89 Documents</span>
</div>
<div class="w-full bg-gray-200 rounded-full h-2">
<div class="bg-green-600 rounded-full h-2" style="width: 60%"></div>
</div>
</div>
</div>
</div>
</div>
</main>
<footer class="bg-gray-800 text-white mt-8 py-6">
<div class="container mx-auto px-4">
<div class="text-center text-gray-400">
<p>© 2024 EcoOps Platform - Generated: 2024-11-17</p>
</div>
</div>
</footer>
</body>
</html>
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Project Tracking - EcoOps Platform</title>
<link href="https://cdn.jsdelivr.net/npm/tailwindcss@2.2.19/dist/tailwind.min.css" rel="stylesheet">
</head>
<body class="bg-gray-50">
<nav class="bg-green-600 text-white p-4">
<div class="container mx-auto">
<div class="flex justify-between items-center">
<h1 class="text-2xl font-bold">EcoOps Platform</h1>
<div class="space-x-4">
<a href="index.html" class="px-4 py-2 text-green-200 hover:text-green-100">
Dashboard
</a>
<a href="knowledge.html" class="px-4 py-2 text-green-200 hover:text-green-100">
Knowledge Transfer
</a>
<a href="projects.html" class="px-4 py-2 text-green-100 border-b-2 border-green-100">
Project Tracking
</a>
<a href="tokens.html" class="px-4 py-2 text-green-200 hover:text-green-100">
Token Management
</a>
<a href="community.html" class="px-4 py-2 text-green-200 hover:text-green-100">
Community Hub
</a>
<a href="impact.html" class="px-4 py-2 text-green-200 hover:text-green-100">
Impact Analysis
</a>
</div>
</div>
</div>
</nav>
<main class="container mx-auto p-8">
<div class="space-y-6">
<div>
<h2 class="text-3xl font-bold">Project Tracking</h2>
<p class="text-gray-600">Monitor and manage active restoration projects</p>
</div>
<div class="grid grid-cols-1 md:grid-cols-2 gap-6">
<div class="bg-white p-6 rounded-lg shadow-sm">
<h3 class="text-xl font-semibold mb-4">Wetland Restoration</h3>
<div class="space-y-4">
<div class="flex justify-between items-center">
<span class="text-gray-600">Progress</span>
<span class="font-bold">75%</span>
</div>
<div class="w-full bg-gray-200 rounded-full h-2">
<div class="bg-green-600 rounded-full h-2" style="width: 75%"></div>
</div>
<div class="grid grid-cols-2 gap-4 text-sm">
<div>
<span class="text-gray-600">Participants:</span>
<span class="font-bold ml-2">45</span>
</div>
<div>
<span class="text-gray-600">Area:</span>
<span class="font-bold ml-2">12 ha</span>
</div>
</div>
</div>
</div>
<div class="bg-white p-6 rounded-lg shadow-sm">
<h3 class="text-xl font-semibold mb-4">Forest Conservation</h3>
<div class="space-y-4">
<div class="flex justify-between items-center">
<span class="text-gray-600">Progress</span>
<span class="font-bold">60%</span>
</div>
<div class="w-full bg-gray-200 rounded-full h-2">
<div class="bg-green-600 rounded-full h-2" style="width: 60%"></div>
</div>
<div class="grid grid-cols-2 gap-4 text-sm">
<div>
<span class="text-gray-600">Participants:</span>
<span class="font-bold ml-2">32</span>
</div>
<div>
<span class="text-gray-600">Area:</span>
<span class="font-bold ml-2">8 ha</span>
</div>
</div>
</div>
</div>
</div>
</div>
</main>
<footer class="bg-gray-800 text-white mt-8 py-6">
<div class="container mx-auto px-4">
<div class="text-center text-gray-400">
<p>© 2024 EcoOps Platform - Generated: 2024-11-17</p>
</div>
</div>
</footer>
</body>
</html>
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Our Vision - EcoOps Platform</title>
<link href="https://cdn.jsdelivr.net/npm/tailwindcss@2.2.19/dist/tailwind.min.css" rel="stylesheet">
</head>
<body class="bg-gray-50">
<nav class="bg-green-600 text-white p-4">
<div class="container mx-auto">
<div class="flex justify-between items-center">
<h1 class="text-2xl font-bold">EcoOps Platform</h1>
<div class="space-x-4">
<a href="index.html" class="px-4 py-2 text-green-200 hover:text-green-100">Dashboard</a>
<a href="knowledge.html" class="px-4 py-2 text-green-200 hover:text-green-100">Knowledge Transfer</a>
<a href="projects.html" class="px-4 py-2 text-green-200 hover:text-green-100">Project Tracking</a>
<a href="tokens.html" class="px-4 py-2 text-green-200 hover:text-green-100">Token Management</a>
<a href="community.html" class="px-4 py-2 text-green-200 hover:text-green-100">Community Hub</a>
<a href="impact.html" class="px-4 py-2 text-green-200 hover:text-green-100">Impact Analysis</a>
<a href="vision.html" class="px-4 py-2 text-green-100 border-b-2 border-green-100">Our Vision</a>
</div>
</div>
</div>
</nav>
<main class="container mx-auto p-8">
<h2 class="text-3xl font-bold mb-6">Our Vision: A Tapestry of Life</h2>
<p class="text-gray-600 mb-4">
In the heart of our technological endeavors, we pause to acknowledge the profound interconnectedness that binds us to the natural world.
EcoOps is more than just code and data; it's a bridge between ancient wisdom and modern tools, a symphony of human
ingenuity and ecological harmony.
</p>
<h3 class="text-xl font-semibold mb-4">Mirroring Nature's Patterns</h3>
<p class="text-gray-600 mb-4">
Like mycelial networks weaving through the forest floor, like watersheds connecting mountains to oceans, EcoOps seeks
to emulate the intricate patterns of life.
We envision a digital ecosystem where:
</p>
<ul class="list-disc text-gray-600 ml-6 mb-4">
<li>Knowledge flows like water, nourishing communities and fostering collaboration.</li>
<li>Tokens bloom like flowers, rewarding those who nurture and protect our planet.</li>
<li>Communities intertwine like root systems, supporting each other and strengthening resilience.</li>
<li>Positive impact ripples outward, creating a cascade of beneficial change.</li>
</ul>
<h3 class="text-xl font-semibold mb-4">A Biomimetic Flow of Time</h3>
<p class="text-gray-600 mb-4">
Imagine a timeline that pulses with the rhythms of nature, where individual and collective actions are guided by
informed participant/owners.
EcoOps provides a space to:
</p>
<ul class="list-disc text-gray-600 ml-6 mb-4">
<li>Track measurable progress in restoring ecosystems and protecting biodiversity.</li>
<li>Sense the nuanced shifts in ecological health, even those that defy easy quantification.</li>
<li>Celebrate the stories of individuals and communities making a difference.</li>
<li>Connect with the wisdom of traditional knowledge keepers and the passion of youth eco-clubs.</li>
</ul>
<h3 class="text-xl font-semibold mb-4">Token Issuance Timelines</h3>
<p class="text-gray-600 mb-4">
Just as nature unfolds in cycles of growth and renewal, EcoOps tokens reflect the rhythms of ecological restoration.
These tokens mark milestones, acknowledge contributions, and incentivize ongoing participation.
</p>
<div class="grid grid-cols-1 md:grid-cols-2 gap-6">
<div class="bg-white p-6 rounded-lg shadow-sm">
<h4 class="text-lg font-semibold mb-4">Predictable Timelines</h4>
<ul class="list-disc text-gray-600 ml-6 mb-4">
<li>**Seasonal Cycles:** Tokens issued for completing tasks aligned with natural cycles (e.g., planting seasons, migration patterns).</li>
<li>**Project Milestones:** Tokens awarded upon reaching specific project goals (e.g., habitat restoration targets, species reintroduction success).</li>
<li>**Skill Development:** Tokens earned through completing training modules and demonstrating ecological knowledge.</li>
</ul>
</div>
<div class="bg-white p-6 rounded-lg shadow-sm">
<h4 class="text-lg font-semibold mb-4">Nuanced Timelines</h4>
<ul class="list-disc text-gray-600 ml-6 mb-4">
<li>**Community Engagement:** Tokens recognizing contributions to knowledge sharing, collaboration, and mutual support within the EcoOps community.</li>
<li>**Ecological Stewardship:** Tokens awarded for long-term commitment to ecological restoration and demonstrated positive impact on biodiversity.</li>
<li>**Emergent Discoveries:** Tokens acknowledging unexpected contributions, innovative solutions, and serendipitous findings that emerge from community engagement with nature.</li>
</ul>
</div>
</div>
<h3 class="text-xl font-semibold mb-4">Exotopia Multiverse: Expanding Our Horizons</h3>
<p class="text-gray-600 mb-4">
With Exotopia Multiverse, we venture beyond our own planet, exploring the vastness of space and the potential for
life on other worlds.
By weaving NASA's exoplanet data into a three.js tapestry, we invite users to:
</p>
<ul class="list-disc text-gray-600 ml-6 mb-4">
<li>Experience the awe-inspiring diversity of celestial bodies.</li>
<li>Contemplate the fragility and interconnectedness of life across the cosmos.</li>
<li>Contribute to a collective understanding of our place in the universe.</li>
</ul>
<h3 class="text-xl font-semibold mb-4">A Call to Action</h3>
<p class="text-gray-600 mb-4">
EcoOps is an invitation to join a global movement of ecological stewards, to weave our individual threads into a
tapestry of life that honors our common origins and celebrates the diversity of our planet.
Together, we can create a future where technology and nature dance in harmony, and where the wellbeing of all beings
is intertwined.
</p>
</main>
<footer class="bg-gray-800 text-white mt-8 py-6">
<div class="container mx-auto px-4">
<div class="text-center text-gray-400">
<p>© 2024 EcoOps Platform - Generated: 2024-11-17</p>
</div>
</div>
</footer>
</body>
</html>
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Token Management - EcoOps Platform</title>
<link href="https://cdn.jsdelivr.net/npm/tailwindcss@2.2.19/dist/tailwind.min.css" rel="stylesheet">
</head>
<body class="bg-gray-50">
<nav class="bg-green-600 text-white p-4">
<div class="container mx-auto">
<div class="flex justify-between items-center">
<h1 class="text-2xl font-bold">EcoOps Platform</h1>
<div class="space-x-4">
<a href="index.html" class="px-4 py-2 text-green-200 hover:text-green-100">Dashboard</a>
<a href="knowledge.html" class="px-4 py-2 text-green-200 hover:text-green-100">Knowledge Transfer</a>
<a href="projects.html" class="px-4 py-2 text-green-200 hover:text-green-100">Project Tracking</a>
<a href="tokens.html" class="px-4 py-2 text-green-100 border-b-2 border-green-100">Token Management</a>
<a href="community.html" class="px-4 py-2 text-green-200 hover:text-green-100">Community Hub</a>
<a href="impact.html" class="px-4 py-2 text-green-200 hover:text-green-100">Impact Analysis</a>
</div>
</div>
</div>
</nav>
<main class="container mx-auto p-8">
<h2 class="text-3xl font-bold mb-6">Token Management</h2>
<div class="grid grid-cols-1 md:grid-cols-2 lg:grid-cols-3 gap-6">
<div class="bg-white p-6 rounded-lg shadow-sm">
<h3 class="text-lg font-semibold mb-4">POAPs (Proof of Attendance Protocol)</h3>
<p class="text-gray-600">Recognize and reward participation in EcoOps activities and events.</p>
<div class="mt-4 space-y-2">
<div class="flex justify-between">
<span class="text-gray-600">Total POAPs Issued:</span>
<span class="font-bold">2,345</span>
</div>
<div class="flex justify-between">
<span class="text-gray-600">Unique Events:</span>
<span class="font-bold">34</span>
</div>
</div>
</div>
<div class="bg-white p-6 rounded-lg shadow-sm">
<h3 class="text-lg font-semibold mb-4">SBTs (Soulbound Tokens)</h3>
<p class="text-gray-600">Represent skills, roles, and contributions within the EcoOps ecosystem.</p>
<div class="mt-4 space-y-2">
<div class="flex justify-between">
<span class="text-gray-600">Active SBT Holders:</span>
<span class="font-bold">567</span>
</div>
<div class="flex justify-between">
<span class="text-gray-600">Unique SBT Types:</span>
<span class="font-bold">12</span>
</div>
</div>
</div>
<div class="bg-white p-6 rounded-lg shadow-sm">
<h3 class="text-lg font-semibold mb-4">NFTs (Non-Fungible Tokens)</h3>
<p class="text-gray-600">Represent unique achievements, contributions, and ownership within EcoOps projects.</p>
<div class="mt-4 space-y-2">
<div class="flex justify-between">
<span class="text-gray-600">NFT Collections:</span>
<span class="font-bold">8</span>
</div>
<div class="flex justify-between">
<span class="text-gray-600">Total NFTs Minted:</span>
<span class="font-bold">1,875</span>
</div>
</div>
</div>
</div>
<div class="mt-8">
<h3 class="text-xl font-semibold mb-4">Token Distribution and Impact</h3>
<p class="text-gray-600">Track the distribution of tokens and their impact on ecosystem restoration and community engagement.</p>
</div>
</main>
<footer class="bg-gray-800 text-white mt-8 py-6">
<div class="container mx-auto px-4">
<div class="text-center text-gray-400">
<p>© 2024 EcoOps Platform - Generated: 2024-11-17</p>
</div>
</div>
</footer>
</body>
</html>
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Wallet - EcoOps Platform</title>
<link href="https://cdn.jsdelivr.net/npm/tailwindcss@2.2.19/dist/tailwind.min.css" rel="stylesheet">
</head>
<body class="bg-gray-50">
<nav class="bg-green-600 text-white p-4">
<div class="container mx-auto">
<div class="flex justify-between items-center">
<h1 class="text-2xl font-bold">EcoOps Platform</h1>
<div class="space-x-4">
<a href="index.html" class="px-4 py-2 text-green-200 hover:text-green-100">Dashboard</a>
<a href="knowledge.html" class="px-4 py-2 text-green-200 hover:text-green-100">Knowledge Transfer</a>
<a href="projects.html" class="px-4 py-2 text-green-200 hover:text-green-100">Project Tracking</a>
<a href="tokens.html" class="px-4 py-2 text-green-200 hover:text-green-100">Token Management</a>
<a href="community.html" class="px-4 py-2 text-green-200 hover:text-green-100">Community Hub</a>
<a href="impact.html" class="px-4 py-2 text-green-200 hover:text-green-100">Impact Analysis</a>
<a href="wallet.html" class="px-4 py-2 text-green-100 border-b-2 border-green-100">Wallet</a>
</div>
</div>
</div>
</nav>
<main class="container mx-auto p-8">
<h2 class="text-3xl font-bold mb-6">EcoOps Wallet</h2>
<p class="text-gray-600 mb-4">Manage your EcoOps tokens and connect to various blockchain networks.</p>
<div class="grid grid-cols-1 md:grid-cols-2 lg:grid-cols-3 gap-6">
<div class="bg-white p-6 rounded-lg shadow-sm">
<h3 class="text-lg font-semibold mb-4">NEAR Protocol</h3>
<img src="path/to/near-logo.png" alt="NEAR Protocol Logo" class="h-8 mb-4">
<p class="text-gray-600">Balance: <span class="font-bold">0 NEAR</span></p>
<button class="mt-4 bg-blue-500 hover:bg-blue-700 text-white font-bold py-2 px-4 rounded">Connect Wallet</button>
</div>
<div class="bg-white p-6 rounded-lg shadow-sm">
<h3 class="text-lg font-semibold mb-4">Flow</h3>
<img src="path/to/flow-logo.png" alt="Flow Logo" class="h-8 mb-4">
<p class="text-gray-600">Balance: <span class="font-bold">0 FLOW</span></p>
<button class="mt-4 bg-blue-500 hover:bg-blue-700 text-white font-bold py-2 px-4 rounded">Connect Wallet</button>
</div>
<div class="bg-white p-6 rounded-lg shadow-sm">
<h3 class="text-lg font-semibold mb-4">Tezos</h3>
<img src="path/to/tezos-logo.png" alt="Tezos Logo" class="h-8 mb-4">
<p class="text-gray-600">Balance: <span class="font-bold">0 XTZ</span></p>
<button class="mt-4 bg-blue-500 hover:bg-blue-700 text-white font-bold py-2 px-4 rounded">Connect Wallet</button>
</div>
</div>
</main>
<footer class="bg-gray-800 text-white mt-8 py-6">
<div class="container mx-auto px-4">
<div class="text-center text-gray-400">
<p>© 2024 EcoOps Platform - Generated: 2024-11-17</p>
</div>
</div>
</footer>
</body>
</html>