Skip to content

Commit 0c5305f

Browse files
committed
remove sponsorship references
1 parent f9ccd23 commit 0c5305f

File tree

4 files changed

+3
-129
lines changed

4 files changed

+3
-129
lines changed

src/layouts/index.js

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -123,14 +123,6 @@ class Header extends React.Component {
123123
>
124124
Team
125125
</HeaderLink>
126-
<HeaderLink
127-
to="/support-graphene"
128-
docs={docs}
129-
className="nav-link"
130-
activeClassName="nav-link-active"
131-
>
132-
Support Graphene
133-
</HeaderLink>
134126
<a
135127
className="nav-link"
136128
href="https://github.com/graphql-python/graphene"

src/pages/index.js

Lines changed: 3 additions & 24 deletions
Original file line numberDiff line numberDiff line change
@@ -39,29 +39,6 @@ const IndexPage = () => (
3939
</a>
4040
</div>
4141

42-
<section className="sponsors">
43-
<Observer threshold={0.9}>
44-
{({ inView, ref }) => (
45-
<div className="small-container" ref={ref}>
46-
<h2>Sponsors</h2>
47-
<Sponsors active={inView} />
48-
<p>
49-
Graphene is a collaboratively funded project. If you use Graphene
50-
commercially we <b>strongly encourage you to invest</b> in its
51-
continued development by{" "}
52-
<Link to="/support-graphene">becoming a sponsor</Link>.
53-
</p>
54-
<p>
55-
Every single apportation helps us make Graphene long-term
56-
financially sustainable.
57-
</p>
58-
<Link className="button" to="/support-graphene">
59-
Become a Sponsor!
60-
</Link>
61-
</div>
62-
)}
63-
</Observer>
64-
</section>
6542
<section className="main">
6643
<div className="container">
6744
<div className="half">
@@ -126,7 +103,9 @@ schema.<b>execute</b>('''
126103

127104
<p>
128105
We offer integrations with different frameworks that will get you up
129-
to speed in the blink of an eye.<br />This integrations include:
106+
to speed in the blink of an eye.
107+
<br />
108+
This integrations include:
130109
<ul>
131110
<li>
132111
<b>Django</b>:{" "}

src/pages/page-2.js

Lines changed: 0 additions & 12 deletions
This file was deleted.

src/pages/support-graphene.js

Lines changed: 0 additions & 85 deletions
This file was deleted.

0 commit comments

Comments
 (0)