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

Purpose-built for displays of data

Observable is your go-to platform for exploring data and creating expressive data visualizations. Use reactive JavaScript notebooks for prototyping and a collaborative canvas for visual data exploration and dashboard creation.
Learn more