-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathabout.html
More file actions
81 lines (78 loc) · 4.79 KB
/
Copy pathabout.html
File metadata and controls
81 lines (78 loc) · 4.79 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
<!doctype html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>About convertitbaby.com</title>
<meta name="description" content="Why convertitbaby.com exists: private file conversion that keeps files on your device.">
<meta name="robots" content="index,follow">
<meta name="theme-color" content="#101820">
<link rel="canonical" href="https://convertitbaby.com/about.html">
<meta property="og:site_name" content="convertitbaby.com">
<meta property="og:title" content="About convertitbaby.com">
<meta property="og:description" content="A privacy-oriented file converter made for people who do not want to upload files just to convert them.">
<meta property="og:type" content="website">
<meta property="og:url" content="https://convertitbaby.com/about.html">
<meta property="og:image" content="https://convertitbaby.com/og-image.png">
<meta property="og:image:secure_url" content="https://convertitbaby.com/og-image.png">
<meta property="og:image:type" content="image/png">
<meta property="og:image:width" content="1200">
<meta property="og:image:height" content="630">
<meta property="og:image:alt" content="convertitbaby.com private browser-only file converter">
<meta name="twitter:card" content="summary_large_image">
<meta name="twitter:title" content="About convertitbaby.com">
<meta name="twitter:description" content="A privacy-oriented file converter made for people who do not want to upload files just to convert them.">
<meta name="twitter:image" content="https://convertitbaby.com/og-image.png">
<meta name="twitter:image:alt" content="convertitbaby.com private browser-only file converter">
<link rel="icon" href="/logo.png" type="image/png">
<link rel="apple-touch-icon" href="/logo.png">
<link rel="stylesheet" href="styles.css">
<!-- Google tag (gtag.js) -->
<script async src="https://www.googletagmanager.com/gtag/js?id=G-DP893VZRWH"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag(){dataLayer.push(arguments);}
gtag('js', new Date());
gtag('config', 'G-DP893VZRWH');
</script>
</head>
<body data-page="about">
<header class="site-header">
<nav class="nav" aria-label="Primary" data-i18n-attrs="aria-label:nav.primary">
<a class="brand" href="/" aria-label="convertitbaby.com home" data-i18n-attrs="aria-label:nav.home">
<img class="brand-mark" src="/logo.png" alt="" aria-hidden="true">
<span>convertitbaby.com</span>
</a>
<div class="nav-links">
<a href="/about.html" aria-current="page" data-i18n="nav.about">About</a>
<a href="https://github.com/alshakero/convertitbaby.com" rel="noopener noreferrer" data-i18n="nav.source">Source code</a>
<label class="language-control">
<span class="visually-hidden" data-i18n="language.label">Language</span>
<select class="language-select" data-language-select aria-label="Language" data-i18n-attrs="aria-label:language.label">
<option value="en">English</option>
<option value="ar">العربية</option>
<option value="pl">Polski</option>
<option value="de">Deutsch</option>
</select>
</label>
</div>
</nav>
</header>
<main class="content-page">
<article class="about-panel">
<p class="eyebrow" data-i18n="about.eyebrow">About</p>
<h1 data-i18n="about.title">Private file conversion, because files are personal.</h1>
<p class="lede" data-i18n="about.lede">I always find myself converting files online, then immediately worrying about what happens to those files after upload. So I made convertitbaby.com as a privacy-oriented tool to fix that issue.</p>
<p data-i18n="about.browser">Conversion happens entirely in your browser. Your files are not uploaded to a server, so file conversion stays useful without making you hand over the file first.</p>
<p><span data-i18n="about.madeByPrefix">Made by</span> <a href="https://github.com/alshakero" rel="noopener noreferrer">@alshakero</a> <span data-i18n="about.madeBySuffix">in 2026.</span></p>
<p data-i18n="footer.madeInPoland">Made in Poland with ❤️</p>
</article>
</main>
<footer class="footer">
<p data-i18n="footer.privacy">convertitbaby.com keeps file, archive, and compression conversion private. Files are never uploaded anyways.</p>
<p data-i18n="footer.madeInPoland">Made in Poland with ❤️</p>
<p><a href="https://github.com/alshakero/convertitbaby.com" rel="noopener noreferrer" data-i18n="footer.source">View the source on GitHub</a></p>
</footer>
<script type="module" src="src/page-i18n.js"></script>
</body>
</html>