-
Notifications
You must be signed in to change notification settings - Fork 0
/
buy-cover.html
688 lines (640 loc) · 32.1 KB
/
buy-cover.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
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
<!DOCTYPE html>
<html lang="en" itemscope itemtype="http://schema.org/WebPage" xmlns="http://www.w3.org/1999/html">
<head>
<meta charset="utf-8"/>
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
<title>Bright Union - Defi insurance aggregator</title>
<meta name="description"
content="Seamlessly find and buy the best cover at the best price. Directly access multiple risk covers through our consolidated aggregator platform. Compare covers of different top tier risk markets and premiums of similar covers from Nexus, InsurAce & Bridge Mutual.">
<meta name="twitter:card" content="Bright Union">
<meta name="twitter:title" content="Bright Union - Defi insurance aggregator">
<meta name="twitter:description"
content="Seamlessly find and buy the best cover at the best price. Directly access multiple risk covers through our consolidated aggregator platform. Compare covers of different top tier risk markets and premiums of similar covers from Nexus, InsurAce & Bridge Mutual.">
<meta name="twitter:image" content="./assets/img/Be-Bright.jpg">
<meta name="twitter:site" content="@bright_union">
<!-- Favicon -->
<link rel="icon" type="image/png" href="./assets/img/bright-icon-small.svg">
<link rel="icon" href="./assets/img/bright-icon-small.svg" sizes="32x32">
<link rel="icon" href="./assets/img/bright-icon-small.svg" sizes="192x192">
<link rel="apple-touch-icon" href="./assets/img/bright-icon-small.svg">
<meta name="msapplication-TileImage" content="./assets/img/bright-icon-small.svg">
<!-- Fonts -->
<link href="https://fonts.googleapis.com/css?family=Open+Sans:300,400,600,700" rel="stylesheet">
<link href='https://fonts.googleapis.com/css?family=Montserrat:300,400,600,700' rel='stylesheet'>
<!-- Icons -->
<link href="./assets/css/nucleo-icons.css" rel="stylesheet">
<script src="https://kit.fontawesome.com/42d5adcbca.js" crossorigin="anonymous"></script>
<!-- Material Kit-->
<link type="text/css" href="./assets/css/material-kit-pro.css" rel="stylesheet">
</head>
<body>
<header>
<!-- Navbar Dark -->
<nav class="navbar navbar-expand-lg navbar-dark z-index-3 py-3">
<div class="container">
<a class="navbar-brand text-white" href="index.html" rel="tooltip" data-placement="bottom">
<div class="ms-auto">
<img src="./assets/img/logo.svg" class="w-70 max-height-125 z-index-2" loading="lazy">
</div>
</a>
<a href="https://app.brightunion.io/"
class="btn btn-sm bg-gradient-primary btn-round mb-0 ms-auto d-lg-none d-block">Launch App</a>
<button class="navbar-toggler shadow-none ms-2" type="button" data-bs-toggle="collapse" data-bs-target="#navigation"
aria-controls="navigation" aria-expanded="false" aria-label="Toggle navigation">
<span class="navbar-toggler-icon mt-2">
<span class="navbar-toggler-bar bar1"></span>
<span class="navbar-toggler-bar bar2"></span>
<span class="navbar-toggler-bar bar3"></span>
</span>
</button>
<div class="collapse navbar-collapse w-100 pt-3 pb-2 py-lg-0" id="navigation">
<ul class="navbar-nav navbar-nav-hover mx-auto">
<li class="nav-item mx-2">
<a class="nav-link ps-2 d-flex justify-content-between cursor-pointer align-items-center" href="provide-cover.html"
role="button">
Provide liquidity
</a>
</li>
<li class="nav-item mx-2">
<a class="nav-link ps-2 d-flex justify-content-between cursor-pointer align-items-center" href="buy-cover.html" role="button">
Buy insurance
</a>
</li>
<li class="nav-item mx-2">
<a class="nav-link ps-2 d-flex justify-content-between cursor-pointer align-items-center" href="integration.html"
role="button">
Integration
</a>
</li>
<li class="nav-item dropdown dropdown-hover mx-2">
<a class="nav-link ps-2 d-flex justify-content-between cursor-pointer align-items-center" href="business.html" role="button">
Business
</a>
</li>
<li class="nav-item dropdown dropdown-hover mx-2">
<a class="nav-link ps-2 d-flex justify-content-between cursor-pointer align-items-center" href="https://docs.brightunion.io/"
target="_blank" role="button">
Docs
</a>
</li>
<li class="nav-item dropdown dropdown-hover mx-2">
<a class="nav-link ps-2 d-flex justify-content-between cursor-pointer align-items-center" href="about.html" role="button">
About
</a>
</li>
</ul>
<ul class="navbar-nav d-lg-block d-none">
<li class="nav-item">
<a href="https://app.brightunion.io/"
class="btn btn-lg bg-gradient-primary mb-0 me-1" role="button">Launch App</a>
</li>
</ul>
</div>
</div>
</nav>
<!-- End Navbar -->
</header>
<div class="page-header min-vh-80 mt-n3" style="background-image: url(./assets/img/Be-Bright-1-kopiëren.jpg);" loading="lazy">
<div class="container">
<div class="row">
<div class="col-lg-5 my-auto">
<div class="brand">
<h1 class="bigH1 text-white">Decentralized
insurance for
crypto assets</h1>
<ul class="bullets">
<li class="text-white">Buy & manage covers against DeFi risks</li>
<li class="text-white">Compare multiple platforms, policies & prices</li>
<li class="text-white">Largest offer, lowest premiums</li>
</ul>
<a href="https://app.brightunion.io/coverages">
<button class="btn btn-lg bg-gradient-primary mt-4" type="button" name="button">
Get insurance
</button>
</a>
</div>
</div>
<!--<div class="col-lg-6 ms-auto">
<img src="./assets/img/Bright-center-of-Web3-insurance-5.jpg" class="w-70 z-index-2 ms-5" loading="lazy">
</div>-->
</div>
</div>
</div>
<section class="py-8">
<div class="container">
<div class="row">
<div class="col-md-3 col-sm-6 col-10 mx-auto">
<p class="text-white left-border px-3 text-bold">Cover available for over
+250 protocols</p>
</div>
<div class="col-md-3 col-sm-6 col-10 mx-auto">
<p class="text-white left-border px-3 text-bold">Our insurance partners have
paid over $20M in claims</p>
</div>
<div class="col-md-3 col-sm-6 col-10 mx-auto">
<p class="text-white left-border px-3 text-bold">Our insurance partners have
sold 98% of all covers</p>
</div>
<div class="col-md-3 col-sm-6 col-10 mx-auto">
<p class="text-white left-border px-3 text-bold">Hacks cost the community
more than $100M per week</p>
</div>
</div>
</div>
</section>
<section class="py-5">
<div class="container">
<div class="col-8 mx-auto text-center">
<h3 class="fw-light">Up to 75% discount on Nexus Mutual insurance premiums.</h3>
<a href="https://brightunion.medium.com/discount-on-all-nexus-mutual-covers-3fe14ffa39fb" target="_blank">
<button class="btn btn-lg btn-outline-primary mt-4" type="button" name="button">
Read more about BrightUnion's wNXM arbitrage
</button>
</a>
</div>
</div>
</section>
<section class="py-5">
<div class="container">
<div class="row align-items-center justify-content-center">
<div class="col-lg-5 mx-auto mt-5">
<div class="brand">
<h1 class="bigH1 text-white">Cover against
smart-contract
liabilities</h1>
<p class="text-white">
The DeFi space is growing, so are portfolios. But great opportunities come with great risks. In 2021 alone, hackers stole
around 1.5 billion dollars from the trending DeFi space.
</p>
<a href="https://app.brightunion.io/coverages">
<button class="btn btn-lg bg-gradient-primary mt-4" type="button" name="button">
Find the best cover
</button>
</a>
</div>
</div>
<div class="col-lg-6 mx-auto">
<div class="position-relative">
<img class="w-100 mt-5" src="./assets/img/DeFi-Losses_1920x1080_Blue2.png">
</div>
</div>
</div>
</div>
</section>
<section class="py-8">
<div class="container">
<div class="row">
<div class="col-12 mx-auto text-center">
<h3 class="fw-light">Widest range of insurances for crypto, including popular DeFi protocols:</h3>
</div>
</div>
<div class="row align-items-center justify-content-center">
<div class="col-md-1 col-2 text-center">
<a href="https://app.brightunion.io/coverages?coverable=Enzyme" target="_blank">
<img class="max-height-vh-8 mt-5" src="./assets/img/17009052.png">
</a>
</div>
<div class="col-md-1 col-2 text-center">
<a href="https://app.brightunion.io/coverages?coverable=Yearn%20Finance%20%28all%20vaults%29" target="_blank">
<img class="max-height-vh-8 mt-5" src="./assets/img/5864.png">
</a>
</div>
<div class="col-md-1 col-2 text-center">
<a href="https://app.brightunion.io/coverages?coverable=Curve%20%28All%20Pools%29" target="_blank">
<img class="max-height-vh-8 mt-5" src="./assets/img/logo-1.png">
</a>
</div>
<div class="col-md-1 col-2 text-center">
<a href="https://app.brightunion.io/coverages?coverable=Compound%20V2" target="_blank">
<img class="max-height-vh-8 mt-5" src="./assets/img/compound-comp-logo.png">
</a>
</div>
<div class="col-md-1 col-2 text-center">
<a href="https://app.brightunion.io/coverages?coverable=Aave%20V2" target="_blank">
<img class="max-height-vh-8 mt-5" src="./assets/img/aave-aave-logo.png">
</a>
</div>
</div>
</div>
</section>
<section class="py-8">
<div class="container">
<div class="row mb-5">
<div class="col-md-4 col-10 mx-auto">
<h1 class="bigH1 text-white">Multi-chain
risk coverage
portfolio
</h1>
</div>
<div class="col-md-8">
</div>
</div>
<div class="row justify-content-center">
<div class="col-md-4 col-10 mb-5 mx-auto">
<h4 class="top-border py-3">Protocol hack cover</h4>
<p class="text-white">Protocol hack covers can protect against events like hacks, rug pulls and 51% attacks when using or investing in
protocols, such as Uniswap, compound, or Curve protocol. This type of event is the most prevalent, and shielding against this type
of risk is most popular by far.</p>
</div>
<div class="col-md-4 col-10 mb-5 mx-auto">
<h4 class="top-border py-3">Protocol failure cover</h4>
<p class="text-white">Protocol failure covers can protect against events like hacks, rug pulls and 51% attacks when using or investing
in protocols, such as Uniswap, compound, or Curve protocol. This type of event is the most prevalent, and shielding against this
type of risk is most popular by far.</p>
</div>
<div class="col-md-4 col-10 mb-5 mx-auto">
<h4 class="top-border py-3">Custodian cover</h4>
<p class="text-white">Custodians protect exchanges or wallets against unforeseen events like hacks or bankruptcies. Custodian covers
are a solution when using unknown exchanges,
or when a large amount of funds is entrusted with a third party wallet or exchange.
</p>
</div>
<div class="col-md-4 col-10 mb-5 mx-auto">
<h4 class="top-border py-3">Stablecoin depegging cover</h4>
<p class="text-white">Protects against the event when a stablecoin loses its promised link to underlying fiat currency. With
stablecoin de-pegging, users can claim if a stablecoin drops beneath its peg within a set period. If it drops below the peg, the
difference will likely be paid in another stable coin like DAI.</p>
</div>
<div class="col-md-4 col-10 mb-5 mx-auto">
<h4 class="top-border py-3">Yield depegging cover</h4>
<p class="text-white">Protects against losing an invested amount and promised yield. For yield earning liquidity providers, a yield
de-pegging cover protects against yield token de-pegging.</p>
</div>
<div class="col-md-4 col-10 mb-5 mx-auto">
<h4 class="top-border py-3">IDO event risk cover</h4>
<p class="text-white">Protects users’ assets against hacks and bugs in case of a material loss of the insured crypto assets due to an
exploit on an IDO event.
</p>
</div>
<div class="col-10">
<img class="w-100" src="./assets/img/compatible.png">
</div>
</div>
</div>
</section>
<div class="py-3">
<div class="container">
<div class="row">
<div class="col-8 mx-auto text-center">
<h3 class="fw-lighter"> We connect 95% of the web3.0 insurance industry</h3>
</div>
</div>
<div class="row mt-4">
<div class="col-lg-2 col-md-4 col-6 mb-4 text-center justify-content-md-center align-items-md-center">
<a href="https://nexusmutual.io/" target="_blank">
<img class="w-90" src="./assets/img/nexus-mutual-e1631096252616.png" alt="logo">
</a>
</div>
<div class="col-lg-2 col-md-4 col-6 mb-4 text-center justify-content-md-center align-items-md-center">
<a href="https://bridgemutual.io/" target="_blank">
<img class="w-90" src="./assets/img/bridgemutual.png" alt="logo">
</a>
</div>
<div class="col-lg-2 col-md-4 col-6 mb-4 text-center justify-content-md-center align-items-md-center">
<a href="https://www.insurace.io/" target="_blank">
<img class="w-90 mt-4" src="./assets/img/InsuraceLogoLinearDark.ed22eadd4009de20cc67.png" alt="logo">
</a>
</div>
<div class="col-lg-2 col-md-4 col-6 mb-4 text-center">
<a href="https://ease.org/" target="_blank">
<img class="w-90 mt-2" src="./assets/img/cropped-ease-blue-2-300x131-kopiëren.png" alt="logo">
</a>
</div>
<div class="col-lg-2 col-md-4 col-6 mb-4 text-center">
<a href="https://unslashed.finance/" target="_blank">
<img class="w-90 mt-4" src="./assets/img/unslashed.png" alt="logo">
</a>
</div>
<div class="col-lg-2 col-md-4 col-6 mb-4 text-center">
<a href="https://tidal.finance/" target="_blank">
<img class="w-90" src="./assets/img/tidal-logo-1.png" alt="logo">
</a>
</div>
<div class="col-lg-2 col-md-4 col-6 mb-4 text-center">
<a href="https://unore.io/" target="_blank">
<img class="w-90 mt-1" src="./assets/img/unore-logo-1.png" alt="logo">
</a>
</div>
<div class="col-lg-2 col-md-4 col-6 mb-4 text-center">
<a href="https://www.solace.fi/" target="_blank">
<img class="w-90" src="./assets/img/solace-logo.png" alt="logo">
</a>
</div>
<div class="col-lg-2 col-md-4 col-6 mb-4 text-center">
<img class="w-90 mt-1" src="./assets/img/amulet-light.png" alt="logo">
</div>
<div class="col-lg-2 col-md-4 col-6 mb-4 text-center">
<img class="w-90 mt-3" src="./assets/img/neptune.png" alt="logo">
</div>
<div class="col-lg-2 col-md-4 col-6 mb-4 text-center">
<img class="w-90 mt-3" src="./assets/img/insureDAO-light.png" alt="logo">
</div>
</div>
</div>
</div>
<section class="py-6">
<div class="container">
<div class="row align-items-center justify-content-center">
<div class="col-lg-6 mx-auto mt-5">
<h1 class="bigH1 text-white">How does
buying covers
work?</h1>
<p class="text-white">
1. Visit the app
<br>
2. Select the protocol or exchange you want to cover for
<br>
3. Find and purchase the best cover
<br>
4. Manage your active covers from your portfolio
<br>
5. In the event of a loss, we will aid in the claims process
</p>
<a href="https://app.brightunion.io/">
<button class="btn btn-lg bg-gradient-primary mt-4" type="button" name="button">
Get started
</button>
</a>
</div>
<div class="col-lg-6 mx-auto mt-5">
<div class="embed-responsive embed-responsive-1by1">
<iframe class="embed-responsive-item min-vh-35 w-90" src="https://www.youtube.com/embed/1D1KIvjuw-Y" allowfullscreen></iframe>
</div>
</div>
</div>
</div>
</section>
<section class="py-3">
<div class="container">
<div class="col-8 mx-auto text-center">
<h3 class="fw-lighter"> Stake $BRIGHT and get up to 20% discount on insurance premiums.</h3>
<a href="loyalty-program.html">
<button class="btn btn-lg btn-outline-primary mt-4" type="button" name="button">
Read more about Brightunion's loyalty program
</button>
</a>
</div>
</div>
</section>
<section class="py-1">
<div class="container">
<div class="row">
<div class="col-md-4 col-10 mx-auto">
<div class="p-3 text-center">
<p class="text-white mb-0">Bright Union</p>
<h3>Newsletter</h3>
<button class="btn btn-lg btn-outline-primary" type="button" name="button">
<a href="https://loyalgarden.us16.list-manage.com/subscribe/post?u=5104bc4c3f4f8d3a6e2c94078&id=e836a54ca2" target="_blank">
<span class="btn-inner--icon mx-sm-1"><i class="fa fa-envelope"></i></span>
<span class="btn-inner--text">Subscribe</span>
</a>
</button>
</div>
</div>
<div class="col-md-4 col-10 mx-auto">
<div class="p-3 text-center">
<p class="text-white mb-0">Community</p>
<h3>Telegram</h3>
<button class="btn btn-lg btn-outline-primary" type="button" name="button">
<a href="https://t.me/brightunion" target="_blank">
<span class="btn-inner--icon mx-sm-1"><i class="fab fa-telegram"></i></span>
<span class="btn-inner--text">Join channel</span>
</a>
</button>
</div>
</div>
<div class="col-md-4 col-10 mx-auto">
<div class="p-3 text-center">
<p class="text-white mb-0">Ask us anything</p>
<h3>Discord</h3>
<button class="btn btn-lg btn-outline-primary" type="button" name="button">
<a href="https://discord.gg/RTyNDUjKqu" target="_blank">
<span class="btn-inner--icon mx-sm-1"><i class="fa fa-comments"></i></span>
<span class="btn-inner--text">Join server</span>
</a>
</button>
</div>
</div>
</div>
</div>
</section>
<!-- ---- START FOOTER 2 dark w/ bg image 5 cols & subscribe area & social---- -->
<footer class="footer pt-5 bg-gradient-dark">
<div class="container position-relative mt-3">
<div class="row">
<div class="col-lg-2 col-md-2 col-4">
<h6 class="text-white text-sm footer-text footer-text-header">BRIGHT UNION</h6>
<p class="text-xs text-white mb-0">Bright Union B.V.</p>
<p class="text-xs text-white mb-0">Amsterdam</p>
<p class="text-xs text-white mb-0">The Netherlands</p>
<p class="text-xs mb-0"><a href="mailto:[email protected]" class="text-highlight">[email protected]</a></p>
</div>
<div class="col-lg-2 col-md-2 col-4">
<h6 class="text-white text-sm footer-text footer-text-header">About</h6>
<ul class="flex-column ms-n3 nav">
<li class="nav-item">
<a class="nav-link text-white" href="about.html">
About us
</a>
</li>
<li class="nav-item">
<a class="nav-link text-white" href="buy-cover.html">
Defi Insurance
</a>
</li>
<li class="nav-item">
<a class="nav-link text-white" href="https://docs.brightunion.io/buying-coverage/claims-process" target="_blank">
Claims process
</a>
</li>
<li class="nav-item">
<a class="nav-link text-white" href="./docs/Bright-Union-PDF-V3.pdf" target="_blank">
Litepaper
</a>
</li>
<li class="nav-item">
<a class="nav-link text-white" href="./docs/BRI_litepaper.pdf" target="_blank">
Litepaper BRI
</a>
</li>
<li class="nav-item">
<a class="nav-link text-white" href="contact.html">
Contact
</a>
</li>
</ul>
</div>
<div class="col-lg-2 col-md-2 col-4">
<h6 class="text-white text-sm footer-text footer-text-header">Products</h6>
<ul class="flex-column ms-n3 nav">
<li class="nav-item">
<a class="nav-link text-white" href="provide-cover.html">
Insurance liquidity
</a>
</li>
<li class="nav-item">
<a class="nav-link text-white" href="buy-cover.html">
Buy Insurance
</a>
</li>
<li class="nav-item">
<a class="nav-link text-white" href="integration.html">
Integrate Insurance
</a>
</li>
<li class="nav-item">
<a class="nav-link text-white" href="loyalty-program.html">
Stake $BRIGHT
</a>
</li>
</ul>
</div>
<div class="col-lg-2 col-md-2 col-4">
<h6 class="text-white text-sm footer-text footer-text-header">Token</h6>
<ul class="flex-column ms-n3 nav">
<li class="nav-item">
<a class="nav-link text-white" href="loyalty-program.html">
Loyalty program
</a>
</li>
<li class="nav-item">
<a class="nav-link text-white"
href="https://app.uniswap.org/#/swap?use=V2&outputCurrency=0xBEaB712832112bd7664226db7CD025B153D3af55" target="_blank">
$BRIGHT on Uniswap
</a>
</li>
</ul>
</div>
<div class="col-lg-2 col-md-2 col-4">
<h6 class="text-white text-sm footer-text footer-text-header">Support</h6>
<ul class="flex-column ms-n3 nav">
<li class="nav-item">
<a class="nav-link text-white" href="https://docs.brightunion.io/" target="_blank">
Documentation
</a>
</li>
<li class="nav-item">
<a class="nav-link text-white" href="https://discord.gg/RTyNDUjKqu" target="_blank">
Discord
</a>
</li>
</ul>
</div>
<div class="col-lg-2 col-md-2 col-4">
<h6 class="text-white text-sm footer-text footer-text-header">Integration</h6>
<ul class="flex-column ms-n3 nav">
<li class="nav-item">
<a class="nav-link text-white" href="business.html">
Institutional Services
</a>
</li>
<li class="nav-item">
<a class="nav-link text-white" href="https://docs.brightunion.io/developers/integration" target="_blank">
SDK Integration
</a>
</li>
</ul>
</div>
</div>
<hr class="horizontal light mb-4 mt-lg-4">
<div class="row">
<div class="col-lg-6 col-md-6 my-auto">
<a href="index.html">
<img src="./assets/img/logo.svg" class="max-height-vh-10 z-index-2" loading="lazy">
</a>
</div>
<div class="col-lg-4 col-md-6 ms-auto text-end mt-4">
<a href="https://www.instagram.com/brightunion/" target="_blank">
<button type="button" class="btn btn-icon-only btn-link text-white mb-0">
<i class="fa fa-instagram text-lg"></i>
</button>
</a>
<a href="https://www.youtube.com/channel/UCWu4DE_ZESWT2jOjuuHQeIQ" target="_blank">
<button type="button" class="btn btn-icon-only btn-link text-white mb-0">
<i class="fa fa-youtube text-lg"></i>
</button>
</a>
<a href="https://twitter.com/bright_union" target="_blank">
<button type="button" class="btn btn-icon-only btn-link text-white mb-0">
<i class="fab fa-twitter text-lg"></i>
</button>
</a>
<a href="https://t.me/brightunion" target="_blank">
<button type="button" class="btn btn-icon-only btn-link text-white mb-0">
<i class="fa fa-telegram text-lg"></i>
</button>
</a>
<a href="https://www.linkedin.com/company/bright-union" target="_blank">
<button type="button" class="btn btn-icon-only btn-link text-white mb-0">
<i class="fa fa-linkedin-square text-lg"></i>
</button>
</a>
<a href="https://github.com/Bright-Union/" target="_blank">
<button type="button" class="btn btn-icon-only btn-link text-white mb-0">
<i class="fab fa-github text-lg"></i>
</button>
</a>
<a href="https://medium.com/@BrightUnion" target="_blank">
<button type="button" class="btn btn-icon-only btn-link text-white mb-0">
<i class="fa fa-medium text-lg"></i>
</button>
</a>
<a href="https://discord.gg/rQFP38FQRR" target="_blank">
<button type="button" class="btn btn-icon-only btn-link text-white mb-0">
<img src="./assets/img/small-logos/discord.svg" style="height: 17px; padding-bottom: 1px">
</button>
</a>
</div>
</div>
</div>
</footer>
<!-- ---- END FOOTER 2 dark w/ bg image 5 cols & subscribe area & social---- -->
<!-- Core JS Files -->
<script src="./assets/js/core/popper.min.js" type="text/javascript"></script>
<script src="./assets/js/core/bootstrap.min.js" type="text/javascript"></script>
<script src="./assets/js/plugins/perfect-scrollbar.min.js" type="text/javascript"></script>
<script src="./assets/js/plugins/moment.min.js"></script>
<!-- Plugin for the Sliders, full documentation here: http://refreshless.com/nouislider/ -->
<script src="./assets/js/plugins/nouislider.min.js"></script>
<!-- Control Center for Material Kit parallax effects, scripts for the example pages etc -->
<script src="./assets/js/material-kit-pro.min.js" type="text/javascript"></script>
<!-- Twitter universal website tag code -->
<script>
!function (e, t, n, s, u, a) {
e.twq || (s = e.twq = function () {
s.exe ? s.exe.apply(s, arguments) : s.queue.push(arguments);
}, s.version = '1.1', s.queue = [], u = t.createElement(n), u.async = !0, u.src = '//static.ads-twitter.com/uwt.js',
a = t.getElementsByTagName(n)[0], a.parentNode.insertBefore(u, a))
}(window, document, 'script');
// Insert Twitter Pixel ID and Standard Event data below
twq('init', 'o7d0p');
twq('track', 'PageView');
</script>
<!-- End Twitter universal website tag code -->
<!-- Google Tag Manager -->
<script>(function (w, d, s, l, i) {
w[l] = w[l] || [];
w[l].push({
'gtm.start':
new Date().getTime(), event: 'gtm.js'
});
var f = d.getElementsByTagName(s)[0],
j = d.createElement(s), dl = l != 'dataLayer' ? '&l=' + l : '';
j.async = true;
j.src =
'https://www.googletagmanager.com/gtm.js?id=' + i + dl;
f.parentNode.insertBefore(j, f);
})(window, document, 'script', 'dataLayer', 'GTM-WCCMKXR');</script>
<!-- End Google Tag Manager -->
<!-- Global site tag (gtag.js) - Google Analytics -->
<script async src="https://www.googletagmanager.com/gtag/js?id=G-1NCLFV0LJV"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag () {
dataLayer.push(arguments);
}
gtag('js', new Date());
gtag('config', 'G-1NCLFV0LJV');
</script>
</body>
</html>