Skip to content

Commit

Permalink
Initial import
Browse files Browse the repository at this point in the history
  • Loading branch information
chadwhitacre committed May 29, 2024
0 parents commit 549197f
Showing 1 changed file with 41 additions and 0 deletions.
41 changes: 41 additions & 0 deletions index.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,41 @@
<!doctype html>
<html>
<head>
<title>OSS Pledge</title>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
</head>
<body>
<div
style="
text-align: left;
padding: 30vh 20px 10vh;
max-width: 360px;
margin: 0 auto;
font: normal 14pt/150% sans-serif;
"
>
<h1>OSS Pledge</h1>
<p>Open Source is <a href="https://openpath.chadwhitacre.com/2024/open-source-is-a-restaurant/">a restaurant</a>.</p><p> Real companies settle up.</p>

<h2>How</h2>
<b>Step 1:</b> Give money to Open Source.<br>
<ul>
<li>$1,000/seat/year — good</li>
<li>$2,000/seat/year — better</li>
<li>$3,000/seat/year — best</li>
</ul>
<b>Step 2:</b> Self-report annually:
<ol>
<li>number of GitHub/GitLab seats</li>
<li>payments itemized by project</li>
</ol>

<hr>

<p>
Brought to you by <a href="https://sentry.io/welcome/">Sentry</a>. <a href="https://github.com/getsentry/team-ospo/issues/245">Get involved</a>.
</p>
</div>
</body>
t</html>

0 comments on commit 549197f

Please sign in to comment.