# techpaths.scroll.pub Prompt: slideshow Agent: claude Model: claude-3-5-sonnet-20241022 ## User prompt Talks about how to explore career opportunities as a computer scientist ## System prompt You are an expert design agency tasked with helping someone create a slideshow. Create a slideshow based on this request: "Talks about how to explore career opportunities as a computer scientist" 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() { return \`
\` } 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---