diff --git a/src/pages/index.js b/src/pages/index.js index b9628e152..8f77f0c56 100644 --- a/src/pages/index.js +++ b/src/pages/index.js @@ -8,7 +8,6 @@ import SEO from '../components/Seo'; import GuideListing from '../components/GuideListing/GuideListing'; import GuideTile from '../components/GuideTile'; import PageTitle from '../components/PageTitle'; -import Section from '../components/Section'; import Video from '../components/Video'; import FeatherIcon from '../components/FeatherIcon'; import ExternalLink from '../components/ExternalLink'; @@ -101,7 +100,7 @@ const IndexPage = ({ data, pageContext }) => { /> -
+
@@ -117,9 +116,9 @@ const IndexPage = ({ data, pageContext }) => { ))} -
+
- + Get inspired @@ -152,6 +151,24 @@ const IndexPage = ({ data, pageContext }) => { {' '} built by the New Relic community.

+ +
+

New Relic Developer Champions

+

+ New Relic Champions are solving big problems using New Relic as + their linchpin and are recognized as experts and leaders in the New + Relic technical community. +

+ + + +
); diff --git a/src/pages/index.module.scss b/src/pages/index.module.scss index 439969fcc..31d43e0d5 100644 --- a/src/pages/index.module.scss +++ b/src/pages/index.module.scss @@ -31,7 +31,7 @@ } .guideListing { - margin-top: 6rem; + margin-top: 0; } .guideListingHeader { @@ -69,3 +69,12 @@ .externalLinkIcon { margin-left: 0.25rem; } + +.section { + margin-top: 4rem; +} + +.stripedSection { + padding: 2rem; + background: var(--color-neutrals-100); +}