-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathindex.html
More file actions
656 lines (631 loc) · 32.5 KB
/
Copy pathindex.html
File metadata and controls
656 lines (631 loc) · 32.5 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<!-- Primary SEO Meta Tags -->
<title>Free Online PDF Tools - Split, Merge, Convert PDFs | PDF Ninja Pro</title>
<meta name="description"
content="PDF Ninja Pro: 18+ free online PDF tools — split, merge, convert, compress, OCR, annotate, and password-protect PDFs. No registration, no uploads. Works entirely in your browser.">
<meta name="keywords"
content="pdf editor, split pdf, merge pdf, pdf to image, compress pdf, ocr pdf, searchable pdf, pdf to markdown, protect pdf, encrypt pdf, annotate pdf, rotate pdf, free pdf tools, online pdf, pdf converter, extract text from pdf">
<meta name="author" content="Mohammed Q. Sattar">
<meta name="robots" content="index, follow">
<link rel="canonical" href="https://mohammedtsmu.github.io/PDFNinjaPro/">
<!-- Open Graph / Facebook -->
<meta property="og:type" content="website">
<meta property="og:url" content="https://mohammedtsmu.github.io/PDFNinjaPro/">
<meta property="og:title" content="PDF Ninja Pro - Free Online PDF Tools">
<meta property="og:description"
content="18+ free PDF tools — split, merge, convert, compress, OCR, annotate, and password-protect PDFs. No uploads, works entirely in your browser.">
<meta property="og:image" content="https://mohammedtsmu.github.io/PDFNinjaPro/main.png">
<meta property="og:image:width" content="1200">
<meta property="og:image:height" content="630">
<!-- Twitter Card -->
<meta name="twitter:card" content="summary_large_image">
<meta name="twitter:url" content="https://mohammedtsmu.github.io/PDFNinjaPro/">
<meta name="twitter:title" content="PDF Ninja Pro - Free Online PDF Tools">
<meta name="twitter:description"
content="18+ free PDF tools — split, merge, convert, compress, OCR, annotate, and password-protect PDFs. No uploads, works entirely in your browser.">
<meta name="twitter:image" content="https://mohammedtsmu.github.io/PDFNinjaPro/main.png">
<!-- JSON-LD Structured Data -->
<script type="application/ld+json">
{
"@context": "https://schema.org",
"@type": "WebApplication",
"name": "PDF Ninja Pro",
"url": "https://mohammedtsmu.github.io/PDFNinjaPro/",
"description": "18+ free online PDF tools to split, merge, convert, compress, OCR, annotate, and password-protect PDFs. No registration, works entirely in your browser.",
"applicationCategory": "UtilitiesApplication",
"operatingSystem": "Any",
"offers": {
"@type": "Offer",
"price": "0",
"priceCurrency": "USD"
},
"featureList": [
"Split PDF into pages",
"Merge multiple PDFs",
"Convert PDF to images",
"Extract text from PDF",
"Rotate PDF pages",
"Reorder PDF pages",
"Annotate PDFs with text, highlights, drawings and shapes",
"Add background to PDF",
"Convert images to PDF",
"Scannify: make a PDF look scanned",
"Convert PDF to Markdown",
"Compress PDF file size",
"OCR: recognize text in scanned PDFs and create searchable PDFs",
"Password-protect (encrypt) PDFs",
"Unlock (remove password from) PDFs",
"Delete pages from a PDF",
"Add a text watermark to PDFs",
"Add page numbers to PDFs"
],
"author": {
"@type": "Person",
"name": "Mohammed Q. Sattar",
"url": "https://github.com/MohammedTsmu"
}
}
</script>
<!-- FAQ Structured Data -->
<script type="application/ld+json">
{
"@context": "https://schema.org",
"@type": "FAQPage",
"mainEntity": [
{
"@type": "Question",
"name": "Is PDF Ninja Pro really free?",
"acceptedAnswer": {
"@type": "Answer",
"text": "Yes, PDF Ninja Pro is completely free to use. There are no hidden fees, no premium tiers, and no registration required. All features are available to everyone."
}
},
{
"@type": "Question",
"name": "Is it safe to use PDF Ninja Pro?",
"acceptedAnswer": {
"@type": "Answer",
"text": "Absolutely! PDF Ninja Pro processes all files directly in your browser. Your PDFs are never uploaded to any server. Your documents stay completely private and secure on your device."
}
},
{
"@type": "Question",
"name": "What PDF operations can I perform?",
"acceptedAnswer": {
"@type": "Answer",
"text": "You can split, merge, convert to images, extract text, rotate, reorder, and annotate PDFs (text, highlights, freehand drawing and shapes). You can also add colored backgrounds, convert images to PDF, make a PDF look scanned, convert a PDF to Markdown, compress it, run OCR to get text or a searchable PDF, and password-protect (encrypt) it."
}
},
{
"@type": "Question",
"name": "Do I need to install any software?",
"acceptedAnswer": {
"@type": "Answer",
"text": "No installation required. PDF Ninja Pro runs entirely in your web browser. It works on Windows, Mac, Linux, and even mobile devices."
}
}
]
}
</script>
<!-- Favicon -->
<link rel="icon"
href="data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 100 100'%3E%3Cdefs%3E%3ClinearGradient id='bg' x1='0%25' y1='0%25' x2='100%25' y2='100%25'%3E%3Cstop offset='0%25' stop-color='%23f43f5e'/%3E%3Cstop offset='100%25' stop-color='%23ec4899'/%3E%3C/linearGradient%3E%3C/defs%3E%3Crect width='100' height='100' rx='18' fill='url(%23bg)'/%3E%3Cpolygon points='50,12 56,42 88,50 56,58 50,88 44,58 12,50 44,42' fill='white'/%3E%3Ccircle cx='50' cy='50' r='10' fill='%23f43f5e'/%3E%3Ccircle cx='50' cy='50' r='5' fill='white'/%3E%3C/svg%3E"
type="image/svg+xml">
<!-- Font -->
<link rel="preconnect" href="https://fonts.googleapis.com">
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
<link href="https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700;800&display=swap"
rel="stylesheet">
<!-- Icons -->
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.0.0/css/all.min.css">
<!-- Styles -->
<link rel="stylesheet" href="landing.css">
</head>
<body>
<!-- Navigation -->
<nav class="navbar">
<div class="nav-container">
<a href="#" class="nav-logo">
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 100 100" width="40" height="40">
<defs>
<linearGradient id="logoBg" x1="0%" y1="0%" x2="100%" y2="100%">
<stop offset="0%" stop-color="#f43f5e" />
<stop offset="100%" stop-color="#ec4899" />
</linearGradient>
</defs>
<rect width="100" height="100" rx="18" fill="url(#logoBg)" />
<polygon points="50,12 56,42 88,50 56,58 50,88 44,58 12,50 44,42" fill="white" />
<circle cx="50" cy="50" r="10" fill="#f43f5e" />
<circle cx="50" cy="50" r="5" fill="white" />
</svg>
<span>PDF Ninja Pro</span>
</a>
<div class="nav-links">
<a href="#features">Features</a>
<a href="#how-it-works">How It Works</a>
<a href="#faq">FAQ</a>
<a href="https://github.com/MohammedTsmu/PDFNinjaPro" target="_blank" rel="noopener">
<i class="fab fa-github"></i> GitHub
</a>
</div>
<a href="app.html" class="btn btn-primary nav-cta">Launch App</a>
<button class="mobile-menu-btn" id="mobile-menu-btn">
<i class="fas fa-bars"></i>
</button>
</div>
</nav>
<!-- Mobile Menu -->
<div class="mobile-menu" id="mobile-menu">
<a href="#features">Features</a>
<a href="#how-it-works">How It Works</a>
<a href="#faq">FAQ</a>
<a href="https://github.com/MohammedTsmu/PDFNinjaPro" target="_blank" rel="noopener">
<i class="fab fa-github"></i> GitHub
</a>
<a href="app.html" class="btn btn-primary">Launch App</a>
</div>
<main>
<!-- Hero Section -->
<header class="hero">
<div class="hero-bg"></div>
<div class="hero-content">
<div class="hero-badge">
<i class="fas fa-bolt"></i> 100% Free & Secure
</div>
<h1>Next-Gen PDF Tools<br><span class="gradient-text">Right in Your Browser</span></h1>
<p class="hero-subtitle">
Split, merge, convert, and edit PDFs with precision. No uploads, no registration,
no limits. Your documents never leave your device.
</p>
<div class="hero-cta">
<a href="app.html" class="btn btn-primary btn-lg">
<i class="fas fa-rocket"></i> Start Now — It's Free
</a>
<a href="#features" class="btn btn-outline btn-lg">
<i class="fas fa-grid"></i> Explore Features
</a>
</div>
<div class="hero-stats">
<div class="stat">
<span class="stat-number">18+</span>
<span class="stat-label">PDF Tools</span>
</div>
<div class="stat-divider"></div>
<div class="stat">
<span class="stat-number">0</span>
<span class="stat-label">Uploads Required</span>
</div>
<div class="stat-divider"></div>
<div class="stat">
<span class="stat-number">100%</span>
<span class="stat-label">Free Forever</span>
</div>
</div>
</div>
<div class="hero-visual">
<img src="main.png"
alt="PDF Ninja Pro - Modern PDF editing interface with split, merge, and convert tools" width="600"
height="400" loading="eager">
</div>
</header>
<!-- Features Section -->
<section id="features" class="section features-section">
<div class="container">
<div class="section-header">
<span class="section-badge">Features</span>
<h2>Everything You Need to <span class="gradient-text">Master Your PDFs</span></h2>
<p>Powerful tools designed to handle any PDF task with speed and precision.</p>
</div>
<div class="features-grid">
<article class="feature-card">
<div class="feature-icon" style="--accent: #f43f5e;">
<i class="fas fa-cut"></i>
</div>
<h3>Split PDF</h3>
<p>Extract specific pages, split by ranges, or batch split into multiple files. Supports chapter
detection.</p>
</article>
<article class="feature-card">
<div class="feature-icon" style="--accent: #8b5cf6;">
<i class="fas fa-compress-alt"></i>
</div>
<h3>Merge PDFs</h3>
<p>Combine multiple PDF files into one. Drag and drop to reorder pages before merging.</p>
</article>
<article class="feature-card">
<div class="feature-icon" style="--accent: #06b6d4;">
<i class="fas fa-image"></i>
</div>
<h3>PDF to Images</h3>
<p>Convert PDF pages to high-quality JPG or PNG images with customizable quality settings.</p>
</article>
<article class="feature-card">
<div class="feature-icon" style="--accent: #10b981;">
<i class="fas fa-comment-alt"></i>
</div>
<h3>Annotate</h3>
<p>Add text, highlights, freehand pen, arrows and shapes. Undo with Ctrl+Z — saved as crisp PDF
vectors.</p>
</article>
<article class="feature-card">
<div class="feature-icon" style="--accent: #f59e0b;">
<i class="fas fa-file-alt"></i>
</div>
<h3>Extract Text</h3>
<p>Pull all text content from your PDF. Copy to clipboard or download as a .txt file.</p>
</article>
<article class="feature-card">
<div class="feature-icon" style="--accent: #ec4899;">
<i class="fas fa-sync-alt"></i>
</div>
<h3>Rotate Pages</h3>
<p>Rotate individual pages or all pages at once. Perfect for fixing scanned documents.</p>
</article>
<article class="feature-card">
<div class="feature-icon" style="--accent: #6366f1;">
<i class="fas fa-sort"></i>
</div>
<h3>Reorder Pages</h3>
<p>Drag and drop pages to rearrange their order. Visual thumbnails make it easy.</p>
</article>
<article class="feature-card">
<div class="feature-icon" style="--accent: #14b8a6;">
<i class="fas fa-fill-drip"></i>
</div>
<h3>Add Background</h3>
<p>Apply colored backgrounds with adjustable opacity to selected pages.</p>
</article>
<article class="feature-card">
<div class="feature-icon" style="--accent: #f97316;">
<i class="fas fa-images"></i>
</div>
<h3>Images to PDF</h3>
<p>Convert JPG, PNG, GIF, or WEBP images into a single PDF. Supports A4, Letter, or fit-to-image
sizing.</p>
</article>
<article class="feature-card">
<div class="feature-icon" style="--accent: #64748b;">
<i class="fas fa-print"></i>
</div>
<h3>Scannify</h3>
<p>Make a clean digital PDF look like a real scan — paper tint, skew, and grain — with a live
preview.</p>
</article>
<article class="feature-card">
<div class="feature-icon" style="--accent: #22c55e;">
<i class="fab fa-markdown"></i>
</div>
<h3>PDF to Markdown</h3>
<p>Convert a PDF's text into clean Markdown with automatic heading and list detection.</p>
</article>
<article class="feature-card">
<div class="feature-icon" style="--accent: #0ea5e9;">
<i class="fas fa-file-zipper"></i>
</div>
<h3>Compress PDF</h3>
<p>Shrink file size by re-encoding pages, with a live before/after size estimate.</p>
</article>
<article class="feature-card">
<div class="feature-icon" style="--accent: #a855f7;">
<i class="fas fa-font"></i>
</div>
<h3>OCR</h3>
<p>Recognize text in scanned or image-only PDFs. Export as text or a searchable PDF. Many
languages.</p>
</article>
<article class="feature-card">
<div class="feature-icon" style="--accent: #ef4444;">
<i class="fas fa-lock"></i>
</div>
<h3>Password Protect</h3>
<p>Encrypt a PDF with a password — entirely in your browser, nothing ever uploaded.</p>
</article>
<article class="feature-card">
<div class="feature-icon" style="--accent: #22c55e;">
<i class="fas fa-lock-open"></i>
</div>
<h3>Unlock</h3>
<p>Remove the password from a protected PDF (with the correct password) for an open copy.</p>
</article>
<article class="feature-card">
<div class="feature-icon" style="--accent: #ef4444;">
<i class="fas fa-eraser"></i>
</div>
<h3>Delete Pages</h3>
<p>Select unwanted pages from a thumbnail grid and remove them in one click.</p>
</article>
<article class="feature-card">
<div class="feature-icon" style="--accent: #8b5cf6;">
<i class="fas fa-stamp"></i>
</div>
<h3>Watermark</h3>
<p>Stamp a diagonal text watermark across every page with adjustable color and opacity.</p>
</article>
<article class="feature-card">
<div class="feature-icon" style="--accent: #06b6d4;">
<i class="fas fa-list-ol"></i>
</div>
<h3>Page Numbers</h3>
<p>Add page numbers with your choice of position, format and starting number.</p>
</article>
</div>
</div>
</section>
<!-- Benefits Section -->
<section class="section benefits-section">
<div class="container">
<div class="section-header">
<span class="section-badge">Why Choose Us</span>
<h2>Built for <span class="gradient-text">Privacy & Speed</span></h2>
<p>PDF Ninja Pro is different. Here's why.</p>
</div>
<div class="benefits-grid">
<div class="benefit-card">
<div class="benefit-icon">
<i class="fas fa-shield-alt"></i>
</div>
<h3>100% Private</h3>
<p>Your files never leave your device. All processing happens locally in your browser. No
servers, no uploads, no data collection.</p>
</div>
<div class="benefit-card">
<div class="benefit-icon">
<i class="fas fa-bolt"></i>
</div>
<h3>Lightning Fast</h3>
<p>No waiting for uploads or downloads. Operations complete instantly because everything runs on
your machine.</p>
</div>
<div class="benefit-card">
<div class="benefit-icon">
<i class="fas fa-gift"></i>
</div>
<h3>Completely Free</h3>
<p>No paywalls, no premium tiers, no trial limits. Every feature is free for everyone, forever.
</p>
</div>
<div class="benefit-card">
<div class="benefit-icon">
<i class="fas fa-user-slash"></i>
</div>
<h3>No Registration</h3>
<p>Jump straight in. No accounts to create, no emails to verify. Just open and start editing.
</p>
</div>
</div>
</div>
</section>
<!-- How It Works Section -->
<section id="how-it-works" class="section how-section">
<div class="container">
<div class="section-header">
<span class="section-badge">How It Works</span>
<h2>Three Simple Steps to <span class="gradient-text">PDF Mastery</span></h2>
</div>
<div class="steps-grid">
<div class="step-card">
<div class="step-number">1</div>
<h3>Choose Your Tool</h3>
<p>Select from 18+ powerful PDF tools in the sidebar. Each tool is optimized for a specific
task.</p>
</div>
<div class="step-arrow">
<i class="fas fa-arrow-right"></i>
</div>
<div class="step-card">
<div class="step-number">2</div>
<h3>Upload Your PDF</h3>
<p>Drag and drop your file or click to browse. Your PDF loads instantly — no uploading to
servers.</p>
</div>
<div class="step-arrow">
<i class="fas fa-arrow-right"></i>
</div>
<div class="step-card">
<div class="step-number">3</div>
<h3>Download Results</h3>
<p>Make your changes and download the result. It's that fast. No waiting, no limits.</p>
</div>
</div>
</div>
</section>
<!-- Use Cases Section -->
<section class="section usecases-section">
<div class="container">
<div class="section-header">
<span class="section-badge">Use Cases</span>
<h2>Perfect for <span class="gradient-text">Everyone</span></h2>
</div>
<div class="usecases-grid">
<div class="usecase-card">
<i class="fas fa-graduation-cap"></i>
<h3>Students</h3>
<p>Extract chapters, merge lecture notes, convert slides to images for studying.</p>
</div>
<div class="usecase-card">
<i class="fas fa-briefcase"></i>
<h3>Professionals</h3>
<p>Merge reports, split contracts, add annotations for review, reorder proposals.</p>
</div>
<div class="usecase-card">
<i class="fas fa-home"></i>
<h3>Home Users</h3>
<p>Organize scanned documents, fix rotated pages, create PDFs from photos.</p>
</div>
<div class="usecase-card">
<i class="fas fa-laptop-code"></i>
<h3>Developers</h3>
<p>Open-source codebase on GitHub. Learn, contribute, or fork for your own projects.</p>
</div>
</div>
</div>
</section>
<!-- FAQ Section -->
<section id="faq" class="section faq-section">
<div class="container">
<div class="section-header">
<span class="section-badge">FAQ</span>
<h2>Frequently Asked <span class="gradient-text">Questions</span></h2>
</div>
<div class="faq-list">
<details class="faq-item">
<summary>
<span>Is PDF Ninja Pro really free?</span>
<i class="fas fa-chevron-down"></i>
</summary>
<div class="faq-answer">
<p>Yes, PDF Ninja Pro is completely free to use. There are no hidden fees, no premium tiers,
and no registration required. All features are available to everyone.</p>
</div>
</details>
<details class="faq-item">
<summary>
<span>Is it safe to use PDF Ninja Pro?</span>
<i class="fas fa-chevron-down"></i>
</summary>
<div class="faq-answer">
<p>Absolutely! PDF Ninja Pro processes all files directly in your browser. Your PDFs are
never uploaded to any server. Your documents stay completely private and secure on your
device.</p>
</div>
</details>
<details class="faq-item">
<summary>
<span>What PDF operations can I perform?</span>
<i class="fas fa-chevron-down"></i>
</summary>
<div class="faq-answer">
<p>You can split, merge, convert to images, extract text, rotate, reorder, and annotate PDFs
(text, highlights, freehand drawing and shapes). You can also add colored backgrounds,
convert images to PDF, make a PDF look scanned, convert a PDF to Markdown, compress it,
run OCR to get text or a searchable PDF, and password-protect (encrypt) it.</p>
</div>
</details>
<details class="faq-item">
<summary>
<span>Do I need to install any software?</span>
<i class="fas fa-chevron-down"></i>
</summary>
<div class="faq-answer">
<p>No installation required. PDF Ninja Pro runs entirely in your web browser. It works on
Windows, Mac, Linux, and even mobile devices.</p>
</div>
</details>
<details class="faq-item">
<summary>
<span>Are there any file size limits?</span>
<i class="fas fa-chevron-down"></i>
</summary>
<div class="faq-answer">
<p>Since processing happens in your browser, the only limit is your device's memory. Most
users can easily handle PDFs of 50-100MB or more.</p>
</div>
</details>
<details class="faq-item">
<summary>
<span>Can I use PDF Ninja Pro on mobile?</span>
<i class="fas fa-chevron-down"></i>
</summary>
<div class="faq-answer">
<p>Yes! The interface is fully responsive and works on smartphones and tablets. Access it
from any modern mobile browser.</p>
</div>
</details>
</div>
</div>
</section>
<!-- Final CTA Section -->
<section class="section cta-section">
<div class="container">
<div class="cta-box">
<h2>Ready to Master Your PDFs?</h2>
<p>Join thousands of users who trust PDF Ninja Pro for their document needs.</p>
<a href="app.html" class="btn btn-primary btn-lg">
<i class="fas fa-rocket"></i> Launch PDF Ninja Pro
</a>
</div>
</div>
</section>
</main>
<!-- Footer -->
<footer class="footer">
<div class="container">
<div class="footer-content">
<div class="footer-brand">
<div class="footer-logo">
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 100 100" width="32" height="32">
<defs>
<linearGradient id="footerLogoBg" x1="0%" y1="0%" x2="100%" y2="100%">
<stop offset="0%" stop-color="#f43f5e" />
<stop offset="100%" stop-color="#ec4899" />
</linearGradient>
</defs>
<rect width="100" height="100" rx="18" fill="url(#footerLogoBg)" />
<polygon points="50,12 56,42 88,50 56,58 50,88 44,58 12,50 44,42" fill="white" />
<circle cx="50" cy="50" r="10" fill="#f43f5e" />
<circle cx="50" cy="50" r="5" fill="white" />
</svg>
<span>PDF Ninja Pro</span>
</div>
<p>Next-Gen PDF Tools — Free, Private, Fast.</p>
</div>
<div class="footer-links">
<div class="footer-col">
<h4>Product</h4>
<a href="app.html">Launch App</a>
<a href="#features">Features</a>
<a href="#how-it-works">How It Works</a>
</div>
<div class="footer-col">
<h4>Resources</h4>
<a href="#faq">FAQ</a>
<a href="https://github.com/MohammedTsmu/PDFNinjaPro" target="_blank" rel="noopener">GitHub</a>
<a href="https://github.com/MohammedTsmu/PDFNinjaPro/issues" target="_blank"
rel="noopener">Report Bug</a>
</div>
</div>
</div>
<div class="footer-bottom">
<p>© 2026 PDF Ninja Pro v1.7.1. Made with ❤️ by <a href="https://github.com/MohammedTsmu"
target="_blank" rel="noopener">Mohammed Q. Sattar</a></p>
<p>Open Source under <a href="https://github.com/MohammedTsmu/PDFNinjaPro/blob/main/LICENSE"
target="_blank" rel="noopener">MIT License</a></p>
</div>
</div>
</footer>
<!-- Mobile Menu Script -->
<script>
const mobileMenuBtn = document.getElementById('mobile-menu-btn');
const mobileMenu = document.getElementById('mobile-menu');
mobileMenuBtn.addEventListener('click', () => {
mobileMenu.classList.toggle('active');
const icon = mobileMenuBtn.querySelector('i');
icon.classList.toggle('fa-bars');
icon.classList.toggle('fa-times');
});
// Close mobile menu on link click
mobileMenu.querySelectorAll('a').forEach(link => {
link.addEventListener('click', () => {
mobileMenu.classList.remove('active');
const icon = mobileMenuBtn.querySelector('i');
icon.classList.add('fa-bars');
icon.classList.remove('fa-times');
});
});
// Smooth scroll for anchor links
document.querySelectorAll('a[href^="#"]').forEach(anchor => {
anchor.addEventListener('click', function (e) {
e.preventDefault();
const target = document.querySelector(this.getAttribute('href'));
if (target) {
target.scrollIntoView({ behavior: 'smooth', block: 'start' });
}
});
});
</script>
</body>
</html>