Skip to content

Commit

Permalink
Merge pull request #75 from ceramicnetwork/docs-main-page
Browse files Browse the repository at this point in the history
Moving ComposeDB section to the beginning on main docs page
  • Loading branch information
velvet-shark authored Mar 20, 2024
2 parents 6cd5f09 + 0a9da2b commit f836dda
Showing 1 changed file with 24 additions and 24 deletions.
48 changes: 24 additions & 24 deletions src/pages/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,30 @@ export default function Home() {
<HomepageHeader />
<div className={styles.productSection}>
<div className={styles.productCardsWrapper}>
<div
className={styles.productCard}
style={{
background: "linear-gradient(215deg, var(--ifm-color-primary) -33%, var(--box-color) 50%)"
}}
>
<h3>Build with ComposeDB</h3>
<div>A decentralized, composable graph database to build interoperable applications on Ceramic.</div>
<div
style={{
display: "flex",
columnGap: "24px",
rowGap: "4px",
width: "100%",
flexWrap: "wrap",
padding: "16px 0 0",
fontWeight: "500"
}}
>
<div>
<a href="/docs/composedb/getting-started">Getting Started →</a>
</div>
</div>
</div>
<div
className={styles.productCard}
style={{
Expand Down Expand Up @@ -75,30 +99,6 @@ export default function Home() {
</div>
</div>
</div>
<div
className={styles.productCard}
style={{
background: "linear-gradient(215deg, var(--ifm-color-primary) -33%, var(--box-color) 50%)"
}}
>
<h3>Build with ComposeDB</h3>
<div>A decentralized, composable graph database to build interoperable applications on Ceramic.</div>
<div
style={{
display: "flex",
columnGap: "24px",
rowGap: "4px",
width: "100%",
flexWrap: "wrap",
padding: "16px 0 0",
fontWeight: "500"
}}
>
<div>
<a href="/docs/composedb/getting-started">Getting Started →</a>
</div>
</div>
</div>
</div>
</div>
<div
Expand Down

0 comments on commit f836dda

Please sign in to comment.