-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathindex.html
523 lines (486 loc) · 26.2 KB
/
index.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
<!doctype html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1" />
<link rel="shortcut icon" href="favicon.ico" />
<link rel="alternate" href="list/announcements/rss.xml" type="application/rss+xml"
title="Bitcoin Knots Announcements RSS Feed" />
<title>Bitcoin Knots</title>
<link href="./output.css" rel="stylesheet" />
</head>
<body class="overflow-x-hidden bg-silverSand">
<!-- header -->
<header class="md:pb-13 relative mx-auto px-6 pb-11 pt-8 md:pt-20 lg:px-16">
<div class="flex w-full items-center justify-between">
<img class="h-[30px] w-[200px] md:h-[48px] md:w-[320px]" src="./images/logo.svg" alt="Bitcoin Knots" />
<!-- mobile menu -->
<div class="z-20 md:hidden">
<!-- <img class="md:hidden" src="./images/menu.svg" alt="Menu" /> -->
<button id="menu-btn" class="hamburger block focus:outline-none md:hidden">
<span class="hamburger-top"></span>
<span class="hamburger-middle"></span>
<span class="hamburger-bottom"></span>
</button>
<div id="menu"
class="absolute left-6 right-6 mt-10 hidden flex-col items-center gap-12 self-end rounded-sm bg-white py-16 font-bold drop-shadow-md sm:w-auto sm:self-center">
<a href="#download"
class="nav-link font-manjariRegular text-sm text-sharpBlack hover:text-electricBlue">Download</a>
<a href="#about"
class="nav-link font-manjariRegular text-sm text-sharpBlack hover:text-electricBlue">About</a>
<a href="#security"
class="nav-link font-manjariRegular text-sm text-sharpBlack hover:text-electricBlue">Security</a>
<a href="#news" class="nav-link font-manjariRegular text-sm text-sharpBlack hover:text-electricBlue">News</a>
</div>
</div>
<!-- </nav> -->
<div class="hidden items-center gap-11 md:flex">
<nav class="mt-2 flex items-center gap-6 lg:gap-11">
<a href="#download" class="font-manjariRegular text-sm text-sharpBlack">Download</a>
<a href="#about" class="font-manjariRegular text-sm text-sharpBlack">About</a>
<a href="#security" class="font-manjariRegular text-sm text-sharpBlack">Security</a>
<a href="#news" class="font-manjariRegular text-sm text-sharpBlack">News</a>
</nav>
<a href="https://x.com/BitcoinKnots" class="hidden xl:block" target="_blank" rel="noopener noreferrer">
<img class="h-12 w-12" src="./images/x.svg" alt="x.com" />
</a>
<a href="warning.html" class="warn_telegram hidden xl:block" target="_blank" rel="noopener noreferrer">
<img class="h-12 w-12" src="./images/telegram.svg" alt="telegram" />
</a>
</div>
</div>
</header>
<!-- knots line -->
<div id="knots-line" class="relative -ml-8 overflow-visible pt-16 lg:pr-[122px]">
<img class="h-[150px] object-none object-left lg:object-right" src="./images/knots-line.svg" alt="knots line" />
</div>
<!-- Run your own node -->
<div class="flex w-full flex-col items-start 3xl:items-center">
<h1 class="mx-5 pt-16 font-martelSansBold text-xl font-bold text-sharpBlack md:mx-20 md:w-[650px] md:text-3xl">
Run your own node on your own wallet
</h1>
</div>
<!-- knots download -->
<section id="download" class="mx-5 flex flex-col pt-16 md:mx-[85px] 3xl:items-center">
<div
class="flex w-full max-w-[954px] flex-col items-center gap-9 rounded-sm bg-white p-10 shadow-shadowCustom md:items-start">
<div id="download_macos"
class="flex w-full flex-col items-center justify-between rounded-sm text-start md:flex-row md:items-start">
<div class="flex flex-col items-center gap-9 text-start md:flex-row md:items-start">
<img class="h-12 w-12" src="./images/apple-logo.svg" alt="apple logo" />
<div class="flex flex-col items-start gap-8">
<div
class="flex w-[358px] flex-col items-center gap-8 text-center md:items-start md:gap-2 md:pt-[7.65px] md:text-start lg:w-full">
<h3 class="font-manjariBold text-lg font-medium text-sharpBlack md:text-left">
Download
<span class="hidden md:inline-block">Bitcoin Knots</span>
<span class="inline-block md:hidden">Bitcoin Knots</span>
for MacOS
</h3>
<a href="files/27.x/27.1.knots20240801/bitcoin-27.1.knots20240801-x86_64-apple-darwin.dmg"
class="flex items-center justify-center rounded-lg bg-sunglow px-8 pb-[3px] pt-[11px] font-manjariBold text-sm text-sharpBlack md:my-[8px] lg:hidden"
type="button">
Download
</a>
<p class="font-manjariRegular text-sm text-gray">
Latest version: 27.1.knots20240801
</p>
</div>
</div>
</div>
<a href="files/27.x/27.1.knots20240801/bitcoin-27.1.knots20240801-x86_64-apple-darwin.dmg"
class="hidden items-center justify-center rounded-lg bg-sunglow px-8 pb-[3px] pt-[11px] font-manjariBold text-sm text-sharpBlack lg:flex"
type="button">
Download
</a>
</div>
<div id="download_win64"
class="flex w-full flex-col items-center justify-between rounded-sm text-start md:flex-row md:items-start">
<div class="flex flex-col items-center gap-9 text-start md:flex-row md:items-start">
<img class="h-12 w-12" src="./images/windows-logo.svg" alt="windows logo" />
<div class="flex flex-col items-start gap-8">
<div
class="flex w-[358px] flex-col items-center gap-8 text-center md:items-start md:gap-2 md:pt-[7.65px] md:text-start lg:w-full">
<h3 class="font-manjariBold text-lg font-medium text-sharpBlack md:text-left">
Download
<span class="hidden md:inline-block">Bitcoin Knots</span>
<span class="inline-block md:hidden">Bitcoin Knots</span>
for Windows
</h3>
<a href="files/27.x/27.1.knots20240801/bitcoin-27.1.knots20240801-win64-setup-unsigned.exe"
class="flex items-center justify-center rounded-lg bg-sunglow px-8 pb-[3px] pt-[11px] font-manjariBold text-sm text-sharpBlack md:my-[8px] lg:hidden"
type="button">
Download
</a>
<p class="font-manjariRegular text-sm text-gray">
Latest version: 27.1.knots20240801
</p>
</div>
</div>
</div>
<a href="files/27.x/27.1.knots20240801/bitcoin-27.1.knots20240801-win64-setup-unsigned.exe"
class="hidden items-center justify-center rounded-lg bg-sunglow px-8 pb-[3px] pt-[11px] font-manjariBold text-sm text-sharpBlack lg:flex"
type="button">
Download
</a>
</div>
<div id="download_ubuntu"
class="hidden w-full flex-col items-center justify-between rounded-sm text-start md:flex-row md:items-start">
<div class="flex flex-col items-center gap-9 text-start md:flex-row md:items-start">
<img class="h-12 w-12" src="./images/linux-penguin.svg" alt="linux logo" />
<div class="flex flex-col items-start gap-8">
<div
class="flex w-[358px] flex-col items-center gap-8 text-center md:items-start md:gap-2 md:pt-[7.65px] md:text-start lg:w-full">
<h3 class="font-manjariBold text-lg font-medium text-sharpBlack md:text-left">
Download
<span class="hidden md:inline-block">Bitcoin Knots</span>
<span class="inline-block md:hidden">Bitcoin Knots</span> for
Ubuntu
</h3>
<a target="_blank" rel="noopener noreferrer"
href="https://launchpad.net/~luke-jr/+archive/ubuntu/bitcoinknots"
class="flex items-center justify-center rounded-lg bg-sunglow px-8 pb-[3px] pt-[11px] font-manjariBold text-sm text-sharpBlack md:my-[8px] lg:hidden"
type="button">
Download
</a>
<p class="font-manjariRegular text-sm text-gray">
Latest version: 27.1.knots20240801
</p>
</div>
</div>
</div>
<a target="_blank" rel="noopener noreferrer" href="https://launchpad.net/~luke-jr/+archive/ubuntu/bitcoinknots"
class="hidden items-center justify-center rounded-lg bg-sunglow px-8 pb-[3px] pt-[11px] font-manjariBold text-sm text-sharpBlack lg:flex"
type="button">
Download
</a>
</div>
<a href="https://github.com/bitcoinknots/bitcoin/blob/v27.1.knots20240801/doc/release-notes.md"
class="font-manjariRegular text-sm text-electricBlue md:pl-20" href="#">
view release notes
</a>
</div>
<!-- fingerprints and signatures -->
<div class="mt-16 flex flex-col items-center gap-8 md:items-start lg:mb-20">
<div id="top_download_signatures" class="flex flex-col items-center gap-8 3xl:items-center">
<a href="files/27.x/27.1.knots20240801/SHA256SUMS"
download
class="flex w-[331px] items-center justify-center gap-4 rounded-lg bg-electricBlue font-manjariBold text-sm text-white shadow-shadowCustom md:w-[446px]"
type="button">
<img class="h-12 w-12" src="./images/fingerprint-shield.svg" alt="fingerprints" />
<div class="whitespace-nowrap pb-[3px] pt-[11px]">
<span class="hidden md:inline-block">Download</span> Digital
fingerprints
</div>
</a>
<a href="files/27.x/27.1.knots20240801/SHA256SUMS.asc"
download
class="flex w-[331px] items-center justify-center gap-4 rounded-lg bg-electricBlue font-manjariBold text-sm text-white shadow-shadowCustom md:w-[446px]"
type="button">
<img class="h-12 w-12" src="./images/pen.svg" alt="signatures" />
<div class="whitespace-nowrap pb-[3px] pt-[11px]">
<span class="hidden md:inline-block">Download</span> Digital
signatures
</div>
</a>
</div>
<div id="download_other" class="mb-28 flex flex-col items-center justify-center md:items-start md:justify-start">
<details class="flex w-full max-w-[954px] flex-col items-center justify-center">
<summary
class="w-full cursor-pointer select-none text-center font-manjariRegular text-[32px] leading-[35.16px] tracking-wide text-electricBlue md:text-start">
Show other download formats
</summary>
<div class="mt-8 flex w-full flex-col gap-y-5">
<div id="bottom_download_signatures" class="hidden justify-end gap-x-1 text-sm">
<a class="text-electricBlue underline" href="files/27.x/27.1.knots20240801/SHA256SUMS" download>digital
fingerprints</a>
&
<a class="text-electricBlue underline" href="files/27.x/27.1.knots20240801/SHA256SUMS.asc" download>digital
signatures</a>
</div>
<div class="flex items-start gap-6 rounded-sm bg-white p-8 shadow-md">
<img class="h-16 w-16" src="./images/linux-penguin.svg" alt="linux" />
<div>
<h3 class="font-manjariBold text-lg text-sharpBlack">
Linux
</h3>
<div class="mt-4 flex flex-wrap gap-6 font-manjariRegular text-sm text-electricBlue underline">
<a href="files/27.x/27.1.knots20240801/bitcoin-27.1.knots20240801-x86_64-linux-gnu.tar.gz">x86-64</a>
<a
href="files/27.x/27.1.knots20240801/bitcoin-27.1.knots20240801-aarch64-linux-gnu.tar.gz">aarch64</a>
<a href="files/27.x/27.1.knots20240801/bitcoin-27.1.knots20240801-powerpc64-linux-gnu.tar.gz">ppc64
BE</a>
<a href="files/27.x/27.1.knots20240801/bitcoin-27.1.knots20240801-powerpc64le-linux-gnu.tar.gz">ppc64
LE</a>
<a
href="files/27.x/27.1.knots20240801/bitcoin-27.1.knots20240801-riscv64-linux-gnu.tar.gz">riscv64</a>
<a href="files/27.x/27.1.knots20240801/bitcoin-27.1.knots20240801-arm-linux-gnueabihf.tar.gz">arm</a>
<a href="https://launchpad.net/~luke-jr/+archive/ubuntu/bitcoinknots">Ubuntu PPA</a>
</div>
</div>
</div>
<div class="flex items-start gap-6 rounded-sm bg-white p-8 shadow-md">
<img class="h-16 w-16" src="./images/macos-face.svg" alt="macos" />
<div>
<h3 class="font-manjariBold text-lg text-sharpBlack">
MacOS
</h3>
<div class="mt-4 flex flex-wrap gap-6 font-manjariRegular text-sm text-electricBlue underline">
<a href="files/27.x/27.1.knots20240801/bitcoin-27.1.knots20240801-x86_64-apple-darwin.dmg">Intel Mac
(dmg)</a>
<a href="files/27.x/27.1.knots20240801/bitcoin-27.1.knots20240801-x86_64-apple-darwin.zip">Intel Mac
(zip)</a>
<a href="files/27.x/27.1.knots20240801/bitcoin-27.1.knots20240801-x86_64-apple-darwin.tar.gz">Intel
Mac (tar.gz)</a>
<a href="files/27.x/27.1.knots20240801/bitcoin-27.1.knots20240801-arm64-apple-darwin.dmg">Apple
Silicon (dmg)</a>
<a href="files/27.x/27.1.knots20240801/bitcoin-27.1.knots20240801-arm64-apple-darwin.zip">Apple
Silicon (zip)</a>
<a href="files/27.x/27.1.knots20240801/bitcoin-27.1.knots20240801-arm64-apple-darwin.tar.gz">Apple
Silicon (tar.gz)</a>
</div>
</div>
</div>
<div class="flex items-start gap-6 rounded-sm bg-white p-8 shadow-md">
<img class="h-16 w-16" src="./images/windows-logo.svg" alt="macos" />
<div>
<h3 class="font-manjariBold text-lg text-sharpBlack">
Windows
</h3>
<div class="mt-4 flex flex-wrap gap-6 font-manjariRegular text-sm text-electricBlue underline">
<a href="files/27.x/27.1.knots20240801/bitcoin-27.1.knots20240801-win64-setup-unsigned.exe">Install
(exe)</a>
<a href="files/27.x/27.1.knots20240801/bitcoin-27.1.knots20240801-win64.zip">portable (zip)</a>
</div>
</div>
</div>
<div class="flex items-start gap-6 rounded-sm bg-white p-8 shadow-md">
<img class="h-16 w-16" src="./images/source-code.svg" alt="macos" />
<div>
<h3 class="font-manjariBold text-lg text-sharpBlack">
Source Code
</h3>
<div class="mt-4 flex flex-wrap gap-6 font-manjariRegular text-sm text-electricBlue underline">
<a href="https://github.com/bitcoinknots/bitcoin/tree/v27.1.knots20240801">GitHub</a>
<a href="files/27.x/27.1.knots20240801/bitcoin-27.1.knots20240801.tar.gz">tar.gz</a>
<a href="files/27.x/27.1.knots20240801/bitcoin-27.1.knots20240801.desc.html">detailed contrast with
Bitcoin Core</a>
</div>
</div>
</div>
</div>
</details>
</div>
</div>
</section>
<!-- bitcoin node and wallet in one -->
<section id="about" class="flex flex-col items-center bg-white pb-6 pt-28 md:pb-14 lg:pt-20">
<div class="flex flex-col lg:flex-row">
<div class="flex flex-col">
<h2
class="mx-5 text-center font-martelSansBold text-xl text-sharpBlack md:mx-20 md:text-2xl lg:mr-0 lg:w-[450px] lg:text-start">
Bitcoin node and wallet in one.
</h2>
<p
class="mx-5 mt-12 text-center font-manjariRegular text-sm text-black md:mx-20 lg:mr-0 lg:w-[345px] lg:text-start">
Not only is it easy to use, but it also ensures bitcoins you receive
are both real bitcoins and really received as yours.
</p>
</div>
<div class="lg:-pl-12 relative -ml-10 overflow-visible">
<img class="mt-[300px] h-[600px] w-[600px] object-none object-left lg:mt-4" src="./images/blue-circle.svg"
alt="blue circle" />
<!-- <img class="mt-[300px] h-[600px] w-[600px] object-none object-left lg:mt-32" src="./images/blue-circle.svg" -->
<!-- alt="blue circle" /> -->
<img class="-mt-[700px] mb-[170px] h-[513px] w-full object-none object-left pl-20 md:pl-56 lg:-mt-[800px]"
src="./images/app-preview-27.1.png" alt="app preview" />
<!-- <img class="-mt-[850px] h-[697px] w-[1075px] object-none object-left pl-20 md:pl-16 lg:-mt-[900px]" -->
<!-- src="./images/app-preview.svg" alt="app preview" /> -->
</div>
</div>
<h2
class="mx-5 mt-[280px] max-w-[796px] text-center font-martelSansBold text-xl text-sharpBlack md:mx-[122px] md:text-2xl lg:mt-[330px]">
Bitcoin is not just your money, it’s your network.
</h2>
<p class="mt-12 max-w-[830px] px-5 text-center font-manjariRegular text-sm text-sharpBlack md:mx-24">
To secure your Bitcoin, and protect the entire network, run your own
node. It’s good for everybody — but especially for you.
</p>
<!-- features-->
<section id="features"
class="mt-28 flex flex-col items-center gap-x-[100px] gap-y-20 px-[74px] md:grid md:grid-cols-3 md:grid-rows-2">
<div class="flex flex-col items-center">
<img class="h-[112px] w-[113px]" src="./images/bitcoin-logo.svg" alt="bitcoin" />
<p class="mt-6 w-[225px] text-center font-manjariRegular text-sm text-sharpBlack md:w-[185px]">
Hold your own Bitcoins
</p>
</div>
<div class="flex flex-col items-center">
<img class="h-[112px] w-[113px]" src="./images/arrow-check.svg" alt="arrow check" />
<p class="mt-6 w-[225px] text-center font-manjariRegular text-sm text-sharpBlack md:w-[185px]">
Full verification of payments
</p>
</div>
<div class="flex flex-col items-center">
<img class="h-[112px] w-[113px]" src="./images/paperplane.svg" alt="paperplane" />
<p class="mt-6 w-[225px] text-center font-manjariRegular text-sm text-sharpBlack md:w-[185px]">
Easy to send and receive
</p>
</div>
<div class="flex flex-col items-center">
<img class="h-[112px] w-[113px]" src="./images/download-computer.svg" alt="download computer" />
<p class="mt-6 w-[225px] text-center font-manjariRegular text-sm text-sharpBlack">
Backup your wallet just like a saving a document
</p>
</div>
<div class="flex flex-col items-center">
<img class="h-[112px] w-[113px]" src="./images/king.svg" alt="king" />
<p class="mt-6 w-[225px] text-center font-manjariRegular text-sm text-sharpBlack md:w-[185px]">
Optional expert control for advanced users
</p>
</div>
<div class="flex flex-col items-center">
<img class="h-[112px] w-[113px]" src="./images/pc-and-phone.svg" alt="pc and phone" />
<p class="mt-6 w-[225px] text-center font-manjariRegular text-sm text-sharpBlack">
Pair with your phone wallet to upgrade security
</p>
</div>
</section>
<!-- security reminders -->
<div id="security" class="mx-5 mt-14 flex max-w-[1196px] flex-col items-center pt-14 text-center md:px-20">
<h2 class="font-martelSansBold text-xl md:text-2xl">
For security, always remember...
</h2>
<p class="mt-12 font-manjariRegular text-sm md:mt-8">
Here are best practices for ensuring credibility of this software
</p>
</div>
<div class="mt-12 flex w-full max-w-[1196px] flex-col gap-y-8 px-5 md:mt-16 md:px-20">
<div class="flex w-full flex-col gap-6 rounded-sm bg-sharpBlack/5 py-10 pl-10 pr-8 text-start md:flex-row">
<img class="h-16 w-16" src="./images/green-check.svg" alt="green check" />
<div class="flex flex-col gap-6">
<h3 class="w-full font-manjariBold text-lg md:pt-4">
Verify digital signatures
</h3>
<p class="break-words pr-[6px] font-manjariRegular text-sm text-gray">
When installing this or any other app, you should verify your
download is the authentic program, and not intercepted by a virus.
Always verify the correct digital signature on any downloads to
avoid malware. Bitcoin Knots is signed using OpenPGP.
</p>
</div>
</div>
<div class="flex w-full flex-col gap-6 rounded-sm bg-sharpBlack/5 py-10 pl-10 pr-8 text-start md:flex-row">
<img class="h-16 w-16" src="./images/green-check.svg" alt="green check" />
<div class="flex flex-col gap-6">
<h3 class="w-full font-manjariBold text-lg md:pt-4">
Verify public keys
</h3>
<p class="break-words font-manjariRegular text-sm text-gray">
You should download multiple developers' public keys from at least
two independent sources each and ensure they match. Ideally, you
should verify key fingerprints in person with the developer(s) to
the best of your ability. You can get one copy from
<a class="text-electricBlue underline"
href="https://github.com/bitcoinknots/guix.sigs/tree/knots/builder-keys">
the Bitcoin Knots Guix signature repository.
</a>
</p>
</div>
</div>
<div class="flex w-full flex-col gap-6 rounded-sm bg-sharpBlack/5 py-10 pl-10 pr-8 text-start md:flex-row">
<img class="h-16 w-16" src="./images/green-check.svg" alt="green check" />
<div class="flex flex-col gap-6">
<h3 class="w-full font-manjariBold text-lg md:pt-4">
Manage older versions of Bitcoin Knots
</h3>
<p class="break-words font-manjariRegular text-sm text-gray">
If you are using an older version of Bitcoin Knots that has since
expired, you may restore functionality by editing (or creating)
the bitcoin.conf file, and adding a single
line softwareexpiry=0 Please keep in mind obsolete versions of
Bitcoin Knots are not maintained, and may have other risks.
</p>
</div>
</div>
<div
class="flex w-full flex-col gap-6 rounded-sm bg-sharpBlack/5 py-10 pl-10 pr-8 text-start md:flex-row md:pr-[42px]">
<img class="h-16 w-16" src="./images/green-check.svg" alt="green check" />
<div class="flex flex-col gap-6">
<h3 class="w-full font-manjariBold text-lg md:pt-4">
Verify OpenPGP signatures before upgrade
</h3>
<p class="font-manjariRegular text-sm text-gray">
Do NOT upgrade Bitcoin Knots until you have verified the new
OpenPGP signatures as well as the legitimacy of the new key(s)
signing.
</p>
</div>
</div>
</div>
</section>
<div id="news" class="flex w-full flex-col items-center gap-y-8 bg-white px-5 py-12 md:px-20 md:py-24">
<div class="flex max-w-[750px] flex-col items-center">
<h2 class="text-center font-martelSansBold text-xl text-sharpBlack md:text-2xl">
Stay in the know on Bitcoin Knots
</h2>
<div class="flex flex-col gap-8 pt-12">
<p class="font-manjariRegular text-sm text-gray">
The Bitcoin Knots Announce Mailing List helps you stay up to date
with the latest version of Bitcoin Knots. There may also be
occasional security advisories related to Bitcoin Knots posted.
</p>
<p class="font-manjariRegular text-sm text-gray">
Only the Bitcoin Knots maintainer (currently Luke Dashjr) may send
messages to the announce mailing list. Google runs the mailing list,
and their privacy policies apply. Generally, member email addresses
are not shared without consent.
</p>
</div>
<h3 id="email_list" class="w-full pt-12 font-manjariBold text-lg">
Subscribe via e-mail (non-Google)
</h3>
<p class="overflow-wrap whitespace-normal break-all pt-1 font-manjariRegular text-sm text-gray">
To subscribe with e-mail only (no Google account required),
<a href="mailto:[email protected]" class="text-electricBlue underline">
email [email protected]</a>.
The mailing list server will respond asking for a confirmation.
Reply to that confirmation message to complete your subscription.
</p>
<h3 class="w-full pt-12 font-manjariBold text-lg">
Subscribe via Google account
</h3>
<p class="break-words pt-1 font-manjariRegular text-sm text-gray">
To subscribe using a Google account,
<a href="https://groups.google.com/g/bitcoin-knots-announce/about" class="text-electricBlue underline"
target="_blank" rel="noopener noreferrer">
click here to open Google Groups</a>
and click the "Join group" button next to the list name. You will be
prompted to choose some preferences (that really don't matter in this
case), and can click confirm your subscription.
</p>
</div>
</div>
<div class="bg-white py-12 md:py-28"></div>
<!-- footer -->
<footer class="bg-slateGray 3xl:flex 3xl:flex-col 3xl:items-center">
<div
class="flex flex-col items-center px-5 pb-20 pt-10 md:items-start md:px-[84px] lg:px-[122px] 3xl:max-w-[3000px]">
<div class="mt-16 flex flex-col items-center md:flex-row md:items-center md:gap-8">
<h3 class="font-manjariBold text-xl 2xl:mt-[10px]">
Follow us on social
</h3>
<div class="mt-4 flex items-center justify-center gap-x-8 md:-mt-2">
<a href="https://x.com/BitcoinKnots" target="_blank" rel="noopener noreferrer">
<img class="h-12 w-12" src="./images/x.svg" alt="x.com" />
</a>
<a href="warning.html" target="_blank" rel="noopener noreferrer">
<img class="h-12 w-12" src="./images/telegram.svg" alt="telegram" />
</a>
</div>
</div>
</div>
</footer>
<script src="js/script.js"></script>
</body>
</html>