-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathabout.php
More file actions
606 lines (536 loc) · 43.9 KB
/
about.php
File metadata and controls
606 lines (536 loc) · 43.9 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
<?php
$title = "Decentral Inc. | About Us";
include 'includes/header.php';
?>
<!--jumbotron-->
<div id="banner" role="banner" class="container-fluid bg-black p-0">
<div class="row d-flex min-700-lg relative py-5 ts stagger-right">
<img class="img-full absolute z-0 left-0 filter-dark up up-med lazy" data-src="/assets/img/jaxx-community-banner.jpg" alt="About Decentral">
<div class="col-lg-9 d-flex flex-column justify-content-center align-items-start text-left text-light p-5">
<h1 class="h4 mt-3 zoom">About Decentral</h1>
<h2 class="site-title text-light font-weight-bold zoom zoom-med">On a mission to create opportunity and empower individuals around the world.</h2>
<a href="#sec-1"><button class="p-btn text-light ts bg-trans border-0 mb-1 p-0 zoom zoom-slow">Learn more <i class="fa fa-angle-right fa-btn text-light"></i></button></a>
</div>
<div class="offset-lg-3"></div>
</div>
</div>
<main id="main">
<div class="container-fluid p-0 relative">
<!--intro-->
<section>
<div id="sec-1" class="row d-flex p-5 min-500 text-secondary bg-white stagger-down">
<div class="col-lg-6 d-flex flex-column justify-content-center align-items-start text-left down">
<h2 class="h4 orange slide-down">Company</h2>
<h3 class="section-title text-dark mb-0 slide-down">Working together to unite blockchain projects around the globe.</h3>
</div>
<div class="col-lg-6 d-flex flex-column justify-content-center align-items-start text-left o-12 down down-med">
<p class="p-big pt-3 m-0 slide-down">Decentral is an innovation hub for disruptive and decentralized technologies. Decentral was home to Canada’s first two-way Bitcoin ATM and from time to time hosts community-driven events in the domains of fintech, blockchain, cryptocurrencies and decentralized technologies. Our <span class="font-weight-bold text-dark">purpose</span> is to champion the decentralized movement by building the technology that empowers and creates wins for all.</p>
<!-- Button trigger modal -->
<button class="bg-trans border-0 p-0 down down-slow" data-toggle="modal" data-target="#values"><p class="p-btn mt-3 slide-down">Explore our values <i class="fa fa-angle-right fa-btn orange"></i></p></button>
</div>
</div><!--end row-->
<!-- values modal -->
<div class="modal fade" id="values" tabindex="-1" role="dialog" aria-labelledby="values" aria-hidden="true">
<div class="modal-dialog modal-dialog-centered" role="document">
<div class="modal-content bg-black text-light">
<div class="modal-header border-0">
<button type="button" class="close" data-dismiss="modal" aria-label="Close">
<!-- Rounded switch -->
<label aria-hidden="true" class="switch">
<input type="checkbox checked">
<span class="slider round"></span>
</label>
</button>
</div>
<div class="modal-body px-4 pt-0">
<h2 class="section-title knockout-gradient text-center pb-5 pt-0 border-bottom w-100">Our Values</h2>
<div class="container-fluid">
<div class="row">
<div class="col-lg-4 col-md-6 d-flex flex-column justify-content-center align-items-start text-left p-5 border-right border-bottom">
<h3 class="h2 font-weight-bold pt-2">1. Think big. Be bold.</h3>
<!--<p class="py-2">The ability to think big and to be bold are vital to success. It’s what motivates you. We want you to step outside of your comfort zone.</p>-->
</div>
<div class="col-lg-4 col-md-6 d-flex flex-column justify-content-center align-items-start text-left p-5 border-right border-bottom">
<h3 class="h2 font-weight-bold pt-2">2. Challenge equals opportunity.</h3>
<!--<p class="pt-2">We see challenges as opportunities in disguise. We can definitely turn each challenge into an opportunity.</p>-->
</div>
<div class="col-lg-4 col-md-6 d-flex flex-column justify-content-center align-items-start text-left p-5 border-bottom">
<h3 class="h2 font-weight-bold pt-2">3. Normal sucks. Be strange.</h3>
<!--<p class="py-2">We live and thrive outside the lines. Are you ready to be strange?</p>-->
</div>
<div class="col-lg-4 col-md-6 d-flex flex-column justify-content-center align-items-start text-left p-5 border-right border-bottom">
<h3 class="h2 font-weight-bold pt-2">4. Perfect for some. Not for everyone.</h3>
<!--<p class="py-2">And that’s perfectly okay.</p>-->
</div>
<div class="col-lg-4 col-md-6 d-flex flex-column justify-content-center align-items-start text-left p-5 border-right border-bottom">
<h3 class="h2 font-weight-bold pt-2">5. Improve, improve, improve. Waste is a villain.</h3>
<!--<p class="py-2">We adopt a focused approach at work, centering on the most important things that increase our efficiency.</p>-->
</div>
<div class="col-lg-4 col-md-6 d-flex flex-column justify-content-center align-items-start text-left p-5 border-bottom">
<h3 class="h2 font-weight-bold pt-2">6. Question everything. There's a solution to every problem.</h3>
<!--<p class="py-2">Problems arise from making assumptions. Ask questions, and seek answers.</p>-->
</div>
<div class="col-lg-4 col-md-6 d-flex flex-column justify-content-center align-items-start text-left p-5 border-right border-bottom">
<h3 class="h2 font-weight-bold pt-2">7. Present minded. Future driven. Long term focused.</h3>
<!--<p class="py-2">We strive to continuously adapt and evolve, constantly improving our products, services, and processes, while maintaining an eye on the future.</p>-->
</div>
<div class="col-lg-4 col-md-6 d-flex flex-column justify-content-center align-items-start text-left p-5 border-right border-bottom">
<h3 class="h2 font-weight-bold pt-2">8. Come and say hi. We've got nothing to hide.</h3>
<!--<p class="py-2">We adopt a focused approach at work, centering on the most important things that increase our efficiency.</p>-->
</div>
<div class="col-lg-4 col-md-6 d-flex flex-column justify-content-center align-items-start text-left p-5 border-bottom">
<h3 class="h2 font-weight-bold pt-2">9. We're sidekicks in a world of Heroes.</h3>
<!--<p class="py-2">Our customers, partners, and community are the heroes. We’re here to be the guides and provide them with the tools they need to be empowered.</p>-->
</div>
<div class="col-lg-4 col-md-6 d-flex flex-column justify-content-center align-items-start text-left p-5 border-right">
<h3 class="h2 font-weight-bold pt-2">10. Life's a game. Keep leveling up.</h3>
<!--<p class="py-2">We strive to always improve the way we do things, making sure we never plateau. We work smarter, not harder.</p>-->
</div>
<div class="col-lg-4 col-md-6 d-flex flex-column justify-content-center align-items-start text-left p-5 border-right">
<h3 class="h2 font-weight-bold pt-2">11. Change happens. Embrace it.</h3>
<!--<p class="py-2">We know that change is inevitable in life. We choose to embrace it. Change is an opportunity for growth.</p>-->
</div>
<div class="col-lg-4 col-md-6 d-flex flex-column justify-content-center align-items-center text-left p-5">
<img src="/assets/img/decentral_D_logo_white.png" class="decentral-D" alt="">
<!--<h3 class="h2 font-weight-bold pt-2">12. Our purpose.</h3>-->
<!--<p class="py-2">We champion the decentralized movement by building the technology that empowers and creates wins for all.</p>-->
</div>
</div>
</div><!--end container-->
</div><!--end modal body-->
<div class="modal-footer">
<button type="button" class="btn btn-orange" data-dismiss="modal">Close</button>
</div>
</div>
</div>
</div><!--end modal-->
</section>
<section>
<div class="row d-flex bg-light relative">
<div class="col-lg-12 min-700-lg down down-med">
<img class="img-full absolute z-0 left-0 lazy" data-src="/assets/img/jaxx-iphone-here-look.jpg" alt="Jaxx Liberty">
</div>
</div>
</section>
<!--anthony message-->
<section>
<div class="row d-flex p-5 min-500 text-secondary bg-white relative z-1 stagger-right">
<div class="col-lg-6 d-flex flex-column justify-content-center align-items-start text-left right">
<h2 class="h4 orange slide-right">Anthony Di Iorio</h2>
<h3 class="section-title text-dark mb-0 slide-right">A message from the founder.</h3>
<p class="p-big pt-3 m-0 slide-right">Decentralization is a buzzword with bite. It is the future of computing, finance, and the Internet. Decentralization is changing the very fabric of the global economy.</p>
</div>
<div class="col-lg-6 d-flex flex-column justify-content-center align-items-start text-left o-12 right right-med">
<p class="p-big pt-3 m-0 slide-right">Decentralized technologies power trust-less, frictionless, efficient networks and markets by enabling people to create, store, transfer and receive value from anyone, anywhere — friends, strangers, colleagues, businesses — without the assistance or cost of traditional middlemen. As a result, every sector—from marketing to manufacturing, from healthcare to energy, from law to accounting — is being disrupted. Join us in our mission to create opportunity and empower individuals around the world.</p>
</div>
</div><!--end row-->
</section>
<section>
<div class="row d-flex bg-light relative">
<div class="col-lg-12 min-700-lg down down-med">
<img class="img-full absolute z-0 left-0 top-0 lazy" data-src="/assets/img/decentral-anthony-1.jpg" alt="Anthony Di Iorio">
</div>
</div>
</section>
<!--history-->
<section>
<div class="row d-flex p-5 min-500 text-secondary bg-white stagger-down">
<div class="col-lg-6 d-flex flex-column justify-content-center align-items-start text-left down">
<h2 class="h4 orange slide-down">Decentral history</h2>
<h3 class="section-title text-dark mb-0 slide-down">Decentral opened its doors in 2014 and has become Canada’s leading blockchain company.</h3>
</div>
<div class="col-lg-6 d-flex flex-column justify-content-center align-items-start text-left o-12 down down-med">
<p class="p-big pt-3 m-0 slide-down">In late 2013 Anthony Di Iorio funded & co-founded Ethereum, the decentralized smart contract platform that at its peak hit $150 billion in market cap. In 2014 he founded what is now <span class="font-weight-bold">Decentral Inc.</span>, an innovation hub & software development company focused on decentralized technologies. Decentral is the maker of Jaxx Classic & Jaxx Liberty, digital asset platforms that empower millions of people with the tools they need to control their digital lives.</p>
<!-- Button trigger modal -->
<button class="bg-white border-0 p-0 down down-slow" data-toggle="modal" data-target="#history"><p class="p-btn mt-3 slide-down">Explore <i class="fa fa-angle-right fa-btn orange"></i></p></button>
</div>
</div><!--end row-->
<!-- history Modal -->
<div class="modal fade" id="history" tabindex="-1" role="dialog" aria-labelledby="exampleModalCenterTitle" aria-hidden="true">
<div class="modal-dialog modal-dialog-centered" role="document">
<div class="modal-content bg-black text-light">
<div class="modal-header border-0">
<button type="button" class="close text-light" data-dismiss="modal" aria-label="Close">
<!-- Rounded switch -->
<label aria-hidden="true" class="switch">
<input type="checkbox checked">
<span class="slider round"></span>
</label>
</button>
</div>
<div class="modal-body px-5 pt-0">
<h2 class="section-title knockout-gradient pb-4 pt-0">The History of Decentral</h2>
<div class="timeline-item">
<!--date-is='1' -->
<h2 class="h5 orange pb-2">1</h2>
<h3 class="h1">Early 2012</h3>
<p>Anthony Di Iorio organizes a variety of Bitcoin meetups in the Toronto area. BTC trades under $10. Anthony starts the Toronto Bitcoin Group.</p>
<hr class="mb-0 mt-4">
</div>
<div class="timeline-item">
<h2 class="h5 orange pb-2">2</h2>
<h3 class="h1">Early 2013</h3>
<p>Anthony Di Iorio founds and is elected first Executive Director of the Bitcoin Alliance of Canada (now <a href="https://digitalchamber.org/canada/" target="_blank"><span class="orange">“Chamber of Digital Commerce Canada”</span>)</a></p>
<p>Kryptokit is conceived and development begins. Kryptokit becomes the first Bitcoin wallet browser extension on release.</p>
<hr class="mb-0 mt-4">
</div>
<div class="timeline-item">
<h2 class="h5 orange pb-2">3</h2>
<h3 class="h1">Late 2013</h3>
<p>Vitalik Buterin shows Anthony a project he has been working on: Anthony is the first reader of what will become the Ethereum Whitepaper. Anthony dedicates funds and his full attention to building a team to pursue the Ethereum Project and becomes co-founder of Ethereum.</p>
<p>Ethereum is born: Decentral gives the Ethereum Project its first home. Anthony Di Iorio, Mihai Alisie, Vitalik Buterin, Charles Hoskinson and Amir Chetrit co-found the project to develop the platform laid out in the whitepaper. (Joseph Lubin, Gavin Wood, and Jeffrey Wilke are added as founders a few months later).</p>
<hr class="mb-0 mt-4">
</div>
<div class="timeline-item">
<h2 class="h5 orange pb-2">4</h2>
<h3 class="h1">Early 2014</h3>
<p>New Year’s Day: <span class="orange font-weight-bold">Decentral</span> opens its doors at 64 Spadina Ave. The Bitcoin ATM in this new office is the first in Toronto and second in the country.</p>
<p>Decentral organizes and runs the Bitcoin Expo 2014 (bitcoinexpo.ca), attended by thousands and the biggest cryptocurrency event in Canada at the time.</p>
<hr class="mb-0 mt-4">
</div>
<div class="timeline-item">
<h2 class="h5 orange pb-2">5</h2>
<h3 class="h1">Summer 2014</h3>
<p>Ethereum global crowdsale begins and eventually leads to $18m in ether sales (now worth over $44 billion).</p>
<p>Rushwallet by KryptoKit launches in beta as a simple HTML5 Bitcoin wallet.</p>
<hr class="mb-0 mt-4">
</div>
<div class="timeline-item">
<h2 class="h5 orange pb-2">6</h2>
<h3 class="h1">Late 2014</h3>
<p>Decentral hosts its 100th event. Seeks new event space to accommodate demand and crowd size.</p>
<hr class="mb-0 mt-4">
</div>
<div class="timeline-item">
<h2 class="h5 orange pb-2">7</h2>
<h3 class="h1">Early 2015</h3>
<p>Decentral partners with <a href="https://www.marsdd.com/facilities/event-space/" target="_blank"><span class="orange">MaRS</span></a> to host events in 2015.</p>
<hr class="mb-0 mt-4">
</div>
<div class="timeline-item">
<h2 class="h5 orange pb-2">8</h2>
<h3 class="h1">Early 2016</h3>
<p>Jaxx 1.0 released. Additional platforms supported.</p>
<hr class="mb-0 mt-4">
</div>
<div class="timeline-item">
<h2 class="h5 orange pb-2">9</h2>
<h3 class="h1">Late 2016</h3>
<p>Jaxx passes 100,000 users; Android is the most popular of the 9 platforms Jaxx supports.</p>
<p>In-app cryptocurrency swapping features go live; Jaxx users are able to exchange a variety of cryptocurrencies for each other, instantly.</p>
<hr class="mb-0 mt-4">
</div>
<div class="timeline-item">
<h2 class="h5 orange pb-2">10</h2>
<h3 class="h1">Early 2017</h3>
<p>Jaxx hits 300,000 users; users can pair their Jaxx masterseeds across iOS, Android, Chrome Browser, Linux, Mac, and Windows.</p>
<hr class="mb-0 mt-4">
</div>
<div class="timeline-item">
<h2 class="h5 orange pb-2">11</h2>
<h3 class="h1">Spring 2017</h3>
<p>Decentral announces upwards of 70 industry partnerships; companies include Coinbase, RSK, BitPay, Bittrex, Blockchain Capital, QTUM, Bancor, MonaCoin, Omni, Lisk, Stratus and others.</p>
<hr class="mb-0 mt-4">
</div>
<div class="timeline-item">
<h2 class="h5 orange pb-2">12</h2>
<h3 class="h1">Summer 2017</h3>
<p>Decentral Grand Odyssey Boat Cruise - hit blockchain event celebrates 4 years of Decentral events.</p>
<hr class="mb-0 mt-4">
</div>
<div class="timeline-item">
<h2 class="h5 orange pb-2">13</h2>
<h3 class="h1">November 2017</h3>
<p>Jaxx exceeds 400,000 users around the world.</p>
<p>Decentral Inc. begins construction for 5-floor, 15,000 square foot office and event space in the heart Toronto’s financial district.</p>
<hr class="mb-0 mt-4">
</div>
<div class="timeline-item">
<h2 class="h5 orange pb-2">14</h2>
<h3 class="h1">December 2017</h3>
<p><p>Bitcoin prices hits $20,000 CAD. 2000x higher than when Decentral’s founder, Anthony Di Iorio, started building the Toronto cryptocurrency community.</p>
<hr class="mb-0 mt-4">
</div>
</div><!--end modal content-->
<div class="modal-footer border-0">
<button type="button" class="btn btn-orange" data-dismiss="modal">Close</button>
</div>
</div>
</div>
</div><!--end modal-->
</section>
<section>
<div class="row d-flex bg-light relative">
<div class="col-lg-12 min-700-lg down down-med">
<img class="img-full absolute z-0 left-0 lazy" data-src="/assets/img/decentral-vintage-collage.jpg" alt="Decentral is the maker of Jaxx Classic & Jaxx Liberty, digital asset platforms that empower millions of people with the tools they need to control their digital lives.">
</div>
</div>
</section>
<!--Innovation-->
<section>
<div class="row d-flex p-5 min-500 bg-white stagger-right">
<div class="col-lg-6 d-flex flex-column justify-content-center align-items-start text-left right">
<h2 class="h4 orange slide-right">Innovation</h2>
<h3 class="section-title text-dark mb-0 slide-right">Leading the blockchain market into 2019.</h3>
</div>
<div class="col-lg-6 d-flex flex-column justify-content-center align-items-start text-left text-secondary o-12 right right-med">
<p class="p-big pt-3 m-0 slide-right">Located in downtown Toronto, Decentral is an innovation hub for disruptive and decentralized technologies. We are building relationships with a range of companies in a wide variety of sectors that collectively are creating economic opportunity, and empowering individuals worldwide with financial liberty.</p>
<div class="right right-slow">
<!-- Button trigger modal -->
<button class="bg-white border-0 p-0" data-toggle="modal" data-target="#team"><p class="p-btn mt-3 slide-right">Meet the team <i class="fa fa-angle-right fa-btn orange"></i></p></button>
</div>
</div>
</div><!--end row-->
<!-- team modal -->
<div class="modal fade" id="team" tabindex="-1" role="dialog" aria-labelledby="team" aria-hidden="true">
<div class="modal-dialog modal-dialog-centered" role="document">
<div class="modal-content">
<div class="modal-header border-0">
<button type="button" class="close" data-dismiss="modal" aria-label="Close">
<!-- Rounded switch -->
<label aria-hidden="true" class="switch">
<input type="checkbox checked">
<span class="slider round"></span>
</label>
</button>
</div>
<div class="modal-body px-5 pt-0">
<!--avatars-->
<div id="avatars" class="row">
<div class="offset-lg-2"></div>
<div class="col-lg-8 pb-4 mb-3 d-flex flex-column justify-content-center align-items-center text-center">
<h2 class="h4">Decentral</h2>
<h3 class="site-title knockout-gradient font-weight-bold mt-0">Meet the team.</h3>
<img class="w-50 mb-4 rounded-circle shadow-lg" src="/assets/img/team_decentral/avatar-anthony.png" alt="Cartoon avatar of Anthony Di Iorio" title="Anthony Di Iorio">
<h4>Anthony Di Iorio</h4>
<p class="p-big">Founder & CEO</p>
<p>Anthony Di Iorio is a serial entrepreneur, venture capitalist, community organizer, and thought leader in the field of digital currencies, blockchain and decentralized technologies. Anthony is the Founder and CEO of Decentral Inc.</p>
</div>
<div class="offset-lg-2"></div>
<div class="col-lg-3 col-md-6 d-flex flex-column justify-content-center align-items-center text-center text-secondary p-3">
<div class="h-50 w-75 absolute z-1 top-0 shadow bg-lightgrey"></div>
<div class="relative z-2 p-3">
<img class="w-75 rounded-circle shadow" src="/assets/img/team_decentral/avatar-bram.png" alt="Cartoon avatar of Bram Abramson" title="Bram Abramson">
<p class="p-big my-3">Bram Abramson</p>
</div>
</div>
<div class="col-lg-3 col-md-6 d-flex flex-column justify-content-center align-items-center text-center text-secondary p-3">
<div class="h-50 w-75 absolute z-0 top-0 shadow bg-lightgrey"></div>
<div class="relative p-3">
<img class="w-75 rounded-circle shadow" src="/assets/img/team_decentral/avatar-kirby.png" alt="Cartoon avatar of Kirby Chicas" title="Kirby Chicas">
<p class="p-big my-3">Kirby Chicas</p>
</div>
</div>
<div class="col-lg-3 col-md-6 d-flex flex-column justify-content-center align-items-center text-center text-secondary p-3">
<div class="h-50 w-75 absolute z-0 top-0 shadow bg-lightgrey"></div>
<div class="relative p-3">
<img class="w-75 rounded-circle shadow" src="/assets/img/team_decentral/avatar-alex.png" alt="Cartoon avatar of Alexandru Culea" title="Alexandru Culea">
<p class="p-big my-3">Alexandru Culea</p>
</div>
</div>
<div class="col-lg-3 col-md-6 d-flex flex-column justify-content-center align-items-center text-center text-secondary p-3">
<div class="h-50 w-75 absolute z-1 top-0 shadow bg-lightgrey"></div>
<div class="relative z-2 p-3">
<img class="w-75 rounded-circle shadow" src="/assets/img/team_decentral/avatar-andrei.png" alt="Cartoon avatar of Andrei Daniliuc" title="Andrei Daniliuc">
<p class="p-big my-3">Andrei Daniliuc</p>
</div>
</div>
<div class="col-lg-3 col-md-6 d-flex flex-column justify-content-center align-items-center text-center text-secondary p-3">
<div class="h-50 w-75 absolute z-0 top-0 shadow bg-lightgrey"></div>
<div class="relative p-3">
<img class="w-75 rounded-circle shadow" src="/assets/img/team_decentral/avatar-rhonda.png" alt="Cartoon avatar of Rhonda Fairman" title="Rhonda Fairman">
<p class="p-big my-3">Rhonda Fairman</p>
</div>
</div>
<div class="col-lg-3 col-md-6 d-flex flex-column justify-content-center align-items-center text-center text-secondary p-3">
<div class="h-50 w-75 absolute z-0 top-0 shadow bg-lightgrey"></div>
<div class="relative p-3">
<img class="w-75 rounded-circle shadow" src="/assets/img/team_decentral/avatar-paolo.png" alt="Cartoon avatar of Paolo Frescura" title="Paolo Frescura">
<p class="p-big my-3">Paolo Frescura</p>
</div>
</div>
<div class="col-lg-3 col-md-6 d-flex flex-column justify-content-center align-items-center text-center text-secondary p-3">
<div class="h-50 w-75 absolute z-0 top-0 shadow bg-lightgrey"></div>
<div class="relative p-3">
<img class="w-75 rounded-circle shadow" src="/assets/img/team_decentral/avatar-di2.png" alt="Cartoon avatar of Di Gallo" title="Di Gallo">
<p class="p-big my-3">Di Gallo</p>
</div>
</div>
<div class="col-lg-3 col-md-6 d-flex flex-column justify-content-center align-items-center text-center text-secondary p-3">
<div class="h-50 w-75 absolute z-1 top-0 shadow bg-lightgrey"></div>
<div class="relative z-2 p-3">
<img class="w-75 rounded-circle shadow" src="/assets/img/team_decentral/avatar-anik.png" alt="Cartoon avatar of Anik Ghosh" title="Anik Ghosh">
<p class="p-big my-3">Anik Ghosh</p>
</div>
</div>
<div class="col-lg-3 col-md-6 d-flex flex-column justify-content-center align-items-center text-center text-secondary p-3">
<div class="h-50 w-75 absolute z-0 top-0 shadow bg-lightgrey"></div>
<div class="relative p-3">
<img class="w-75 rounded-circle shadow" src="/assets/img/team_decentral/avatar-adam2.png" alt="Cartoon avatar of Adam Jacobs" title="Adam Jacobs">
<p class="p-big my-3">Adam Jacobs</p>
</div>
</div>
<div class="col-lg-3 col-md-6 d-flex flex-column justify-content-center align-items-center text-center text-secondary p-3">
<div class="h-50 w-75 absolute z-0 top-0 shadow bg-lightgrey"></div>
<div class="relative p-3">
<img class="w-75 rounded-circle shadow" src="/assets/img/team_decentral/avatar-nick.png" alt="Cartoon avatar of Nick Lacroix" title="Nick Lacroix">
<p class="p-big my-3">Nick Lacroix</p>
</div>
</div>
<div class="col-lg-3 col-md-6 d-flex flex-column justify-content-center align-items-center text-center text-secondary p-3">
<div class="h-50 w-75 absolute z-0 top-0 shadow bg-lightgrey"></div>
<div class="relative p-3">
<img class="w-75 rounded-circle shadow" src="/assets/img/team_decentral/avatar-tyler.png" alt="Cartoon avatar of Tyler MacDonald" title="Tyler MacDonald">
<p class="p-big my-3">Tyler MacDonald</p>
</div>
</div>
<div class="col-lg-3 col-md-6 d-flex flex-column justify-content-center align-items-center text-center text-secondary p-3">
<div class="h-50 w-75 absolute z-0 top-0 shadow bg-lightgrey"></div>
<div class="relative p-3">
<img class="w-75 rounded-circle shadow" src="/assets/img/team_decentral/avatar-raz.png" alt="Cartoon avatar of Razvan Marin" title="Razvan Marin">
<p class="p-big my-3">Razvan Marin</p>
</div>
</div>
<div class="col-lg-3 col-md-6 d-flex flex-column justify-content-center align-items-center text-center text-secondary p-3">
<div class="h-50 w-75 absolute z-0 top-0 shadow bg-lightgrey"></div>
<div class="relative p-3">
<img class="w-75 rounded-circle shadow p-1 bg-white" src="/assets/img/team_decentral/avatar-andrew-min.png" alt="Cartoon avatar of Andrew Mason" title="Andrew Mason">
<p class="p-big my-3">Andrew Mason</p>
</div>
</div>
<div class="col-lg-3 col-md-6 d-flex flex-column justify-content-center align-items-center text-center text-secondary p-3">
<div class="h-50 w-75 absolute z-0 top-0 shadow bg-lightgrey"></div>
<div class="relative p-3">
<img class="w-75 rounded-circle shadow" src="/assets/img/team_decentral/avatar-lucian.png" alt="Cartoon avatar of Lucian Mocanu" title="Lucian Mocanu">
<p class="p-big my-3">Lucian Mocanu</p>
</div>
</div>
<div class="col-lg-3 col-md-6 d-flex flex-column justify-content-center align-items-center text-center text-secondary p-3">
<div class="h-50 w-75 absolute z-1 top-0 shadow bg-lightgrey"></div>
<div class="relative z-2 p-3">
<img class="w-75 rounded-circle shadow" src="/assets/img/team_decentral/avatar-jon.png" alt="Cartoon avatar of Jon Newlands" title="Jon Newlands">
<p class="p-big my-3">Jon Newlands</p>
</div>
</div>
<div class="col-lg-3 col-md-6 d-flex flex-column justify-content-center align-items-center text-center text-secondary p-3">
<div class="h-50 w-75 absolute z-0 top-0 shadow bg-lightgrey"></div>
<div class="relative p-3">
<img class="w-75 rounded-circle shadow" src="/assets/img/team_decentral/avatar-sheldon.png" alt="Cartoon avatar of Sheldon Norton" title="Sheldon Norton">
<p class="p-big my-3">Sheldon Norton</p>
</div>
</div>
<div class="col-lg-3 col-md-6 d-flex flex-column justify-content-center align-items-center text-center text-secondary p-3">
<div class="h-50 w-75 absolute z-0 top-0 shadow bg-lightgrey"></div>
<div class="relative p-3">
<img class="w-75 rounded-circle shadow" src="/assets/img/team_decentral/avatar-pas.png" alt="Cartoon avatar of Bogdan Pascu" title="Bogdan Pascu">
<p class="p-big my-3">Bogdan Pascu</p>
</div>
</div>
<div class="col-lg-3 col-md-6 d-flex flex-column justify-content-center align-items-center text-center text-secondary p-3">
<div class="h-50 w-75 absolute z-0 top-0 shadow bg-lightgrey"></div>
<div class="relative p-3">
<img class="w-75 rounded-circle shadow" src="/assets/img/team_decentral/avatar-marc.png" alt="Cartoon avatar of Marc Roopchand" title="Marc Roopchand">
<p class="p-big my-3">Marc Roopchand</p>
</div>
</div>
<div class="col-lg-3 col-md-6 d-flex flex-column justify-content-center align-items-center text-center text-secondary p-3">
<div class="h-50 w-75 absolute z-0 top-0 shadow bg-lightgrey"></div>
<div class="relative p-3">
<img class="w-75 rounded-circle shadow" src="/assets/img/team_decentral/avatar-danielbeard.png" alt="Cartoon avatar of Daniel Shakhmundes" title="Daniel Shakhmundes">
<p class="p-big my-3">Daniel Shakhmundes</p>
</div>
</div>
<div class="col-lg-3 col-md-6 d-flex flex-column justify-content-center align-items-center text-center text-secondary p-3">
<div class="h-50 w-75 absolute z-1 top-0 shadow bg-lightgrey"></div>
<div class="relative z-2 p-3">
<img class="w-75 rounded-circle shadow" src="/assets/img/team_decentral/avatar-oliver.png" alt="Cartoon avatar of Oliver Soriano" title="Oliver Soriano">
<p class="p-big my-3">Oliver Soriano</p>
</div>
</div>
<div class="col-lg-3 col-md-6 d-flex flex-column justify-content-center align-items-center text-center text-secondary p-3">
<div class="h-50 w-75 absolute z-0 top-0 shadow bg-lightgrey"></div>
<div class="relative p-3">
<img class="w-75 rounded-circle shadow" src="/assets/img/team_decentral/avatar-maxwell.png" alt="Cartoon avatar of Maxwell Stennett" title="Maxwell Stennett">
<p class="p-big my-3">Maxwell Stennett</p>
</div>
</div>
<div class="col-lg-3 col-md-6 d-flex flex-column justify-content-center align-items-center text-center text-secondary p-3">
<div class="h-50 w-75 absolute z-0 top-0 shadow bg-lightgrey"></div>
<div class="relative p-3">
<img class="w-75 rounded-circle shadow" src="/assets/img/team_decentral/avatar-thageesan.png" alt="Cartoon avatar of Thageesan Thanabalasingam" title="Thageesan Thanabalasingam">
<p class="p-big my-3">Thageesan Thanabalasingam</p>
</div>
</div>
<div class="col-lg-3 col-md-6 d-flex flex-column justify-content-center align-items-center text-center text-secondary p-3">
<div class="h-50 w-75 absolute z-0 top-0 shadow bg-lightgrey"></div>
<div class="relative p-3">
<img class="w-75 rounded-circle shadow" src="/assets/img/team_decentral/avatar-anges.png" alt="Cartoon avatar of Agnes Veres" title="Agnes Veres">
<p class="p-big my-3">Agnes Veres</p>
</div>
</div>
<div class="col-lg-3 col-md-6 d-flex flex-column justify-content-center align-items-center text-center text-secondary p-3">
<div class="h-50 w-75 absolute z-0 top-0 shadow bg-lightgrey"></div>
<div class="relative p-3">
<img class="w-75 rounded-circle shadow" src="/assets/img/team_decentral/avatar-shu.png" alt="Cartoon avatar of Shu Wang" title="Shu Wang">
<p class="p-big my-3">Shu Wang</p>
</div>
</div>
<div class="col-lg-3 col-md-6 d-flex flex-column justify-content-center align-items-center text-center text-secondary p-3">
<div class="h-50 w-75 absolute z-0 top-0 shadow bg-lightgrey"></div>
<div class="relative p-3">
<img class="w-75 rounded-circle shadow" src="/assets/img/team_decentral/avatar-maggie.png" alt="Cartoon avatar of Maggie Xu" title="Maggie Xu">
<p class="p-big my-3">Maggie Xu</p>
</div>
</div>
<div class="col-lg-3 col-md-6 d-flex flex-column justify-content-center align-items-center text-center text-secondary p-3">
<div class="h-50 w-75 absolute z-0 top-0 shadow bg-lightgrey"></div>
<div class="relative p-3">
<img class="w-75 rounded-circle shadow" src="/assets/img/team_decentral/avatar-warren.png" alt="Cartoon avatar of Warren Yen" title="Warren Yen">
<p class="p-big my-3">Warren Yen</p>
</div>
</div>
<div class="offset-lg-3"></div>
</div><!--end avatars row-->
</div><!--end modal content-->
<div class="modal-footer border-0">
<button type="button" class="btn btn-orange" data-dismiss="modal">Close</button>
</div>
</div>
</div>
</div><!--end modal-->
</section>
<section>
<div class="row d-flex bg-light relative down-down-med">
<div class="col-lg-12 min-700-lg">
<img class="img-full absolute z-0 left-0 lazy" data-src="/assets/img/decentral-buildings-sky.jpeg" alt="Meet the Decentral Team">
</div>
</div>
</section>
<!--careers-->
<section>
<div class="row d-flex p-5 min-500 text-secondary bg-white stagger-down">
<div class="col-lg-6 d-flex flex-column justify-content-center align-items-start text-left down">
<h2 class="h4 orange slide-down">Careers</h2>
<h3 class="section-title text-dark mb-0 slide-down">Informing. Empowering. Uniting.</h3>
<p class="p-big pt-3 m-0 slide-down">Decentral is leading the blockchain movement in Canada and around the world. We're changing the way people think about the exchange of value.</p>
</div>
<div class="col-lg-6 d-flex flex-column justify-content-center align-items-start text-left o-12 down down-med">
<p class="p-big pt-3 m-0 slide-down">We're looking to meet talented and motivated people to join us in our Toronto offices. Our business is growing rapidly and we're actively seeking a variety of candidates for various roles. If you would like to work for the startup at the heart of blockchain in Canada, submit your resume below.</p>
<div class="down down-slow">
<a href="mailto:careers@decentral.ca"><p class="p-btn mt-3 slide-down">Get in touch <i class="fa fa-angle-right fa-btn orange"></i></p></a>
</div>
</div>
</div><!--end row-->
</section>
<section>
<div class="row d-flex bg-light relative down down-med">
<div class="col-lg-12 min-700-lg">
<img class="img-full absolute z-0 left-0 lazy" data-src="/assets/img/jaxx-testimonials.jpeg" alt="Work for Decentral">
</div>
</div>
</section>
</div><!--end container-->
</main>
<?php
include 'includes/footer.php';
?>