| <!doctype html> |
| <html lang="en"> |
| <head> |
| <meta charset="UTF-8" /> |
| <meta name="viewport" content="width=device-width, initial-scale=1.0" /> |
|
|
| |
| <title>About BentoPDF - Privacy-First Free PDF Tools | Our Mission</title> |
| <meta |
| name="description" |
| content="Learn about BentoPDF - 100% free, privacy-first PDF toolkit. All tools run in your browser, no uploads, no signup. Fast, secure, and forever free." |
| /> |
| <meta |
| name="keywords" |
| content="about bentopdf, privacy-first pdf, free pdf tools, browser-based pdf, open source pdf" |
| /> |
| <meta name="author" content="BentoPDF" /> |
| <meta name="robots" content="index, follow" /> |
|
|
| |
| <link rel="canonical" href="https://www.bentopdf.com/about.html" /> |
|
|
| |
| <meta property="og:type" content="website" /> |
| <meta property="og:url" content="https://www.bentopdf.com/about" /> |
| <meta |
| property="og:title" |
| content="About BentoPDF - Privacy-First Free PDF Tools" |
| /> |
| <meta |
| property="og:description" |
| content="100% free PDF toolkit. Privacy-first, browser-based, no signups. Learn about our mission and values." |
| /> |
| <meta |
| property="og:image" |
| content="https://www.bentopdf.com/images/og-about.png" |
| /> |
| <meta property="og:site_name" content="BentoPDF" /> |
|
|
| |
| <meta name="twitter:card" content="summary_large_image" /> |
| <meta name="twitter:title" content="About BentoPDF" /> |
| <meta |
| name="twitter:description" |
| content="Privacy-first, free PDF tools that run in your browser." |
| /> |
| <meta |
| name="twitter:image" |
| content="https://www.bentopdf.com/images/twitter-about.png" |
| /> |
| <meta name="twitter:site" content="@BentoPDF" /> |
|
|
| <link href="/src/css/styles.css" rel="stylesheet" /> |
|
|
| |
| <link rel="manifest" href="/site.webmanifest" /> |
|
|
| |
| <link rel="icon" type="image/svg+xml" href="/images/favicon.svg" /> |
| <link |
| rel="icon" |
| type="image/png" |
| sizes="192x192" |
| href="/images/favicon-192x192.png" |
| /> |
| <link |
| rel="icon" |
| type="image/png" |
| sizes="512x512" |
| href="/images/favicon-512x512.png" |
| /> |
| <link |
| rel="apple-touch-icon" |
| sizes="180x180" |
| href="/images/apple-touch-icon.png" |
| /> |
| <link rel="icon" href="/favicon.ico" sizes="32x32" /> |
| </head> |
|
|
| <body class="antialiased bg-gray-900 text-gray-300"> |
| {{> navbar }} |
|
|
| <div id="app" class="min-h-screen container mx-auto p-4 md:p-8"> |
| <section id="about-hero" class="text-center py-16 md:py-24"> |
| <h1 class="text-3xl md:text-6xl font-bold text-white mb-4"> |
| <span data-i18n="about.hero.title" |
| >We believe PDF tools should be</span |
| > |
| <span class="marker-slanted" data-i18n="about.hero.subtitle" |
| >fast, private, and free.</span |
| > |
| </h1> |
| <p |
| class="text-lg md:text-xl text-gray-400" |
| data-i18n="about.hero.noCompromises" |
| > |
| No compromises. |
| </p> |
| </section> |
|
|
| <div class="section-divider"></div> |
|
|
| <section id="mission-section" class="py-16 max-w-4xl mx-auto"> |
| <div class="text-center"> |
| <i |
| data-lucide="rocket" |
| class="w-16 h-16 text-indigo-400 mx-auto mb-6" |
| ></i> |
| <h2 |
| class="text-3xl md:text-4xl font-bold text-white mb-4" |
| data-i18n="about.mission.title" |
| > |
| Our Mission |
| </h2> |
| <p |
| class="text-lg text-gray-400 leading-relaxed" |
| data-i18n="about.mission.description" |
| > |
| To provide the most comprehensive PDF toolbox that respects your |
| privacy and never asks for payment. We believe essential document |
| tools should be accessible to everyone, everywhere, without |
| barriers. |
| </p> |
| </div> |
| </section> |
|
|
| <div |
| class="bg-gray-800 rounded-xl p-8 md:p-12 my-16 border border-gray-700" |
| > |
| <div class="grid grid-cols-1 md:grid-cols-2 gap-12 items-center"> |
| <div class="text-center md:text-left"> |
| <span |
| class="text-indigo-400 font-bold uppercase" |
| data-i18n="about.philosophy.label" |
| >Our Core Philosophy</span |
| > |
| <h2 |
| class="text-3xl md:text-4xl font-bold text-white mt-2 mb-4" |
| data-i18n="about.philosophy.title" |
| > |
| Privacy First. Always. |
| </h2> |
| <p |
| class="text-gray-400 leading-relaxed" |
| data-i18n="about.philosophy.description" |
| > |
| In an era where data is a commodity, we take a different approach. |
| All processing for Bentopdf tools happens locally in your browser. |
| This means your files never touch our servers, we never see your |
| documents, and we don't track what you do. Your documents remain |
| completely and unequivocally private. It's not just a feature; |
| it's our foundation. |
| </p> |
| </div> |
| <div class="flex justify-center"> |
| <div class="relative w-48 h-48"> |
| <div |
| class="absolute inset-0 bg-indigo-500 rounded-full opacity-20 animate-pulse" |
| ></div> |
| <div |
| class="absolute inset-4 bg-indigo-500 rounded-full opacity-30 animate-pulse delay-500" |
| ></div> |
| <i |
| data-lucide="shield-check" |
| class="w-48 h-48 text-indigo-400" |
| ></i> |
| </div> |
| </div> |
| </div> |
| </div> |
|
|
| <section id="why-Bentopdf" class="py-16"> |
| <h2 class="text-3xl md:text-4xl font-bold text-center text-white mb-12"> |
| <span data-i18n="about.whyBentopdf.title">Why</span> |
| <span class="marker-slanted">Bentopdf?</span> |
| </h2> |
| <div class="grid grid-cols-1 md:grid-cols-2 gap-8 max-w-5xl mx-auto"> |
| <div class="bg-gray-800 p-6 rounded-lg flex items-start gap-4"> |
| <i |
| data-lucide="zap" |
| class="w-10 h-10 text-indigo-400 flex-shrink-0 mt-1" |
| ></i> |
| <div> |
| <h3 |
| class="text-xl font-bold text-white" |
| data-i18n="about.whyBentopdf.speed.title" |
| > |
| Built for Speed |
| </h3> |
| <p |
| class="text-gray-400 mt-2" |
| data-i18n="about.whyBentopdf.speed.description" |
| > |
| No waiting for uploads or downloads to a server. By processing |
| files directly in your browser using modern web technologies |
| like WebAssembly, we offer unparalleled speed for all our tools. |
| </p> |
| </div> |
| </div> |
| <div class="bg-gray-800 p-6 rounded-lg flex items-start gap-4"> |
| <i |
| data-lucide="badge-dollar-sign" |
| class="w-10 h-10 text-indigo-400 flex-shrink-0 mt-1" |
| ></i> |
| <div> |
| <h3 |
| class="text-xl font-bold text-white" |
| data-i18n="about.whyBentopdf.free.title" |
| > |
| Completely Free |
| </h3> |
| <p |
| class="text-gray-400 mt-2" |
| data-i18n="about.whyBentopdf.free.description" |
| > |
| No trials, no subscriptions, no hidden fees, and no "premium" |
| features held hostage. We believe powerful PDF tools should be a |
| public utility, not a profit center. |
| </p> |
| </div> |
| </div> |
| <div class="bg-gray-800 p-6 rounded-lg flex items-start gap-4"> |
| <i |
| data-lucide="user-plus" |
| class="w-10 h-10 text-indigo-400 flex-shrink-0 mt-1" |
| ></i> |
| <div> |
| <h3 |
| class="text-xl font-bold text-white" |
| data-i18n="about.whyBentopdf.noAccount.title" |
| > |
| No Account Required |
| </h3> |
| <p |
| class="text-gray-400 mt-2" |
| data-i18n="about.whyBentopdf.noAccount.description" |
| > |
| Start using any tool immediately. We don't need your email, a |
| password, or any personal information. Your workflow should be |
| frictionless and anonymous. |
| </p> |
| </div> |
| </div> |
| <div class="bg-gray-800 p-6 rounded-lg flex items-start gap-4"> |
| <i |
| data-lucide="code-2" |
| class="w-10 h-10 text-indigo-400 flex-shrink-0 mt-1" |
| ></i> |
| <div> |
| <h3 |
| class="text-xl font-bold text-white" |
| data-i18n="about.whyBentopdf.openSource.title" |
| > |
| Open Source Spirit |
| </h3> |
| <p |
| class="text-gray-400 mt-2" |
| data-i18n="about.whyBentopdf.openSource.description" |
| > |
| Built with transparency in mind. We leverage incredible |
| open-source libraries like PDF-lib and PDF.js, and believe in |
| the community-driven effort to make powerful tools accessible to |
| everyone. |
| </p> |
| </div> |
| </div> |
| </div> |
| </section> |
|
|
| <div class="section-divider"></div> |
|
|
| <section id="cta-section" class="text-center py-16"> |
| <h2 |
| class="text-3xl font-bold text-white mb-4" |
| data-i18n="about.cta.title" |
| > |
| Ready to get started? |
| </h2> |
| <p |
| class="text-lg text-gray-400 mb-8 max-w-2xl mx-auto" |
| data-i18n="about.cta.description" |
| > |
| Join thousands of users who trust Bentopdf for their daily document |
| needs. Experience the difference that privacy and performance can |
| make. |
| </p> |
| <a |
| href="index.html#tools-header" |
| class="inline-block px-8 py-3 rounded-full bg-gradient-to-b from-indigo-500 to-indigo-600 text-white font-semibold focus:ring-2 focus:ring-offset-2 focus:ring-offset-gray-900 focus:ring-indigo-400 hover:shadow-xl hover:shadow-indigo-500/30 transition-all duration-200 transform hover:-translate-y-1" |
| data-i18n="about.cta.button" |
| > |
| Explore All Tools |
| </a> |
| </section> |
| </div> |
|
|
| {{> footer }} |
|
|
| <script type="module" src="src/js/utils/lucide-init.ts"></script> |
| <script type="module" src="src/version.ts"></script> |
| <script type="module" src="src/js/main.ts"></script> |
| <script type="module" src="src/js/mobileMenu.ts"></script> |
|
|
| |
| <script type="application/ld+json"> |
| { |
| "@context": "https://schema.org", |
| "@type": "AboutPage", |
| "name": "About BentoPDF", |
| "description": "Learn about BentoPDF's mission to provide free, privacy-first PDF tools", |
| "url": "https://www.bentopdf.com/about" |
| } |
| </script> |
| </body> |
| </html> |
|
|