File size: 40,759 Bytes
a4145fa
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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
<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="UTF-8">
    <meta name="viewport" content="width=device-width, initial-scale=1.0">
    <title>The Ethical Switchboard - Better Web Alternatives</title>
    <script src="https://cdn.tailwindcss.com"></script>
    <link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.4.0/css/all.min.css">
    <style>
        .sticky-nav {
            position: sticky;
            top: 0;
            z-index: 50;
        }
        .sticky-table-header {
            position: sticky;
            top: 64px;
            background-color: white;
            z-index: 40;
        }
        @media (max-width: 768px) {
            .sticky-table-header {
                top: 56px;
            }
        }
        .badge {
            @apply px-2 py-1 text-xs font-medium rounded-full;
        }
        .badge--nonprofit {
            @apply bg-green-100 text-green-800;
        }
        .badge--federated {
            @apply bg-blue-100 text-blue-800;
        }
        .badge--encrypted {
            @apply bg-purple-100 text-purple-800;
        }
        .badge--popular {
            @apply bg-yellow-100 text-yellow-800;
        }
        .scroll-margin {
            scroll-margin-top: 80px;
        }
        [x-cloak] { display: none !important; }
    </style>
</head>
<body class="bg-gray-50 text-gray-800 font-sans">
    <!-- Palestine Support Banner -->
    <div class="bg-green-800 text-white py-2 px-4 text-center">
        <div class="container mx-auto flex items-center justify-center">
            <span class="mr-2">We support Palestine</span>
            <div class="w-6 h-4 bg-green-600 relative overflow-hidden">
                <div class="absolute top-0 left-0 w-full h-1/3 bg-white"></div>
                <div class="absolute top-1/3 left-0 w-full h-1/3 bg-black"></div>
                <div class="absolute top-2/3 left-0 w-full h-1/3 bg-green-500"></div>
                <div class="absolute top-0 left-0 h-full w-1/3 bg-red-600"></div>
            </div>
        </div>
    </div>

    <!-- Header -->
    <header class="sticky-nav bg-white shadow-sm">
        <div class="container mx-auto px-4 py-3">
            <div class="flex justify-between items-center">
                <div class="flex items-center space-x-2">
                    <svg xmlns="http://www.w3.org/2000/svg" class="h-8 w-8 text-blue-600" fill="none" viewBox="0 0 24 24" stroke="currentColor">
                        <path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M13 10V3L4 14h7v7l9-11h-7z" />
                    </svg>
                    <div>
                        <h1 class="text-xl font-bold text-gray-900">The Ethical Switchboard</h1>
                        <p class="text-xs text-gray-500">Privacy-respecting, open-source alternatives to Big Tech</p>
                    </div>
                </div>
                <nav class="hidden md:flex space-x-6">
                    <a href="#introduction" class="text-gray-700 hover:text-blue-600 font-medium">Introduction</a>
                    <a href="#search" class="text-gray-700 hover:text-blue-600 font-medium">Search</a>
                    <a href="#social" class="text-gray-700 hover:text-blue-600 font-medium">Social</a>
                    <a href="#messaging" class="text-gray-700 hover:text-blue-600 font-medium">Messaging</a>
                    <a href="#get-started" class="text-blue-600 font-medium">Get Started</a>
                </nav>
                <button class="md:hidden text-gray-700" onclick="toggleMobileMenu()">
                    <svg xmlns="http://www.w3.org/2000/svg" class="h-6 w-6" fill="none" viewBox="0 0 24 24" stroke="currentColor">
                        <path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M4 6h16M4 12h16M4 18h16" />
                    </svg>
                </button>
            </div>
        </div>
        <!-- Mobile menu -->
        <div id="mobileMenu" class="hidden md:hidden bg-white border-t">
            <div class="container mx-auto px-4 py-2 flex flex-col space-y-2">
                <a href="#introduction" class="py-2 text-gray-700 hover:text-blue-600">Introduction</a>
                <a href="#search" class="py-2 text-gray-700 hover:text-blue-600">Search</a>
                <a href="#social" class="py-2 text-gray-700 hover:text-blue-600">Social</a>
                <a href="#messaging" class="py-2 text-gray-700 hover:text-blue-600">Messaging</a>
                <a href="#get-started" class="py-2 text-blue-600 font-medium">Get Started</a>
            </div>
        </div>
    </header>

    <main class="container mx-auto px-4 py-8">
        <!-- Introduction -->
        <section id="introduction" class="mb-16 scroll-margin">
            <div class="bg-white rounded-lg shadow-md p-6 mb-8">
                <h2 class="text-2xl font-bold text-gray-900 mb-4">Take Back Control of Your Digital Life</h2>
                <p class="text-gray-700 mb-6">
                    The internet shouldn't be controlled by a handful of corporations tracking your every move. 
                    There are better alternatives that respect your privacy, avoid manipulative algorithms, 
                    and put people before profits. This guide helps you find the best options based on your priorities.
                </p>
                
                <div class="bg-blue-50 border-l-4 border-blue-500 p-4 mb-6">
                    <p class="text-blue-800">
                        <span class="font-bold">Why decentralization matters:</span> Services marked as "Decentralized/Community-run" 
                        can't be unilaterally censored by any single entity. This protects free speech while still allowing 
                        individual communities to set their own rules.
                    </p>
                </div>
                
                <h3 class="text-lg font-semibold mb-3">How to read the tables:</h3>
                <div class="overflow-x-auto">
                    <table class="min-w-full bg-white border">
                        <thead class="bg-gray-50">
                            <tr>
                                <th class="px-4 py-2 text-left text-xs font-medium text-gray-500 uppercase tracking-wider">Symbol</th>
                                <th class="px-4 py-2 text-left text-xs font-medium text-gray-500 uppercase tracking-wider">Meaning</th>
                            </tr>
                        </thead>
                        <tbody class="divide-y divide-gray-200">
                            <tr>
                                <td class="px-4 py-2 whitespace-nowrap text-green-600 font-bold">βœ… Yes</td>
                                <td class="px-4 py-2">The service meets this criterion fully</td>
                            </tr>
                            <tr>
                                <td class="px-4 py-2 whitespace-nowrap text-yellow-600 font-bold">◐ Mixed</td>
                                <td class="px-4 py-2">The service partially meets this criterion</td>
                            </tr>
                            <tr>
                                <td class="px-4 py-2 whitespace-nowrap text-red-600 font-bold">❌ No</td>
                                <td class="px-4 py-2">The service doesn't meet this criterion</td>
                            </tr>
                        </tbody>
                    </table>
                </div>
            </div>
        </section>

        <!-- Quick Navigation -->
        <div class="bg-white rounded-lg shadow-md p-4 mb-8 sticky-nav" style="top: 80px;">
            <h3 class="font-medium text-gray-900 mb-2">Jump to category:</h3>
            <div class="flex flex-wrap gap-2">
                <a href="#search" class="bg-gray-100 hover:bg-gray-200 px-3 py-1 rounded-full text-sm">Search Engines</a>
                <a href="#social" class="bg-gray-100 hover:bg-gray-200 px-3 py-1 rounded-full text-sm">Social Media</a>
                <a href="#messaging" class="bg-gray-100 hover:bg-gray-200 px-3 py-1 rounded-full text-sm">Messaging</a>
                <a href="#browsers" class="bg-gray-100 hover:bg-gray-200 px-3 py-1 rounded-full text-sm">Browsers</a>
                <a href="#cloud" class="bg-gray-100 hover:bg-gray-200 px-3 py-1 rounded-full text-sm">Cloud Storage</a>
            </div>
        </div>

        <!-- Search Engines -->
        <section id="search" class="mb-16 scroll-margin">
            <div class="bg-white rounded-lg shadow-md overflow-hidden">
                <div class="px-6 py-4 border-b">
                    <h2 class="text-xl font-bold text-gray-900">Replace Google Search</h2>
                    <p class="text-gray-600 mt-1">
                        Search engines track your queries to build profiles and target ads. These alternatives respect your privacy.
                    </p>
                </div>
                
                <div class="overflow-x-auto">
                    <table class="min-w-full divide-y divide-gray-200">
                        <thead class="sticky-table-header bg-white">
                            <tr>
                                <th class="px-6 py-3 text-left text-xs font-medium text-gray-500 uppercase tracking-wider">Service</th>
                                <th class="px-6 py-3 text-left text-xs font-medium text-gray-500 uppercase tracking-wider">Privacy</th>
                                <th class="px-6 py-3 text-left text-xs font-medium text-gray-500 uppercase tracking-wider">No Ads</th>
                                <th class="px-6 py-3 text-left text-xs font-medium text-gray-500 uppercase tracking-wider">Open Source</th>
                                <th class="px-6 py-3 text-left text-xs font-medium text-gray-500 uppercase tracking-wider">Decentralized</th>
                                <th class="px-6 py-3 text-left text-xs font-medium text-gray-500 uppercase tracking-wider">Notes</th>
                            </tr>
                        </thead>
                        <tbody class="bg-white divide-y divide-gray-200">
                            <tr class="hover:bg-gray-50">
                                <td class="px-6 py-4 whitespace-nowrap">
                                    <div class="flex items-center">
                                        <div class="flex-shrink-0 h-10 w-10">
                                            <img class="h-10 w-10 rounded" src="https://duckduckgo.com/assets/logo_homepage.normal.v108.svg" alt="DuckDuckGo logo">
                                        </div>
                                        <div class="ml-4">
                                            <div class="text-sm font-medium text-gray-900">DuckDuckGo</div>
                                            <div class="text-sm text-gray-500">duckduckgo.com</div>
                                        </div>
                                    </div>
                                </td>
                                <td class="px-6 py-4 whitespace-nowrap text-green-600 font-bold">βœ… Yes</td>
                                <td class="px-6 py-4 whitespace-nowrap text-yellow-600 font-bold">◐ Mixed</td>
                                <td class="px-6 py-4 whitespace-nowrap text-green-600 font-bold">βœ… Yes</td>
                                <td class="px-6 py-4 whitespace-nowrap text-red-600 font-bold">❌ No</td>
                                <td class="px-6 py-4 text-sm text-gray-500">
                                    Shows ads but doesn't track you. Based in USA. Good default choice.
                                </td>
                            </tr>
                            <tr class="hover:bg-gray-50">
                                <td class="px-6 py-4 whitespace-nowrap">
                                    <div class="flex items-center">
                                        <div class="flex-shrink-0 h-10 w-10">
                                            <img class="h-10 w-10 rounded" src="https://raw.githubusercontent.com/searxng/searxng/1a7b6a3b8a3b3f8e8b4f8f8b8f8b8f8b8f8b8f8b/docs/src/searxng-wordmark.svg" alt="SearXNG logo">
                                        </div>
                                        <div class="ml-4">
                                            <div class="text-sm font-medium text-gray-900">SearXNG</div>
                                            <div class="text-sm text-gray-500">searxng.github.io</div>
                                        </div>
                                    </div>
                                </td>
                                <td class="px-6 py-4 whitespace-nowrap text-green-600 font-bold">βœ… Yes</td>
                                <td class="px-6 py-4 whitespace-nowrap text-green-600 font-bold">βœ… Yes</td>
                                <td class="px-6 py-4 whitespace-nowrap text-green-600 font-bold">βœ… Yes</td>
                                <td class="px-6 py-4 whitespace-nowrap text-green-600 font-bold">βœ… Yes</td>
                                <td class="px-6 py-4 text-sm text-gray-500">
                                    Meta-search engine. Self-hostable. Many public instances available.
                                </td>
                            </tr>
                            <tr class="hover:bg-gray-50">
                                <td class="px-6 py-4 whitespace-nowrap">
                                    <div class="flex items-center">
                                        <div class="flex-shrink-0 h-10 w-10">
                                            <img class="h-10 w-10 rounded" src="https://kagi.com/favicon.ico" alt="Kagi logo">
                                        </div>
                                        <div class="ml-4">
                                            <div class="text-sm font-medium text-gray-900">Kagi</div>
                                            <div class="text-sm text-gray-500">kagi.com</div>
                                        </div>
                                    </div>
                                </td>
                                <td class="px-6 py-4 whitespace-nowrap text-green-600 font-bold">βœ… Yes</td>
                                <td class="px-6 py-4 whitespace-nowrap text-green-600 font-bold">βœ… Yes</td>
                                <td class="px-6 py-4 whitespace-nowrap text-red-600 font-bold">❌ No</td>
                                <td class="px-6 py-4 whitespace-nowrap text-red-600 font-bold">❌ No</td>
                                <td class="px-6 py-4 text-sm text-gray-500">
                                    Paid service with excellent results. Based in USA.
                                </td>
                            </tr>
                        </tbody>
                    </table>
                </div>
                
                <div class="px-6 py-4 bg-blue-50">
                    <div class="flex items-start">
                        <div class="flex-shrink-0 pt-1">
                            <svg class="h-5 w-5 text-blue-600" fill="none" viewBox="0 0 24 24" stroke="currentColor">
                                <path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M13 16h-1v-4h-1m1-4h.01M21 12a9 9 0 11-18 0 9 9 0 0118 0z" />
                            </svg>
                        </div>
                        <div class="ml-3">
                            <h3 class="text-sm font-medium text-blue-800">Quick Tip</h3>
                            <div class="mt-1 text-sm text-blue-700">
                                <p>
                                    <span class="font-semibold">For most people:</span> Start with DuckDuckGo for a familiar experience, 
                                    or try SearXNG if you want full control. Kagi is excellent if you don't mind paying for premium results.
                                </p>
                            </div>
                        </div>
                    </div>
                </div>
            </div>
        </section>

        <!-- Social Media -->
        <section id="social" class="mb-16 scroll-margin">
            <div class="bg-white rounded-lg shadow-md overflow-hidden">
                <div class="px-6 py-4 border-b">
                    <h2 class="text-xl font-bold text-gray-900">Replace Social Media</h2>
                    <p class="text-gray-600 mt-1">
                        Traditional social networks optimize for engagement at the cost of mental health and privacy.
                    </p>
                </div>
                
                <div class="overflow-x-auto">
                    <table class="min-w-full divide-y divide-gray-200">
                        <thead class="sticky-table-header bg-white">
                            <tr>
                                <th class="px-6 py-3 text-left text-xs font-medium text-gray-500 uppercase tracking-wider">Service</th>
                                <th class="px-6 py-3 text-left text-xs font-medium text-gray-500 uppercase tracking-wider">Privacy</th>
                                <th class="px-6 py-3 text-left text-xs font-medium text-gray-500 uppercase tracking-wider">No Ads</th>
                                <th class="px-6 py-3 text-left text-xs font-medium text-gray-500 uppercase tracking-wider">Open Source</th>
                                <th class="px-6 py-3 text-left text-xs font-medium text-gray-500 uppercase tracking-wider">Decentralized</th>
                                <th class="px-6 py-3 text-left text-xs font-medium text-gray-500 uppercase tracking-wider">Notes</th>
                            </tr>
                        </thead>
                        <tbody class="bg-white divide-y divide-gray-200">
                            <tr class="hover:bg-gray-50">
                                <td class="px-6 py-4 whitespace-nowrap">
                                    <div class="flex items-center">
                                        <div class="flex-shrink-0 h-10 w-10">
                                            <img class="h-10 w-10 rounded" src="https://joinmastodon.org/logo.svg" alt="Mastodon logo">
                                        </div>
                                        <div class="ml-4">
                                            <div class="text-sm font-medium text-gray-900">Mastodon</div>
                                            <div class="text-sm text-gray-500">joinmastodon.org</div>
                                        </div>
                                    </div>
                                </td>
                                <td class="px-6 py-4 whitespace-nowrap text-green-600 font-bold">βœ… Yes</td>
                                <td class="px-6 py-4 whitespace-nowrap text-green-600 font-bold">βœ… Yes</td>
                                <td class="px-6 py-4 whitespace-nowrap text-green-600 font-bold">βœ… Yes</td>
                                <td class="px-6 py-4 whitespace-nowrap text-green-600 font-bold">βœ… Yes</td>
                                <td class="px-6 py-4 text-sm text-gray-500">
                                    Twitter alternative. Choose your instance carefully as rules vary.
                                </td>
                            </tr>
                            <tr class="hover:bg-gray-50">
                                <td class="px-6 py-4 whitespace-nowrap">
                                    <div class="flex items-center">
                                        <div class="flex-shrink-0 h-10 w-10">
                                            <img class="h-10 w-10 rounded" src="https://pixelfed.org/favicon.ico" alt="Pixelfed logo">
                                        </div>
                                        <div class="ml-4">
                                            <div class="text-sm font-medium text-gray-900">Pixelfed</div>
                                            <div class="text-sm text-gray-500">pixelfed.org</div>
                                        </div>
                                    </div>
                                </td>
                                <td class="px-6 py-4 whitespace-nowrap text-green-600 font-bold">βœ… Yes</td>
                                <td class="px-6 py-4 whitespace-nowrap text-green-600 font-bold">βœ… Yes</td>
                                <td class="px-6 py-4 whitespace-nowrap text-green-600 font-bold">βœ… Yes</td>
                                <td class="px-6 py-4 whitespace-nowrap text-green-600 font-bold">βœ… Yes</td>
                                <td class="px-6 py-4 text-sm text-gray-500">
                                    Instagram alternative. Part of the Fediverse.
                                </td>
                            </tr>
                            <tr class="hover:bg-gray-50">
                                <td class="px-6 py-4 whitespace-nowrap">
                                    <div class="flex items-center">
                                        <div class="flex-shrink-0 h-10 w-10">
                                            <img class="h-10 w-10 rounded" src="https://join-lemmy.org/static/assets/icons/favicon.svg" alt="Lemmy logo">
                                        </div>
                                        <div class="ml-4">
                                            <div class="text-sm font-medium text-gray-900">Lemmy</div>
                                            <div class="text-sm text-gray-500">join-lemmy.org</div>
                                        </div>
                                    </div>
                                </td>
                                <td class="px-6 py-4 whitespace-nowrap text-green-600 font-bold">βœ… Yes</td>
                                <td class="px-6 py-4 whitespace-nowrap text-green-600 font-bold">βœ… Yes</td>
                                <td class="px-6 py-4 whitespace-nowrap text-green-600 font-bold">βœ… Yes</td>
                                <td class="px-6 py-4 whitespace-nowrap text-green-600 font-bold">βœ… Yes</td>
                                <td class="px-6 py-4 text-sm text-gray-500">
                                    Reddit alternative. Decentralized communities.
                                </td>
                            </tr>
                        </tbody>
                    </table>
                </div>
                
                <div class="px-6 py-4 bg-blue-50">
                    <div class="flex items-start">
                        <div class="flex-shrink-0 pt-1">
                            <svg class="h-5 w-5 text-blue-600" fill="none" viewBox="0 0 24 24" stroke="currentColor">
                                <path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M13 16h-1v-4h-1m1-4h.01M21 12a9 9 0 11-18 0 9 9 0 0118 0z" />
                            </svg>
                        </div>
                        <div class="ml-3">
                            <h3 class="text-sm font-medium text-blue-800">Quick Tip</h3>
                            <div class="mt-1 text-sm text-blue-700">
                                <p>
                                    <span class="font-semibold">Getting started:</span> For Twitter users, try Mastodon. 
                                    Join an instance that aligns with your interests. For Instagram users, Pixelfed offers 
                                    a similar photo-sharing experience without tracking.
                                </p>
                            </div>
                        </div>
                    </div>
                </div>
            </div>
        </section>

        <!-- Messaging -->
        <section id="messaging" class="mb-16 scroll-margin">
            <div class="bg-white rounded-lg shadow-md overflow-hidden">
                <div class="px-6 py-4 border-b">
                    <h2 class="text-xl font-bold text-gray-900">Replace Messaging Apps</h2>
                    <p class="text-gray-600 mt-1">
                        Most messaging apps collect metadata about who you talk to and when. These alternatives prioritize security.
                    </p>
                </div>
                
                <div class="overflow-x-auto">
                    <table class="min-w-full divide-y divide-gray-200">
                        <thead class="sticky-table-header bg-white">
                            <tr>
                                <th class="px-6 py-3 text-left text-xs font-medium text-gray-500 uppercase tracking-wider">Service</th>
                                <th class="px-6 py-3 text-left text-xs font-medium text-gray-500 uppercase tracking-wider">Privacy</th>
                                <th class="px-6 py-3 text-left text-xs font-medium text-gray-500 uppercase tracking-wider">No Ads</th>
                                <th class="px-6 py-3 text-left text-xs font-medium text-gray-500 uppercase tracking-wider">Open Source</th>
                                <th class="px-6 py-3 text-left text-xs font-medium text-gray-500 uppercase tracking-wider">Decentralized</th>
                                <th class="px-6 py-3 text-left text-xs font-medium text-gray-500 uppercase tracking-wider">Notes</th>
                            </tr>
                        </thead>
                        <tbody class="bg-white divide-y divide-gray-200">
                            <tr class="hover:bg-gray-50">
                                <td class="px-6 py-4 whitespace-nowrap">
                                    <div class="flex items-center">
                                        <div class="flex-shrink-0 h-10 w-10">
                                            <img class="h-10 w-10 rounded" src="https://signal.org/assets/logo.png" alt="Signal logo">
                                        </div>
                                        <div class="ml-4">
                                            <div class="text-sm font-medium text-gray-900">Signal</div>
                                            <div class="text-sm text-gray-500">signal.org</div>
                                        </div>
                                    </div>
                                </td>
                                <td class="px-6 py-4 whitespace-nowrap text-green-600 font-bold">βœ… Yes</td>
                                <td class="px-6 py-4 whitespace-nowrap text-green-600 font-bold">βœ… Yes</td>
                                <td class="px-6 py-4 whitespace-nowrap text-green-600 font-bold">βœ… Yes</td>
                                <td class="px-6 py-4 whitespace-nowrap text-red-600 font-bold">❌ No</td>
                                <td class="px-6 py-4 text-sm text-gray-500">
                                    Gold standard for private messaging. Requires phone number.
                                </td>
                            </tr>
                            <tr class="hover:bg-gray-50">
                                <td class="px-6 py-4 whitespace-nowrap">
                                    <div class="flex items-center">
                                        <div class="flex-shrink-0 h-10 w-10">
                                            <img class="h-10 w-10 rounded" src="https://element.io/favicon.ico" alt="Element logo">
                                        </div>
                                        <div class="ml-4">
                                            <div class="text-sm font-medium text-gray-900">Element</div>
                                            <div class="text-sm text-gray-500">element.io</div>
                                        </div>
                                    </div>
                                </td>
                                <td class="px-6 py-4 whitespace-nowrap text-green-600 font-bold">βœ… Yes</td>
                                <td class="px-6 py-4 whitespace-nowrap text-green-600 font-bold">βœ… Yes</td>
                                <td class="px-6 py-4 whitespace-nowrap text-green-600 font-bold">βœ… Yes</td>
                                <td class="px-6 py-4 whitespace-nowrap text-green-600 font-bold">βœ… Yes</td>
                                <td class="px-6 py-4 text-sm text-gray-500">
                                    Uses Matrix protocol. Good for teams and communities.
                                </td>
                            </tr>
                            <tr class="hover:bg-gray-50">
                                <td class="px-6 py-4 whitespace-nowrap">
                                    <div class="flex items-center">
                                        <div class="flex-shrink-0 h-10 w-10">
                                            <img class="h-10 w-10 rounded" src="https://getsession.org/favicon.ico" alt="Session logo">
                                        </div>
                                        <div class="ml-4">
                                            <div class="text-sm font-medium text-gray-900">Session</div>
                                            <div class="text-sm text-gray-500">getsession.org</div>
                                        </div>
                                    </div>
                                </td>
                                <td class="px-6 py-4 whitespace-nowrap text-green-600 font-bold">βœ… Yes</td>
                                <td class="px-6 py-4 whitespace-nowrap text-green-600 font-bold">βœ… Yes</td>
                                <td class="px-6 py-4 whitespace-nowrap text-green-600 font-bold">βœ… Yes</td>
                                <td class="px-6 py-4 whitespace-nowrap text-green-600 font-bold">βœ… Yes</td>
                                <td class="px-6 py-4 text-sm text-gray-500">
                                    No phone number needed. Uses blockchain for decentralized identity.
                                </td>
                            </tr>
                        </tbody>
                    </table>
                </div>
                
                <div class="px-6 py-4 bg-blue-50">
                    <div class="flex items-start">
                        <div class="flex-shrink-0 pt-1">
                            <svg class="h-5 w-5 text-blue-600" fill="none" viewBox="0 0 24 24" stroke="currentColor">
                                <path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M13 16h-1v-4h-1m1-4h.01M21 12a9 9 0 11-18 0 9 9 0 0118 0z" />
                            </svg>
                        </div>
                        <div class="ml-3">
                            <h3 class="text-sm font-medium text-blue-800">Quick Tip</h3>
                            <div class="mt-1 text-sm text-blue-700">
                                <p>
                                    <span class="font-semibold">Recommendation:</span> Signal is the easiest transition from WhatsApp. 
                                    For more advanced users or teams, Element provides excellent group features through Matrix.
                                </p>
                            </div>
                        </div>
                    </div>
                </div>
            </div>
        </section>

        <!-- Get Started -->
        <section id="get-started" class="mb-16 scroll-margin">
            <div class="bg-white rounded-lg shadow-md p-6">
                <h2 class="text-2xl font-bold text-gray-900 mb-6">Quick Start Guide</h2>
                <p class="text-gray-700 mb-6">
                    If you're feeling overwhelmed, here are our top recommendations to get started with ethical alternatives:
                </p>
                
                <div class="grid md:grid-cols-2 lg:grid-cols-3 gap-6">
                    <div class="border rounded-lg p-4 hover:shadow-md transition-shadow">
                        <h3 class="font-bold text-lg mb-2 flex items-center">
                            <svg xmlns="http://www.w3.org/2000/svg" class="h-5 w-5 mr-2 text-blue-600" fill="none" viewBox="0 0 24 24" stroke="currentColor">
                                <path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M21 21l-6-6m2-5a7 7 0 11-14 0 7 7 0 0114 0z" />
                            </svg>
                            Search
                        </h3>
                        <p class="text-gray-600 mb-3">Replace Google with privacy-focused alternatives</p>
                        <div class="flex items-center mb-2">
                            <span class="bg-green-100 text-green-800 text-xs font-medium px-2.5 py-0.5 rounded mr-2">Recommended</span>
                            <span class="font-medium">DuckDuckGo</span>
                        </div>
                        <p class="text-sm text-gray-500 mb-3">Easy switch, good privacy, familiar interface</p>
                        <a href="#search" class="text-blue-600 text-sm font-medium hover:underline">See all options β†’</a>
                    </div>
                    
                    <div class="border rounded-lg p-4 hover:shadow-md transition-shadow">
                        <h3 class="font-bold text-lg mb-2 flex items-center">
                            <svg xmlns="http://www.w3.org/2000/svg" class="h-5 w-5 mr-2 text-blue-600" fill="none" viewBox="0 0 24 24" stroke="currentColor">
                                <path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M8 12h.01M12 12h.01M16 12h.01M21 12c0 4.418-4.03 8-9 8a9.863 9.863 0 01-4.255-.949L3 20l1.395-3.72C3.512 15.042 3 13.574 3 12c0-4.418 4.03-8 9-8s9 3.582 9 8z" />
                            </svg>
                            Social Media
                        </h3>
                        <p class="text-gray-600 mb-3">Alternatives to Twitter, Facebook, Instagram</p>
                        <div class="flex items-center mb-2">
                            <span class="bg-green-100 text-green-800 text-xs font-medium px-2.5 py-0.5 rounded mr-2">Recommended</span>
                            <span class="font-medium">Mastodon</span>
                        </div>
                        <p class="text-sm text-gray-500 mb-3">Decentralized Twitter alternative</p>
                        <a href="#social" class="text-blue-600 text-sm font-medium hover:underline">See all options β†’</a>
                    </div>
                    
                    <div class="border rounded-lg p-4 hover:shadow-md transition-shadow">
                        <h3 class="font-bold text-lg mb-2 flex items-center">
                            <svg xmlns="http://www.w3.org/2000/svg" class="h-5 w-5 mr-2 text-blue-600" fill="none" viewBox="0 0 24 24" stroke="currentColor">
                                <path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M8 10h.01M12 10h.01M16 10h.01M9 16H5a2 2 0 01-2-2V6a2 2 0 012-2h14a2 2 0 012 2v8a2 2 0 01-2 2h-5l-5 5v-5z" />
                            </svg>
                            Messaging
                        </h3>
                        <p class="text-gray-600 mb-3">Private alternatives to WhatsApp, Messenger</p>
                        <div class="flex items-center mb-2">
                            <span class="bg-green-100 text-green-800 text-xs font-medium px-2.5 py-0.5 rounded mr-2">Recommended</span>
                            <span class="font-medium">Signal</span>
                        </div>
                        <p class="text-sm text-gray-500 mb-3">End-to-end encrypted, easy to use</p>
                        <a href="#messaging" class="text-blue-600 text-sm font-medium hover:underline">See all options β†’</a>
                    </div>
                </div>
            </div>
        </section>
    </main>

    <!-- Footer -->
    <footer class="bg-gray-100 border-t">
        <div class="container mx-auto px-4 py-8">
            <div class="grid md:grid-cols-3 gap-8">
                <div>
                    <h3 class="text-lg font-semibold mb-4">The Ethical Switchboard</h3>
                    <p class="text-gray-600">
                        Helping you find privacy-respecting, open-source alternatives to Big Tech services.
                    </p>
                </div>
                <div>
                    <h3 class="text-lg font-semibold mb-4">Resources</h3>
                    <ul class="space-y-2">
                        <li><a href="#" class="text-gray-600 hover:text-blue-600">About this project</a></li>
                        <li><a href="#" class="text-gray-600 hover:text-blue-600">Contribution guidelines</a></li>
                        <li><a href="#" class="text-gray-600 hover:text-blue-600">Privacy policy</a></li>
                    </ul>
                </div>
                <div>
                    <h3 class="text-lg font-semibold mb-4">Connect</h3>
                    <ul class="space-y-2">
                        <li><a href="#" class="text-gray-600 hover:text-blue-600">GitHub</a></li>
                        <li><a href="#" class="text-gray-600 hover:text-blue-600">Mastodon</a></li>
                        <li><a href="#" class="text-gray-600 hover:text-blue-600">Contact us</a></li>
                    </ul>
                </div>
            </div>
            <div class="border-t border-gray-200 mt-8 pt-8 text-sm text-gray-500">
                <p>This site uses Plausible Analytics, a privacy-respecting analytics tool with no tracking.</p>
                <p class="mt-2">Last updated: June 2023</p>
            </div>
        </div>
    </footer>

    <script>
        function toggleMobileMenu() {
            const menu = document.getElementById('mobileMenu');
            menu.classList.toggle('hidden');
        }

        // Make tables sortable
        document.addEventListener('DOMContentLoaded', function() {
            const tables = document.querySelectorAll('table');
            
            tables.forEach(table => {
                const headers = table.querySelectorAll('thead th');
                
                headers.forEach((header, index) => {
                    if (index > 0) { // Skip the first column (service names)
                        header.style.cursor = 'pointer';
                        header.addEventListener('click', () => {
                            sortTable(table, index);
                        });
                    }
                });
            });
            
            function sortTable(table, columnIndex) {
                const tbody = table.querySelector('tbody');
                const rows = Array.from(tbody.querySelectorAll('tr'));
                
                rows.sort((a, b) => {
                    const aText = a.querySelectorAll('td')[columnIndex].textContent.trim();
                    const bText = b.querySelectorAll('td')[columnIndex].textContent.trim();
                    
                    // Custom sorting for βœ…β—βŒ
                    if (aText.includes('βœ…') && !bText.includes('βœ…')) return -1;
                    if (!aText.includes('βœ…') && bText.includes('βœ…')) return 1;
                    if (aText.includes('◐') && bText.includes('❌')) return -1;
                    if (aText.includes('❌') && bText.includes('◐')) return 1;
                    
                    return aText.localeCompare(bText);
                });
                
                // Remove all existing rows
                while (tbody.firstChild) {
                    tbody.removeChild(tbody.firstChild);
                }
                
                // Re-add the sorted rows
                rows.forEach(row => {
                    tbody.appendChild(row);
                });
            }
        });
    </script>
<p style="border-radius: 8px; text-align: center; font-size: 12px; color: #fff; margin-top: 16px;position: fixed; left: 8px; bottom: 8px; z-index: 10; background: rgba(0, 0, 0, 0.8); padding: 4px 8px;">Made with <img src="https://enzostvs-deepsite.hf.space/logo.svg" alt="DeepSite Logo" style="width: 16px; height: 16px; vertical-align: middle;display:inline-block;margin-right:3px;filter:brightness(0) invert(1);"><a href="https://enzostvs-deepsite.hf.space" style="color: #fff;text-decoration: underline;" target="_blank" >DeepSite</a> - 🧬 <a href="https://enzostvs-deepsite.hf.space?remix=Bahrudin/ethical" style="color: #fff;text-decoration: underline;" target="_blank" >Remix</a></p></body>
</html>