@@ -16,6 +16,7 @@ import MarketingProduct from "$components/MarketingProduct";
16
16
import postgresPostgraphileGraphql from " $images/postgres_postgraphile_graphql.png" ;
17
17
import Testimonial from " $components/MarketingTestimonial" ;
18
18
import Sponsors , { Sponsor } from " $components/MarketingSponsor" ;
19
+ import Tiers , { Tier } from " $components/MarketingTier" ;
19
20
20
21
<MarketingLayout blue >
21
22
<Hero bg = " medium" >
@@ -215,20 +216,98 @@ directed and financially sustainable.
215
216
to come is through monthly sponsorship.** Crowd-sourced funding enables us to spend the
216
217
most time directly working on improving the software, which you and other users then benefit from.
217
218
218
- <div class = " flex" >
219
- <a class = " button--solid" href = " https://github.com/users/benjie/sponsorship" >
220
- Become a Sponsor <span class = " fas fa-fw fa-external-link-square-alt" />
221
- </a >
222
- </div >
223
-
224
219
</MarketingSection >
225
220
<MarketingDivide from = " dark" to = " medium" via = " light" down />
226
221
<MarketingSection bg = " medium" left maxWidth >
227
222
228
-
229
223
### Sponsor tiers and benefits
230
224
225
+ As well as ensuring the sustainability and longevity of PostGraphile and the wider Graphile
226
+ suite of developer tooling, sponsorship also gives you or your company some additional benefits
227
+ such as access to security announcements and being featured in the README files of Graphile’s
228
+ main open source projects. Choose the tier which matches your funding goal, higher tiers come
229
+ with more benefits.
231
230
231
+ </MarketingSection >
232
+
233
+ <MarketingSection bg = " medium" left >
234
+
235
+ <Tiers >
236
+ <Tier
237
+ name = " Supporter"
238
+ price = " $25"
239
+ tagline = " Thank you!"
240
+ href = " https://github.com/sponsors/benjie/sponsorships?tier_id=369"
241
+ description = { <ul >
242
+ <li >Your name on the Graphile Sponsors page</li >
243
+ <li >Graphile stickers</li >
244
+ <li >Your name among those randomly featured in the PostGraphile CLI</li >
245
+ <li >Post job opportunities to our Discord community</li >
246
+ <li >Access to the #supporter-lounge on Discord</li >
247
+ <li >The warm feeling from knowing you’re supporting Open Source Software</li >
248
+ </ul >}
249
+ />
250
+ <Tier
251
+ name = " Production Sponsor"
252
+ price = " $100"
253
+ tagline = " Support sustainability"
254
+ href = " https://github.com/sponsors/benjie/sponsorships?tier_id=368"
255
+ description = { <ul >
256
+ <li >The Supporter tier benefits and...</li >
257
+ <li >
258
+ Access to <strong >private security announcements</strong >
259
+ </li >
260
+ <li >
261
+ Free access to <a href = " https://postgraphile.org/pricing" ><strong >PostGraphile V4 Pro</strong ></a > and <a href = " https://worker.graphile.org/pricing" ><strong >Worker Pro</strong ></a >
262
+ </li >
263
+ <li >Access to <a href = " https://github.com/graphile-pro" ><strong >graphile-pro</strong ></a ></li >
264
+ <li >
265
+ Your name and <strong >avatar/logo</strong > featured on our websites
266
+ </li >
267
+ <li >
268
+ Your name <strong >more frequently featured</strong > in the
269
+ PostGraphile CLI
270
+ </li >
271
+ <li >
272
+ The warm feeling that comes from knowing you’re making a difference
273
+ to the sustainability of the Graphile suite of tooling
274
+ </li >
275
+ </ul >}
276
+ />
277
+ <Tier
278
+ name = " Featured Sponsor"
279
+ price = " $500"
280
+ tagline = " Get featured in the project"
281
+ href = " https://github.com/sponsors/benjie/sponsorships?tier_id=367"
282
+ description = { <ul >
283
+ <li >The Production tier benefits and...</li >
284
+ <li >
285
+ Your name and avatar/logo <strong >
286
+ featured in the READMEs of Graphile’s main OSS projects</strong > (shown on GitHub and npm)
287
+ </li >
288
+ <li >
289
+ Your name and <strong >avatar/logo prominently featured </strong >on our websites
290
+ </li >
291
+ <li >
292
+ Your name <strong >even more frequently featured</strong > in the PostGraphile CLI
293
+ </li >
294
+ <li >
295
+ Access to <strong >#vip-lounge</strong > on Discord
296
+ </li >
297
+ <li >
298
+ Free access to <strong >
299
+ <a href = " https://pgrita.com" >pgRITA</a >
300
+ </strong >
301
+ </li >
302
+ <li >
303
+ The warm feeling that comes from knowing{ " " }
304
+ <strong >
305
+ you’re making a significant difference to the development and sustainability of
306
+ PostGraphile, Gra<em >fast</em >, and the wider suite of Graphile developer tooling</strong >
307
+ </li >
308
+ </ul >}
309
+ />
310
+ </Tiers >
232
311
233
312
234
313
0 commit comments