Skip to content

Commit

Permalink
Merge pull request graphile#168 from graphile/new-sponsor2
Browse files Browse the repository at this point in the history
All four Featured Sponsors have been filled, huge thanks to all four :)
  • Loading branch information
jemgillam committed Sep 24, 2019
2 parents ceec4ed + 4925b9e commit 1201f48
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 19 deletions.
Binary file added src/images/sponsors/storyscript.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
13 changes: 0 additions & 13 deletions src/pages/index.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -17,10 +17,6 @@ import postgresPostgraphileGraphql from "$images/postgres_postgraphile_graphql.p
import Testimonial from "$components/MarketingTestimonial";
import GitHubButton from "react-github-btn";
import COLOURS from "$components/colours";
import Sponsors, {Sponsor} from '$components/MarketingSponsor';

import chad from '$images/sponsors/chadf.png';
import timescale from '$images/sponsors/timescale.svg';

<MarketingLayout blue>
<MarketingSection bg="dark" nopad>
Expand Down Expand Up @@ -112,15 +108,6 @@ Migrate.

</div>

### Featured Sponsors:

<Sponsors level="featured">

<Sponsor name="Chad Furman" avatar={chad} />
<Sponsor name="Timescale" avatar={timescale} href="https://timescale.com"/>

</Sponsors>

<a class='button--solid-light' href='/sponsor/'><span class='fas fa-arrow-right' /> Learn more about sponsors and sponsorship</a>


Expand Down
13 changes: 7 additions & 6 deletions src/pages/sponsor.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -20,11 +20,12 @@ import chad from '$images/sponsors/chadf.png';
import domonda from '$images/sponsors/domonda.png';
import eighthlight from '$images/sponsors/eighthlight.svg';
import nodesource from '$images/sponsors/nodesource.png';
import stagency from '$images/sponsors/stagency.png';
import timescale from '$images/sponsors/timescale.svg';
import openlaw from '$images/sponsors/openlaw.png';
import p72 from '$images/sponsors/p72.png';
import psi from '$images/sponsors/psi.jpg';
import openlaw from '$images/sponsors/openlaw.png';
import stagency from '$images/sponsors/stagency.png';
import storyscript from '$images/sponsors/storyscript.png';
import timescale from '$images/sponsors/timescale.svg';

<MarketingLayout blue>
<Hero bg="white">
Expand Down Expand Up @@ -61,9 +62,10 @@ YOU!**

<Sponsors level="featured">

<Sponsor name="Chad Furman" avatar={chad} />
<Sponsor name="Chad Furman" avatar={chad} href="https://chads.website"/>
<Sponsor name="Timescale" avatar={timescale} href="https://timescale.com"/>
<Sponsor name="Point 72 Ventures" avatar={p72}/>
<Sponsor name="Storyscript" avatar={storyscript} href="https://storyscript.io?utm_source=postgraphile"/>
<Sponsor name="Point 72 Ventures" avatar={p72} href="http://p72.vc"/>

</Sponsors>
<Sponsors level="leaders">
Expand Down Expand Up @@ -99,7 +101,6 @@ YOU!**
<Sponsor name="cybere" />
<Sponsor name="dwwoelfel" />
<Sponsor name="Bjørn Michelsen" />
<Sponsor name="Storyscript" business />
<Sponsor name="CJ" />
</Sponsors>
<Sponsors level="backers">
Expand Down

0 comments on commit 1201f48

Please sign in to comment.