Skip to content

Commit

Permalink
Homepage: Update to include Starter on homepage (graphile#184)
Browse files Browse the repository at this point in the history
  • Loading branch information
benjie committed Dec 10, 2019
2 parents fa809a6 + 130cbbf commit 03c7680
Showing 1 changed file with 32 additions and 2 deletions.
34 changes: 32 additions & 2 deletions src/pages/index.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -57,9 +57,39 @@ import COLOURS from "$components/colours";

<MarketingDivide from="white" to="medium" via="light" down />


<MarketingSection bg="medium">


<Flex>
<Col span="6">

<img
src="/images/graphile.optimized.svg"
alt="Graphile Heart"
class='mw5 pt4'
/>

</Col>
<Col span="6">
<MarketingProduct
big
name="Graphile Starter"
headline="A quick-start project for full-stack application development in React, Node.js, GraphQL and PostgreSQL"
more="https://github.com/graphile/starter"
>

Graphile Starter includes the foundations of a modern web application, with a full user registration system, session management, optimised job queue, pre-configured tooling, tests and much more.

</MarketingProduct>
</Col>
</Flex>


</MarketingSection>
<MarketingDivide from="medium" to="dark" via="light" down/>

<MarketingSection bg="dark">

## Database tools

<Flex>
Expand Down Expand Up @@ -92,7 +122,7 @@ Experimental, being developed in the open. Focusses on fast iteration speed.

</MarketingSection>

<MarketingDivide from="medium" to="light" down />
<MarketingDivide from="dark" to="light" down />

<MarketingSection bg="light">

Expand Down

0 comments on commit 03c7680

Please sign in to comment.