Skip to content

Commit

Permalink
Remove CTA and Update Titles on Readme (#15)
Browse files Browse the repository at this point in the history
* add clyde and update podcast titles

Signed-off-by: James McLeod <james.mcleod@finos.org>

* update podcast titles

Signed-off-by: James McLeod <james.mcleod@finos.org>

* update podcast titles and side bar

Signed-off-by: James McLeod <james.mcleod@finos.org>

* add clyde to readme

Signed-off-by: James McLeod <james.mcleod@finos.org>

* remove italics

Signed-off-by: James McLeod <james.mcleod@finos.org>

* update CTAs

Signed-off-by: James McLeod <james.mcleod@finos.org>

* update titles on readme

Signed-off-by: James McLeod <james.mcleod@finos.org>
  • Loading branch information
James McLeod authored Jun 17, 2022
1 parent 55f4af2 commit 4b220d7
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 18 deletions.
14 changes: 7 additions & 7 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,13 +12,13 @@ From the Linux Foundation office in New York City, welcome to "The Untold Storie

Listen to the latest episodes from The Linux Foundation ["The Untold Stories of Open Source"](https://untold-stories-of-open-source.captivate.fm/spotify) podcast below.

| Episode | Play Podcast |
| ------------------------------------------------------------------------------------------------------------ | :-----------------------------------------------------------------------------------------------------------------------------------------: |
| [A New Model for Technical Training, with Clyde Seepersad](docs/podcasts/new-model-training.mdx) | <a href="https://open.spotify.com/episode/2HCRrlO0zW2xEcfnZ5i0fG" target="_blank"><img src="docs/images/podcast-mic.png" height="30" /></a> |
| [Patrick Debois on the Business of Open Source](docs/podcasts/business-of-open-source.mdx) | <a href="https://open.spotify.com/episode/3MKsXkw9Et5B9bGLWKJNpc" target="_blank"><img src="docs/images/podcast-mic.png" height="30" /></a> |
| [Brian Behlendorf and the OpenSSF Project](docs/podcasts/openssf-project.mdx) | <a href="https://open.spotify.com/episode/0P0cjBDn5nSYPe1i0FrFXr" target="_blank"><img src="docs/images/podcast-mic.png" height="30" /></a> |
| [Priyanka Sharma, GM, CNCF](docs/podcasts/priyanka-sharma-gm-cncf.mdx) | <a href="https://open.spotify.com/episode/5KgqNXHHV0y03yjgg7kg8E" target="_blank"><img src="docs/images/podcast-mic.png" height="30" /></a> |
| [An Introduction to the new Podcast from the Linux Foundation](docs/podcasts/introduction-to-lf-podcast.mdx) | <a href="https://open.spotify.com/episode/62DAkdeQTSAPeLbxF2sTlX" target="_blank"><img src="docs/images/podcast-mic.png" height="30" /></a> |
| Episode | Play Podcast |
| ------------------------------------------------------------------------------------------------------------------------------------------------ | :-----------------------------------------------------------------------------------------------------------------------------------------: |
| [A New Model for Technical Training, with Clyde Seepersad](docs/podcasts/new-model-training.mdx) | <a href="https://open.spotify.com/episode/2HCRrlO0zW2xEcfnZ5i0fG" target="_blank"><img src="docs/images/podcast-mic.png" height="30" /></a> |
| [The Business Side of Open Source, with Patrick Debois](docs/podcasts/business-of-open-source.mdx) | <a href="https://open.spotify.com/episode/3MKsXkw9Et5B9bGLWKJNpc" target="_blank"><img src="docs/images/podcast-mic.png" height="30" /></a> |
| [A Life in Open Source, with Brian Behlendorf](docs/podcasts/openssf-project.mdx) | <a href="https://open.spotify.com/episode/0P0cjBDn5nSYPe1i0FrFXr" target="_blank"><img src="docs/images/podcast-mic.png" height="30" /></a> |
| [Balancing Priorities at the CNCF, with Priyanka Sharma](docs/podcasts/priyanka-sharma-gm-cncf.mdx) | <a href="https://open.spotify.com/episode/5KgqNXHHV0y03yjgg7kg8E" target="_blank"><img src="docs/images/podcast-mic.png" height="30" /></a> |
| [The Untold Stories of Open Source - An Introduction to the new Podcast from the Linux Foundation](docs/podcasts/introduction-to-lf-podcast.mdx) | <a href="https://open.spotify.com/episode/62DAkdeQTSAPeLbxF2sTlX" target="_blank"><img src="docs/images/podcast-mic.png" height="30" /></a> |

## Listen in your Browser

Expand Down
2 changes: 1 addition & 1 deletion website/docusaurus.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ module.exports = {
repoUrl: `https://github.com/linuxfoundation/lf-podcast`,
ctaButton: 'CONTRIBUTE YOUR LF PODCAST EPISODE',
ctaUrl: 'https://github.com/linuxfoundation/lf-podcast',
ctaHeader: 'Become part of the joined up Linux Foundation podcast network'
ctaHeader: 'The Linux Foundation Podcast Series'
},
scripts: ['https://buttons.github.io/buttons.js'],
stylesheets: ['https://fonts.googleapis.com/css?family=Overpass:400,400i,700'],
Expand Down
10 changes: 0 additions & 10 deletions website/src/pages/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -18,16 +18,6 @@ function Home() {
<div className="container">
<h1 className="hero__title">{siteConfig.title}</h1>
<p className={classnames('hero--subtitle')}>{siteConfig.customFields.ctaHeader}</p>
<div className={styles.buttons}>
<Link
className={classnames(
'button button--outline button--secondary button--lg',
styles.getStarted
)}
to={siteConfig.customFields.ctaUrl}>
{siteConfig.customFields.ctaButton}
</Link>
</div>
</div>
</header>
<main>
Expand Down

0 comments on commit 4b220d7

Please sign in to comment.