-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathindex.html
571 lines (554 loc) · 21.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
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
<!DOCTYPE html>
<html>
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<meta http-equiv="X-UA-Compatible" content="IE=Edge" />
<title>Crunchbangplusplus | Debian Based Minimal Linux Distro</title>
<link href="/css/output.css" rel="stylesheet" />
</head>
<body class="bg-zinc-900 max-h-screen">
<!-- DESGIN BACKGROUND -->
<div
class="relative isolate overflow-hidden bg-zinc-900 drop-shadow-md border-b border-zinc-700"
>
<svg
class="absolute inset-0 -z-10 h-full w-full stroke-white/10 [mask-image:radial-gradient(100%_100%_at_top_right,white,transparent)]"
aria-hidden="true"
>
<defs>
<pattern
id="983e3e4c-de6d-4c3f-8d64-b9761d1534cc"
width="200"
height="200"
x="50%"
y="-1"
patternUnits="userSpaceOnUse"
>
<path d="M.5 200V.5H200" fill="none" />
</pattern>
</defs>
<svg x="50%" y="-1" class="overflow-visible fill-zinc-800/20">
<path
d="M-200 0h201v201h-201Z M600 0h201v201h-201Z M-400 600h201v201h-201Z M200 800h201v201h-201Z"
stroke-width="0"
/>
</svg>
<rect
width="100%"
height="100%"
stroke-width="0"
fill="url(#983e3e4c-de6d-4c3f-8d64-b9761d1534cc)"
/>
</svg>
<div
class="absolute left-[calc(50%-4rem)] top-10 -z-10 transform-gpu blur-3xl sm:left-[calc(50%-18rem)] lg:left-48 lg:top-[calc(50%-30rem)] xl:left-[calc(50%-24rem)]"
aria-hidden="true"
></div>
<!-- HEADER / NAVIGATION -->
<header class="">
<nav
class="mx-auto flex max-w-7xl items-center justify-between p-6 lg:px-8"
aria-label="Global"
>
<div class="flex lg:flex-1">
<a href="/" class="-m-1.5 p-1.5 text-white text-xl">
Crunchbang<span class="text-stone-400">plusplus</span> 12
</a>
</div>
<div class="flex lg:hidden">
<button
type="button"
class="-m-2.5 inline-flex items-center justify-center rounded-md p-2.5 text-zinc-400"
>
<span class="sr-only">Open main menu</span>
<svg
class="h-6 w-6"
fill="none"
viewBox="0 0 24 24"
stroke-width="1.5"
stroke="currentColor"
aria-hidden="true"
>
<path
stroke-linecap="round"
stroke-linejoin="round"
d="M3.75 6.75h16.5M3.75 12h16.5m-16.5 5.25h16.5"
/>
</svg>
</button>
</div>
<div class="hidden lg:flex lg:gap-x-12">
<a
href="/#features"
class="text-sm font-semibold leading-6 text-white"
>Features</a
>
<a
href="/#screenshots"
class="text-sm font-semibold leading-6 text-white"
>Screenshots</a
>
<a href="/#faq" class="text-sm font-semibold leading-6 text-white"
>FAQ</a
>
<a
href="/download.html"
class="text-sm font-semibold leading-6 text-white"
>Download</a
>
<a
href="https://www.reddit.com/r/crunchbangplusplus/"
class="text-sm font-semibold leading-6 text-white"
>Community</a
>
<a
href="https://github.com/CBPP/cbpp"
class="text-sm font-semibold leading-6 text-white"
>Github</a
>
</div>
</nav>
</header>
<!-- HERO -->
<div
class="mx-auto max-w-7xl px-6 pb-24 pt-10 sm:pb-32 lg:flex lg:px-8 lg:py-40"
>
<div
class="mx-auto max-w-2xl flex-shrink-0 lg:mx-0 lg:max-w-xl lg:pt-8"
>
<h1
class="text-4xl font-bold tracking-tight text-white sm:text-6xl mt-48"
>
#!++ with debian 12
</h1>
<p class="mt-6 text-lg leading-8 text-zinc-300">
The classic minimal crunchbang feel, now with debian 12 bookworm.
</p>
<div class="mt-10 flex items-center gap-x-6">
<a
href="https://computermouth.itch.io/crunchbangplusplus"
class="rounded-md bg-stone-500 px-3.5 py-2.5 text-sm font-semibold text-white shadow-sm hover:bg-stone-400 focus-visible:outline focus-visible:outline-2 focus-visible:outline-offset-2 focus-visible:outline-stone-400"
>
Donate on itch.io
</a>
<a
href="/cbpp-12.1-amd64-20240201.torrent"
class="rounded-md bg-stone-700 px-3.5 py-2.5 text-sm font-semibold text-white shadow-sm hover:bg-stone-600 focus-visible:outline focus-visible:outline-2 focus-visible:outline-offset-2 focus-visible:outline-stone-600"
>
Download 64-bit latest
</a>
<a
href="/download.html"
class="text-sm font-semibold leading-6 text-white"
>Other Downloads <span aria-hidden="true">→</span></a
>
</div>
</div>
<div
class="mx-auto mt-16 flex max-w-2xl sm:mt-24 lg:ml-10 lg:mr-0 lg:mt-0 lg:max-w-none lg:flex-none xl:ml-32"
>
<div class="max-w-3xl flex-none sm:max-w-5xl">
<img
src="/images/2023-06-11--1686519304_1056x800_scrot.png"
alt="App screenshot"
width="1024"
height="768"
class="w-[76rem] bg-white/5 shadow-2xl ring-1 ring-white/10"
/>
</div>
</div>
</div>
</div>
<!-- Features -->
<div
class="bg-zinc-800 py-24 sm:py-32 border-b border-zinc-700 drop-shadow-md"
id="features"
>
<div class="mx-auto max-w-7xl px-6 lg:px-8">
<div
class="mx-auto grid max-w-2xl grid-cols-1 gap-x-8 gap-y-16 sm:gap-y-20 lg:mx-0 lg:max-w-none lg:grid-cols-3"
>
<div>
<h2 class="text-base font-semibold leading-7 text-white">
Features
</h2>
<p
class="mt-2 text-3xl font-bold tracking-tight text-zinc-300 sm:text-4xl"
>
New to #!++ 12
</p>
<p class="mt-6 text-base leading-7 text-zinc-200">
After 8 years of #!++, you know what to expect. Still small, still
fast, but now with newer packages!
</p>
</div>
<dl
class="col-span-2 grid grid-cols-1 gap-x-8 gap-y-10 text-base leading-7 text-zinc-200 sm:grid-cols-2 lg:gap-y-16"
>
<div class="relative pl-9">
<dt class="font-semibold text-zinc-300">Debian 12 base</dt>
<dd class="mt-2">
Read more about Debian 12's major changes
<a
href="https://www.debian.org/releases/bookworm/amd64/release-notes/ch-whats-new.en.html"
>here</a
>.
</dd>
</div>
<div class="relative pl-9">
<dt class="font-semibold text-zinc-300">Linux 6.1</dt>
<dd class="mt-2">2023's LTS release of the Linux kernel.</dd>
</div>
<div class="relative pl-9">
<dt class="font-semibold text-zinc-300">GTK 4.0 Support</dt>
<dd class="mt-2">
Support for the latest and greatest Gnome desktop apps.
</dd>
</div>
<div class="relative pl-9">
<dt class="font-semibold text-zinc-300">New Dark Theme!</dt>
<dd class="mt-2">
You asked, crunch has delivered! A new dark mode GTK theme has
been added, with a supporting Openbox Dark theme.
</dd>
</div>
</dl>
</div>
</div>
</div>
<!-- Screenshots -->
<div class="bg-zinc-900 py-24 sm:py-32" id="screenshots">
<div class="mx-auto max-w-7xl px-6 lg:px-8">
<div
class="mx-auto grid max-w-2xl grid-cols-1 gap-x-8 gap-y-16 sm:gap-y-20 lg:mx-0 lg:max-w-none lg:grid-cols-3"
>
<div>
<h2 class="font-semibold leading-7 text-white text-2xl">
Screenshots
</h2>
</div>
<dl
class="col-span-2 grid grid-cols-1 gap-x-2 gap-y-4 text-base leading-7 text-zinc-200 sm:grid-cols-2 lg:gap-y-6"
>
<div class="relative pl-9">
<button
onclick="lightBox('/images/2023-06-11--1686519304_1056x800_scrot.png')"
>
<img src="/images/2023-06-11--1686519304_1056x800_scrot.png" />
</button>
</div>
<div class="relative pl-9">
<button
onclick="lightBox('/images/2023-06-11--1686519601_1042x790_scrot.png')"
>
<img src="/images/2023-06-11--1686519601_1042x790_scrot.png" />
</button>
</div>
<div class="relative pl-9">
<button
onclick="lightBox('/images/2023-06-11--1686519508_1050x807_scrot.png')"
>
<img src="/images/2023-06-11--1686519508_1050x807_scrot.png" />
</button>
</div>
<div class="relative pl-9">
<button
onclick="lightBox('/images/2023-06-11--1686519715_1039x785_scrot.png')"
>
<img src="/images/2023-06-11--1686519715_1039x785_scrot.png" />
</button>
</div>
</dl>
</div>
</div>
</div>
<!-- FAQ -->
<div class="bg-zinc-900 border-b border-zinc-700 drop-shadow-md" id="faq">
<div class="mx-auto max-w-7xl px-6 py-24 sm:pt-32 lg:px-8 lg:py-40">
<div class="lg:grid lg:grid-cols-12 lg:gap-8">
<div class="lg:col-span-5">
<h2 class="text-2xl font-bold leading-10 tracking-tight text-white">
Frequently asked questions
</h2>
<p class="mt-4 text-base leading-7 text-zinc-300">
Can’t find the answer you’re looking for? Reach out in our
<a
href="#"
class="font-semibold text-gray-100 hover:text-gray-400"
>community subreddit</a
>!
</p>
</div>
<div class="mt-10 lg:col-span-7 lg:mt-0">
<dl class="space-y-10">
<div>
<dt class="text-base font-semibold leading-7 text-white">
What are the login credentials for the live image?
</dt>
<dd class="mt-2 text-base leading-7 text-gray-300">
The username and password are both <b>'live'</b> without the
quotes.
</dd>
</div>
<div>
<dt class="text-base font-semibold leading-7 text-white">
Should I use the i686 image, or amd64?
</dt>
<dd class="mt-2 text-base leading-7 text-gray-300">
These days, there's not much reason to use the i686 image,
unless you have a very old PC that doesn't support PAE.
</dd>
</div>
<div>
<dt class="text-base font-semibold leading-7 text-white">
Will you still be supporting #!++ older releases?
</dt>
<dd class="mt-2 text-base leading-7 text-gray-300">
Debian continues to issue security updates for ~1 year after a
new 'stable' is release. While the older CBPP releases won't
be getting any new updates from us, the repos will continue to
be available for up to the next year as well.
</dd>
</div>
<div>
<dt class="text-base font-semibold leading-7 text-white">
Where are the direct downloads?
</dt>
<dd class="mt-2 text-base leading-7 text-gray-300">
All images are still available via Github Releases on the
image source
<a href="https://github.com/cbpp/cbpp/releases"
>Github repo</a
>
</dd>
</div>
<div>
<dt class="text-base font-semibold leading-7 text-white">
Apt is reporting an expired key signature
</dt>
<dd class="mt-2 text-base leading-7 text-gray-300">
CBPP 11 had a key to sign packages which had an expiration set
for 2 years from creation. Unfortunately, this means it
expired before the new version came out. You can update the
key with the following command: <br />
<code class="text-red-400"
>curl -L
https://packages.crunchbangplusplus.org/cbpp11-2.key | sudo
apt-key add -</code
>
</dd>
</div>
<!-- More questions... -->
</dl>
</div>
</div>
</div>
</div>
<div class="relative isolate bg-zinc-800 pb-32 pt-24 sm:pt-32">
<div class="mx-auto max-w-7xl px-6 lg:px-8">
<div class="mx-auto max-w-xl text-center">
<h2 class="text-lg font-semibold leading-8 tracking-tight text-white">
Testimonials
</h2>
<p
class="mt-2 text-3xl font-bold tracking-tight text-zinc-300 sm:text-4xl"
>
9.8/10 average rating on
<a
class="text-zinc-100 underline hover:text-zinc-400"
href="https://distrowatch.com/table.php?distribution=cbpp"
>distrowatch</a
>.
</p>
</div>
<div
class="mx-auto mt-16 grid max-w-2xl grid-cols-1 grid-rows-1 gap-8 text-sm leading-6 text-zinc-300 sm:mt-20 sm:grid-cols-2 xl:mx-0 xl:max-w-none xl:grid-flow-col xl:grid-cols-4"
>
<figure
class="col-span-2 hidden sm:block sm:rounded-2xl sm:bg-zinc-700 sm:shadow-lg sm:ring-1 sm:ring-gray-900/5 xl:col-start-2 xl:row-end-1"
>
<blockquote
class="p-12 text-xl font-semibold leading-8 tracking-tight"
>
<p>
“[Crunchbang++ is] awesome! So, why aren't more people aware of
this really good Linux distro? Crunchbang++ is lightweight, fun
to use, and well designed..”
</p>
</blockquote>
<figcaption
class="flex items-center gap-x-4 border-t border-gray-900/10 px-6 py-4"
>
<div class="flex-auto">
<div class="font-semibold">Learn Linux TV</div>
<div class="text-white">
<a
class="hover:text-zinc-400 underline"
href="https://youtu.be/jrP2I4v1U-M"
>Linux Distro Review: Crunchbang++ 11</a
>
</div>
</div>
<a href="https://www.learnlinux.tv">
<img
class="h-10 w-auto flex-none"
src="/images/cropped-logo_geen_white-300x267.png"
alt=""
/>
</a>
</figcaption>
</figure>
<div class="space-y-8 xl:contents xl:space-y-0">
<div class="space-y-8 xl:row-span-2">
<figure
class="rounded-2xl bg-zinc-700 p-6 shadow-lg ring-1 ring-gray-900/5"
>
<blockquote class="text-zinc-300">
<p>
“I've used #!++ as my daily driver for coding for about a
year now. It has never failed me as far as stability, and
its small footprint makes it an absolute breeze to use on
older hardware. The community is super-friendly, and is
always welcome to discussions or questions...”
</p>
</blockquote>
<figcaption class="mt-6 flex items-center gap-x-4">
<div>
<div class="text-gray-100">
<a
href="https://distrowatch.com/dwres.php?resource=ratings&distro=cbpp"
>Distrowatch user</a
>
</div>
</div>
</figcaption>
</figure>
<!-- More testimonials... -->
</div>
</div>
<div class="space-y-8 xl:contents xl:space-y-0">
<div class="space-y-8 xl:row-start-1">
<!-- More testimonials... -->
</div>
<div class="space-y-8 xl:row-span-2">
<figure
class="rounded-2xl bg-zinc-700 p-6 shadow-lg ring-1 ring-gray-900/5"
>
<blockquote class="text-gray-300">
<p>
“Stable and FAST with a great and friendly community. #!++
is Just perfect for my underpowered computer, I'd even use
it on a high spec computer, that's how good #!++ is. This
distribution stopped my chronic distro hopping journey...”
</p>
</blockquote>
<figcaption class="mt-6 flex items-center gap-x-4">
<div>
<div class="text-gray-100">
<a
href="https://distrowatch.com/dwres.php?resource=ratings&distro=cbpp"
>Distrowatch user</a
>
</div>
</div>
</figcaption>
</figure>
<!-- More testimonials... -->
</div>
</div>
</div>
</div>
</div>
<!-- FOOTER -->
<footer class="text-white">
<div
class="mx-auto max-w-7xl px-6 py-12 md:flex md:items-center md:justify-between lg:px-8"
>
<div class="flex justify-center space-x-6 md:order-2">
<a href="#" class="text-zinc-400 hover:text-zinc-500">
<span class="sr-only">Debian</span>
<img
src="images/openlogo-nd.svg"
alt="Debian Logo"
class="h-6 w-6 brightness-200"
/>
</a>
</div>
<div class="mt-8 md:order-1 md:mt-0">
<p class="text-center text-xs leading-5 text-zinc-400">
© <span id="current-year">2023</span>
<a class="underline" href="http://wtfpl.net/">WTFPL</a>. Built on
<a class="underline" href="http://debian.org/">Debian</a>. Debian is
a registered
<a class="underline" href="https://www.debian.org/trademark"
>trademark</a
>
of
<a class="underline" href="http://www.spi-inc.org/"
>Software in the Public Interest, Inc.</a
>
</p>
</div>
</div>
</footer>
<div
class="relative z-10 pointer-events-none"
aria-labelledby="modal-title"
role="dialog"
aria-modal="true"
id="overlay"
>
<div
class="fixed inset-0 bg-gray-500 bg-opacity-75 transition-opacity ease-out duration-200 opacity-0"
id="mask"
></div>
<div class="fixed inset-0 z-10 overflow-y-auto">
<div
class="flex min-h-full items-end justify-center p-4 text-center sm:items-center sm:p-0"
>
<div
class="relative transform overflow-hidden rounded-lg px-4 pb-4 pt-5 text-left transition-all sm:my-8 sm:w-full sm:p-6 opacity-0 translate-y-4 sm:translate-y-0 sm:scale-95"
id="modal-container"
>
<div id="modal-content" class="text-center mx-auto w-fit"></div>
</div>
</div>
</div>
</div>
<script>
const overlay = document.getElementById("overlay");
const mask = document.getElementById("mask");
const modalContent = document.getElementById("modal-content");
const modalContainer = document.getElementById("modal-container");
overlay.addEventListener("click", (evt) => {
evt.preventDefault();
mask.classList.add("opacity-0");
modalContainer.classList.add(
"opacity-0",
"translate-y-4",
"sm:translate-y-0",
"sm:scale-95"
);
setTimeout(() => {
overlay.remove();
}, 250);
});
overlay.classList.remove("pointer-events-none");
overlay.remove();
function lightBox(imgSrc) {
modalContent.innerHTML = `<img src="${imgSrc}" />`;
document.body.append(overlay);
setTimeout(() => {
mask.classList.remove("opacity-0");
modalContainer.classList.remove(
"opacity-0",
"translate-y-4",
"sm:translate-y-0",
"sm:scale-95"
);
}, 0);
}
</script>
</body>
</html>