This repository was archived by the owner on Feb 6, 2026. It is now read-only.
forked from AlejandroDeLaTorre/demand-open-source.github.io
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
729 lines (673 loc) · 38.5 KB
/
Copy pathindex.html
File metadata and controls
729 lines (673 loc) · 38.5 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>DMND</title>
<meta content="" name="description">
<meta content="" name="keywords">
<!-- Favicons -->
<link href="assets/img/favicon-48x48.png" rel="icon">
<!-- Google Fonts -->
<link rel="preconnect" href="https://fonts.googleapis.com">
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
<link href="https://fonts.googleapis.com/css2?family=IBM+Plex+Mono:wght@100;200;300;400;500;600;700&family=IBM+Plex+Sans:ital,wght@0,100..700;1,100..700&display=swap" rel="stylesheet">
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/@glidejs/glide/dist/css/glide.core.min.css">
<script src="https://cdn.jsdelivr.net/npm/@glidejs/glide"></script>
<script src="https://cdn.tailwindcss.com"></script>
<script>
tailwind.config = {
theme: {
screens: {
'w1': '1440px',
'w4': '2056px',
'untildashcut': {'max': '1600px'},
'afterdashcut': '1601px',
'untildesktop': {'max': '1024px'},
'from-dash': {'max': '1043px'},
'untilmobile504': {'max': '504px'},
'untilslicebreak836': {'max': '836px'},
'untilslicebreak578': {'max': '578px'},
// 'tablet': '992px',
// 'laptop': '1366px',
// 'desktop': '1920px'
}
}
};
document.addEventListener('DOMContentLoaded', function() {
new Glide('.glide', {
type: 'carousel',
perView: 4,
focusAt: 'center',
gap: 16,
autoplay: 5000,
animationDuration: 1000,
peek: { before: 0, after: 100 },
breakpoints: {
100000: {
perView: 6
},
1800: {
perView: 5.5
},
1700: {
perView: 5
},
1600: {
perView: 4.5
},
1500: {
perView: 4
},
1400: {
perView: 3.5
},
1130: {
perView: 3
},
1060: {
perView: 2.5
},
900: {
perView: 2
},
750: {
perView: 1.5
}
}
}).mount();
let burgerMenuButton = document.getElementById('burger-menu-button');
let overlay = document.getElementById('burger-menu');
console.log(burgerMenuButton);
burgerMenuButton.addEventListener('click', function() {
this.classList.toggle("close");
overlay.classList.toggle("overlay");
});
});
</script>
<style>
html {
font-size: 8px;
scroll-behavior: smooth;
}
@media screen and (min-width: 1024px) and (max-width: 2056px) {
html {
font-size: 0.5556vw;
}
}
@media screen and (min-width: 2056px) {
html {
font-size: 11.42px;
}
}
@media screen and (max-width: 504px) {
html {
font-size: 1.5875vw;
}
}
* {
box-sizing: border-box;
}
.ibm-plex-mono-thin {
font-family: "IBM Plex Mono", monospace;
font-weight: 100;
font-style: normal;
}
.ibm-plex-mono-extralight {
font-family: "IBM Plex Mono", monospace;
font-weight: 200;
font-style: normal;
}
.ibm-plex-mono-light {
font-family: "IBM Plex Mono", monospace;
font-weight: 300;
font-style: normal;
}
.ibm-plex-mono-regular {
font-family: "IBM Plex Mono", monospace;
font-weight: 400;
font-style: normal;
}
.ibm-plex-mono-medium {
font-family: "IBM Plex Mono", monospace;
font-weight: 500;
font-style: normal;
}
.ibm-plex-mono-semibold {
font-family: "IBM Plex Mono", monospace;
font-weight: 600;
font-style: normal;
}
.ibm-plex-mono-bold {
font-family: "IBM Plex Mono", monospace;
font-weight: 700;
font-style: normal;
}
.ibm-plex-sans-<uniquifier> {
font-family: "IBM Plex Sans", sans-serif;
font-optical-sizing: auto;
font-weight: <weight>;
font-style: normal;
font-variation-settings:
"wdth" 100;
}
.glide__slide {
height: 30rem !important;
}
@media screen and (min-width: 2060px) {
body::before {
content: '';
position: absolute;
top: 0;
left: -2rem;
height: 100%;
width: 10rem;
z-index: 2;
pointer-events: none;
background: linear-gradient(
to right,
black 0rem,
black calc(100% - 22.5rem),
transparent 100%
);
}
body::after {
content: '';
position: absolute;
top: 0;
right: -2rem;
height: 100%;
width: 10rem;
background: linear-gradient(
to left,
black 0rem,
black calc(100% - 22.5rem),
transparent 100%
);
z-index: 2;
pointer-events: none;
}
}
.bg-fade-edges {
background:
linear-gradient(to top, white 0%, transparent 10%),
linear-gradient(to bottom, white 0%, transparent 10%),
linear-gradient(to left, white 0%, transparent 10%),
linear-gradient(to right, white 0%, transparent 10%),
url('/your-image.jpg');
background-size: cover;
background-position: center;
background-repeat: no-repeat;
}
/*#hero::after {*/
/* content: '';*/
/* position: absolute;*/
/* bottom: 0;*/
/* left: 0;*/
/* width: 100%;*/
/* height: 22.5rem; !* fixed height *!*/
/* background: linear-gradient(to top, black, transparent);*/
/* z-index: 2;*/
/*}*/
/*@media screen and (min-width: 200rem) {*/
/* #features::after {*/
/* content: '';*/
/* position: absolute;*/
/* bottom: 0;*/
/* left: 0;*/
/* width: 100%;*/
/* height: 22.5rem; !* fixed height *!*/
/* background: linear-gradient(to top, black, transparent);*/
/* z-index: 2;*/
/* }*/
/*}*/
/*#second::after {*/
/* content: '';*/
/* position: absolute;*/
/* top: 0;*/
/* left: 0;*/
/* width: 100%;*/
/* height: 11rem; !* fixed height *!*/
/* background: linear-gradient(to bottom, black, transparent);*/
/* z-index: 2;*/
/*}*/
#burger-menu-button {
cursor: pointer;
height: 4rem;
width: 4rem;
overflow: visible;
position: relative;
z-index: 2;
display: none;
}
@media screen and (max-width: 620px) {
#burger-menu-button {
display: block;
}
#menu {
display: none;
}
}
#burger-menu-button span, #burger-menu-button span:before, #burger-menu-button span:after {
background: #fff;
display: block;
height: 2px;
opacity: 1;
position: absolute;
transition: 0.3s ease-in-out;
}
#burger-menu-button span:before, #burger-menu-button span:after {
content: '';
}
#burger-menu-button span:before {
left: 0;
top: -1.25rem;
width: 4rem;
}
#burger-menu-button span {
right: 0;
top: 1.625rem;
width: 4rem;
}
#burger-menu-button span:after {
left: 0;
top: 1.25rem;
width: 4rem;
}
#burger-menu-button.close span:before {
top: 0;
transform: rotate(90deg);
width: 4rem;
}
#burger-menu-button.close span {
transform: rotate(-45deg);
top: 13px;
width: 4rem;
}
#burger-menu-button.close span:after {
top: 0;
left: 0;
transform: rotate(90deg);
opacity: 0;
width: 0;
}
#burger-menu {
z-index: 1;
min-width: 100%;
min-height: 100%;
position: fixed;
top: 0;
height: 0;
visibility: hidden;
opacity: 0;
text-align: center;
padding-top: 3.25rem;
transition: all 0.3s ease-in-out;
}
#burger-menu.overlay {
visibility: visible;
opacity: 1;
padding-top: 12rem;
background: rgba(0, 0, 0, 0.8);
}
</style>
</head>
<body class="relative ibm-plex-sans-regular mx-auto w-full bg-black w4:w-[2056px]">
<div id="hero" class="relative bg-cover untildesktop:bg-[url('./assets/img/hero-tablet.png')] bg-[url('./assets/img/hero.png')] bg-[center_top] bg-no-repeat">
<nav class="flex justify-between items-center w-full pt-[8.5rem] max-w-[163.875rem] mx-auto">
<a href="index.html" class="px-[3rem]">
<svg class="h-[6.5rem]" viewBox="0 0 103 45" fill="none" xmlns="http://www.w3.org/2000/svg" style="position: relative; top: 1rem;">
<path d="M24.8279 5.38651C23.3922 3.28993 21.4881 1.82737 19.1677 1.04224C17.8247 0.585404 16.1329 0.338749 14.1277 0.309219H0V33.8805H14.1277C16.5913 33.8805 18.7717 33.3455 20.6102 32.2911C22.4553 31.2333 23.9904 29.63 25.1784 27.5265C26.8972 24.4641 27.7684 20.6896 27.7684 16.3106C27.7684 14.5823 27.5645 12.741 27.1601 10.8373C26.7472 8.89354 25.9637 7.06099 24.8279 5.38824V5.38651ZM19.7508 15.4768C19.7508 15.8659 19.7508 16.2915 19.7508 16.7674C19.7508 19.0342 19.4323 21.0057 18.8071 22.6264C17.7017 25.4751 15.8111 26.8612 13.0256 26.8612H7.71765V7.32849H13.0256C15.7083 7.32849 17.5063 8.0893 18.3656 9.58834C18.4769 9.78462 18.578 9.96527 18.6723 10.1355C19.2891 11.4938 19.6497 13.283 19.7491 15.4768H19.7508Z" fill="#EF3A2E"/>
<path d="M102.392 10.8371C101.979 8.89343 101.195 7.06088 100.06 5.38814C98.6239 3.29157 96.7198 1.829 94.3994 1.04387C93.0564 0.587037 91.3646 0.340381 89.3594 0.310852H75.2317V33.8804H89.3594C91.8229 33.8804 94.0034 33.3454 95.8419 32.291C97.687 31.2332 99.2238 29.6299 100.41 27.5264C102.129 24.464 103 20.6895 103 16.3105C103 14.5821 102.796 12.7409 102.392 10.8371ZM94.9825 15.4767C94.9825 15.8658 94.9825 16.2914 94.9825 16.7673C94.9825 19.0341 94.664 21.0056 94.0388 22.6263C92.9334 25.475 91.0428 26.8611 88.2573 26.8611H82.9493V7.32838H88.2573C90.94 7.32838 92.7379 8.08919 93.5973 9.58824C93.7086 9.78452 93.8097 9.96517 93.904 10.1354C94.5208 11.4937 94.8814 13.2829 94.9808 15.4767H94.9825Z" fill="#EF3A2E"/>
<path d="M64.55 19.9652L60.3053 0.614902V0H52.4866V33.8509H60.3053V14.3338L64.5399 33.639H64.55V33.8509H72.3688V0H64.55V19.9652Z" fill="#EF3A2E"/>
<path d="M72.3688 36.7484H52.5725V44.8081H72.3688V36.7484Z" fill="#EF3A2E"/>
<path d="M41.7627 0.0173701H41.7559L39.653 10.2536L37.5197 0.16849V0H29.6992V33.8509H37.5197V14.5996L39.5519 28.5808L41.7627 14.5648V33.8509H49.5831V0H41.7627V0.0173701Z" fill="#EF3A2E"/>
</svg>
</a>
<ul id="menu" class="flex mx-[3rem] px-[3.5rem] bg-[#D9D9D9]/10 border-[0.125rem] border-white/20 backdrop-blur-sm rounded-full">
<li class="px-[2.25rem] py-[1.5rem] text-[2rem] text-white">Home</li>
<li class="px-[2.25rem] py-[1.5rem] text-[2rem] text-white/50 hover:text-white"><a href="https://blog.dmnd.work/understanding-slice-pplns-jd/">Slice</a></li>
<li class="px-[2.25rem] py-[1.5rem] text-[2rem] text-white/50 hover:text-white"><a href="https://blog.dmnd.work/">Blog</a></li>
<li class="px-[2.25rem] py-[1.5rem] text-[2rem] text-white/50 hover:text-white"><a href="#contact">Contact</a></li>
<!-- <li class="px-[2.25rem] py-[1.5rem] text-[2rem] text-white/50 hover:text-white"><a href="about.html">About</a></li>-->
</ul>
<div class="px-[3rem] untildesktop:hidden">
<a href="https://dashboard.dmnd.work/" class="border-[0.125rem] border-white/60 px-[4.5rem] py-[1.5rem] bg-[#D9D9D9] rounded-full text-[2rem] text-[#030014]">Login</a>
</div>
<div class="px-[3rem] mr-[2rem]" id="burger-menu-button">
<span></span>
</div>
<div id="burger-menu">
<ul>
<li class="block px-[2.25rem] py-[1.5rem] text-[2rem] text-white text-[4rem]">Home</li>
<li class="block px-[2.25rem] py-[1.5rem] text-[2rem] text-white/80 hover:text-white text-[4rem]"><a href="https://blog.dmnd.work/understanding-slice-pplns-jd/">Slice</a></li>
<li class="block px-[2.25rem] py-[1.5rem] text-[2rem] text-white/80 hover:text-white text-[4rem]"><a href="https://blog.dmnd.work/">Blog</a></li>
<li class="block px-[2.25rem] py-[1.5rem] text-[2rem] text-white/80 hover:text-white text-[4rem]"><a href="#contact">Contact</a></li>
</ul>
</div>
</nav>
<h1 class="text-white px-[3rem] pt-[23rem] mx-auto max-w-[160.5625rem] text-center untildesktop:text-[9rem] text-[11.25rem] tracking-[-0.04em] leading-[100%]">Decentralizing Bitcoin while maximizing profits.</h1>
<h3 class="ibm-plex-mono-light text-center uppercase mx-auto max-w-[96rem] px-[3rem] pt-[7.5rem] text-white text-[2.75rem] leading-[100%]">The world’s first Stratum V2 mining pool, purpose built for performance, privacy, and profitability.</h3>
<div class="untilmobile504:flex-wrap untilmobile504:justify-center flex px-[3rem] justify-between max-w-[64rem] mx-auto items-center font-light pt-[11.5rem]">
<a href="#contact" class="whitespace-nowrap px-[9rem] mr-[2.5rem] untilmobile504:mr-0 py-[1.5rem] bg-[#EF3A2E] rounded-full text-[2.75rem] text-white">Apply to Join</a>
<a href="#features" class="whitespace-nowrap untilmobile504:mt-[2rem] untilmobile504:mr-0 text-white ml-[2.5rem] text-[2.75rem] underline">Explore Features</a>
</div>
<hr class="mx-auto max-w-[153.5625rem] h-[0.125rem] border-0 bg-gradient-to-r from-transparent via-white/30 to-transparent mt-[12.75rem]"/>
<div class="flex mx-auto justify-between max-w-[150rem] pb-[12rem]">
<div class="flex flex-col pl-[6rem] pt-[5rem] untildesktop:px-[3rem] untildesktop:py-[3rem] border-r border-solid" style="border-image: linear-gradient(to bottom, rgb(255, 255, 255, 0.25), transparent) 1;">
<div class="rounded-full w-[10rem] h-[10rem] bg-black/30 flex items-center justify-center">
<img src="./assets/img/box.svg" class="w-[4rem] h-[4rem]">
</div>
<h3 class="text-white/70 font-light text-[2.75rem] untildesktop:text-[2rem] untildesktop:text-[2rem] leading-[100%] mt-[2rem] max-w-[43rem]">Up to 10% efficiency gains with Stratum V2 block templates</h3>
</div>
<div class="flex flex-col pl-[6rem] pt-[5rem] untildesktop:px-[3rem] untildesktop:py-[3rem] border-r border-solid" style="border-image: linear-gradient(to bottom, rgb(255, 255, 255, 0.25), transparent) 1;">
<div class="rounded-full w-[10rem] h-[10rem] bg-black/30 flex items-center justify-center">
<img src="./assets/img/shield-cross.svg" class="w-[4rem] h-[4rem]">
</div>
<h3 class="text-white/70 font-light text-[2.75rem] untildesktop:text-[2rem] leading-[100%] mt-[2rem] max-w-[43rem]">Zero hash hijack incidents since launch — unmatched security</h3>
</div>
<div class="flex flex-col pl-[6rem] pt-[5rem] untildesktop:px-[3rem] untildesktop:py-[3rem]">
<div class="rounded-full w-[10rem] h-[10rem] bg-black/30 flex items-center justify-center">
<img src="./assets/img/shield-tick.svg" class="w-[4rem] h-[4rem]">
</div>
<h3 class="text-white/70 font-light text-[2.75rem] untildesktop:text-[2rem] leading-[100%] mt-[2rem] max-w-[43rem]">SOC 2 Type 2 ready — engineered for enterprise-grade compliance</h3>
</div>
</div>
</div>
<div id="second" class="relative bg-cover mx-auto bg-[url('./assets/img/section-2.png')] bg-[center_top] bg-no-repeat">
<div class="max-w-[142rem] mx-auto px-[3rem]">
<img src="./assets/img/section-2-main.png"/>
</div>
<h2 class="text-white font-light mx-auto max-w-[126rem] px-[3rem] text-center text-[7.5rem] tracking-[-0.04em] leading-[100%]">From industry leaders to high-efficiency solo ops — they mine with DMND</h2>
<div class="relative w-full mx-auto mt-[11.25rem]">
<div class="w-full mx-auto">
<div class="pointer-events-none absolute inset-y-0 left-0 z-10 w-[40rem] bg-gradient-to-r from-black/50 to-transparent"></div>
<div class="pointer-events-none absolute inset-y-0 right-0 z-10 w-[40rem] bg-gradient-to-l from-black/50 to-transparent"></div>
<div class="glide max-w-[250rem] mx-auto">
<div class="glide__track" data-glide-el="track">
<div class="glide__slides flex justify-between overflow-hidden">
<div class="glide__slide mx-[1rem] flex flex-col items-start justify-between h-[30rem] py-[6.5rem] px-[4rem] rounded-[1.5rem] border-[0.125rem] border-white/20 bg-[#3E3A55]/39">
<h3 class="text-white/70 font-light text-[2.75rem] leading-[100%] max-w-[40rem]">
DMND Pool Launches First Stratum V2 Mining Pool, Pushing Decentralization Forward
</h3>
<img class="h-[2rem]" src="./assets/img/coindesk.svg" />
</div>
<div class="glide__slide mx-[1rem] flex flex-col items-start justify-between h-[30rem] py-[6.5rem] px-[4rem] rounded-[1.5rem] border-[0.125rem] border-white/20 bg-[#3E3A55]/39">
<h3 class="text-white/70 font-light text-[2.75rem] leading-[100%] max-w-[40rem]">
How DMND Is Building the Infrastructure for Bitcoin's Next Era
</h3>
<img class="h-[2rem]" src="./assets/img/bitcoin-magazine.svg" />
</div>
<div class="glide__slide mx-[1rem] flex flex-col items-start justify-between h-[30rem] py-[6.5rem] px-[4rem] rounded-[1.5rem] border-[0.125rem] border-white/20 bg-[#3E3A55]/39">
<h3 class="text-white/70 font-light text-[2.75rem] leading-[100%] max-w-[40rem]">
DMND to Launch First Stratum V2 Proxy — What It Means for Bitcoin Miners
</h3>
<img class="h-[2rem]" src="./assets/img/coindesk.svg" />
</div>
<div class="glide__slide mx-[1rem] flex flex-col items-start justify-between h-[30rem] py-[6.5rem] px-[4rem] rounded-[1.5rem] border-[0.125rem] border-white/20 bg-[#3E3A55]/39">
<h3 class="text-white/70 font-light text-[2.75rem] leading-[100%] max-w-[40rem]">
DMND to Launch First Stratum V2 Proxy — What It Means for Bitcoin Miners
</h3>
<img class="h-[2rem]" src="./assets/img/coindesk.svg" />
</div>
<div class="glide__slide mx-[1rem] flex flex-col items-start justify-between h-[30rem] py-[6.5rem] px-[4rem] rounded-[1.5rem] border-[0.125rem] border-white/20 bg-[#3E3A55]/39">
<h3 class="text-white/70 font-light text-[2.75rem] leading-[100%] max-w-[40rem]">
DMND to Launch First Stratum V2 Proxy — What It Means for Bitcoin Miners
</h3>
<img class="h-[2rem]" src="./assets/img/coindesk.svg" />
</div>
</div>
</div>
</div>
</div>
</div>
<div class="flex justify-between max-w-[111rem] untilslicebreak836:max-w-none untilslicebreak836:h-auto untilslicebreak836:flex-wrap untilslicebreak836:justify-around px-[3rem] h-[12rem] untildesktop:h-[11.3rem] mb-[5rem] mt-[5.5rem] mx-auto">
<img class="py-[4rem] px-[2rem]" src="./assets/img/coindesk.svg" />
<img class="py-[4rem] px-[2rem]" src="./assets/img/bitcoin-magazine.svg" />
<img class="py-[4rem] px-[2rem]" src="./assets/img/forbes.svg" />
<img class="py-[4rem] px-[2rem]" src="./assets/img/business-insider.svg" />
<img class="py-[4rem] px-[2rem]" src="./assets/img/yahoo-finance.svg" />
</div>
</div>
<div id="features" class="relative bg-no-repeat bg-contain bg-[url('./assets/img/section-3.png')] bg-[center_top]">
<h1 class="pt-[12.25rem] px-[3rem] text-white font-light mx-auto w-full text-center text-[12.5rem] untildesktop:text-[9rem] tracking-[-0.04em] leading-[100%]">Feature Rich</h1>
<h3 class="uppercase ibm-plex-mono-light text-white/70 text-[2.75rem] leading-[100%] pt-[4.5rem] text-center max-w-[76.625rem] px-[3rem] mx-auto">purpose-built to guarantee every miner receives their full earnings</h3>
<div class="max-w-[157rem] pt-[12.25rem] pb-[19.25rem] untilmobile504:pb-[10rem] mx-auto flex flex-col">
<div class="flex flex-wrap flex-1 justify-stretch">
<div class="flex-1 relative max-w-[76.5rem] min-h-[58.25rem] py-[4.5rem] px-[4.5rem] my-[1rem] mx-[1rem] rounded-[1.5rem] border-[0.125rem] border-white/20 bg-[#3A2E54]/28">
<h3 class="text-white font-light text-[4.5rem] leading-[100%] max-w-[40.125rem]">
Stratum V2
</h3>
<p class="text-white/70 font-light text-[2.75rem] untildesktop:text-[2.25rem] leading-[100%] max-w-[37.5rem] mt-[4.5rem]">
End-to-end encrypted, binary protocol. Secure. Efficient. Future-Proof.
</p>
<img class="w-[45rem] absolute -right-2 -bottom-2 mix-blend-luminosity" src="./assets/img/feature-1.png" />
</div>
<div class="flex-1 relative max-w-[76.5rem] min-h-[58.25rem] py-[4.5rem] px-[4.5rem] my-[1rem] mx-[1rem] rounded-[1.5rem] border-[0.125rem] border-white/20 bg-[#3A2E54]/28">
<h3 class="text-white font-light text-[4.5rem] leading-[100%] max-w-[40.125rem]">
Enterprise FOSS Software
</h3>
<p class="text-white/70 font-light text-[2.75rem] untildesktop:text-[2.25rem] leading-[100%] max-w-[37.5rem] mt-[4.5rem]">
Open source, production-grade mining software. Built for mining enterprises.
</p>
<img class="w-[45rem] absolute -right-2 -bottom-2 mix-blend-luminosity" src="./assets/img/feature-2.png" />
</div>
</div>
<div class="flex flex-wrap flex-1 justify-stretch">
<div class="flex-1 relative max-w-[76.5rem] min-h-[55rem] py-[4.5rem] px-[4.5rem] my-[1rem] mx-[1rem] rounded-[1.5rem] border-[0.125rem] border-white/20 bg-[#3A2E54]/28">
<h3 class="text-white font-light text-[4.5rem] leading-[100%] max-w-[40.125rem]">
Encrypted Multiplexing
</h3>
<p class="text-white/70 font-light text-[2.75rem] untildesktop:text-[2.25rem] leading-[100%] max-w-[37.5rem] mt-[4.5rem]">
Low latency. High throughput. Fully encrypted.
</p>
<img class="w-[36rem] absolute -right-2 -bottom-2 mix-blend-luminosity" src="./assets/img/feature-3.png" />
</div>
<div class="flex-1 relative max-w-[76.5rem] min-h-[55rem] py-[4.5rem] px-[4.5rem] my-[1rem] mx-[1rem] rounded-[1.5rem] border-[0.125rem] border-white/20 bg-[#3A2E54]/28">
<h3 class="text-white font-light text-[4.5rem] leading-[100%] max-w-[40.125rem]">
Miner-Side Block Templates
</h3>
<p class="text-white/70 font-light text-[2.75rem] untildesktop:text-[2.25rem] leading-[100%] max-w-[37.5rem] mt-[4.5rem]">
You choose the block you mine. Not the pool.
</p>
<img class="w-[36rem] absolute -right-2 -bottom-2 mix-blend-luminosity" src="./assets/img/feature-4.png" />
</div>
<div class="flex-1 relative max-w-[92rem] min-h-[55rem] py-[4.5rem] px-[4.5rem] my-[1rem] mx-[1rem] rounded-[1.5rem] border-[0.125rem] border-white/20 bg-[#3A2E54]/28">
<h3 class="text-white font-light text-[4.5rem] leading-[100%] max-w-[40.125rem]">
Modular Software Stack
</h3>
<p class="text-white/70 font-light text-[2.75rem] untildesktop:text-[2.25rem] leading-[100%] max-w-[37.5rem] mt-[4.5rem]">
Plug-and-play architecture. Customize your operations. Scale with ease.
</p>
<img class="w-[36rem] absolute -right-2 -bottom-2 mix-blend-luminosity" src="./assets/img/feature-5.png" />
</div>
</div>
</div>
</div>
<div class="bg-[url('./assets/img/section-4.png')] untildesktop:bg-[center_top] bg-[left_-8rem] bg-cover ">
<h3 class="uppercase ibm-plex-mono-light text-white/70 text-[2.75rem] leading-[100%] text-center max-w-[76.625rem] px-[3rem] mt-[10rem] untilmobile504:mt-0 mx-auto">purpose-built to guarantee every miner receives their full earnings</h3>
<h1 class="mt-[9rem] text-white font-light mx-auto max-w-[159.625rem] px-[3rem] text-center text-[12.5rem] untildesktop:text-[9rem] tracking-[-0.04em] leading-[100%]">SLICE: Fair, Transparent, and Verifiable Miner Payouts</h1>
<div class="max-w-[131.625rem] px-[3rem] mt-[51.5rem] pb-[15rem] untilmobile504:pb-[5rem] mx-auto flex flex-col bg-[#13121A]/37 ">
<div class="flex flex-wrap flex-1 justify-stretch">
<div class="min-w-[32.25rem] untilslicebreak578:min-w-min border-[0.125rem] border-[#42474C] border-r-0 flex-1 basis-1/3 relative max-w-[41,875rem] w-[40rem] min-h-[38,5rem] py-[2rem] px-[4rem]">
<img class="mix-blend-plus-lighter" src="./assets/img/slice-1.png" />
<div class="max-w-[28.75rem] mt-[3.75rem] mx-[1rem]">
<h3 class="text-white font-light text-[2.75rem] leading-[100%]">
You Mine
</h3>
<p class="text-white/70 font-light text-[2.75rem] untildesktop:text-[2.25rem] leading-[100%] mt-[3.5rem]">
A new standard for our workers submit valid shares while connected to DMND Pool.
</p>
</div>
<div class="absolute right-6 top-2 ibm-plex-mono-light text-white text-[2.5rem]">
01
</div>
</div>
<div class="min-w-[32.25rem] untilslicebreak578:min-w-min border-[0.125rem] border-[#42474C] border-r-0 untilslicebreak836:border-r-[0.125rem] flex-1 basis-1/3 relative max-w-[41,875rem] w-[40rem] min-h-[38,5rem] py-[2rem] px-[4rem]">
<img class="mix-blend-plus-lighter" src="./assets/img/slice-2.png" />
<div class="max-w-[28.75rem] mt-[3.75rem] mx-[1rem]">
<h3 class="text-white font-light text-[2.75rem] leading-[100%]">
Shares Are Logged & Tracked
</h3>
<p class="text-white/70 font-light text-[2.75rem] untildesktop:text-[2.25rem] leading-[100%] mt-[3.5rem]">
Every valid share is recorded and assigned to your miner profile.
</p>
</div>
<div class="absolute right-6 top-2 ibm-plex-mono-light text-white text-[2.5rem]">
02
</div>
</div>
<div class="min-w-[32.25rem] untilslicebreak578:min-w-min border-[0.125rem] border-[#42474C] untilslicebreak836:border-r-0 untilslicebreak836:border-t-0 flex-1 basis-1/3 relative max-w-[41,875rem] w-[40rem] min-h-[38,5rem] py-[2rem] px-[4rem]">
<img class="mix-blend-plus-lighter" src="./assets/img/slice-3.png" />
<div class="max-w-[28.75rem] mt-[3.75rem] mx-[1rem]">
<h3 class="text-white font-light text-[2.75rem] leading-[100%]">
Block found
</h3>
<p class="text-white/70 font-light text-[2.75rem] untildesktop:text-[2.25rem] leading-[100%] mt-[3.5rem]">
Once a block is found, payout is calculated based on share contribution.
</p>
</div>
<div class="absolute right-6 top-2 ibm-plex-mono-light text-white text-[2.5rem]">
03
</div>
</div>
<div class="min-w-[32.25rem] untilslicebreak578:min-w-min border-[0.125rem] border-[#42474C] border-t-0 border-r-0 untilslicebreak836:border-r-[0.125rem] flex-1 basis-1/3 relative max-w-[41,875rem] w-[40rem] min-h-[38,5rem] py-[2rem] px-[4rem]">
<img class="mix-blend-plus-lighter" src="./assets/img/slice-4.png" />
<div class="max-w-[28.75rem] mt-[3.75rem] mx-[1rem]">
<h3 class="text-white font-light text-[2.75rem] leading-[100%]">
Block found
</h3>
<p class="text-white/70 font-light text-[2.75rem] untildesktop:text-[2.25rem] leading-[100%] mt-[3.5rem]">
Once a block is found, payout is calculated based on share contribution.
</p>
</div>
<div class="absolute right-6 top-2 ibm-plex-mono-light text-white text-[2.5rem]">
04
</div>
</div>
<div class="min-w-[32.25rem] untilslicebreak578:min-w-min border-[0.125rem] border-[#42474C] border-t-0 border-r-0 flex-1 basis-1/3 relative max-w-[41,875rem] w-[40rem] min-h-[38,5rem] py-[2rem] px-[4rem]">
<img class="mix-blend-plus-lighter" src="./assets/img/slice-5.png" />
<div class="max-w-[28.75rem] mt-[3.75rem] mx-[1rem]">
<h3 class="text-white font-light text-[2.75rem] leading-[100%]">
Block found
</h3>
<p class="text-white/70 font-light text-[2.75rem] untildesktop:text-[2.25rem] leading-[100%] mt-[3.5rem]">
Once a block is found, payout is calculated based on share contribution.
</p>
</div>
<div class="absolute right-6 top-2 ibm-plex-mono-light text-white text-[2.5rem]">
05
</div>
</div>
<div class="min-w-[32.25rem] untilslicebreak578:min-w-min border-[0.125rem] border-[#42474C] border-t-0 flex-1 basis-1/3 relative max-w-[41,875rem] w-[40rem] min-h-[38,5rem] py-[2rem] px-[4rem] flex items-center justify-center">
<h3 class="text-white font-light text-[2.75rem] leading-[100%] flex items-center gap-[2rem]">
Learn More
<a href="https://blog.dmnd.work/understanding-slice-pplns-jd/"><img src="./assets/img/arrow-right.png" class="w-[6.25rem]"></a>
</h3>
</div>
</div>
</div>
</div>
<div class="relative bg-[url('./assets/img/section-5.png')] h-[144rem] untilmobile504:h-[95rem] bg-[center_top] bg-cover overflow-hidden">
<h1 class="pt-[12.25rem] untilmobile504:pt-[5rem] px-[3rem] text-white font-light mx-auto w-full text-center text-[12.5rem] untildesktop:text-[9rem] tracking-[-0.04em] leading-[100%]">Your Operation Visualized</h1>
<h3 class="uppercase ibm-plex-mono-light text-white/70 text-[2.75rem] leading-[100%] pt-[4.5rem] text-center max-w-[76.625rem] px-[3rem] mx-auto">Live mining data, earnings, and performance — all in one powerful interface</h3>
<img class="pl-[17rem] mt-[17rem] untildashcut:hidden" src="./assets/img/section-5-dashboard.png"/>
<img class="mt-[12rem] afterdashcut:hidden" src="./assets/img/section-5-dashboard-cut.png"/>
</div>
<div class="bg-cover bg-[url('./assets/img/section-6.png')] bg-[center_top]">
<h3 class="uppercase ibm-plex-mono-light text-white/70 text-[2.75rem] leading-[100%] text-center max-w-[76.625rem] px-[3rem] pt-[19.625rem] mx-auto">purpose-built to guarantee every miner receives their full earnings</h3>
<h1 class="mt-[9rem] text-white font-light mx-auto max-w-[159.625rem] px-[3rem] text-center text-[12.5rem] untildesktop:text-[9rem] tracking-[-0.04em] leading-[100%]">SLICE: Fair, Transparent, and Verifiable Miner Payouts</h1>
<div class="pb-[16rem] untilmobile504:flex-wrap untilmobile504:justify-center flex px-[3rem] justify-between max-w-[64rem] mx-auto items-center font-light pt-[11.5rem]">
<a href="#contact" class="whitespace-nowrap px-[9rem] mr-[2.5rem] untilmobile504:mr-0 py-[1.5rem] bg-[#EF3A2E] rounded-full text-[2.75rem] text-white">Apply to Join</a>
<a href="#features" class="whitespace-nowrap untilmobile504:mt-[2rem] untilmobile504:mr-0 text-white ml-[2.5rem] text-[2.75rem] underline">Explore Features</a>
</div>
</div>
<div id="contact" class="bg-cover bg-[url('./assets/img/section-7.png')] bg-[center_top]">
<h1 class="pt-[10.75rem] text-white font-light mx-auto px-[3rem] text-center text-[10rem] tracking-[-0.04em] leading-[100%]">Start Mining</h1>
<h3 class="uppercase ibm-plex-mono-light text-white text-[2.75rem] leading-[100%] text-center max-w-[76.625rem] px-[3rem] mt-[6.725rem] mx-auto">Reach out to us to start decentralized and profitable mining with DMND and Stratum V2</h3>
<form id="mining-form" class="max-w-[77.25rem] mx-auto space-y-[1.725rem] mt-[8.5rem] p-[3.75rem]">
<input
id="name"
type="text"
placeholder="YOUR NAME"
id="name"
class="backdrop-blur-sm w-full bg-[#D9D9D9]/15 text-[2rem] ibm-plex-mono-light text-white placeholder-white/40 px-[2rem] py-[1.75rem] rounded-[1.125rem] border-[0.125rem] border-white/20 focus:outline-none focus:ring-2 focus:ring-white/20"
/>
<input
id="company-name"
type="text"
placeholder="COMPANY NAME"
id="company-name"
class="backdrop-blur-sm w-full bg-[#D9D9D9]/15 text-[2rem] ibm-plex-mono-light text-white placeholder-white/40 px-[2rem] py-[1.75rem] rounded-[1.125rem] border-[0.125rem] border-white/20 focus:outline-none focus:ring-2 focus:ring-white/20"
/>
<input
id="email"
type="email"
placeholder="EMAIL@ADDRESS.COM"
id="email"
class="backdrop-blur-sm w-full bg-[#D9D9D9]/15 text-[2rem] ibm-plex-mono-light text-white placeholder-white/40 px-[2rem] py-[1.75rem] rounded-[1.125rem] border-[0.125rem] border-white/20 focus:outline-none focus:ring-2 focus:ring-white/20"
/>
<textarea
placeholder="MESSAGE..."
class="backdrop-blur-sm w-full bg-[#D9D9D9]/15 text-[2rem] ibm-plex-mono-light text-white placeholder-white/40 px-[2rem] py-[1.75rem] rounded-[1.125rem] border-[0.125rem] border-white/20 h-[11.5rem] resize-none focus:outline-none focus:ring-2 focus:ring-white/20"
id="questions-thoughts" name="questions___thoughts"
></textarea>
<button
type="submit"
class="w-full px-[9rem] py-[1.5rem] bg-[#EF3A2E] rounded-full text-[3.25rem] text-white mt-[5rem]"
>
Connect
</button>
</form>
</div>
<div class="bg-[url('./assets/img/section-8.png')] bg-[center_top] bg-cover">
<h1 class="pt-[50.75rem] text-white font-light mx-auto max-w-[103rem] px-[3rem] text-center text-[10rem] tracking-[-0.04em] leading-[100%]">Decentralized Mining Node Distribution</h1>
<h3 class="uppercase ibm-plex-mono-light text-white text-[2.75rem] leading-[100%] text-center max-w-[61.625rem] px-[3rem] mt-[6.25rem] mx-auto">Fair payouts. Full control. Stratum V2 starts here.</h3>
<div class="mx-auto px-[3rem]">
<a href="#contact" class="mt-[8rem] block mx-auto px-[9rem] py-[1.5rem] max-w-[42rem] border-[0.125rem] border-white/20 rounded-full text-[2.75rem] text-center text-white">Apply to Join</a>
</div>
<footer class="mt-[7rem] pb-[8rem] px-[3rem]">
<div class="text-center">
<a href="https://x.com/DEMAND_POOL" class="ibm-plex-mono-light text-white text-[2rem] underline p-[1.5rem]">X</a>
<a href="https://www.linkedin.com/company/demandpool" class="ibm-plex-mono-light text-white text-[2rem] underline p-[1.5rem]">LINKEDIN</a>
</div>
<div class="mt-[4.25rem] ibm-plex-mono-light flex justify-between items-center max-w-[166.875rem] mx-auto">
<p class="w-[45.625rem] text-white/60 text-[2rem] ">© 2025 dmnd pool. all rights reserved.</p>
<div class="w-[45.625rem] text-center flex flex-col">
<a href="termsofservice.html" class="ibm-plex-mono-light text-white/60 text-[2rem] px-[1.5rem]">TERMS OF SERVICE</a>
<a href="privacypolicy.html" class="ibm-plex-mono-light text-white/60 text-[2rem] px-[1.5rem]">PRIVACY POLICY</a>
<a href="responsibledisclosurepolicy.html" class="ibm-plex-mono-light text-white/60 text-[2rem] px-[1.5rem]">RESPONSIBLE DISCLOSURE POLICY</a>
</div>
<div class="w-[45.625rem] text-right flex flex-col">
<p class="text-right text-white/60 text-[2rem] uppercase">info@dmnd.work</p>
<p class="text-right text-white/60 text-[2rem]">DESGINED BY <a href="https://peakshift.com/" class="ibm-plex-mono-light text-white text-[2rem] underline">PEAK SHIFT</a></p>
</div>
</div>
<p class="text-center text-white/60 font-light text-[1.5rem] mt-[3rem]">DMND is a trading name of Guru Protocol Ltd, a company registered in England and Wales (Company No. 15235937). Registered office: 85 Great Portland Street, London, England, W1W 7LT.</p>
</footer>
</div>
<script async src="https://cdnjs.cloudflare.com/ajax/libs/smooth-scroll/16.1.3/smooth-scroll.min.js"></script>
<script>
document.getElementById("mining-form").addEventListener("submit", async (event) => {
event.preventDefault();
const form = event.target;
const formData = new FormData(form);
const params = new URLSearchParams(formData);
try {
const response = await fetch(`${form.action}?${params}`, {
method: 'GET'
});
if (response.ok) {
alert("Your message has been received — thank you for contacting DMND! We’ll be in touch shortly.");
} else {
alert("Error submitting form.");
}
} catch (err) {
const error = err === "" || err === " " ? "Unknown error" : err;
alert(`Submission failed: ${error}`);
}
});
</script>
<script type="text/javascript" id="hs-script-loader" async defer src="https://js.hs-scripts.com/48095257.js"></script>
</body>
</html>