Public
Edited
Oct 22, 2024
Insert cell
Insert cell
slides = [
// Specify images (link to CMS library) and associated text content via HTML here
// Add/remove items as needed
{
image: 'https://montanafreepress.org/wp-content/uploads/2024/10/Coal-country-culture-06.jpg',
content: `<p>1: Lorem ipsum <strong>important text</strong>. Less important ipsum opsom.</p>`
},
{
image: 'https://apps.montanafreepress.org/election-guide-2024/maps/us-senate.png',
content: `<p>2: Lorem ipsum <strong>important text</strong>. Less important ipsum opsom.</p>
<p>More more more more.</p>`
},
{
image: 'https://montanafreepress.org/wp-content/uploads/2024/10/Coal-country-culture-08.jpg',
content: `<p>3: Lorem ipsum <strong>important text</strong>. Less important ipsum opsom.</p>`
},
// We currently need an image-less final slide to keep the last image from running over into body text beneath the embed
// This is a dumb bug that Eric has given up on fixing today
{
image: '',
content: `<p>Suggest adding photo credit materials or other outro materials here</p>`
},
]
Insert cell
Insert cell
Insert cell
Insert cell

One platform to build and deploy the best data apps

Experiment and prototype by building visualizations in live JavaScript notebooks. Collaborate with your team and decide which concepts to build out.
Use Observable Framework to build data apps locally. Use data loaders to build in any language or library, including Python, SQL, and R.
Seamlessly deploy to Observable. Test before you ship, use automatic deploy-on-commit, and ensure your projects are always up-to-date.
Learn more