summaryrefslogtreecommitdiff
path: root/l/divorce-decree/index.html
blob: 5b5ccfe77701b1edc6d6ed568948706c7162a440 (plain)
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
<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="UTF-8">
    <meta name="viewport" content="width=device-width, initial-scale=1.0">
    <link rel="canonical" href="https://just-redact.com/l/divorce-decree/" />
    
    <!-- SEO: Primary Meta Tags -->
    <title>Redact Divorce Decree PDF | Protect Financial Privacy</title>
    <meta name="title" content="Just Redact | Free Secure Client-Side PDF Redaction Tool">
    <meta name="description" content="Permanently remove financial details, children's names, and sensitive assets from divorce decrees before public filing. 100% private.">
    <meta name="keywords" content="redact divorce decree, seal divorce records, hide financial info divorce, family court redaction">
    <meta name="author" content="Just Redact">

    <!-- SEO: Open Graph / Social -->
    <meta property="og:type" content="website">
    <meta property="og:url" content="https://just-redact.com/l/divorce-decree/">
    <meta property="og:title" content="Redact Divorce Decree PDF | Protect Financial Privacy">
    <meta property="og:description" content="Permanently remove financial details, children's names, and sensitive assets from divorce decrees before public filing. 100% private.">
    <meta property="og:image" content="https://just-redact.com/social-preview.png">
    <meta property="twitter:card" content="summary_large_image">

    <!-- SEO: Structured Data (SoftwareApplication) -->
    <script type="application/ld+json">
    {
      "@context": "https://schema.org",
      "@type": "SoftwareApplication",
      "name": "Just Redact",
      "operatingSystem": "Web",
      "applicationCategory": "BusinessApplication",
      "offers": {
        "@type": "Offer",
        "price": "0",
        "priceCurrency": "USD"
      },
      "featureList": [
        "Local-only processing via WebAssembly",
        "Permanent flattening via image rasterization",
        "Search and redact keyword removal",
        "Zero server upload privacy guarantee",
        "Text selection redaction",
        "No file size limits"
      ],
      "description": "A secure, browser-based tool for permanently redacting sensitive information from PDF documents without server uploads."
    }
    </script>
    
    <!-- SEO: Structured Data (FAQ) -->
    <script type="application/ld+json">
    {
      "@context": "https://schema.org",
      "@type": "FAQPage",
      "mainEntity": [{
        "@type": "Question",
        "name": "Is Just Redact free?",
        "acceptedAnswer": {
          "@type": "Answer",
          "text": "Yes, it is completely free to use with no hidden fees."
        }
      }, {
        "@type": "Question",
        "name": "Does my file get uploaded to a server?",
        "acceptedAnswer": {
          "@type": "Answer",
          "text": "No. Just Redact runs entirely in your web browser using PDF.js and WebAssembly. Your file never leaves your computer."
        }
      }, {
        "@type": "Question",
        "name": "Is the redaction permanent?",
        "acceptedAnswer": {
          "@type": "Answer",
          "text": "Yes. When you export, the tool 'flattens' the document into images, physically destroying the text underneath the black boxes."
        }
      }]
    }
    </script>

    <script src="https://cdn.tailwindcss.com"></script>
    <style>
        @import url('https://fonts.googleapis.com/css2?family=Crimson+Pro:ital,wght@0,400;0,600;0,700;1,400&family=Inter:wght@400;500;600&display=swap');

        body {
            font-family: 'Inter', sans-serif;
            color: #1f2937;
            background-color: #fffff8; /* Warm paper tint */
            -webkit-font-smoothing: antialiased;
        }
        
        h1, h2, h3, h4, blockquote {
            font-family: 'Crimson Pro', serif;
        }

        /* Marker highlight effect */
        .marker-highlight {
            background: linear-gradient(120deg, #fef08a 0%, #fef08a 100%);
            background-repeat: no-repeat;
            background-size: 100% 40%;
            background-position: 0 88%;
            padding: 0 2px;
        }
    </style>
</head>
<body class="flex flex-col min-h-screen">

    <!-- Header -->
    <header class="max-w-4xl mx-auto w-full px-6 py-10 flex justify-between items-center">
        <a href="/" class="text-2xl font-bold tracking-tight text-gray-900 font-serif flex items-center gap-2">
            Just Redact.
        </a>
        <nav class="hidden md:flex gap-8">
            <a href="#how-it-works" class="text-sm font-medium text-gray-600 hover:text-gray-900">How it Works</a>
            <a href="../../redaction-checker.html" class="text-sm font-medium text-gray-600 hover:text-gray-900">Redaction Checker</a>
            <a href="#faq" class="text-sm font-medium text-gray-600 hover:text-gray-900">FAQ</a>
        </nav>
        <a href="../../redact.html" class="text-sm font-medium text-white bg-gray-900 hover:bg-gray-800 px-4 py-2 rounded-lg transition">Launch Tool</a>
    </header>

    <!-- Hero Section -->
    <main class="flex-grow">
        <section class="max-w-3xl mx-auto px-6 mt-12 mb-24">
            <h1 class="text-5xl md:text-6xl font-semibold leading-[1.1] text-gray-900 mb-8">Secure Redaction for Divorce Records.</h1>
            <p class="text-xl md:text-2xl text-gray-600 leading-relaxed mb-10 font-light">Divorce filings should stay private even when they're public. <strong class="font-semibold text-gray-900">Just Redact</strong> lets you sanitize court orders locally by turning pages into flat images. Your financial details and children's names are gone for good.</p>

            <div class="flex flex-col sm:flex-row gap-4 items-start sm:items-center">
                <a href="../../redact.html" class="inline-block bg-green-600 hover:bg-green-700 text-white text-lg font-bold py-4 px-8 rounded-full shadow-lg transition-transform transform hover:-translate-y-0.5">
                    Start Redacting Now
                </a>
                <span class="text-sm text-gray-500 italic px-2">Free. No account needed.</span>
            </div>
        </section>



        <!-- Value Prop / Manifesto -->
        <section class="bg-white border-t border-gray-200 py-24">
            <div class="max-w-3xl mx-auto px-6">
                <h2 class="text-3xl font-semibold text-gray-900 mb-8">The "Black Box" Problem</h2>
                <div class="prose prose-lg text-gray-600 leading-relaxed">
                    <p class="mb-6">
                        Have you ever used a PDF editor to put a black box over some text, only to realize later that 
                        <strong>someone could just copy-paste the text from underneath it?</strong>
                    </p>
                    <p class="mb-6">
                        It happens constantly. Lawyers leak evidence. Companies leak trade secrets. 
                        Simply placing a shape on top of text isn't redaction. It's just hiding.
                    </p>
                    <p class="mb-12">
                        True redaction requires <span class="marker-highlight">flattening</span>—converting the page into an image so the text data is permanently destroyed.
                    </p>
                </div>

                <div class="grid md:grid-cols-2 gap-12 items-start mt-12 pt-12 border-t border-gray-100">
                    <div>
                        <h3 class="text-xl font-bold text-gray-900 mb-4 font-serif">The Other Guys</h3>
                        <ul class="space-y-4 text-gray-600">
                            <li class="flex items-start">
                                <span class="text-red-500 mr-3 text-lg">✕</span>
                                <span>Upload your file to a cloud server (who knows who sees it?)</span>
                            </li>
                            <li class="flex items-start">
                                <span class="text-red-500 mr-3 text-lg">✕</span>
                                <span>Often just "mask" text without removing it.</span>
                            </li>
                            <li class="flex items-start">
                                <span class="text-red-500 mr-3 text-lg">✕</span>
                                <span>Pester you to sign up or pay to download.</span>
                            </li>
                        </ul>
                    </div>
                    <div>
                        <h3 class="text-xl font-bold text-gray-900 mb-4 font-serif">Just Redact</h3>
                        <ul class="space-y-4 text-gray-600">
                            <li class="flex items-start">
                                <span class="text-green-600 mr-3 text-lg">✓</span>
                                <span><strong>Local-Only Processing.</strong> Zero server uploads.</span>
                            </li>
                            <li class="flex items-start">
                                <span class="text-green-600 mr-3 text-lg">✓</span>
                                <span><strong>True Flattening.</strong> We burn pixels over text.</span>
                            </li>
                            <li class="flex items-start">
                                <span class="text-green-600 mr-3 text-lg">✓</span>
                                <span><strong>Purely Web-Based.</strong> Works on any modern browser.</span>
                            </li>
                        </ul>
                    </div>
                </div>
            </div>
        </section>

        <!-- How It Works Section -->
        <section id="how-it-works" class="py-24 bg-white border-t border-gray-200">
            <div class="max-w-3xl mx-auto px-6">
                <h2 class="text-3xl font-semibold text-gray-900 mb-12 font-serif">How it works</h2>
                
                <div class="space-y-16">
                    <!-- Step 1 -->
                    <div class="flex gap-8 items-start">
                        <div class="flex-none w-12 h-12 rounded-full border-2 border-gray-900 flex items-center justify-center text-xl font-bold text-gray-900">1</div>
                        <div>
                            <h3 class="text-xl font-bold text-gray-900 mb-3">Open your file locally</h3>
                            <p class="text-gray-600 text-lg leading-relaxed">
                                Click "Open PDF" to load your document. The processing happens inside your browser's memory. You could literally pull your ethernet cable out at this point, and the tool would still work.
                            </p>
                        </div>
                    </div>

                    <!-- Step 2 -->
                    <div class="flex gap-8 items-start">
                        <div class="flex-none w-12 h-12 rounded-full border-2 border-gray-900 flex items-center justify-center text-xl font-bold text-gray-900">2</div>
                        <div>
                            <h3 class="text-xl font-bold text-gray-900 mb-3">Redact with confidence</h3>
                            <p class="text-gray-600 text-lg leading-relaxed">
                                Use the <strong>Draw</strong> tool to manually box out images or tables. Use the <strong>Select Text</strong> tool to highlight and redact exact sentences.
                            </p>
                        </div>
                    </div>

                    <!-- Step 3 -->
                    <div class="flex gap-8 items-start">
                        <div class="flex-none w-12 h-12 rounded-full border-2 border-gray-900 flex items-center justify-center text-xl font-bold text-gray-900">3</div>
                        <div>
                            <h3 class="text-xl font-bold text-gray-900 mb-3">Export and flatten</h3>
                            <p class="text-gray-600 text-lg leading-relaxed">
                                When you click <strong>Export</strong>, we don't just save the PDF; we "flatten" it. We convert every page into a secure image, ensuring the data under your red boxes is physically destroyed and unrecoverable.
                            </p>
                        </div>
                    </div>
                </div>
            </div>
        </section>

        <!-- Feature Highlight -->
        <section class="py-24 bg-[#f3f4f6] border-y border-gray-200">
            <div class="max-w-4xl mx-auto px-6 text-center">
                <h2 class="text-3xl md:text-4xl font-semibold text-gray-900 mb-8 font-serif">
                    "It’s just a simple tool that does one thing perfectly."
                </h2>
                <div class="bg-white rounded-xl shadow-2xl overflow-hidden border border-gray-200">
                    <div class="bg-gray-50 border-b border-gray-200 p-4 flex gap-2">
                        <div class="w-3 h-3 rounded-full bg-red-400"></div>
                        <div class="w-3 h-3 rounded-full bg-yellow-400"></div>
                        <div class="w-3 h-3 rounded-full bg-green-400"></div>
                    </div>
                    <div class="p-4 md:p-8">
                        <img src="../../just-redact.png" alt="Just Redact Tool Interface" class="w-full rounded shadow-sm">
                    </div>
                </div>
                <p class="mt-12 text-lg text-gray-600 max-w-2xl mx-auto leading-relaxed">
                    Select text to redact it instantly, or draw boxes manually. When you export, we convert the page to a high-quality image, destroying the underlying data forever.
                </p>
            </div>
        </section>

        <!-- FAQ Section (SEO Optimized) -->
        <section id="faq" class="py-24 bg-[#f3f4f6]">
            <div class="max-w-3xl mx-auto px-6">
                <h2 class="text-3xl font-semibold text-gray-900 mb-12 text-center">Common Questions</h2>
                
                <div class="space-y-12">
                    <article>
                        <h3 class="text-xl font-bold text-gray-900 mb-3 font-serif">Is this tool actually free?</h3>
                        <p class="text-gray-600 leading-relaxed">
                            Yes. It is a utility we built because we needed it ourselves. There are no paywalls, watermarks, or "pro" versions.
                        </p>
                    </article>

                    <article>
                        <h3 class="text-xl font-bold text-gray-900 mb-3 font-serif">Does my file get uploaded to a server?</h3>
                        <p class="text-gray-600 leading-relaxed">
                            <strong class="text-gray-900">No.</strong> This is the most important feature of Just Redact. We use advanced browser technologies (WebAssembly) to process your PDF entirely on your own device. You can even disconnect from the internet after loading the page, and it will still work.
                        </p>
                    </article>

                    <article>
                        <h3 class="text-xl font-bold text-gray-900 mb-3 font-serif">Is the redacted text recoverable?</h3>
                        <p class="text-gray-600 leading-relaxed">
                            No. When you click "Export," we convert each page into a high-resolution image (rasterization). The text you covered is physically replaced by black pixels. It cannot be uncovered, searched, or copy-pasted.
                        </p>
                    </article>
                </div>
            </div>
        </section>

        <!-- Final CTA -->
        <section class="py-24 text-center px-6 bg-white border-t border-gray-200">
            <h2 class="text-3xl md:text-4xl font-semibold text-gray-900 mb-8">
                Ready to secure your document?
            </h2>
            <a href="../../redact.html" class="inline-block bg-green-600 hover:bg-green-700 text-white text-xl font-bold py-5 px-10 rounded-full shadow-xl transition-transform transform hover:-translate-y-1">
                Launch Just Redact
            </a>
            <p class="mt-8 text-gray-500 text-sm">
                Secure. Private. Free.
            </p>
        </section>
    </main>

    <!-- Footer -->
    <footer class="bg-gray-50 py-12 border-t border-gray-200">
        <div class="max-w-4xl mx-auto px-6 flex flex-col md:flex-row justify-between items-center text-sm text-gray-500">
            <div class="mb-4 md:mb-0">
                &copy; 2026 Just Redact.
            </div>
            <div class="flex gap-6">
                <a href="../../redaction-checker.html" class="hover:text-gray-900 underline">Redaction Checker</a>
                <a href="https://github.com/mozilla/pdf.js" class="hover:text-gray-900 underline">Powered by PDF.js</a>
            </div>
        </div>
    </footer>

</body>
</html>