-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpledge.html
More file actions
61 lines (54 loc) · 3.39 KB
/
Copy pathpledge.html
File metadata and controls
61 lines (54 loc) · 3.39 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Pledge | Dimwit</title>
<meta name="description" content="The Dimwit Pledge. Fixes for as long as I use it. Feature parity between free and paid. What's open stays open.">
<meta name="keywords" content="Dimwit, pledge, promise, open source, feature parity, indie software, maintenance">
<meta name="author" content="Deepansh Khurana">
<meta name="robots" content="index, follow">
<meta property="og:type" content="website">
<meta property="og:title" content="Pledge | Dimwit">
<meta property="og:description" content="The Dimwit Pledge. Fixes for as long as I use it. Feature parity between free and paid. What's open stays open.">
<meta property="og:image" content="svg/og-image.svg">
<meta property="og:url" content="https://dimwit.me/pledge">
<meta property="og:site_name" content="Dimwit">
<meta name="twitter:card" content="summary_large_image">
<meta name="twitter:title" content="Pledge | Dimwit">
<meta name="twitter:description" content="The Dimwit Pledge. Fixes for as long as I use it. Feature parity between free and paid. What's open stays open.">
<meta name="twitter:image" content="svg/og-image.svg">
<link rel="canonical" href="https://dimwit.me/pledge">
<link rel="stylesheet" href="style.css">
<link rel="icon" href="svg/favicon.svg" type="image/svg+xml">
</head>
<body>
<main>
<header>
<p class="back-link"><a href="index.html">← Back to Dimwit</a></p>
<h1>
<span class="annotated">
Pledge
<svg class="underline-scribble" viewBox="0 0 200 12" preserveAspectRatio="none"><path d="M0 8 Q 50 2, 100 8 T 200 6" fill="none" stroke="currentColor" stroke-width="2.5" stroke-linecap="round"/></svg>
</span>
</h1>
<p class="tagline">Hold me to it.</p>
</header>
<img src="svg/divider.svg" class="doodle-divider" alt="">
<section class="manifesto">
<article class="manifesto-point">
<h2><img src="svg/icons/thumbs-up.svg" class="framework-icon rotate-n8" alt=""> I use everything I build. That's the whole pledge, really.</h2>
<p class="pledge-text">
It breaks for me first, so bugs, security holes, and whatever the next dependency update ruins all get fixed. I won't promise speed <span class="note-inline">(there's one of me)</span> but I'll promise attention. Nothing gets ignored, or closed as stale. Most of what I make will stay free. If something ever does go paid, you're paying me to run it profitably, not to unlock it: every feature will exist in the version you can host yourself, and you can walk out any time with your data in your hands. <strong>What's open stays open. Period.</strong> I'm not going to relicense something you already built on. And if a project ever has to end, that's the last resort, never the plan: you'll get fair warning, a final release that works, and the repo left up so someone else can take it from here.
</p>
</article>
</section>
<img src="svg/divider-alt.svg" class="doodle-divider" alt="">
<footer class="manifesto-footer">
<p class="footer-small">If I ever break this, tell me:</p>
<p><strong><a href="mailto:chief@dimwit.me">chief@dimwit.me</a></strong></p>
<p class="back-home"><a href="index.html">← Back to the lab</a></p>
</footer>
</main>
</body>
</html>