Skip to content

Commit ee08cd7

Browse files
committed
update sponsorship webpage
1 parent bcfba78 commit ee08cd7

3 files changed

Lines changed: 53 additions & 14 deletions

File tree

SPONSORSHIP.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -37,12 +37,7 @@ Your sponsorship puts your product in front of developers at the exact moment th
3737
- Text entry (`[Name](URL) - Description.`, max 120 characters) in the README sponsor section, directly below Featured sponsors
3838
- Text link in the sponsor section of [awesome-python.com](https://awesome-python.com/)
3939

40-
Indie Dev Sponsor is available only to founder-led products (one-person company). Funded startups, agencies, recruiters, larger companies, and products with enterprise sales teams should use Featured or Headline Sponsor.
41-
42-
## Previously Sponsored By
43-
44-
- [Warp](https://www.warp.dev/) - The terminal for modern developers.
45-
- [pyr](https://pyrun.dev) - Zero-config Python project manager.
40+
Indie Dev Sponsor is available only to founder-led (one-person company) products. Funded startups, larger companies, and products with enterprise sales teams should use Featured or Headline Sponsor.
4641

4742
## Get Started
4843

@@ -55,6 +50,11 @@ Email [sponsorship@awesome-python.com](mailto:sponsorship@awesome-python.com?sub
5550

5651
One upfront payment per term. Setup takes less than 24 hours.
5752

53+
## Previously Sponsored By
54+
55+
- [Warp](https://www.warp.dev/) - The terminal for modern developers.
56+
- [pyr](https://pyrun.dev) - Zero-config Python project manager.
57+
5858
## Editorial Independence
5959

6060
Sponsorship is logo or link placement in the README header. It does not influence which projects are listed. Listings are curated on merit through the normal [contribution process](CONTRIBUTING.md).

website/static/style.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1278,7 +1278,7 @@ th[data-sort].sort-asc::after {
12781278
padding: 0;
12791279
margin: 0;
12801280
display: grid;
1281-
grid-template-columns: repeat(2, minmax(0, 1fr));
1281+
grid-template-columns: repeat(3, minmax(0, 1fr));
12821282
gap: clamp(1.5rem, 3vw, 2.75rem);
12831283
}
12841284

website/templates/sponsorship.html

Lines changed: 46 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -71,8 +71,8 @@ <h1>Sponsor Awesome Python</h1>
7171
<div>
7272
<dt>Who visits</dt>
7373
<dd>
74-
Mid to senior Python developers arriving with a specific question:
75-
a maintained ORM, a fast HTTP client, a task queue worth running in
74+
Mid to senior Python developers arriving with a specific question: a
75+
maintained ORM, a fast HTTP client, a task queue worth running in
7676
production.
7777
</dd>
7878
</div>
@@ -123,15 +123,15 @@ <h1>Sponsor Awesome Python</h1>
123123
<li>Logo link in the sponsor section of awesome-python.com.</li>
124124
</ul>
125125
<a
126-
href="mailto:sponsorship@awesome-python.com?subject=Awesome%20Python%20Sponsorship%20-%20Headline"
126+
href="mailto:sponsorship@awesome-python.com?subject=Awesome%20Python%20Sponsorship%20-%20Headline%20Tier"
127127
class="tier-cta"
128128
>Email about Headline tier</a
129129
>
130130
</li>
131131
<li class="tier">
132132
<p class="tier-eyebrow">Featured Sponsor</p>
133133
<p class="tier-price">
134-
<span class="tier-amount">$150</span>
134+
<span class="tier-amount">$200</span>
135135
<span class="tier-cadence">/ month</span>
136136
</p>
137137
<p class="tier-summary">
@@ -146,11 +146,40 @@ <h1>Sponsor Awesome Python</h1>
146146
<li>Text link in the sponsor section of awesome-python.com.</li>
147147
</ul>
148148
<a
149-
href="mailto:sponsorship@awesome-python.com?subject=Awesome%20Python%20Sponsorship%20-%20Featured"
149+
href="mailto:sponsorship@awesome-python.com?subject=Awesome%20Python%20Sponsorship%20-%20Featured%20Tier"
150150
class="tier-cta"
151151
>Email about Featured tier</a
152152
>
153153
</li>
154+
<li class="tier">
155+
<p class="tier-eyebrow">Indie Dev Sponsor</p>
156+
<p class="tier-price">
157+
<span class="tier-amount">$99</span>
158+
<span class="tier-cadence">/ month or $249 / quarter</span>
159+
</p>
160+
<p class="tier-summary">
161+
Lower-cost text link for eligible indie developers and solo
162+
founders.
163+
</p>
164+
<ul class="tier-includes">
165+
<li>
166+
Text entry (<code>[Name](URL) - Description.</code>, max 120
167+
characters) in the README sponsor section, directly below Featured
168+
sponsors.
169+
</li>
170+
<li>Text link in the sponsor section of awesome-python.com.</li>
171+
<li>
172+
Available only to founder-led, one-person-company products. Funded
173+
startups, agencies, recruiters, larger companies, and products
174+
with enterprise sales teams should use Featured or Headline.
175+
</li>
176+
</ul>
177+
<a
178+
href="mailto:sponsorship@awesome-python.com?subject=Awesome%20Python%20Sponsorship%20-%20Indie%20Dev%20Tier"
179+
class="tier-cta"
180+
>Email about Indie Dev tier</a
181+
>
182+
</li>
154183
</ol>
155184
</div>
156185
</div>
@@ -171,6 +200,12 @@ <h1>Sponsor Awesome Python</h1>
171200
>The terminal for modern developers.</span
172201
>
173202
</li>
203+
<li>
204+
<a href="https://pyrun.dev" target="_blank" rel="noopener">pyr</a>
205+
<span class="past-sponsor-desc"
206+
>Zero-config Python project manager.</span
207+
>
208+
</li>
174209
</ul>
175210
</div>
176211
</div>
@@ -193,13 +228,17 @@ <h1>Sponsor Awesome Python</h1>
193228
<dl class="sponsorship-facts">
194229
<div>
195230
<dt>Tier</dt>
196-
<dd>Headline Sponsor ($500/mo) or Featured Sponsor ($150/mo).</dd>
231+
<dd>
232+
Headline Sponsor ($500/mo), Featured Sponsor ($200/mo), or Indie Dev
233+
Sponsor ($99/mo or $249/quarter).
234+
</dd>
197235
</div>
198236
<div>
199237
<dt>Content</dt>
200238
<dd>
201239
Product name, URL, logo, and description (Headline tier), or
202-
<code>[Name](URL) - Description.</code> entry (Featured tier).
240+
<code>[Name](URL) - Description.</code> entry (Featured or Indie Dev
241+
tier).
203242
</dd>
204243
</div>
205244
<div>

0 commit comments

Comments
 (0)