File size: 11,298 Bytes
52d7c6c
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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
<!doctype html>
<html lang="en">
  <head>
    <meta charset="UTF-8" />
    <meta name="viewport" content="width=device-width, initial-scale=1.0" />

    <!-- Primary Meta Tags -->
    <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" />

    <!-- Canonical URL -->
    <link rel="canonical" href="https://www.bentopdf.com/about.html" />

    <!-- Open Graph -->
    <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" />

    <!-- Twitter Card -->
    <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" />

    <!-- Web App Manifest -->
    <link rel="manifest" href="/site.webmanifest" />

    <!-- Favicons -->
    <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>

    <!-- JSON-LD Schema -->
    <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>