From 3f706f1f30e56fa55f919df4f0c166cc5af6ba92 Mon Sep 17 00:00:00 2001 From: Jerel Miller Date: Wed, 29 Jul 2020 19:17:38 -0700 Subject: [PATCH] feat: use PageLayout for podcasts page --- src/pages/podcasts.js | 104 ++++++++++++++++++++++-------------------- 1 file changed, 54 insertions(+), 50 deletions(-) diff --git a/src/pages/podcasts.js b/src/pages/podcasts.js index d8cd4d967..1e1755740 100644 --- a/src/pages/podcasts.js +++ b/src/pages/podcasts.js @@ -1,7 +1,7 @@ import React from 'react'; import cx from 'classnames'; import SEO from '../components/Seo'; -import PageTitle from '../components/PageTitle'; +import PageLayout from '../components/PageLayout'; import podcastsHeader from '../images/podcasts/podcasts.jpg'; import styles from './podcasts.module.scss'; @@ -9,57 +9,61 @@ const PodcastsPage = () => { return ( <> - New Relic Podcasts -
-
-

- Sometimes we talk on the internet about some things. You probably - listen to some things on the internet sometimes. We're perfect for - each other. -

-

- We're in the process of spinning up a few podcasts to bring you all - the news, code and pontification that's fit for publication, and - rather a lot that isn't as well. -

-

- For the time being we have one podcast, so we're including it here - for your listening enjoyment. -

-

- While it may seem silly to start an entire page for podcasts when we - only have the one (we should really have called it 'podcast' page), - we had to start somewhere. -

-

-

+ + + +
+

- "Omnium rerum principia parva sunt" (All things have small - beginnings) + Sometimes we talk on the internet about some things. You + probably listen to some things on the internet sometimes. We're + perfect for each other.

-
- Marcus Tullius Cicero (106 BC - 43 BC)
-
-

-

- We hope you enjoy it. If you don't please feel free to{' '} - send us mean emails. It's - internet tradition. -

-
- podcasts header -
-
-
-