Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Remove CTA and Update Titles on Readme #15

Merged
merged 8 commits into from
Jun 17, 2022
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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