-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
752 lines (631 loc) · 31.1 KB
/
index.html
File metadata and controls
752 lines (631 loc) · 31.1 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
683
684
685
686
687
688
689
690
691
692
693
694
695
696
697
698
699
700
701
702
703
704
705
706
707
708
709
710
711
712
713
714
715
716
717
718
719
720
721
722
723
724
725
726
727
728
729
730
731
732
733
734
735
736
737
738
739
740
741
742
743
744
745
746
747
748
749
750
751
752
<!DOCTYPE html><html><head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1, minimum-scale=1">
<meta name="description" content="Official website of the organization B-HD®">
<meta name="keywords" content="organization, web, website, site, enthusiasts, large, community">
<meta name="author" content="B-HD®">
<!-- Open Graph -->
<meta property="og:title" content="B-HD®">
<meta property="og:description" content="Official website of the organization B-HD®">
<meta property="og:image" content="https://bhd.pp.ua/ico.png">
<meta property="og:url" content="https://bhd.pp.ua">
<meta property="og:type" content="website">
<!-- Twitter -->
<meta name="twitter:card" content="summary_large_image">
<meta name="twitter:title" content="B-HD®">
<meta name="twitter:description" content="Official website of the organization B-HD®">
<meta name="twitter:image" content="https://bhd.pp.ua/ico.png">
<title>B-HD™</title>
<link rel="stylesheet" href="assets/web/assets/mobirise-icons2/mobirise2_rnd%3D1755001175987.css">
<link rel="stylesheet" href="assets/bootstrap/css/bootstrap.min_rnd%3D1755001175987.css">
<link rel="stylesheet" href="assets/parallax/jarallax_rnd%3D1755001175987.css">
<link rel="stylesheet" href="assets/dropdown/css/style_rnd%3D1755001175987.css">
<link rel="stylesheet" href="assets/socicon/css/styles_rnd%3D1755001175987.css">
<link rel="stylesheet" href="assets/theme/css/style_rnd%3D1755001175987.css">
<link rel="icon" href="ico.png" type="image/png">
<link rel="preload" href="https://fonts.googleapis.com/css2?family=Inter+Tight:wght@400;700&display=swap&display=swap" as="style" onload="this.onload=null;this.rel='stylesheet'">
<noscript><link rel="stylesheet" href="https://fonts.googleapis.com/css2?family=Inter+Tight:wght@400;700&display=swap&display=swap"></noscript>
<link rel="stylesheet" href="assets/css/mbr-additional_rnd%3D1755001175987.css" type="text/css">
<script type="application/ld+json">
{
"@context": "https://schema.org",
"@type": "Organization",
"url": "https://bhd.pp.ua",
"logo": "https://bhd.pp.ua/ico.png",
"name": "B-HD®",
"description": "Official website of the organization B-HD®"
}
</script>
<script src="assets/verification_ct/script_script.js"></script>
<style>
.navbar-fixed-top {
top: auto;
}
#mobirisePromo.container-banner {
height: 11rem;
opacity: 1;
-webkit-animation: 11s linear animationHeight;
-moz-animation: 11s linear animationHeight;
-o-animation: 11s linear animationHeight;
animation: 11s linear animationHeight;
transition: all 0.5s;
}
#mobirisePromo.container-banner.container-banner-closing {
pointer-events: none;
height: 0;
opacity: 0;
-webkit-animation: 0.5s linear animationClosing;
-moz-animation: 0.5s linear animationClosing;
-o-animation: 0.5s linear animationClosing;
animation: 0.5s linear animationClosing;
}
#mobirisePromo .banner {
min-height: 11rem;
position:fixed;
top: 0;
left: 0;
right: 0;
background: #fff;
padding: 10px;
opacity:1;
-webkit-animation: 11s linear animationBanner;
-moz-animation: 11s linear animationBanner;
-o-animation: 11s linear animationBanner;
animation: 11s linear animationBanner;
z-index: 1031;
display: flex;
flex-direction: column;
justify-content: center;
}
#mobirisePromo .banner p {
overflow: hidden;
display: -webkit-box;
-webkit-line-clamp: 4;
-webkit-box-orient: vertical;
animation: none;
visibility: visible;
}
#mobirisePromo .buy-license {
text-decoration: underline;
}
#mobirisePromo .banner .btn {
margin: 0.3rem 0.5rem;
animation: none;
visibility: visible;
}
.navbar.opened {
z-index: 1032;
}
#mobirisePromo .mbr-section-abuse-report {
margin-top: 0.8rem;
font-size: 80%;
}
#mobirisePromo .mbr-section-abuse-report a {
color: #aaa;
}
@-webkit-keyframes animationBanner { 0% { opacity: 0; top: -11rem; } 91% { opacity: 0; top: -11rem; } 100% { opacity: 1; top: 0; } }
@-moz-keyframes animationBanner { 0% { opacity: 0; top: -11rem; } 91% { opacity: 0; top: -11rem; } 100% { opacity: 1; top: 0; } }
@-o-keyframes animationBanner { 0% { opacity: 0; top: -11rem; } 91% { opacity: 0; top: -11rem; } 100% { opacity: 1; top: 0; } }
@keyframes animationBanner { 0% { opacity: 0; top: -11rem; } 91% { opacity: 0; top: -11rem; } 100% { opacity: 1; top: 0; } }
@-webkit-keyframes animationHeight { 0% { height: 0; } 91% { height: 0; } 100% { height: 11rem; } }
@-moz-keyframes animationHeight { 0% { height: 0; } 91% { height: 0; } 100% { height: 11rem; } }
@-o-keyframes animationHeight { 0% { height: 0; } 91% { height: 0; } 100% { height: 11rem; } }
@keyframes animationHeight { 0% { height: 0; } 91% { height: 0; } 100% { height: 11rem; } }
@-webkit-keyframes animationClosing { 0% { height: 11rem; opacity: 1; } 30% { height: 11rem; opacity: 0.5;} 100% { height: 0; opacity: 0;} }
@-moz-keyframes animationClosing { 0% { height: 11rem; opacity: 1; } 30% { height: 11rem; opacity: 0.5;} 100% { height: 0; opacity: 0;} }
@-o-keyframes animationClosing { 0% { height: 11rem; opacity: 1; } 30% { height: 11rem; opacity: 0.5;} 100% { height: 0; opacity: 0;} }
@keyframes animationClosing { 0% { height: 11rem; opacity: 1; } 30% { height: 11rem; opacity: 0.5;} 100% { height: 0; opacity: 0;} }
@media(max-width: 575px) {
#mobirisePromo.container-banner {
height: 14rem;
}
#mobirisePromo .banner {
min-height: 14rem;
}
@-webkit-keyframes animationBanner { 0% { opacity: 0; top: -14rem; } 91% { opacity: 0; top: -14rem; } 100% { opacity: 1; top: 0; } }
@-moz-keyframes animationBanner { 0% { opacity: 0; top: -14rem; } 91% { opacity: 0; top: -14rem; } 100% { opacity: 1; top: 0; } }
@-o-keyframes animationBanner { 0% { opacity: 0; top: -14rem; } 91% { opacity: 0; top: -14rem; } 100% { opacity: 1; top: 0; } }
@keyframes animationBanner { 0% { opacity: 0; top: -14rem; } 91% { opacity: 0; top: -14rem; } 100% { opacity: 1; top: 0; } }
@-webkit-keyframes animationHeight { 0% { height: 0; } 91% { height: 0; } 100% { height: 14rem; } }
@-moz-keyframes animationHeight { 0% { height: 0; } 91% { height: 0; } 100% { height: 14rem; } }
@-o-keyframes animationHeight { 0% { height: 0; } 91% { height: 0; } 100% { height: 14rem; } }
@keyframes animationHeight { 0% { height: 0; } 91% { height: 0; } 100% { height: 14rem; } }
@-webkit-keyframes animationClosing { 0% { height: 14rem; opacity: 1; } 30% { height: 14rem; opacity: 0.5;} 100% { height: 0; opacity: 0;} }
@-moz-keyframes animationClosing { 0% { height: 14rem; opacity: 1; } 30% { height: 14rem; opacity: 0.5;} 100% { height: 0; opacity: 0;} }
@-o-keyframes animationClosing { 0% { height: 14rem; opacity: 1; } 30% { height: 14rem; opacity: 0.5;} 100% { height: 0; opacity: 0;} }
@keyframes animationClosing { 0% { height: 14rem; opacity: 1; } 30% { height: 14rem; opacity: 0.5;} 100% { height: 0; opacity: 0;} }
}
</style>
</head>
<body>
<section data-bs-version="5.1" class="menu menu01 progressm5 cid-uTEncxiztP" once="menu" id="menu-1-uTEncxiztP">
<nav class="navbar navbar-dropdown navbar-expand-lg">
<div class="menu_box container-fluid">
<div class="navbar-brand d-flex">
<span class="navbar-caption-wrap"><a class="navbar-caption text-primary display-7" href="https://bhd.pp.ua/">B-HD®</a></span>
<button class="navbar-toggler" type="button" data-toggle="collapse" data-bs-toggle="collapse" data-target="#navbarSupportedContent" data-bs-target="#navbarSupportedContent" aria-controls="navbarNavAltMarkup" aria-expanded="false" aria-label="Toggle navigation">
<div class="hamburger">
<span></span>
<span></span>
<span></span>
<span></span>
</div>
</button>
</div>
<div class="collapse navbar-collapse" id="navbarSupportedContent">
<ul class="navbar-nav nav-dropdown" data-app-modern-menu="true"><li class="nav-item">
<a class="nav-link link text-primary display-4" href="https://github.com/orgs/B-HDr/repositories" target="_blank">Projects</a>
</li>
<li class="nav-item">
<a class="nav-link link text-primary display-4" href="https://github.com/B-HDr/.github/blob/main/profile/README.md" target="_blank">Info</a>
</li>
<li class="nav-item">
<a class="nav-link link text-primary display-4" href="https://github.com/B-HDr/ABT" target="_blank">Just fix it™</a>
</li></ul>
<div class="mbr-section-btn-main" role="tablist"><a class="btn btn-primary display-4" href="https://github.com/B-HDr/" target="_blank">Go to Github</a></div>
</div>
</div>
</nav>
</section>
<section data-bs-version="5.1" class="header01 cid-uTEncxkxtI" style="background-color: #1A0C1E; position: relative; overflow: hidden;" id="hero-1-uTEncxkxtI">
<div class="mbr-overlay" style="background: #060606; opacity: 0.1; position: absolute; top:0; left:0; width:100%; height:100%; pointer-events:none;"></div>
<div class="container" style="position: relative; z-index: 1;">
<div class="row">
<div class="col-12">
<div class="content-wrapper" style="text-align: center; padding: 5rem 1rem;">
<div class="logo-wrapper">
</div>
<h1 class="mbr-section-title mbr-fonts-style" style="color: #fff; font-family: 'Orbitron', sans-serif; font-size: 4rem; margin-bottom: 0;">
B-HD®
</h1>
<p class="subtitle" style="color: #9ACD32; font-family: 'Share Tech Mono', monospace; font-size: 1.5rem; margin-top: 4px; margin-bottom: 60px; line-height: 1.2;">
B-HD® — Blockchain Hyper Development®
</p>
<div class="text-wrapper">
<p class="mbr-text mbr-fonts-style" style="color: #fff; font-family: 'Share Tech Mono', monospace; font-size: 1.25rem; margin-top: 0; max-width: 600px; margin-left: auto; margin-right: auto;">
Welcome to our website programmers and investors)<br><br>Want to know more than just the goal?
</p>
</div>
<div class="mbr-section-btn" style="margin-top: 36px;">
<a class="btn btn-primary"
href="https://github.com/B-HDr"
target="_blank"
rel="noopener noreferrer"
style="background-color: #734581; color: #fff; padding: 0.75rem 2rem; border-radius: 4px; text-decoration: none; font-weight: bold; font-family: 'Share Tech Mono', monospace;">
Go to the Github
</a>
</div>
</div>
</div>
</div>
</div>
</section>
<section data-bs-version="5.1" class="image01 progressm5 cid-uTEncxkPp7 mbr-fullscreen mbr-parallax-background" id="video-3-uTEncxkPp7">
<div class="mbr-overlay" style="opacity: 0.7; background-color: rgb(26, 12, 30);"></div>
<div class="container">
<div class="row content-wrapper">
<div class="col-12">
<div class="image-wrap"></div>
</div>
</div>
</div>
</section>
<section data-bs-version="5.1" class="tabs01 tabs progressm5 cid-uTEncxm2mu" id="features-9-uTEncxm2mu">
<div class="container">
<div class="row items-wrapper">
<div class="col-12 col-lg-4 card">
<div class="title-wrapper">
<h1 class="mbr-section-title mbr-fonts-style display-5">Official B-HD projects:<br><br>Our hearts are right here</h1>
</div>
</div>
<div class="col-12 col-lg-8 card">
<div class="tabs-wrapper">
<ul class="nav nav-tabs" role="tablist">
<li class="nav-item first mbr-fonts-style"><a class="nav-link show mbr-fonts-style active display-4" role="tab" data-toggle="tab" data-bs-toggle="tab" href="#features-9-uTEncxm2mu_tab0" aria-selected="true">Project UmbrioX</a></li>
<li class="nav-item"><a class="nav-link mbr-fonts-style active display-4" role="tab" data-toggle="tab" data-bs-toggle="tab" href="#features-9-uTEncxm2mu_tab1" aria-selected="true">Blockchain NeXT</a></li>
<li class="nav-item"><a class="nav-link mbr-fonts-style display-4" role="tab" data-toggle="tab" data-bs-toggle="tab" href="#features-9-uTEncxm2mu_tab2" aria-selected="false">All Blockchain Test (ABT)</a></li>
</ul>
</div>
</div>
<div class="col-12 card">
<div class="tab-content">
<div id="tab1" class="tab-pane in active" role="tabpanel">
<div class="content-wrapper">
<div class="text-wrapper">
<p class="item-text mbr-fonts-style display-7">Our cryptocurrency of the future that will definitely appeal to investors and children, it was made not by force but by love.</p>
</div>
<div class="image-wrapper">
<img src="assets/images/yeaecNOllcu1.jpg" alt="">
</div>
</div>
</div>
<div id="tab2" class="tab-pane" role="tabpanel">
<div class="content-wrapper">
<div class="text-wrapper">
<p class="item-text mbr-fonts-style display-7">Our mini blockchain that will help you create something of your own, GRAND.</p>
</div>
<div class="image-wrapper">
<img src="assets/images/52Jfg27gXQOl.jpg" alt="">
</div>
</div>
</div>
<div id="tab3" class="tab-pane" role="tabpanel">
<div class="content-wrapper">
<div class="text-wrapper">
<p class="item-text mbr-fonts-style display-7">A small but quite useful project for any projects on Github not even related to cryptocurrency, checks whether the code is correct on more than ~100 programming languages, very easy installation in the Github repository.</p>
</div>
<div class="image-wrapper">
<img src="assets/images/0tmUkJocPB8h.jpg" alt="">
</div>
</div>
</div>
<div id="tab4" class="tab-pane" role="tabpanel">
<div class="content-wrapper">
<div class="text-wrapper">
<p class="item-text mbr-fonts-style display-7">A deep dive into decentralized digital art, where ownership and authenticity are etched into the blockchain itself.</p>
</div>
<div class="image-wrapper">
<img src="assets/images/Dc8v3EAI9tBu.jpeg" alt="">
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</section>
<section data-bs-version="5.1" class="header02 progressm5 cid-uTEncxmAUm mbr-fullscreen mbr-parallax-background" id="hero-2-uTEncxmAUm">
<div class="mbr-overlay" style="opacity: 0.9; background-color: rgb(26, 12, 30);"></div>
<div class="container">
<div class="row">
<div class="col-12">
<div class="content-wrapper">
<h1 class="mbr-section-title mbr-fonts-style display-1">Just fix it™</h1>
<div class="desc-wrapper">
<p class="mbr-desc mbr-fonts-style display-7">Get help easily with Just fix it™</p>
</div>
<div class="text-wrapper">
<p class="mbr-text mbr-fonts-style display-5">Just fix it™ — New workflow for Github created by B-HD® & Sliz™ that checks code in more than 100 programming languages, and does not break if there is no necessary code, for example, file.py</p>
</div>
<div class="mbr-section-btn"><a class="btn btn-primary display-4" href="https://github.com/B-HDr/ABT" target="_blank">Go to the project</a></div>
</div>
</div>
</div>
</div>
</section>
<section data-bs-version="5.1" class="gallery01 cid-uTEncxnQXm" id="gallery-1-uTEncxnQXm">
<div class="container-fluid gallery-wrapper">
<div class="row justify-content-center">
<div class="col-12 content-head">
<div class="mbr-section-head">
<h4 class="mbr-section-title mbr-fonts-style display-2">Our Team.
</h4>
</div>
</div>
</div>
<div class="grid-container">
<div class="grid-container-3 moving-left" style="transform: translate3d(-200px, 0px, 0px);">
<div class="grid-item">
<img src="assets/images/tGS54tdtiJYA.jpg" alt="">
</div>
<div class="grid-item">
<img src="assets/images/MhsEuBgVowiR.jpg" alt="">
</div>
<div class="grid-item">
<img src="assets/images/KDggHKttDSfv.jpg" alt="">
</div>
<div class="grid-item">
<img src="assets/images/2pgVjEggtl8l.jpg" alt="">
</div>
</div>
</div>
</div>
</section>
<section data-bs-version="5.1" class="slider01 mbr-embla progressm5 cid-uTEncxurLr" id="features-10-uTEncxurLr">
<div class="container">
<div class="row">
<div class="col-12">
<div class="content-wrapper">
<div class="title-wrapper">
<h2 class="mbr-section-title mbr-fonts-style display-2">Dreams</h2>
<div class="text-wrapper">
<p class="mbr-text mbr-fonts-style display-4">What we strive for in this world and what we have achieved or failed to achieve(</p>
</div>
</div>
<div class="slider-wrapper">
<div class="embla" data-skip-snaps="true" data-align="center" data-contain-scroll="trimSnaps" data-loop="true" data-auto-play="true" data-auto-play-interval="4" data-draggable="true">
<div class="embla__viewport">
<div class="embla__container">
<div class="embla__slide slider-image item" style="margin-left: 0rem; margin-right: 0rem;">
<div class="slide-content">
<div class="item-wrapper">
<div class="item-info-card full-height">
<h4 class="item-title mbr-fonts-style display-5">
Launch of the UmbrioX (All)
</h4>
<div class="status inprogress">Status: In Progress</div>
<p>Started: 05.03.2023</p>
<p>Estimated Completion: -</p>
<p>Completed: -</p>
</div>
</div>
</div>
</div>
<div class="embla__slide slider-image item" style="margin-left: 0rem; margin-right: 0rem;">
<div class="slide-content">
<div class="item-wrapper">
<div class="item-info-card full-height">
<h4 class="item-title mbr-fonts-style display-5">
Launch of the B-HD® website
</h4>
<div class="status done">Status: Done</div>
<p>Started: 30.08.2024</p>
<p>Estimated Completion: -</p>
<p>Completed: 12.08.2025</p>
</div>
</div>
</div>
</div>
<div class="embla__slide slider-image item" style="margin-left: 0rem; margin-right: 0rem;">
<div class="slide-content">
<div class="item-wrapper">
<div class="item-info-card full-height">
<h4 class="item-title mbr-fonts-style display-5">
Launch of the UmbrioX app
</h4>
<div class="status inprogress">Status: ?</div>
<p>Started: ?</p>
<p>Estimated Completion: -</p>
<p>Completed: -</p>
</div>
</div>
</div>
</div>
<div class="embla__slide slider-image item" style="margin-left: 0rem; margin-right: 0rem;">
<div class="slide-content">
<div class="item-wrapper">
<div class="item-info-card full-height">
<h4 class="item-title mbr-fonts-style display-5">
Launch of paid sponsorship on ko-fi
</h4>
<div class="status done">Status: Done</div>
<p>Started: 10.08.2025</p>
<p>Estimated Completion: -</p>
<p>Completed: 13.08.2025</p>
</div>
</div>
</div>
</div>
<div class="embla__slide slider-image item" style="margin-left: 0rem; margin-right: 0rem;">
<div class="slide-content">
<div class="item-wrapper">
<div class="item-info-card full-height">
<h4 class="item-title mbr-fonts-style display-5">
Launch of the ABT system
</h4>
<div class="status done">Status: Done</div>
<p>Started: 10.08.2025</p>
<p>Estimated Completion: -</p>
<p>Completed: 12.08.2025</p>
</div>
</div>
</div>
</div>
</div>
</div>
<button class="embla__button embla__button--prev">
<span class="mobi-mbri mobi-mbri-left mbr-iconfont" aria-hidden="true"></span>
<span class="sr-only visually-hidden visually-hidden visually-hidden">Previous</span>
</button>
<button class="embla__button embla__button--next">
<span class="mobi-mbri mobi-mbri-right mbr-iconfont" aria-hidden="true"></span>
<span class="sr-only visually-hidden visually-hidden visually-hidden">Next</span>
</button>
</div>
</div>
</div>
</div>
</div>
</div>
</section>
<section data-bs-version="5.1" class="article03 progressm5 cid-uTEncxvdfG" id="call-to-action-1-uTEncxvdfG">
<div class="container">
<div class="row items-wrapper">
<div class="col-12 col-lg-6 card">
<div class="content-wrapper">
<div class="title-wrapper">
<h2 class="mbr-section-title mbr-fonts-style display-2">Join the Collective</h2>
<div class="text-wrapper">
<p class="mbr-text mbr-fonts-style display-4">Get knowledge, happiness, help and new stories with the chat!</p>
</div>
<div class="mbr-section-btn"><a class="btn btn-primary display-4" href="https://github.com/B-HDr/" target="_blank">Join</a></div>
</div>
</div>
</div>
<div class="col-12 col-lg-6 card">
<div class="image-wrapper">
<img src="assets/images/lNTS4EpOleN3.jpg" alt="">
</div>
</div>
</div>
</div>
</section>
<section style="background: #1a0c1e; padding: 40px 0;">
<div class="container">
<div class="row justify-content-center">
<div class="col-12 col-lg-8">
<div class="card donate-card" style="background: #2a152f; border-radius: 12px; box-shadow: 0 4px 15px rgba(0,0,0,0.2); padding: 40px; text-align: center; margin: 20px 0;">
<div class="title-wrapper">
<h2 class="mbr-section-title mbr-fonts-style display-2" style="margin-bottom: 20px; color: #ffffff;">
Support B-HD®
</h2>
<div class="text-wrapper">
<p class="mbr-text mbr-fonts-style display-4" style="margin-bottom: 30px; color: #ffffff;">
Wait, wait! Young programmer, infestor or just an ordinary person, if you don't mind, then support our project, it's not necessary at all, but it will simply help motivate us a lot, and we will also add you to our project as a sponsor.
</p>
</div>
<!-- Ko-fi Button -->
<div class="mbr-section-btn">
<script type='text/javascript' src='https://storage.ko-fi.com/cdn/widget/Widget_2.js'></script>
<script type='text/javascript'>
kofiwidget2.init('Want to support and can? Do it', '#b6e6a6', 'Q5Q61JJ2KY');
kofiwidget2.draw();
</script>
</div>
</div>
</div>
</div>
</div>
</div>
</section>
<section data-bs-version="5.1" class="slider01 mbr-embla progressm5 cid-uTEZGDAv7N" id="slider01-0">
<div class="container">
<div class="row">
<div class="col-12">
<div class="content-wrapper">
<div class="title-wrapper">
<h2 class="mbr-section-title mbr-fonts-style display-2">News</h2>
<div class="text-wrapper">
<p class="mbr-text mbr-fonts-style display-4">Our latest news.</p>
</div>
</div>
<div class="slider-wrapper">
<div class="embla" data-skip-snaps="true" data-align="center" data-contain-scroll="trimSnaps" data-loop="true" data-auto-play="true" data-auto-play-interval="4" data-draggable="true">
<div class="embla__viewport">
<div class="embla__container">
<div class="embla__slide slider-image item" style="margin-left: 0rem; margin-right: 0rem;">
<div class="slide-content">
<div class="item-wrapper">
<div class="item-info-card full-height">
<h4 class="item-title mbr-fonts-style display-5">
Launched paid sponsorship on ko-fi
</h4>
<div class="status done">Want to become a sponsor?😏</div>
<p>Date of publication of the news: 13.08.2025</p>
</div>
</div>
</div>
</div>
<div class="embla__slide slider-image item" style="margin-left: 0rem; margin-right: 0rem;">
<div class="slide-content">
<div class="item-wrapper">
<div class="item-info-card full-height">
<h4 class="item-title mbr-fonts-style display-5">
Starting Enterprice for B-HD®
</h4>
<div class="status done">This is pretty cool, right?</div>
<p>Date of publication of the news: 22.08.2025</p>
</div>
</div>
</div>
</div>
<div class="embla__slide slider-image item" style="margin-left: 0rem; margin-right: 0rem;">
<div class="slide-content">
<div class="item-wrapper">
<div class="item-info-card full-height">
<h4 class="item-title mbr-fonts-style display-5">
Launch of the B-HD® website
</h4>
<div class="status done">Finally, ah...</div>
<p>Date of publication of the news: 12.08.2025</p>
</div>
</div>
</div>
</div>
<div class="embla__slide slider-image item" style="margin-left: 0rem; margin-right: 0rem;">
<div class="slide-content">
<div class="item-wrapper">
<div class="item-info-card full-height">
<h4 class="item-title mbr-fonts-style display-5">
Obtaining a document on company registration from ™ to ®
</h4>
<div class="status done">Hooray!</div>
<p>Date of publication of the news: 07.11.2025</p>
</div>
</div>
</div>
</div>
<div class="embla__slide slider-image item" style="margin-left: 0rem; margin-right: 0rem;">
<div class="slide-content">
<div class="item-wrapper">
<div class="item-info-card full-height">
<h4 class="item-title mbr-fonts-style display-5">
Launch the blockchain NeXT
</h4>
<div class="status done">Terminal>>> OK!</div>
<p>Date of publication of the news: 12.08.2025</p>
</div>
</div>
</div>
</div>
<div class="embla__slide slider-image item" style="margin-left: 0rem; margin-right: 0rem;">
<div class="slide-content">
<div class="item-wrapper">
<div class="item-info-card full-height">
<h4 class="item-title mbr-fonts-style display-5">
Launch of the ABT system
</h4>
<div class="status done">Launched successfully! yeah👍</div>
<p>Date of publication of the news: 12.08.2025</p>
</div>
</div>
</div>
</div>
</div>
</div>
<button class="embla__button embla__button--prev">
<span class="mobi-mbri mobi-mbri-left mbr-iconfont" aria-hidden="true"></span>
<span class="sr-only visually-hidden visually-hidden visually-hidden">Previous</span>
</button>
<button class="embla__button embla__button--next">
<span class="mobi-mbri mobi-mbri-right mbr-iconfont" aria-hidden="true"></span>
<span class="sr-only visually-hidden visually-hidden visually-hidden">Next</span>
</button>
</div>
</div>
</div>
</div>
</div>
</div>
</section>
<section data-bs-version="5.1" class="article02 progressm5 cid-uTEncxw5gG" id="generic-text-2-uTEncxw5gG">
<div class="container">
<div class="row items-wrapper">
<div class="col-12 col col-lg-6">
<div class="text-wrapper">
<p class="mbr-text mbr-fonts-style display-5">Previously, we could not even imagine that one idea with a friend could develop into a whole organization of enthusiasts.</p>
</div>
</div>
</div>
</div>
</section>
<section data-bs-version="5.1" class="footer01 progressm5 cid-uTEncxxSkS" once="footers" id="footer-1-uTEncxxSkS">
<div class="container">
<div class="row">
<div class="col-12">
</div>
<div class="col-12">
</div>
</div>
<div class="row items-wrapper">
</div>
<div class="row">
<div class="col-12">
<p class="mbr-copy mbr-fonts-style new-font">© 2025 B-HD® & Sliz™ - All Rights Reserved<br><br>The site will be updated automatically if there are any edits. All files version: 37.95</p>
</div>
</div>
</div>
</section>
<script src="assets/web/assets/jquery/jquery.min_rnd%3D1755001175987.js"></script>
<script src="assets/bootstrap/js/bootstrap.bundle.min_rnd%3D1755001175987.js"></script>
<script src="assets/parallax/jarallax_rnd%3D1755001175987.js"></script>
<script src="assets/smoothscroll/smooth-scroll_rnd%3D1755001175987.js"></script>
<script src="assets/ytplayer/index_rnd%3D1755001175987.js"></script>
<script src="assets/dropdown/js/navbar-dropdown_rnd%3D1755001175987.js"></script>
<script src="assets/mbr-tabs/mbr-tabs_rnd%3D1755001175987.js"></script>
<script src="assets/scrollgallery/scroll-gallery_rnd%3D1755001175987.js"></script>
<script src="assets/embla/embla.min_rnd%3D1755001175987.js"></script>
<script src="assets/embla/script_rnd%3D1755001175987.js"></script>
<script src="assets/theme/js/script_rnd%3D1755001175987.js"></script>
</body></html>