-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathstage.html
More file actions
929 lines (708 loc) · 45.3 KB
/
stage.html
File metadata and controls
929 lines (708 loc) · 45.3 KB
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
700
701
702
703
704
705
706
707
708
709
710
711
712
713
714
715
716
717
718
719
720
721
722
723
724
725
726
727
728
729
730
731
732
733
734
735
736
737
738
739
740
741
742
743
744
745
746
747
748
749
750
751
752
753
754
755
756
757
758
759
760
761
762
763
764
765
766
767
768
769
770
771
772
773
774
775
776
777
778
779
780
781
782
783
784
785
786
787
788
789
790
791
792
793
794
795
796
797
798
799
800
801
802
803
804
805
806
807
808
809
810
811
812
813
814
815
816
817
818
819
820
821
822
823
824
825
826
827
828
829
830
831
832
833
834
835
836
837
838
839
840
841
842
843
844
845
846
847
848
849
850
851
852
853
854
855
856
857
858
859
860
861
862
863
864
865
866
867
868
869
870
871
872
873
874
875
876
877
878
879
880
881
882
883
884
885
886
887
888
889
890
891
892
893
894
895
896
897
898
899
900
901
902
903
904
905
906
907
908
909
910
911
912
913
914
915
916
917
918
919
920
921
922
923
924
925
926
927
928
929
<!DOCTYPE html>
<html >
<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1, minimum-scale=1">
<link rel="shortcut icon" href="assets/images/nt-logo-horz2x-338x107.png" type="image/x-icon">
<meta name="description" content="">
<title>Nature.Tech Nexus</title>
<link rel="stylesheet" href="assets/web/assets/mobirise-icons2/mobirise2.css">
<link rel="stylesheet" href="assets/bootstrap/css/bootstrap.min.css">
<link rel="stylesheet" href="assets/bootstrap/css/bootstrap-grid.min.css">
<link rel="stylesheet" href="assets/bootstrap/css/bootstrap-reboot.min.css">
<link rel="stylesheet" href="assets/parallax/jarallax.css">
<link rel="stylesheet" href="assets/dropdown/css/style.css">
<link rel="stylesheet" href="assets/socicon/css/styles.css">
<link rel="stylesheet" href="assets/theme/css/style.css">
<link rel="preload" href="https://fonts.googleapis.com/css?family=DM+Sans:400,400i,500,500i,700,700i&display=swap" as="style" onload="this.onload=null;this.rel='stylesheet'">
<noscript><link rel="stylesheet" href="https://fonts.googleapis.com/css?family=DM+Sans:400,400i,500,500i,700,700i&display=swap"></noscript>
<link rel="preload" as="style" href="assets/mobirise/css/mbr-additional.css"><link rel="stylesheet" href="assets/mobirise/css/mbr-additional.css" type="text/css">
</head>
<body>
<section data-bs-version="5.1" class="menu menu2 cid-sMZkKcDdRt" once="menu" id="menu2-7">
<nav class="navbar navbar-dropdown collapsed">
<div class="container-fluid">
<div class="navbar-brand">
<span class="navbar-logo">
<a href="https://nature.tech">
<img src="assets/images/nt-logo-horz2x-338x107.png" alt="" style="height: 3.5rem;">
</a>
</span>
</div>
<div class="contacts_menu display-4">
<ol>
<li><br></li>
</ol>
</div>
<div class="collapse navbar-collapse" id="navbarSupportedContent">
<ul class="navbar-nav nav-dropdown" data-app-modern-menu="true">
<li class="nav-item"><a class="nav-link link text-primary display-4" href="tel:+1 (123) 456 78 90">Home</a></li>
<li class="nav-item" style="
"><a class="nav-link link text-primary display-4" href="#">About Us</a></li><li class="nav-item"><a class="nav-link link text-primary display-4" href="#">Services</a></li></ul>
<div class="navbar-buttons mbr-section-btn"><a class="btn btn-primary display-4" href="#">
Download Now</a></div>
</div>
</div></nav>
</section>
<section data-bs-version="5.1" class="features5 cid-sNA4s4Nosi" id="features5-g">
<div class="container-fluid">
<div class="row justify-content-center">
<div class="card col-12 col-lg">
<div class="card-wrapper">
<div class="main_title">
<h4 class="card-title ls-1 mbr-fonts-style display-1"><strong>We Activate the Collective</strong></h4>
</div>
<p class="mbr-text mbr-fonts-style display-5">to accelerate <strong>nature-based solutions</strong> that address <strong>biodiversity</strong> collapse and the <strong>climate</strong> emergency.</p>
</div>
</div>
<div class="col-12 col-lg-4">
<div class="image-wrapper">
<img src="assets/images/bkg1-998x1492.png" alt="">
</div>
</div>
</div>
</div>
</section>
<section data-bs-version="5.1" class="Article3 cid-sNAayu3Lsa" id="article3-l">
<div class="container-fluid">
<div class="main_header">
<div class="row justify-content-center">
<div class="col-12 col-md-12 col-lg-6 align-center">
<h3 class="mbr-section-title mb-0 mbr-fonts-style ls-1 display-2"><strong>Nature.Tech / Nexus</strong></h3>
<p class="mbr-text mb-0 mbr-fonts-style display-7">The Nexus is a collectively-owned platform that ignites and transforms innovative ideas into actions which restore and protect nature. Individuals can invest their expertise. Companies can apply their innovations. Nature-positive organizations can accelerate solutions.<br><br>Together we're committed to a nature positive future.<br><br>Join the Nexus<br><br><a href="http://tiny.cc/nt-join" class="text-primary" target="_blank" style=""><strong>Invest your Expertise</strong></a><strong> </strong><a href="http://tiny.cc/nt-nexus-partner" class="text-primary" target="_blank" style="font-weight: bold;"><strong>Partner with Us</strong></a></p>
</div>
</div>
</div>
</div>
</section>
<section data-bs-version="5.1" class="features7 cid-sNBwadfHxa" style="display: none;" id="features7-1a">
<div class="container-fluid">
<div class="row no-gutters">
<div class="card_item col-12 col-md-6 col-lg-4">
<div class="item-wrapper">
<div class="card-box">
<div class="item-img">
<img src="assets/images/motionhigth4.jpg" alt="" title="">
</div>
<h4 class="card-title ls-1 mbr-fonts-style display-5">Invest your Expertise</h4>
<p class="card-text mbr-fonts-style display-4">Your gifts are </p>
<p class="linkBtn mb-0 mbr-fonts-style display-4"><a href="index.html" class="text-primary">Show More</a></p>
</div>
</div>
</div><div class="card_item col-12 col-md-6 col-lg-4">
<div class="item-wrapper">
<div class="card-box">
<div class="item-img">
<img src="assets/images/motionhigth2.jpg" alt="" title="">
</div>
<h4 class="card-title ls-1 mbr-fonts-style display-5">Apply your Innovation</h4>
<p class="card-text mbr-fonts-style display-4">The applications of technology towards nature-positive outcomes are outstanding. We'll reduce the transaction costs of </p>
<p class="linkBtn mb-0 mbr-fonts-style display-4"><a href="index.html" class="text-primary">Show More</a></p>
</div>
</div>
</div><div class="card_item col-12 col-md-6 col-lg-4">
<div class="item-wrapper">
<div class="card-box">
<div class="item-img">
<img src="assets/images/motionhigth3.jpg" alt="" title="">
</div>
<h4 class="card-title ls-1 mbr-fonts-style display-5">Partner with Us</h4>
<p class="card-text mbr-fonts-style display-4">We build connection </p>
<p class="linkBtn mb-0 mbr-fonts-style display-4"><a href="index.html" class="text-primary">Show More</a></p>
</div>
</div>
</div></div>
</div>
</section>
<section data-bs-version="5.1" class="features10 cid-sMZkb0ku0v" id="features10-2">
<div class="container-fluid">
<div class="row justify-content-center">
<div class="card col-12 col-lg">
<div class="card-wrapper">
<div class="square_animation">
<div class="square_null square"></div>
<div class="square_fill square"></div>
</div>
<div class="main_title">
<h4 class="card-title ls-1 mbr-fonts-style display-5"><strong>Participatory Design Looms</strong></h4>
</div>
<p class="mbr-text mbr-fonts-style display-7"><strong>We engage</strong> with nature-positive organizations to design participatory collaboration experiences. <br><br><strong>We curate</strong> & invite diverse human genius such as<br><br>— Nature-Tech Companies<br>— Visionary Thinkers<br>— Builders & Entrepreneurs<br>— Investors & Funders<br> <br>We <strong>deliver immersive</strong> experiences led by expert facilitators that are convenient and engaging, with high quality outcomes.<br><br> We <strong>publish</strong> post-event case studies and content to <strong>share, inspire, and amplify</strong> a community of regenerative practitioners. <br></p>
</div>
</div>
<div class="col-12 col-lg-6">
<div class="image-wrapper">
<img src="assets/images/nt-fish-1-535x498.jpg" alt="">
</div>
</div>
</div>
</div>
</section>
<section data-bs-version="5.1" class="Article3 cid-sNAqNPMvu8" id="article3-q">
<div class="container-fluid">
<div class="main_header">
<div class="row justify-content-center">
<div class="col-12 col-md-12 col-lg-6 align-center">
<h3 class="mbr-section-title mb-0 mbr-fonts-style ls-1 display-5"><strong>Mission & Vision</strong></h3>
<p class="mbr-text mb-0 mbr-fonts-style display-7">The Nature.Tech Nexus mission is to increase the flow of financial capital, human-genius, and public awareness towards nature-based climate solutions in order to amplify and accelerate the complex and courageous work of ecological regeneration. <br></p>
</div>
</div>
</div>
</div>
</section>
<section data-bs-version="5.1" class="Article3 cid-sMZkqPJmTv" id="article3-4">
<div class="container-fluid">
<div class="main_header">
<div class="row justify-content-center">
<div class="col-12 col-md-12 col-lg-9 align-center">
<h3 class="mbr-section-title mb-0 mbr-fonts-style ls-1 display-1"><strong>The Anatomy of a <br>Design Loom</strong></h3>
</div>
</div>
</div>
</div>
</section>
<section data-bs-version="5.1" class="Article5 cid-sMZkwoJ0E4 mbr-parallax-background" id="article5-5">
<div class="row no-gutters">
<div class="col-12 col-md-6 col-lg-6 border_right">
<div class="row-column column no-gutters">
<div class="card_box col-12 col-md-12 col-lg-12">
<div class="card_wrap">
<div class="header_wrap">
<div class="header_box">
<h4 class="card_title mb-0 mbr-fonts-style ls-1 display-5">1. Partner with Breakthrough Organizations</h4>
</div>
</div>
<p class="mbr-text mb-0 mbr-fonts-style display-7"># NICHES<br>– Restorative Agriculture<br>– Ocean restoration<br>– Agroforestry<br>– Conservation<br>– Regenerative Building<br>– and many more...<br><br># FOCUSES<br>– Technology prototyping<br>– Market readiness<br>– Pilots</p>
</div>
</div><div class="card_box col-12 col-md-12 col-lg-12">
<div class="card_wrap">
<div class="header_wrap">
<div class="header_box">
<h4 class="card_title mb-0 mbr-fonts-style ls-1 display-5">2. Produce Immersive, Participatory Design Experiences</h4>
</div>
</div>
<p class="mbr-text mb-0 mbr-fonts-style display-7"># REAL WORLD OUTCOMES <br>We center real-world challenges faced by nature-positive organizations. <br><br># ENGAGING PLATFORM<br>Highly-engaging virtual whiteboard platform Mural©<br><br># TRANSFORMATIONAL FACILITATION<br>Sessions designed by design-thinking facilitators<br><br>Embodied, heartful group facilitation <br><br></p>
</div>
</div><div class="card_box col-12 col-md-12 col-lg-12">
<div class="card_wrap">
<div class="header_wrap">
<div class="header_box">
<h4 class="card_title mb-0 mbr-fonts-style ls-1 display-5">3. Curate and Enroll Diverse Human Genius </h4>
</div>
</div>
<p class="mbr-text mb-0 mbr-fonts-style display-7"># EXPERT NETWORK <br>We attract aligned talent from across the Regeneration Movement.<br> <br>Weave together diverse organizational and individual talent from across sectors. <br><br># ENGAGED COMMUNITY <br>We aim to incentivize member participation through decentralized profit sharing & governance<br><br>Our serialized events allow for deep experiential collaboration. <br><br>We foster community connection through play and levity - commingling joy with action. <br></p>
</div>
</div><div class="card_box col-12 col-md-12 col-lg-12">
<div class="card_wrap">
<div class="header_wrap">
<div class="header_box">
<h4 class="card_title mb-0 mbr-fonts-style ls-1 display-5">4. Publish and Share Event Case-Stories</h4>
</div>
</div>
<p class="mbr-text mb-0 mbr-fonts-style display-7"># IN-HOUSE STORYTELLING<br>Document outcomes and packaging stories for a broader audiences<br><br>Publishing the content to a large and engaged community of regenerative practitioners<br></p>
</div>
</div></div>
</div>
<div class="col-12 col-md-6 col-lg-6">
<div class="row-column column no-gutters">
<div class="card_box col-12 col-md-12 col-lg-12">
<div class="card_wrap">
<div class="header_wrap">
<div class="header_box">
<h4 class="card_title mb-0 mbr-fonts-style ls-1 display-7"> </h4>
</div>
</div>
<p class="mbr-text mb-0 mbr-fonts-style display-7"> <br><br><br></p>
</div>
</div></div>
</div>
</div>
</section>
<section data-bs-version="5.1" class="features4 cid-sNAtdyQKyt" id="features4-r">
<div class="container">
<div class="main_header">
<div class="row">
<div class="col-12 col-md-12 col-lg-12">
<h3 class="mbr-section-title mbr-fonts-style ls-1 display-1"><strong>Do you work for nature?</strong></h3>
</div>
</div>
</div>
<div class="row justify-content-center">
<div class="card col-12 col-md-12 col-lg-12">
<div class="card-wrapper">
<div class="card-box">
<div class="circle_animation">
<div class="circle_fill circle"></div>
<div class="circle_null circle"></div>
</div>
<div class="content_box">
<div class="content_title">
<h4 class="card-title ls-1 mb-0 mbr-fonts-style display-5"><strong>Partner <br>with us.</strong><br></h4>
</div>
<div class="content_text">
<p class="card-text mbr-fonts-style display-7">Here are examples of the organizational needs we support, <br><br>— I have a breakthrough nature tech company and am facing challenges that could benefit from the insights of diverse human genius<br><br> — I have an idea for a technology or product and need help designing, prototyping, or piloting<br><br>— I have an on-the-ground organization and am facing challenges to establish a sustainable financial model and resources to fund essential activities<br><br>— I need help understanding the world of technical possibility that could scale my project or solution<br><br>— I need help building new markets for my regenerative goods and services<br><br>— Something else?<br><br></p>
<p class="linkBtn mb-0 mbr-fonts-style display-7"><a href="https://nature.tech" class="text-primary"><strong>Book a Discovery Call</strong></a></p>
</div>
</div>
</div>
</div>
</div></div>
</div>
</section>
<section data-bs-version="5.1" class="Article3 cid-sNCxVF8hmL" id="article3-1f">
<div class="container-fluid">
<div class="main_header">
<div class="row justify-content-center">
<div class="col-12 col-md-12 col-lg-9 align-center">
<h3 class="mbr-section-title mb-0 mbr-fonts-style ls-1 display-1"><strong>Upcoming Events</strong></h3>
<p>Once you've registered with the Nexus you can apply to attend any events. </p><p></p>
</div>
</div>
</div>
</div>
</section>
<section data-bs-version="5.1" class="header4 cid-sNCyxp0gaG" id="header4-1g">
<div class="container">
<div class="row align-items-center">
<div class="col-lg-1 d-none d-lg-block"></div>
<div class="col-12 col-md-4 col-lg-3">
<div class="content_box">
<h1 class="mbr-section-title ls-1 mbr-fonts-style display-7">Once you've registered with the Nature.Tech Nexus you can apply to attend any of our events and receive recognition for participation. <br><br><a href="http://tiny.cc/nt-nexus-join" class="text-white" target="_blank">Join Here</a></h1>
</div>
</div>
<div class="col-lg-2 col-md-1 d-none d-md-block"></div>
<div class="col-12 col-md-7 col-lg-6">
<div class="image-wrapper">
<img src="assets/images/nt-logo2x-200x200.png" alt="Nature.Tech">
</div>
</div>
</div>
</div>
</section>
<section data-bs-version="5.1" class="timeline1 attorneym4_timeline1 cid-sNCAJwVxLZ" id="timeline1-1h">
<div class="container align-center">
<div class="container timelines-container" mbri-timelines="">
<!--1-->
<div class="row timeline-element reverse">
<div class="col-lg-10 align-left block-timeline">
<div class="date-block align-center">
<div class="inner-date">
<h5 class="mbr-date-block mbr-fonts-style mbr-info display-2">
09</h5>
<h6 class="month-block mbr-fonts-style mbr-info display-7">
Nov '22</h6>
</div>
</div>
<div class="timeline-text-content col">
<div class="image-wrap col-lg-4">
<img src="assets/images/mbr-520x780.jpg" alt="">
</div>
<div class="text-block col-lg-8">
<h5 class="mbr-timeline-title mbr-fonts-style display-5">
Accelerate Recover</h5>
<p class="mbr-timeline-text mbr-fonts-style display-7">The $25 billion a year illicit wildlife trade is a key risk factor for pandemics. Learn how we might fund and coordinate a decentralized enforcement program to nature protection is key to reduce this risk.<br><br>The RECOVER project, from the EndPandemics.Earth Alliance is a Planetary Security Program, has crafted a high-level design for a financial mechanism to incentivize global data sharing that leads to the recovery of illicit assets from animal traffickers, bounties from which are shared by those who participate. <br></p>
<div class="bottom-date">
<span class="iconsBackground">
<span class="mobi-mbri-timer mobi-mbri mbr-iconfont"></span>
</span>
<h6 class="mbr-timeline-date mbr-fonts-style display-7">9 & 11 November 2021 </h6>
</div>
<div class="location">
<span class="iconsBackground">
<span class="mobi-mbri-map-pin mobi-mbri mbr-iconfont"></span>
</span>
<h6 class="mbr-timeline-location mbr-white mbr-fonts-style display-7">
COP Virtual Side Event</h6>
</div>
</div>
</div>
</div>
</div>
<!--2-->
<div class="row timeline-element separline">
<div class="col-lg-10 align-left block-timeline">
<div class="date-block align-center">
<div class="inner-date">
<h5 class="mbr-date-block mbr-fonts-style mbr-info display-2">'21</h5>
<h6 class="month-block mbr-fonts-style mbr-info display-7">
Dec </h6>
</div>
</div>
<div class="timeline-text-content col">
<div class="image-wrap col-lg-4">
<img src="assets/images/partner-ep-531x531.png" alt="">
</div>
<div class="text-block col-lg-8">
<h5 class="mbr-timeline-title mbr-fonts-style display-5">
Defining Opportunity</h5>
<p class="mbr-timeline-text mbr-fonts-style display-7">Designing a Resilient Financial Model for the World’s First Connected & Protected International Ocean Corridor<br></p>
<div class="bottom-date">
<span class="iconsBackground">
<span class="mobi-mbri-timer mobi-mbri mbr-iconfont"></span>
</span>
<h6 class="mbr-timeline-date mbr-fonts-style display-7">
Q4 2021</h6>
</div>
<div class="location">
<span class="iconsBackground">
<span class="mobi-mbri-map-pin mobi-mbri mbr-iconfont"></span>
</span>
<h6 class="mbr-timeline-location mbr-white mbr-fonts-style display-7">
Registration for Nexus Participants</h6>
</div>
</div>
</div>
</div>
</div>
<!--3-->
<div class="row timeline-element reverse separline">
<div class="col-lg-10 align-left block-timeline">
<div class="date-block align-center">
<div class="inner-date">
<h5 class="mbr-date-block mbr-fonts-style mbr-info display-2">
'22</h5>
<h6 class="month-block mbr-fonts-style mbr-info display-7">
Nov, 19
</h6>
</div>
</div>
<div class="timeline-text-content col">
<div class="image-wrap col-lg-4">
<img src="assets/images/mbr-521x528.jpg" alt="">
</div>
<div class="text-block col-lg-8">
<h5 class="mbr-timeline-title mbr-fonts-style display-5">From Chile to California </h5>
<p class="mbr-timeline-text mbr-fonts-style display-7">A participatory design series that convenes interdisciplinary experts and financial innovators to imagine the terrain of possibility for resilient funding models for Chile California Council from regenerative DAOs, to natural asset companies, to ocean regeneration trusts.
</p>
<div class="bottom-date">
<span class="iconsBackground">
<span class="mobi-mbri-timer mobi-mbri mbr-iconfont"></span>
</span>
<h6 class="mbr-timeline-date mbr-fonts-style display-7">
Q1 2022</h6>
</div>
<div class="location">
<span class="iconsBackground">
<span class="mobi-mbri-map-pin mobi-mbri mbr-iconfont"></span>
</span>
<h6 class="mbr-timeline-location mbr-white mbr-fonts-style display-7">Registration for Nexus Participants</h6>
</div>
</div>
</div>
</div>
</div>
<!--4-->
<div class="row timeline-element separline">
<div class="col-lg-10 align-left block-timeline">
<div class="date-block align-center">
<div class="inner-date">
<h5 class="mbr-date-block mbr-fonts-style mbr-info display-2">
27
</h5>
<h6 class="month-block mbr-fonts-style mbr-info display-7">
Oct, 19
</h6>
</div>
</div>
<div class="timeline-text-content col">
<div class="image-wrap col-lg-4">
<img src="assets/images/mbr-528x396.jpg" alt="">
</div>
<div class="text-block col-lg-8">
<h5 class="mbr-timeline-title mbr-fonts-style display-5">An Ocean of Possibility</h5>
<p class="mbr-timeline-text mbr-fonts-style display-7">Prototyping Nature-Tech Enabled Solutions for Flourishing Chilean Fisheries<br></p>
<div class="bottom-date">
<span class="iconsBackground">
<span class="mobi-mbri-timer mobi-mbri mbr-iconfont"></span>
</span>
<h6 class="mbr-timeline-date mbr-fonts-style display-7">
Q1 2022</h6>
</div>
<div class="location">
<span class="iconsBackground">
<span class="mobi-mbri-map-pin mobi-mbri mbr-iconfont"></span>
</span>
<h6 class="mbr-timeline-location mbr-white mbr-fonts-style display-7">Registration for Nexus Participants</h6>
</div>
</div>
</div>
</div>
</div>
<!--5-->
<div class="row timeline-element reverse">
<div class="col-lg-10 align-left block-timeline">
<div class="date-block align-center">
<div class="inner-date">
<h5 class="mbr-date-block mbr-fonts-style mbr-info display-2">
26
</h5>
<h6 class="month-block mbr-fonts-style mbr-info display-7">
Dec, 19
</h6>
</div>
</div>
<div class="timeline-text-content col">
<div class="image-wrap col-lg-4">
<img src="assets/images/mbr-525x296.jpg" alt="">
</div>
<div class="text-block col-lg-8">
<h5 class="mbr-timeline-title mbr-fonts-style display-5">Designing a Digital Tool for Monitoring the Wellbeing of Future Generations across Wales</h5>
<p class="mbr-timeline-text mbr-fonts-style display-7">A virtual participatory design series to imagine & visualize such a dashboard to help stakeholders, including policy makers, and the general public, understand the progress being made towards the Wellbeing of Future Generations.<br><br></p>
<div class="bottom-date">
<span class="iconsBackground">
<span class="mobi-mbri-timer mobi-mbri mbr-iconfont"></span>
</span>
<h6 class="mbr-timeline-date mbr-fonts-style display-7">
Q1 2022</h6>
</div>
<div class="location">
<span class="iconsBackground">
<span class="mobi-mbri-map-pin mobi-mbri mbr-iconfont"></span>
</span>
<h6 class="mbr-timeline-location mbr-white mbr-fonts-style display-7">Registration for Nexus Participants</h6>
</div>
</div>
</div>
</div>
</div>
<!--6-->
<!--7-->
<!--8-->
<!--9-->
<!--10-->
<!--11-->
<!--12-->
</div>
</div>
</section>
<section data-bs-version="5.1" class="image1 businessm4_image1 cid-sNAE307WDy" id="image1-y">
<!-- Block parameters controls (Blue "Gear" panel) -->
<!-- End block parameters -->
<div class="container">
<h3 class="mbr-section-subtitle mbr-text mbr-fonts-style mb-4 mbr-light align-center display-7">We're founded by</h3>
</div>
<figure class="mbr-figure container-fluid">
<div class="image-block" style="min-width: 200px; width: 20%;">
<img src="assets/images/n4c-logo.svg" alt="">
</div>
</figure>
</section>
<section data-bs-version="5.1" class="features2 cid-sNBJ6SI8yZ" id="features2-1c">
<div class="container">
<div class="wrapper">
<div class="mbr-section-head">
<h4 class="mbr-section-title mbr-fonts-style mb-3 display-7">
and partnering with amazing organizations including... </h4>
</div>
<div class="row mt-4 justify-content-center">
<div class="item features-image сol-12 col-md-6 col-lg-4 active">
<div class="item-wrapper">
<div class="item-img">
<img src="assets/images/partner-nst-688x688.png" data-slide-to="1" data-bs-slide-to="1" alt="">
</div>
<div class="item-content mt-3">
<h5 class="item-title mbr-fonts-style text-uppercase display-7"><strong> </strong></h5>
</div>
</div>
</div>
<div class="item features-image сol-12 col-md-6 col-lg-4">
<div class="item-wrapper">
<div class="item-img">
<img src="assets/images/partner-ep-688x688.png" data-slide-to="1" data-bs-slide-to="1" alt="">
</div>
<div class="item-content mt-3">
<h5 class="item-title mbr-fonts-style text-uppercase display-7"><strong> </strong></h5>
</div>
</div>
</div><div class="item features-image сol-12 col-md-6 col-lg-4">
<div class="item-wrapper">
<div class="item-img">
<img src="assets/images/partner-ccc-688x689.png" data-slide-to="2" data-bs-slide-to="2" alt="">
</div>
<div class="item-content mt-3">
<h5 class="item-title mbr-fonts-style text-uppercase display-7"><strong> </strong></h5>
</div>
</div>
</div>
</div>
</div>
</div>
</section>
<section data-bs-version="5.1" class="features10 cid-sNBql90U6H" id="features10-18">
<div class="container">
<div class="row justify-content-center">
<div class="card col-12 col-lg">
<div class="card-wrapper">
<div class="main_title">
<h4 class="card-title ls-1 mbr-fonts-style display-5">Planned Organizational Design</h4>
</div>
<p class="mbr-text mbr-fonts-style display-7">Our goal is to foster an engaged, and talented ecosystem of Nature Tech Nexus members who all share in the collective value we create. We are currently in early phases of building our organization with the current aim of structuring as a Platform Cooperative. This model will weave together the best parts of worker-owned cooperative structure with a decentralized governance model. <br><br>We believe in creating financial value for all participants in the Nexus ecosystem, not just for investors or shareholders. We envision a thriving ecosystem where members receive tokens for participation which will lead to a share in organizational profits.<br></p>
</div>
</div>
<div class="col-12 col-lg-4">
<div class="image-wrapper">
<img src="assets/images/nt-logo-vert2x-200x256.png" alt="">
</div>
</div>
</div>
</div>
</section>
<section data-bs-version="5.1" class="Article3 cid-sNBjKFRukJ" id="article3-16">
<div class="container-fluid">
<div class="main_header">
<div class="row justify-content-center">
<div class="col-12 col-md-12 col-lg-9 align-center">
<h3 class="mbr-section-title mb-0 mbr-fonts-style ls-1 display-5"><strong>Team</strong></h3>
<p class="mbr-text mb-0 mbr-fonts-style display-7">We are engineers, designers, marketers, creators, nature lovers, visionaries, earth stewards and regenerative movement builders, who are dedicated to regenerating the planet. <br></p>
</div>
</div>
</div>
</div>
</section>
<section data-bs-version="5.1" class="features2 cid-sNBi4ZK1HX" id="features2-14">
<div class="container">
<div class="wrapper">
<div class="row mt-4 justify-content-center">
<div class="item features-image сol-12 col-md-6 col-lg-4 active">
<div class="item-wrapper">
<div class="item-img">
<img src="assets/images/t-ben-400x400.jpg" data-slide-to="0" data-bs-slide-to="0" alt="">
</div>
<div class="item-content mt-3">
<h5 class="item-title mbr-fonts-style text-uppercase display-7"><strong>BEN Mawhinney</strong></h5>
</div>
</div>
</div>
<div class="item features-image сol-12 col-md-6 col-lg-4">
<div class="item-wrapper">
<div class="item-img">
<img src="assets/images/t-kurt-400x400.jpg" data-slide-to="1" data-bs-slide-to="1" alt="">
</div>
<div class="item-content mt-3">
<h5 class="item-title mbr-fonts-style text-uppercase display-7"><strong>Kurt McFarland</strong></h5>
</div>
</div>
</div>
<div class="item features-image сol-12 col-md-6 col-lg-4">
<div class="item-wrapper">
<div class="item-img">
<img src="assets/images/t-jonas-400x400.jpg" data-slide-to="2" data-bs-slide-to="2" alt="">
</div>
<div class="item-content mt-3">
<h5 class="item-title mbr-fonts-style text-uppercase display-7"><strong>JONAS Goldstein</strong></h5>
</div>
</div>
</div><div class="item features-image сol-12 col-md-6 col-lg-4">
<div class="item-wrapper">
<div class="item-img">
<img src="assets/images/t-brit-400x400.jpg" data-slide-to="3" data-bs-slide-to="3" alt="">
</div>
<div class="item-content mt-3">
<h5 class="item-title mbr-fonts-style text-uppercase display-7"><strong>Brittany Neff</strong></h5>
</div>
</div>
</div><div class="item features-image сol-12 col-md-6 col-lg-4">
<div class="item-wrapper">
<div class="item-img">
<img src="assets/images/profile-7-411x436.jpg" data-slide-to="4" data-bs-slide-to="4" alt="">
</div>
<div class="item-content mt-3">
<h5 class="item-title mbr-fonts-style text-uppercase display-7"><strong>DANIEL Swid </strong></h5>
</div>
</div>
</div><div class="item features-image сol-12 col-md-6 col-lg-4">
<div class="item-wrapper">
<div class="item-img">
<img src="assets/images/t-david-400x400.jpg" data-slide-to="5" data-bs-slide-to="5" alt="">
</div>
<div class="item-content mt-3">
<h5 class="item-title mbr-fonts-style text-uppercase display-7"><strong>DAVID hodgeson </strong></h5>
</div>
</div>
</div><div class="item features-image сol-12 col-md-6 col-lg-4">
<div class="item-wrapper">
<div class="item-img">
<img src="assets/images/t-nicole-400x400.jpg" data-slide-to="6" data-bs-slide-to="6" alt="">
</div>
<div class="item-content mt-3">
<h5 class="item-title mbr-fonts-style text-uppercase display-7"><strong>NICOLE-Anne Boyer </strong></h5>
</div>
</div>
</div><div class="item features-image сol-12 col-md-6 col-lg-4">
<div class="item-wrapper">
<div class="item-img">
<img src="assets/images/t-michela-400x400.jpg" data-slide-to="7" data-bs-slide-to="7" alt="">
</div>
<div class="item-content mt-3">
<h5 class="item-title mbr-fonts-style text-uppercase display-7"><strong>MICHELA Fitten</strong></h5>
</div>
</div>
</div><div class="item features-image сol-12 col-md-6 col-lg-4">
<div class="item-wrapper">
<div class="item-img">
<img src="assets/images/t-alan-400x400.jpg" data-slide-to="8" data-bs-slide-to="8" alt="">
</div>
<div class="item-content mt-3">
<h5 class="item-title mbr-fonts-style text-uppercase display-7"><strong>Alan doherty</strong></h5>
</div>
</div>
</div>
</div>
</div>
</div>
</section>
<section data-bs-version="5.1" class="Article3 cid-sNCPbIwtPD" id="article3-1i">
<div class="container-fluid">
<div class="main_header">
<div class="row justify-content-center">
<div class="col-12 col-md-12 col-lg-9 align-center">
<h3 class="mbr-section-title mb-0 mbr-fonts-style ls-1 display-1">Apply to join</h3>
<p class="mbr-text mb-0 mbr-fonts-style display-7">You have skills, talent, innate gifts, and organizational expertise. You want to connect and collaborate with missioned-aligned individuals and organizations.<br><br>You realize that biodiversity collapse and the climate emergency is bigger than you and requires every one of us to work together in generative and collaborative ways. <br><br><a href="http://tiny.cc/nt-nexus-join" class="text-white" target="_blank">Join Here</a><br></p>
</div>
</div>
</div>
</div>
</section>
<section data-bs-version="5.1" class="news1 cid-sNCQe5OSGb" id="news1-1k">
<div class="container">
<div class="main_header">
<div class="row justify-content-center">
</div>
</div>
<div class="row justify-content-center">
<div class="col-12 col-md-4 col-lg-3">
<div class="card_wrapper">
<div class="item-img">
<img src="assets/images/nt-logo-vert2x-1-200x256.png" alt="Nature.Tech" title="">
<div class="card_content mbr-white">
<div class="card_info">
</div>
</div>
</div>
</div>
</div></div>
<div class="row justify-content-center">
<div class="col-12 col-md-12 col-lg-7">
</div>
</div>
</div>
</section>
<section data-bs-version="5.1" class="Article3 cid-sNCPZ6gbmr" id="article3-1j">
<div class="container-fluid">
<div class="main_header">
<div class="row justify-content-center">
<div class="col-12 col-md-12 col-lg-9 align-center">
<p class="mbr-text mb-0 mbr-fonts-style display-7">Copyright © 2021 — All Rights Reserved</p>
</div>
</div>
</div>
</div>
</section>
<script src="assets/bootstrap/js/bootstrap.bundle.min.js"></script>
<script src="assets/parallax/jarallax.js"></script>
<script src="assets/smoothscroll/smooth-scroll.js"></script>
<script src="assets/ytplayer/index.js"></script>
<script src="assets/dropdown/js/navbar-dropdown.js"></script>
<script src="assets/theme/js/script.js"></script>
</body>
</html>