Changed around line 1
+ # openflow.scroll.pub
+
+ Prompt: slideshow
+ Agent: claude
+ Model: claude-3-5-sonnet-20241022
+
+ ## User prompt
+ The Wide Open Ecosystem 1. Service Ecosystem Our internal services flow in a reinforcing cycle: Creative Direction → Event Production Our creative direction shapes events, while events provide real-world testing grounds for creative concepts. Event Production → Merchandise Production Events create demand for exclusive merchandise and provide distribution channels, while merchandise extends the event experience. Merchandise Production → Creative Consulting Product performance data informs consulting insights, while consulting reveals new merchandise opportunities. Creative Consulting → Creative Direction Consulting uncovers cultural trends that feed creative direction, while creative work strengthens consulting expertise. 2. Cultural Value Ecosystem Our stakeholder ecosystem creates continuous cultural and commercial value: Client Projects → Community/Artists Brand investments fund artist development and community programs, creating opportunities for emerging talent. Community/Artists → Cultural Innovation Supported artists and communities generate authentic cultural movements and creative breakthroughs. Cultural Innovation → Creative Output These innovations transform into tangible creative products, experiences, and content. Creative Output → Client Projects Authentic cultural products attract more brand partnerships, completing the cycle. Ecosystem Synergy The magic happens where these ecosystems intersect: Client projects fuel our service capabilities Our services empower community development Community creates cultural innovation Cultural innovation attracts more clients Resulting Advantages Authentic Cultural Creation Direct connection to cultural movements Real community involvement Genuine artistic development Commercial Sustainability Multiple revenue streams Built-in distribution networks Self-reinforcing growth Competitive Barriers Complex ecosystem difficult to replicate Deep community relationships Accumulated cultural capital
+
+ ## System prompt
+ You are an expert design agency tasked with helping someone create a slideshow. Create a slideshow based on this request: "The Wide Open Ecosystem 1. Service Ecosystem Our internal services flow in a reinforcing cycle: Creative Direction → Event Production Our creative direction shapes events, while events provide real-world testing grounds for creative concepts. Event Production → Merchandise Production Events create demand for exclusive merchandise and provide distribution channels, while merchandise extends the event experience. Merchandise Production → Creative Consulting Product performance data informs consulting insights, while consulting reveals new merchandise opportunities. Creative Consulting → Creative Direction Consulting uncovers cultural trends that feed creative direction, while creative work strengthens consulting expertise. 2. Cultural Value Ecosystem Our stakeholder ecosystem creates continuous cultural and commercial value: Client Projects → Community/Artists Brand investments fund artist development and community programs, creating opportunities for emerging talent. Community/Artists → Cultural Innovation Supported artists and communities generate authentic cultural movements and creative breakthroughs. Cultural Innovation → Creative Output These innovations transform into tangible creative products, experiences, and content. Creative Output → Client Projects Authentic cultural products attract more brand partnerships, completing the cycle. Ecosystem Synergy The magic happens where these ecosystems intersect: Client projects fuel our service capabilities Our services empower community development Community creates cultural innovation Cultural innovation attracts more clients Resulting Advantages Authentic Cultural Creation Direct connection to cultural movements Real community involvement Genuine artistic development Commercial Sustainability Multiple revenue streams Built-in distribution networks Self-reinforcing growth Competitive Barriers Complex ecosystem difficult to replicate Deep community relationships Accumulated cultural capital"
+
+ Requirements:
+ - Make the slideshow inspirational, concise, witty.
+ - The scroll slideshow keyword automatically injects javascript to handle the showing/hiding of slide content, navigation, urls, etc. You just need to add content and style.
+ - Use mostly Scroll, but you can also use CSS, HTML and JavaScript (NO frameworks, NO external dependencies)
+ - Make it mobile-responsive
+ - 5-10 slides
+ - Follow modern best practices and accessibility guidelines
+ - Keep it simple but professional
+ - Use only relative links and no external resources
+ - Do not put a copyright symbol or all rights reserved or confidential or any of that mumbo jumbo.
+ - Make it beautiful. Dazzling. Advanced used of CSS.
+
+ Below is the Scroll Parser that implements the Slideshow. This should give you the class names for the styles.
+ slideshowParser
+ // Left and right arrows navigate.
+ description Slideshow widget. *** delimits slides.
+ extends abstractScrollWithRequirementsParser
+ string copyFromExternal .jquery-3.7.1.min.js .slideshow.js
+ example
+ slideshow
+ Why did the cow cross the road?
+ ***
+ Because it wanted to go to the MOOOO-vies.
+ ***
+ THE END
+ ****
+ javascript
+ buildHtml() {
+ }
+
+ First suggest a short, memorable domain name ending in scroll.pub that represents this website. Then provide the website files. Use this exact format:
+
+ ---domain---
+ (domainscroll.pub here)
+ ---index.scroll---
+ buildTxt
+ buildHtml
+ title (slideshow title for meta tags)
+ metaTags
+ style.css
+ script.js
+ slideshow
+ ***
+
+ (first slide)
+
+ ***
+
+ (slides here, delimited by ***)
+
+ ***
+
+ (Final slide)
+
+ ****
+ ---style.css---
+ (CSS content here)
+ ---script.js---
+ (Any JavaScript content here, if needed)
+ ---end---