Skip to content

Commit 6e1fced

Browse files
authored
New sponsor page order (#386)
1 parent 91e2c62 commit 6e1fced

2 files changed

Lines changed: 70 additions & 73 deletions

File tree

src/pages/sponsor.mdx

Lines changed: 70 additions & 73 deletions
Original file line numberDiff line numberDiff line change
@@ -18,83 +18,12 @@ import Testimonial from "$components/MarketingTestimonial";
1818
import Sponsors, { Sponsor } from "$components/MarketingSponsor";
1919

2020
<MarketingLayout blue>
21-
<Hero bg="white">
21+
<Hero bg="medium">
2222

2323
# Sponsor Graphile's Open Source Software
2424

2525
</Hero>
2626

27-
<MarketingSection bg="white" left maxWidth>
28-
<h3>
29-
Graphile has a number of crowd-funded open-source projects, licensed under
30-
the permissive MIT license, including PostGraphile, Graphile Worker,
31-
Graphile Migrate and Graphile Starter. Sponsorship increases the rate of
32-
fixes, documentation improvements, and feature development on these and
33-
other projects.
34-
</h3>
35-
36-
<div class="flex">
37-
<a class="button--solid" href="https://github.com/users/benjie/sponsorship">
38-
Sponsor Graphile's Open Source Software{" "}
39-
<span class="fas fa-fw fa-external-link-square-alt" />
40-
</a>
41-
</div>
42-
43-
</MarketingSection>
44-
45-
<MarketingDivide from="white" to="dark" via="light" />
46-
47-
<MarketingSection bg="dark">
48-
49-
</MarketingSection>
50-
51-
<MarketingSection bg="dark">
52-
53-
<Flex>
54-
<Col span="6">
55-
56-
<img
57-
src="/images/grafast-hero.png"
58-
alt="A suited man reveals the Grafast heart logo on his chest, in the style of Superman"
59-
class="br2"
60-
style={{ borderRadius: "10px", border: "2px solid #1b1b3d" }}
61-
/>
62-
63-
</Col>
64-
<Col span="6">
65-
<MarketingProduct
66-
big
67-
name={<span>Early access to Gra<em>fast</em> and PostGraphile V5</span>}
68-
headline="The next-generation planning and execution engine for GraphQL"
69-
>
70-
71-
Gra<em>fast</em> and PostGraphile Version 5 are available as a preview to
72-
Graphile sponsors; sign up as a sponsor to get access to the binaries and
73-
documentation (sponsor at the Featured Tier for access to the repository, issues
74-
and support!)
75-
76-
<div class="df flex-row justify-center" style={{ height: "3rem" }}>
77-
<div class="ph2 df flex-column justify-center">
78-
<a class="button--solid" href="https://github.com/users/benjie/sponsorship">
79-
<span class="fas fa-heart" /> Sponsor on GitHub{" "}
80-
<span class="fas fa-external-link-square-alt" />
81-
</a>{" "}
82-
</div>
83-
<div class="ph2 df flex-column justify-center">
84-
<a class="button--solid" href="https://grafast.org" target="_new">
85-
grafast.org <span class="fas fa-external-link-square-alt" />
86-
</a>{" "}
87-
</div>
88-
</div>
89-
90-
</MarketingProduct>
91-
</Col>
92-
</Flex>
93-
94-
</MarketingSection>
95-
96-
<MarketingDivide from="dark" to="medium" via="light" />
97-
9827
<MarketingSection bg="medium">
9928

10029
### Who sponsors Graphile?
@@ -237,7 +166,75 @@ YOU!**
237166
<!-- SPONSORS_END -->
238167

239168
</MarketingSection>
240-
<MarketingDivide from="medium" to="dark" via="light" down />
169+
170+
<MarketingDivide from="medium" to="white" via="light" />
171+
172+
<MarketingSection bg="white" left maxWidth>
173+
<h3>
174+
Graphile has a number of crowd-funded open-source projects, licensed under
175+
the permissive MIT license, including PostGraphile, Graphile Worker,
176+
Graphile Migrate and Graphile Starter. Sponsorship increases the rate of
177+
fixes, documentation improvements, and feature development on these and
178+
other projects.
179+
</h3>
180+
181+
<div class="flex">
182+
<a class="button--solid" href="https://github.com/users/benjie/sponsorship">
183+
Sponsor Graphile's Open Source Software{" "}
184+
<span class="fas fa-fw fa-external-link-square-alt" />
185+
</a>
186+
</div>
187+
188+
</MarketingSection>
189+
190+
<MarketingDivide from="white" to="medium" via="light" />
191+
192+
<MarketingSection bg="medium">
193+
194+
<Flex>
195+
<Col span="6">
196+
197+
<img
198+
src="/images/grafast-hero.png"
199+
alt="A suited man reveals the Grafast heart logo on his chest, in the style of Superman"
200+
class="br2"
201+
style={{ borderRadius: "10px", border: "2px solid #1b1b3d" }}
202+
/>
203+
204+
</Col>
205+
<Col span="6">
206+
<MarketingProduct
207+
big
208+
name={<span>Early access to Gra<em>fast</em> and PostGraphile V5</span>}
209+
headline="The next-generation planning and execution engine for GraphQL"
210+
>
211+
212+
Gra<em>fast</em> and PostGraphile Version 5 are available as a preview to
213+
Graphile sponsors; sign up as a sponsor to get access to the binaries and
214+
documentation (sponsor at the Featured Tier for access to the repository, issues
215+
and support!)
216+
217+
<div class="df flex-row justify-center" style={{ height: "3rem" }}>
218+
<div class="ph2 df flex-column justify-center">
219+
<a class="button--solid" href="https://github.com/users/benjie/sponsorship">
220+
<span class="fas fa-heart" /> Sponsor on GitHub{" "}
221+
<span class="fas fa-external-link-square-alt" />
222+
</a>{" "}
223+
</div>
224+
<div class="ph2 df flex-column justify-center">
225+
<a class="button--solid" href="https://grafast.org" target="_new">
226+
grafast.org <span class="fas fa-external-link-square-alt" />
227+
</a>{" "}
228+
</div>
229+
</div>
230+
231+
</MarketingProduct>
232+
</Col>
233+
</Flex>
234+
235+
</MarketingSection>
236+
237+
<MarketingDivide from="medium" to="dark" via="light" />
241238

242239
<MarketingSection bg="dark" left maxWidth>
243240

static/ext/exported-example.png

406 KB
Loading

0 commit comments

Comments
 (0)