-
Notifications
You must be signed in to change notification settings - Fork 32
/
about.php
938 lines (915 loc) · 57.7 KB
/
about.php
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
930
931
932
933
934
935
936
937
938
<?php
$title = "About XDC Network";
$desc = "The XDC Network is a community-driven platform designed for trade finance and payments.";
include('inc/header.php') ?>
<!-- Hero Home Starts -->
<section class="px-200 px-t250-b100 hero-inside">
<!--<div class="container p-relative">-->
<div class="container">
<div class="row">
<div class="col-lg-10 offset-lg-1 hero-content">
<h1 class="title-m text-center mb-0">About XDC Network</h1>
<h2 class="subtitle subtitle-s fw-500 text-center mb-0">
The XDC Network, founded in 2017, is a community-driven platform designed for trade finance and payments. It is powered by dedicated developers, early adopters, and passionate advocates. The open-source platform offers a smart contract ecosystem for seamless global trade operations.
</h2>
<h2 class="subtitle subtitle-s fw-500 text-center mb-0">
With community-driven ethics, an optimized platform, and a commitment to global GDP growth, the XDC Network aims for a decentralized and inclusive blockchain future.
</h2>
</div>
</div>
</div>
</section>
<!-- Hero Home Ends -->
<section class="px-40 mb-5 pt-0 hero-ftr">
<div class="container">
<div class="row row-flex">
<div class="col-lg-12">
<div class="row justify-content-center">
<div class="col-lg-4 col-md-4 mt-2 mb-2">
<div class="h-100 card p-4 bg-lightgray br-20 border-0">
<div class="card-info">
<img src="assets/images/inside-page/about/global-trade.svg" class="img-fluid" alt="Empowering Global Trade" />
<div class="card-infoHead mt-3 mb-3">Empowering Global Trade</div>
<p class="fs-6 mb-0">
With its smart contract capabilities, the XDC Network empowers businesses and individuals to engage in secure and transparent transactions across international borders, promoting and facilitating global
trade.
</p>
</div>
</div>
</div>
<div class="col-lg-4 col-md-4 mt-2 mb-2">
<div class="h-100 card p-4 bg-lightgray br-20 border-0">
<div class="card-info">
<img src="assets/images/inside-page/about/community.svg" class="img-fluid" alt="XDC Community Engagement" />
<div class="card-infoHead mt-3 mb-3">Community Engagement</div>
<p class="fs-6 mb-0">
Local communities play a pivotal role in the XDC Network's success. They actively raise awareness and drive widespread adoption of XDC's cutting-edge blockchain technology, ensuring its relevance and
applicability across diverse regions.
</p>
</div>
</div>
</div>
<div class="col-lg-4 col-md-4 mt-2 mb-2">
<div class="h-100 card p-4 bg-lightgray br-20 border-0">
<div class="card-info">
<img src="assets/images/inside-page/about/mission.svg" class="img-fluid" alt="Global GDP" />
<div class="card-infoHead mt-3 mb-3">Mission to Boost Global GDP</div>
<p class="fs-6 mb-0">
The primary mission of the XDC Network is to contribute to the growth of the global GDP. By facilitating smoother infrastructure development and financial transactions, it aims to foster economic progress
and prosperity on a global scale.
</p>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</section>
<!-- Team Starts -->
<section class="px-80 bg-lightgray">
<div class="container">
<div class="row">
<div class="col-lg-10 offset-lg-1 mb-5">
<h3 class="title-m text-center">The Team</h3>
<div class="subtitle subtitle-s text-center">
The XDC Network team is made up of a diverse group of experienced professionals with a shared passion for blockchain technology and its potential to revolutionize the trade finance industry.
</div>
</div>
</div>
<div class="row">
<div class="col-lg-12 mb-4">
<h3 class="title-s text-center">Advisory Board</h3>
</div>
</div>
<div class="row justify-content-center">
<div class="col-xl-11 col-lg-11">
<div class="row justify-content-center">
<!--<div class="col-xl-3 col-lg-3 col-md-4 col-sm-4 mt-2 mb-4">
<a href="#" data-bs-toggle="modal" data-bs-target="#sydney-ifergan" class="team">
<div class="h-100 card bg-transparent br-20 border-0">
<img src="assets/images/team/advisors/sydney-ifergan.jpg" class="img-fluid team-img br-15" alt="Sydney Ifergan" />
<h3 class="team-infoHead mt-3 mb-2">Sydney Ifergan</h3>
<p class="text-muted lh-sm mb-0">CMO, Crypto and ICO Expert</p>
</div>
</a>
</div>-->
<div class="col-xl-3 col-lg-3 col-md-4 col-sm-4 mt-2 mb-4">
<a href="#" data-bs-toggle="modal" data-bs-target="#tadashi-yoshida" class="team">
<div class="h-100 card bg-transparent br-20 border-0">
<img src="assets/images/team/advisors/tadashi-yoshida.jpg" class="img-fluid team-img br-15" alt="Tadashi Yoshida" />
<h3 class="team-infoHead mt-3 mb-2">Tadashi Yoshida</h3>
<p class="text-muted lh-sm mb-0">Senior Principal Advisor and Head of Japan, XDC Network</p>
</div>
</a>
</div>
<!--<div class="col-xl-3 col-lg-3 col-md-4 col-sm-4 mt-2 mb-4">
<a href="#" data-bs-toggle="modal" data-bs-target="#chihiro-kato" class="team">
<div class="h-100 card bg-transparent br-20 border-0">
<img src="assets/images/team/advisors/chihiro-kato.jpg" class="img-fluid team-img br-15" alt="Chihiro Kato" />
<h3 class="team-infoHead mt-3 mb-2">Chihiro Kato</h3>
<p class="text-muted lh-sm mb-0">Chief Strategy Officer, SBI XDC Network APAC Co. Ltd. Head of APAC, XDC Network</p>
</div>
</a>
</div>-->
</div>
</div>
</div>
<div class="row mt-5">
<div class="col-lg-12 mb-4">
<h3 class="title-s text-center">Core Team</h3>
</div>
</div>
<div class="row justify-content-center">
<div class="col-xl-11 col-lg-11">
<div class="row justify-content-center">
<div class="col-xl-3 col-lg-3 col-md-4 col-sm-4 mt-2 mb-4">
<a href="#" data-bs-toggle="modal" data-bs-target="#atul-khekade" class="team">
<div class="h-100 card bg-transparent br-20 border-0">
<img src="assets/images/team/core-team/atul-khekade.jpg" class="img-fluid team-img br-15" alt="Atul Khekade" />
<h3 class="team-infoHead mt-3 mb-2">Atul Khekade</h3>
<p class="text-muted lh-sm mb-0">Co-Founder, Technology and Ecosystem Development</p>
</div>
</a>
</div>
<div class="col-xl-3 col-lg-3 col-md-4 col-sm-4 mt-2 mb-4">
<a href="#" data-bs-toggle="modal" data-bs-target="#ritesh-kakkad" class="team">
<div class="h-100 card bg-transparent br-20 border-0">
<img src="assets/images/team/core-team/ritesh-kakkad.jpg" class="img-fluid team-img br-15" alt="Ritesh Kakkad" />
<h3 class="team-infoHead mt-3 mb-2">Ritesh Kakkad</h3>
<p class="text-muted lh-sm mb-0">Co-Founder, Early Investor, Blockchain Strategist</p>
</div>
</a>
</div>
<div class="col-xl-3 col-lg-3 col-md-4 col-sm-4 mt-2 mb-4">
<a href="#" data-bs-toggle="modal" data-bs-target="#sunil-senapati" class="team">
<div class="h-100 card bg-transparent br-20 border-0">
<img src="assets/images/team/core-team/sunil-senapati.jpg" class="img-fluid team-img br-15" alt="Sunil Senapati" />
<h3 class="team-infoHead mt-3 mb-2">Sunil Senapati</h3>
<p class="text-muted lh-sm mb-0">Chief Executive Officer - XDC Trade Network</p>
</div>
</a>
</div>
<div class="col-xl-3 col-lg-3 col-md-4 col-sm-4 mt-2 mb-4">
<a href="#" data-bs-toggle="modal" data-bs-target="#bill-sebell" class="team">
<div class="h-100 card bg-transparent br-20 border-0">
<img src="assets/images/team/core-team/bill-sebell.jpg" class="img-fluid team-img br-15" alt="Bill Sebell" />
<h3 class="team-infoHead mt-3 mb-2">Bill Sebell</h3>
<p class="text-muted lh-sm mb-0">Director of Ecosystem Development, North America</p>
</div>
</a>
</div>
<div class="col-xl-3 col-lg-3 col-md-4 col-sm-4 mt-2 mb-4">
<a href="#" data-bs-toggle="modal" data-bs-target="#andre-casterman" class="team">
<div class="h-100 card bg-transparent br-20 border-0">
<img src="assets/images/team/core-team/andre-casterman.jpg" class="img-fluid team-img br-15" alt="André Casterman" />
<h3 class="team-infoHead mt-3 mb-2">André Casterman</h3>
<p class="text-muted lh-sm mb-0">Advisory and Market Engagement</p>
</div>
</a>
</div>
<div class="col-xl-3 col-lg-3 col-md-4 col-sm-4 mt-2 mb-4">
<a href="#" data-bs-toggle="modal" data-bs-target="#andrea-frosinini" class="team">
<div class="h-100 card bg-transparent br-20 border-0">
<img src="assets/images/team/core-team/andrea-frosinini.jpg" class="img-fluid team-img br-15" alt="Andrea Frosinini" />
<h3 class="team-infoHead mt-3 mb-2">Andrea Frosinini</h3>
<p class="text-muted lh-sm mb-0">Senior Enterprise Analyst</p>
</div>
</a>
</div>
<div class="col-xl-3 col-lg-3 col-md-4 col-sm-4 mt-2 mb-4">
<a href="#" data-bs-toggle="modal" data-bs-target="#confidence-nyirenda" class="team">
<div class="h-100 card bg-transparent br-20 border-0">
<img src="assets/images/team/core-team/confidence-nyirenda.jpg" class="img-fluid team-img br-15" alt="Confidence Nyirenda" />
<h3 class="team-infoHead mt-3 mb-2">Confidence Nyirenda</h3>
<p class="text-muted lh-sm mb-0">Ecosystem Development, Africa</p>
</div>
</a>
</div>
<div class="col-xl-3 col-lg-3 col-md-4 col-sm-4 mt-2 mb-4">
<a href="#" data-bs-toggle="modal" data-bs-target="#rebecah-dausen" class="team">
<div class="h-100 card bg-transparent br-20 border-0">
<img src="assets/images/team/core-team/rebecah-dausen.jpg" class="img-fluid team-img br-15" alt="Rebecah Dausen" />
<h3 class="team-infoHead mt-3 mb-2">Rebecah Dausen</h3>
<p class="text-muted lh-sm mb-0">Lead of Ecosystem Development, Philippines XDC Network</p>
</div>
</a>
</div>
<div class="col-xl-3 col-lg-3 col-md-4 col-sm-4 mt-2 mb-4">
<a href="#" data-bs-toggle="modal" data-bs-target="#sean-white" class="team">
<div class="h-100 card bg-transparent br-20 border-0">
<img src="assets/images/team/core-team/sean-white.jpg" class="img-fluid team-img br-15" alt="Sean White" />
<h3 class="team-infoHead mt-3 mb-2">Sean White</h3>
<p class="text-muted lh-sm mb-0">Ecosystem Head, Australia</p>
</div>
</a>
</div>
<div class="col-xl-3 col-lg-3 col-md-4 col-sm-4 mt-2 mb-4">
<a href="#" data-bs-toggle="modal" data-bs-target="#can-inac" class="team">
<div class="h-100 card bg-transparent br-20 border-0">
<img src="assets/images/team/core-team/can-inac.jpg" class="img-fluid team-img br-15" alt="Can Inac" />
<h3 class="team-infoHead mt-3 mb-2">Can Inac</h3>
<p class="text-muted lh-sm mb-0">Ecosystem Head, Germany</p>
</div>
</a>
</div>
<div class="col-xl-3 col-lg-3 col-md-4 col-sm-4 mt-2 mb-4">
<a href="#" data-bs-toggle="modal" data-bs-target="#chen-shanlong" class="team">
<div class="h-100 card bg-transparent br-20 border-0">
<img src="assets/images/team/core-team/chen-shanlong.jpg" class="img-fluid team-img br-15" alt="Chen Shanlong" />
<h3 class="team-infoHead mt-3 mb-2">Chen Shanlong</h3>
<p class="text-muted lh-sm mb-0">Marketing and Partnerships Lead, South East Asia</p>
</div>
</a>
</div>
<div class="col-xl-3 col-lg-3 col-md-4 col-sm-4 mt-2 mb-4">
<a href="#" data-bs-toggle="modal" data-bs-target="#arturo-cantera" class="team">
<div class="h-100 card bg-transparent br-20 border-0">
<img src="assets/images/team/core-team/arturo-cantera.jpg" class="img-fluid team-img br-15" alt="Arturo Cantera" />
<h3 class="team-infoHead mt-3 mb-2">Arturo Cantera</h3>
<p class="text-muted lh-sm mb-0">Founder and CEO, Prime Numbers Labs, XDC Technology and Ecosystem Development</p>
</div>
</a>
</div>
<div class="col-xl-3 col-lg-3 col-md-4 col-sm-4 mt-2 mb-4">
<a href="#" data-bs-toggle="modal" data-bs-target="#diego-consimo" class="team">
<div class="h-100 card bg-transparent br-20 border-0">
<img src="assets/images/team/core-team/diego-consimo.jpg" class="img-fluid team-img br-15" alt="Arturo Cantera" />
<h3 class="team-infoHead mt-3 mb-2">Diego Consimo</h3>
<p class="text-muted lh-sm mb-0">Ecosystem Head, LATAM</p>
</div>
</a>
</div>
<div class="col-xl-3 col-lg-3 col-md-4 col-sm-4 mt-2 mb-4">
<a href="#" data-bs-toggle="modal" data-bs-target="#roland-jones" class="team">
<div class="h-100 card bg-transparent br-20 border-0">
<img src="assets/images/team/core-team/roland-jones.jpg" class="img-fluid team-img br-15" alt="Roland Q. Jones" />
<h3 class="team-infoHead mt-3 mb-2">Roland Q. Jones</h3>
<p class="text-muted lh-sm mb-0">Software Developer</p>
</div>
</a>
</div>
</div>
</div>
</div>
</div>
</section>
<!-- Team Ends -->
<!-- Need More Help Starts -->
<section class="px-80">
<div class="container">
<div class="row">
<div class="col-lg-8 offset-lg-2">
<h3 class="title-m text-center">Need More Help?</h3>
<div class="subtitle subtitle-s text-center">Seeking help with setting up an XDC masternode? Access XDC documents, ask in the XDC Forum, or join Telegram's Developers community for assistance.</div>
</div>
</div>
<div class="row mb-2">
<div class="col-lg-12 text-center">
<div class="btn-block multi mt-5">
<a href="https://www.xdc.dev/" target="_blank">
<button class="btn-blue"><i class="fas fa-comments me-1"></i> XDC Forum</button>
</a>
<a href="https://t.me/xinfintech" target="_blank">
<button class="btn-blue"><i class="fa fa-paper-plane me-1"></i> Telegram Dev Community</button>
</a>
<a href="https://docs.xdc.network" target="_blank">
<button class="btn-blue"><i class="fa fa-book me-1"></i> XDC Documents</button>
</a>
<a href="https://coderun.ai/" target="_blank">
<button class="btn-blue">
<i class="fa me-1">
<svg class="svg-icn" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px" viewBox="0 0 39 39">
<path fill="#FFFFFF" d="M32,0H7.1C3.2,0,0,3.2,0,7.1V32C0,35.9,3.2,39,7.1,39H32c3.9,0,7.1-3.2,7.1-7.1V7.1C39,3.2,35.9,0,32,0zM7.4,16.3l6.5-7.1h6.9l-6.6,7.1l6.6,7.1h-6.9L7.4,16.3z M26.3,30.2h-6.9l6.6-7.1l-6.6-7.1h6.9l6.5,7.1L26.3,30.2z"/>
</svg>
</i> AI based Technical Support
</button>
</a>
</div>
</div>
</div>
</div>
</section>
<!-- Need More Help Ends -->
<!-- Modal -->
<div class="modal fade" id="sydney-ifergan" tabindex="-1" aria-labelledby="basicModalLabel" aria-hidden="true">
<div class="modal-dialog modal-dialog-centered modal-lg">
<div class="modal-content">
<div class="modal-header">
<button type="button" class="btn-close" data-bs-dismiss="modal" aria-label="Close"><i class="fa fa-times"></i></button>
</div>
<div class="modal-body">
<div class="team-details-flex-row">
<div class="team__img">
<img src="assets/images/team/advisors/sydney-ifergan.jpg" class="img-fluid br-15" />
</div>
<div class="team__content">
<div class="short-desc">
<h2 class="fw-6">Sydney Ifergan</h2>
<p class="designation fs-6">CMO, Crypto & ICO Expert</p>
</div>
<div class="long-desc">
<div class="mt-0 my-4">
<p class="fs-6">Sydney holds a degree in computer science and has 20+ years commercial experience. He has spent the last 10 years working in the online marketing arena and was the CMO for a large FX brokerage.</p>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
<div class="modal fade" id="tadashi-yoshida" tabindex="-1" aria-labelledby="basicModalLabel" aria-hidden="true">
<div class="modal-dialog modal-dialog-centered modal-lg">
<div class="modal-content">
<div class="modal-header">
<button type="button" class="btn-close" data-bs-dismiss="modal" aria-label="Close"><i class="fa fa-times"></i></button>
</div>
<div class="modal-body">
<div class="team-details-flex-row">
<div class="team__img">
<img src="assets/images/team/advisors/tadashi-yoshida.jpg" class="img-fluid br-15" />
</div>
<div class="team__content">
<div class="short-desc">
<h2 class="fw-6">Tadashi Yoshida</h2>
<p class="designation fs-6">Senior Principal Advisor and Head of Japan, XDC Network</p>
</div>
<div class="long-desc">
<div class="mt-0 my-4">
<p class="fs-6">A specialist in developing and managing startup support programs including accelerator and incubation program, Tadashi initiated and operated the Japan's first govt. managed accelerator program at SME support Japan. Having extended support to several new startups development in Japan, he has gained extensive experience in providing consultation and ideation of business ideas across the globe.</p>
</div>
</div>
<div class="team__footer">
<div class="social-media border-top mt-4">
<div class="cat-head mb-2">Connect on Social Media</div>
<div>
<a href="https://jp.linkedin.com/in/tadashi-yoshida-9936365" target="_blank">
<button class="btn btn-hover btn-linkedin"><i class="fa fa-paper-plane"></i> LinkedIn</button>
</a>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
<div class="modal fade" id="chihiro-kato" tabindex="-1" aria-labelledby="basicModalLabel" aria-hidden="true">
<div class="modal-dialog modal-dialog-centered modal-lg">
<div class="modal-content">
<div class="modal-header">
<button type="button" class="btn-close" data-bs-dismiss="modal" aria-label="Close"><i class="fa fa-times"></i></button>
</div>
<div class="modal-body">
<div class="team-details-flex-row">
<div class="team__img">
<img src="assets/images/team/advisors/chihiro-kato.jpg" class="img-fluid br-15" />
</div>
<div class="team__content">
<div class="short-desc">
<h2 class="fw-6">Chihiro Kato</h2>
<p class="designation fs-6">Chief Strategy Officer, SBI XDC Network APAC Co. Ltd. Head of APAC, XDC Network</p>
</div>
<div class="long-desc">
<div class="mt-0 my-4">
<p class="fs-6"></p>
</div>
</div>
<div class="team__footer">
<div class="social-media border-top mt-4">
<div class="cat-head mb-2">Connect on Social Media</div>
<div>
<a href="https://jp.linkedin.com/in/chihiro-kato-890b93102" target="_blank">
<button class="btn btn-hover btn-linkedin"><i class="fa fa-paper-plane"></i> LinkedIn</button>
</a>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
<div class="modal fade" id="atul-khekade" tabindex="-1" aria-labelledby="basicModalLabel" aria-hidden="true">
<div class="modal-dialog modal-dialog-centered modal-lg">
<div class="modal-content">
<div class="modal-header">
<button type="button" class="btn-close" data-bs-dismiss="modal" aria-label="Close"><i class="fa fa-times"></i></button>
</div>
<div class="modal-body">
<div class="team-details-flex-row">
<div class="team__img">
<img src="assets/images/team/core-team/atul-khekade.jpg" class="img-fluid team-img br-15">
</div>
<div class="team__content">
<div class="short-desc">
<h2 class="fw-6">Atul Khekade</h2>
<p class="designation fs-6">Co-Founder, Technology & Ecosystem Development</p>
</div>
<div class="long-desc">
<div class="mt-0 my-4">
<p class="fs-6">With over 14 years of experience in the technology field, Atul has played a crucial role in conceptualizing and demonstrating the first permissioned Blockchain system for the consortium of Top Asian banks. He has also co-founded Multi-Million Dollar Revenue company dedicated to the business of Airline Chartering. He is dedicated towards developing alliances and investor management, and aims to bridge the $5 trillion Government infrastructure gap, using XDC Network's Blockchain applications.</p>
</div>
</div>
<div class="team__footer">
<div class="social-media border-top mt-4">
<div class="cat-head mb-2">Connect on Social Media</div>
<div>
<a href="https://www.linkedin.com/in/atul-khekade-9076b36/" target="_blank">
<button class="btn btn-hover btn-linkedin"><i class="fa fa-paper-plane"></i> LinkedIn</button>
</a>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
<div class="modal fade" id="ritesh-kakkad" tabindex="-1" aria-labelledby="basicModalLabel" aria-hidden="true">
<div class="modal-dialog modal-dialog-centered modal-lg">
<div class="modal-content">
<div class="modal-header">
<button type="button" class="btn-close" data-bs-dismiss="modal" aria-label="Close"><i class="fa fa-times"></i></button>
</div>
<div class="modal-body">
<div class="team-details-flex-row">
<div class="team__img">
<img src="assets/images/team/core-team/ritesh-kakkad.jpg" class="img-fluid team-img br-15">
</div>
<div class="team__content">
<div class="short-desc">
<h2 class="fw-6">Ritesh Kakkad</h2>
<p class="designation fs-6">Co-Founder, Early Investor, Blockchain Strategist</p>
</div>
<div class="long-desc">
<div class="mt-0 my-4">
<p class="fs-6">As a serial entrepreneur working on the ideation and development of a Cloud hosting and a web infrastructure company, Ritesh's work has been recognized by the likes of Microsoft and BBC. Over the past 20 years, Ritesh has accumulated extensive experience in the fields of Cloud Hosting, Cloud Setup and Internet-Infrastructure. Ritesh is now leveraging his experience at XDC Network in the areas of Blockchain and protocol setup.</p>
</div>
</div>
<div class="team__footer">
<div class="social-media border-top mt-4">
<div class="cat-head mb-2">Connect on Social Media</div>
<div>
<a href="https://www.linkedin.com/in/ritesh-kakkad-b65a0a2/" target="_blank">
<button class="btn btn-hover btn-linkedin"><i class="fa fa-paper-plane"></i> LinkedIn</button>
</a>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
<div class="modal fade" id="sunil-senapati" tabindex="-1" aria-labelledby="basicModalLabel" aria-hidden="true">
<div class="modal-dialog modal-dialog-centered modal-lg">
<div class="modal-content">
<div class="modal-header">
<button type="button" class="btn-close" data-bs-dismiss="modal" aria-label="Close"><i class="fa fa-times"></i></button>
</div>
<div class="modal-body">
<div class="team-details-flex-row">
<div class="team__img">
<img src="assets/images/team/core-team/sunil-senapati.jpg" class="img-fluid team-img br-15">
</div>
<div class="team__content">
<div class="short-desc">
<h2 class="fw-6">Sunil Senapati</h2>
<p class="designation fs-6">Chief Operating Officer – Trade & Payments</p>
</div>
<div class="long-desc">
<div class="mt-0 my-4">
<p class="fs-6">Sunil is an MBA from UK Northumbria University and brings 25+ years of experience in Technology, Consulting, and Trade. Previously, he worked with companies like Oracle, Maersk, Bolero, and Monetago.</p>
<p class="fs-6">Sunil likes to solve business problems with technology and bring the industry together by putting ROI before any project starts. His consulting and outsourcing assignments have saved millions of dollars for his clients. Sunil will nurture and expand the developer ecosystem partners globally for XDC Network.</p>
</div>
</div>
<div class="team__footer">
<div class="social-media border-top mt-4">
<div class="cat-head mb-2">Connect on Social Media</div>
<div>
<a href="https://www.linkedin.com/in/sunilsenapati/" target="_blank">
<button class="btn btn-hover btn-linkedin"><i class="fa fa-paper-plane"></i> LinkedIn</button>
</a>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
<div class="modal fade" id="bill-sebell" tabindex="-1" aria-labelledby="basicModalLabel" aria-hidden="true">
<div class="modal-dialog modal-dialog-centered modal-lg">
<div class="modal-content">
<div class="modal-header">
<button type="button" class="btn-close" data-bs-dismiss="modal" aria-label="Close"><i class="fa fa-times"></i></button>
</div>
<div class="modal-body">
<div class="team-details-flex-row">
<div class="team__img">
<img src="assets/images/team/core-team/bill-sebell.jpg" class="img-fluid team-img br-15">
</div>
<div class="team__content">
<div class="short-desc">
<h2 class="fw-6">Bill Sebell</h2>
<p class="designation fs-6">Director of Ecosystem Development, North America</p>
</div>
<div class="long-desc">
<div class="mt-0 my-4">
<p class="fs-6">Graduating from the University of Massachusetts with a degree in Operations Management, Bill has spent much of his career in leadership and management. Bill specializes in executive coaching, management consulting, and lean implementation. He also has extensive experience helping small to medium sized businesses create new strategic initiatives, improve operational efficiencies, and drive workforce development. His skill and knowledge make him the perfect fit to develop the XDC ecosystem.</p>
</div>
</div>
<div class="team__footer">
<div class="social-media border-top mt-4">
<div class="cat-head mb-2">Connect on Social Media</div>
<div>
<a href="https://www.linkedin.com/in/bill-sebell-a928663/" target="_blank">
<button class="btn btn-hover btn-linkedin"><i class="fa fa-paper-plane"></i> LinkedIn</button>
</a>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
<div class="modal fade" id="andre-casterman" tabindex="-1" aria-labelledby="basicModalLabel" aria-hidden="true">
<div class="modal-dialog modal-dialog-centered modal-lg">
<div class="modal-content">
<div class="modal-header">
<button type="button" class="btn-close" data-bs-dismiss="modal" aria-label="Close"><i class="fa fa-times"></i></button>
</div>
<div class="modal-body">
<div class="team-details-flex-row">
<div class="team__img">
<img src="assets/images/team/core-team/andre-casterman.jpg" class="img-fluid team-img br-15">
</div>
<div class="team__content">
<div class="short-desc">
<h2 class="fw-6">André Casterman</h2>
<p class="designation fs-6">Advisory and Market Engagement</p>
</div>
<div class="long-desc">
<div class="mt-0 my-4">
<p class="fs-6">Andre is currently the Founder and Director of Casterman Advisory. His focus is on strategy and business development in transaction banking and decentralised finance (DeFi). He Specializes in designing and commercialising advanced payments, trade finance and capital markets innovations through institutional & commercial partnerships with fintech companies. His work has also focused on institutional investors benefit from two alternative asset classes: trade finance and digital assets. Andre has over 30 years of experience in the financial sector, including nearly 25 years at SWIFT.</p>
</div>
</div>
<div class="team__footer">
<div class="social-media border-top mt-4">
<div class="cat-head mb-2">Connect on Social Media</div>
<div>
<a href="https://www.linkedin.com/in/andrecasterman/" target="_blank">
<button class="btn btn-hover btn-linkedin"><i class="fa fa-paper-plane"></i> LinkedIn</button>
</a>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
<div class="modal fade" id="andrea-frosinini" tabindex="-1" aria-labelledby="basicModalLabel" aria-hidden="true">
<div class="modal-dialog modal-dialog-centered modal-lg">
<div class="modal-content">
<div class="modal-header">
<button type="button" class="btn-close" data-bs-dismiss="modal" aria-label="Close"><i class="fa fa-times"></i></button>
</div>
<div class="modal-body">
<div class="team-details-flex-row">
<div class="team__img">
<img src="assets/images/team/core-team/andrea-frosinini.jpg" class="img-fluid team-img br-15">
</div>
<div class="team__content">
<div class="short-desc">
<h2 class="fw-6">Andrea Frosinini</h2>
<p class="designation fs-6">Senior Enterprise Analyst</p>
</div>
<div class="long-desc">
<div class="mt-0 my-4">
<p class="fs-6">Andrea is a Senior Enterprise Analyst and Trade Finance specialist with a passion for innovation. At Hyperledger, Andrea contributed to industry modernization and development of new products on blockchain and DLT. He is also a Mentor of ITFA Martin Ashtrust Trade Finance Mentoring Scheme, an Honorary Member of the Canadian Blockchain Supply Chain Association. Andrea Frosinini graduated from the University of Florence with a degree in Foreign Languages and Literature.</p>
</div>
</div>
<div class="team__footer">
<div class="social-media border-top mt-4">
<div class="cat-head mb-2">Connect on Social Media</div>
<div>
<a href="https://www.linkedin.com/in/andreafrosinini/" target="_blank">
<button class="btn btn-hover btn-linkedin"><i class="fa fa-paper-plane"></i> LinkedIn</button>
</a>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
<div class="modal fade" id="confidence-nyirenda" tabindex="-1" aria-labelledby="basicModalLabel" aria-hidden="true">
<div class="modal-dialog modal-dialog-centered modal-lg">
<div class="modal-content">
<div class="modal-header">
<button type="button" class="btn-close" data-bs-dismiss="modal" aria-label="Close"><i class="fa fa-times"></i></button>
</div>
<div class="modal-body">
<div class="team-details-flex-row">
<div class="team__img">
<img src="assets/images/team/core-team/confidence-nyirenda.jpg" class="img-fluid team-img br-15">
</div>
<div class="team__content">
<div class="short-desc">
<h2 class="fw-6">Confidence Nyirenda</h2>
<p class="designation fs-6">Ecosystem Development, Africa</p>
</div>
<div class="long-desc">
<div class="mt-0 my-4">
<p class="fs-6">A cryptocurrency enthusiast, Confidence has been educating people & spreading the adoption of Blockchain technology across African Continent. A software & blockchain developer with Aftica's biggest exchanges called Golix & Bitpaya, he is also a Community Manager at HouseAfrica. A member of The Internet Society & the Bitcoin Community, he is also a blogger on Steemit. His experience with cryptocurrencies including Bitcoin, Dash, Smartcash & Steemit will help him create awareness about XDC Network & its use cases across local African community.</p>
</div>
</div>
<div class="team__footer">
<div class="social-media border-top mt-4">
<div class="cat-head mb-2">Connect on Social Media</div>
<div>
<a href="https://www.linkedin.com/in/confidencenyirenda/" target="_blank">
<button class="btn btn-hover btn-linkedin"><i class="fa fa-paper-plane"></i> LinkedIn</button>
</a>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
<div class="modal fade" id="rebecah-dausen" tabindex="-1" aria-labelledby="basicModalLabel" aria-hidden="true">
<div class="modal-dialog modal-dialog-centered modal-lg">
<div class="modal-content">
<div class="modal-header">
<button type="button" class="btn-close" data-bs-dismiss="modal" aria-label="Close"><i class="fa fa-times"></i></button>
</div>
<div class="modal-body">
<div class="team-details-flex-row">
<div class="team__img">
<img src="assets/images/team/core-team/rebecah-dausen.jpg" class="img-fluid team-img br-15">
</div>
<div class="team__content">
<div class="short-desc">
<h2 class="fw-6">Rebecah Dausen</h2>
<p class="designation fs-6">Lead of Ecosystem Development, Philippines XDC Network</p>
</div>
<div class="long-desc">
<div class="mt-0 my-4">
<p class="fs-6">Early on, in Rebecah's Web2 days, she managed a broad spectrum of IT projects - from Website development, E Commerce platforms and Web applications - ensuring they were delivered on time, within in budget and SOW. Since then, Rebecah embarked on a transformative journey into Web3 and not looked back. Journeying deeper into Blockchain and XDC Network, Rebecah now facilitates collaboration among individuals, projects and organizations - fostering a dynamic XDC Ecosystem in the Philippines where innovative ideas and blockchain solutions can flourish.</p>
</div>
</div>
<div class="team__footer">
<div class="social-media border-top mt-4">
<div class="cat-head mb-2">Connect on Social Media</div>
<div>
<a href="https://www.linkedin.com/in/rebecah-dausen-b15305289/" target="_blank">
<button class="btn btn-hover btn-linkedin"><i class="fa fa-paper-plane"></i> LinkedIn</button>
</a>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
<div class="modal fade" id="chen-shanlong" tabindex="-1" aria-labelledby="basicModalLabel" aria-hidden="true">
<div class="modal-dialog modal-dialog-centered modal-lg">
<div class="modal-content">
<div class="modal-header">
<button type="button" class="btn-close" data-bs-dismiss="modal" aria-label="Close"><i class="fa fa-times"></i></button>
</div>
<div class="modal-body">
<div class="team-details-flex-row">
<div class="team__img">
<img src="assets/images/team/core-team/chen-shanlong.jpg" class="img-fluid team-img br-15">
</div>
<div class="team__content">
<div class="short-desc">
<h2 class="fw-6">Chen Shanlong</h2>
<p class="designation fs-6">Marketing & Partnerships Lead</p>
</div>
<div class="long-desc">
<div class="mt-0 my-4">
<p class="fs-6">Formerly in TradFi (ex-Citi), Shanlong brings close to 10 years of Marketing experience in both Web2 & Web3.</p>
</div>
</div>
<div class="team__footer">
<div class="social-media border-top mt-4">
<div class="cat-head mb-2">Connect on Social Media</div>
<div>
<a href="https://www.linkedin.com/in/chenshanlong/" target="_blank">
<button class="btn btn-hover btn-linkedin"><i class="fa fa-paper-plane"></i> LinkedIn</button>
</a>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
<div class="modal fade" id="sean-white" tabindex="-1" aria-labelledby="basicModalLabel" aria-hidden="true">
<div class="modal-dialog modal-dialog-centered modal-lg">
<div class="modal-content">
<div class="modal-header">
<button type="button" class="btn-close" data-bs-dismiss="modal" aria-label="Close"><i class="fa fa-times"></i></button>
</div>
<div class="modal-body">
<div class="team-details-flex-row">
<div class="team__img">
<img src="assets/images/team/core-team/sean-white.jpg" class="img-fluid team-img br-15">
</div>
<div class="team__content">
<div class="short-desc">
<h2 class="fw-6">Sean White</h2>
<p class="designation fs-6">Ecosystem Head, Australia</p>
</div>
<div class="long-desc">
<div class="mt-0 my-4">
<p class="fs-6">While leading the Australian XDC Network Ecosystem and assisting the Development of the broader Pacific region’s Web2 transitioning Businesses and Services, Sean often finds himself between code and the “real world”, avidly promoting the benefits of Blockchain Technology. You can expect attentive, engaged and solutions focused service in any Blockchain matter- from Infrastructural gaps in Government and Banking services to Trade Finance & Document Management sectors - that might be better solved by a more secure and efficient Web3+ Tokenisation approach.</p>
</div>
</div>
<div class="team__footer">
<div class="social-media border-top mt-4">
<div class="cat-head mb-2">Connect on Social Media</div>
<div>
<a href="https://www.linkedin.com/in/sean-white-a5a59433/" target="_blank">
<button class="btn btn-hover btn-linkedin"><i class="fa fa-paper-plane"></i> LinkedIn</button>
</a>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
<div class="modal fade" id="can-inac" tabindex="-1" aria-labelledby="basicModalLabel" aria-hidden="true">
<div class="modal-dialog modal-dialog-centered modal-lg">
<div class="modal-content">
<div class="modal-header">
<button type="button" class="btn-close" data-bs-dismiss="modal" aria-label="Close"><i class="fa fa-times"></i></button>
</div>
<div class="modal-body">
<div class="team-details-flex-row">
<div class="team__img">
<img src="assets/images/team/core-team/can-inac.jpg" class="img-fluid team-img br-15">
</div>
<div class="team__content">
<div class="short-desc">
<h2 class="fw-6">Can Inac</h2>
<p class="designation fs-6">Ecosystem Head, Germany</p>
</div>
<div class="long-desc">
<div class="mt-0 my-4">
<p class="fs-6">Innovation Catalyst & Growth Accelerator on XDC's Hybrid Blockchain Network Can Inac is a highly experienced and accomplished figure in the XDC Community. Since joining the community in 2017, Can has become an influential force within the ecosystem, especially in his role as the Director of XDC GDCE since 2022. Can's expertise in blockchain technology and his passion for promoting innovation have resulted in remarkable developer and project growth on the XDC Network. With a reputation for cutting-edge thinking and a dedication to fostering collaboration, Can continues to drive progress and success in the blockchain space.</p>
</div>
</div>
<div class="team__footer">
<div class="social-media border-top mt-4">
<div class="cat-head mb-2">Connect on Social Media</div>
<div>
<a href="https://www.linkedin.com/in/caninac/" target="_blank">
<button class="btn btn-hover btn-linkedin"><i class="fa fa-paper-plane"></i> LinkedIn</button>
</a>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
<div class="modal fade" id="arturo-cantera" tabindex="-1" aria-labelledby="basicModalLabel" aria-hidden="true">
<div class="modal-dialog modal-dialog-centered modal-lg">
<div class="modal-content">
<div class="modal-header">
<button type="button" class="btn-close" data-bs-dismiss="modal" aria-label="Close"><i class="fa fa-times"></i></button>
</div>
<div class="modal-body">
<div class="team-details-flex-row">
<div class="team__img">
<img src="assets/images/team/core-team/arturo-cantera.jpg" class="img-fluid team-img br-15">
</div>
<div class="team__content">
<div class="short-desc">
<h2 class="fw-6">Arturo Cantera</h2>
<p class="designation fs-6">Founder & CEO, Prime Numbers Labs, XDC Technology & Ecosystem Development</p>
</div>
<div class="long-desc">
<div class="mt-0 my-4">
<p class="fs-6">Venturing into the realm of blockchain in 2016, Arturo's fervor for this groundbreaking technology and cryptocurrency is palpable. As the visionary leader and founder of Prime Numbers Labs, he has tirelessly championed innovation, fostered wider acceptance, and instilled transparency in the vast expanse of the cryptocurrency market. His steadfast commitment is evident in every stride taken by his company towards a more decentralized and transparent future.</p>
</div>
</div>
<div class="team__footer">
<div class="social-media border-top mt-4">
<div class="cat-head mb-2">Connect on Social Media</div>
<div>
<a href="https://www.linkedin.com/in/arturocantera/" target="_blank">
<button class="btn btn-hover btn-linkedin"><i class="fa fa-paper-plane"></i> LinkedIn</button>
</a>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
<div class="modal fade" id="diego-consimo" tabindex="-1" aria-labelledby="basicModalLabel" aria-hidden="true">
<div class="modal-dialog modal-dialog-centered modal-lg">
<div class="modal-content">
<div class="modal-header">
<button type="button" class="btn-close" data-bs-dismiss="modal" aria-label="Close"><i class="fa fa-times"></i></button>
</div>
<div class="modal-body">
<div class="team-details-flex-row">
<div class="team__img">
<img src="assets/images/team/core-team/diego-consimo.jpg" class="img-fluid team-img br-15">
</div>
<div class="team__content">
<div class="short-desc">
<h2 class="fw-6">Diego Consimo</h2>
<p class="designation fs-6">Ecosystem Head, LATAM</p>
</div>
<div class="long-desc">
<div class="mt-0 my-4">
<p class="fs-6">Ecosystem Head LATAM at XDC Network, Crypto Investidor Founder, certified Blockchain Expert, market analyst, content creator, with over 12 years of experience in business, strategic marketing, banking, a passionate entrepreneur in the financial market, Trade Finance, RWAs, and Tokenization.</p>
</div>
</div>
<div class="team__footer">
<div class="social-media border-top mt-4">
<div class="cat-head mb-2">Connect on Social Media</div>
<div>
<a href="https://www.linkedin.com/in/diegoconsimo/" target="_blank">
<button class="btn btn-hover btn-linkedin"><i class="fa fa-paper-plane"></i> LinkedIn</button>
</a>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
<div class="modal fade" id="roland-jones" tabindex="-1" aria-labelledby="basicModalLabel" aria-hidden="true">
<div class="modal-dialog modal-dialog-centered modal-lg">
<div class="modal-content">
<div class="modal-header">
<button type="button" class="btn-close" data-bs-dismiss="modal" aria-label="Close"><i class="fa fa-times"></i></button>
</div>
<div class="modal-body">
<div class="team-details-flex-row">
<div class="team__img">
<img src="assets/images/team/core-team/roland-jones.jpg" class="img-fluid team-img br-15">
</div>
<div class="team__content">
<div class="short-desc">
<h2 class="fw-6">Roland Q. Jones</h2>
<p class="designation fs-6">Software Developer</p>
</div>
<div class="long-desc">
<div class="mt-0 my-4">
<p class="fs-6">Roland graduated from Arizona State University with a degree in Computer Programming in 2020. Shortly thereafter, he began working as a software programmer and developer. Known in the blockchain space as Quincy Jones, he became somewhat of a "crypto celebrity" from sharing his knowledge and skill on social media and YouTube. His ability to educate and articulate has contributed to his popularity in the crypto space.</p>
</div>
</div>
<div class="team__footer">
<div class="social-media border-top mt-4">
<div class="cat-head mb-2">Connect on Social Media</div>
<div>
<a href="https://www.linkedin.com/in/r-quincy-jones-456b97160/" target="_blank">
<button class="btn btn-hover btn-linkedin"><i class="fa fa-paper-plane"></i> LinkedIn</button>
</a>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
<?php include('inc/footer.php') ?>