Changes to breck7.scroll.pub

Breck Yunits
Breck Yunits
18 days ago
updated index.scroll
index.scroll
Changed around line 10: main
- src data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTAwIiBoZWlnaHQ9IjEwMCIgdmlld0JveD0iMCAwIDEwMCAxMDAiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGNpcmNsZSBjeD0iNTAiIGN5PSI1MCIgcj0iNTAiIGZpbGw9IiM2MjYyNjIiLz48dGV4dCB4PSI1MCIgeT0iNTUiIHRleHQtYW5jaG9yPSJtaWRkbGUiIGZvbnQtc2l6ZT0iNDBweCIgZmlsbD0id2hpdGUiPkI8L3RleHQ+PC9zdmc+
+ src glamourShot.png
root
root
18 days ago
Added glamourShot.png
glamourShot.png
root
root
18 days ago
Initial commit
index.scroll
Changed around line 1
+ buildHtml
+ baseUrl https://links.scroll.pub
+ metaTags
+ editButton /edit.html
+ title Breck Yunits - Links
+ style.css
+ main
+ section
+ class container
+ div
+ class profile
+ img
+ src data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTAwIiBoZWlnaHQ9IjEwMCIgdmlld0JveD0iMCAwIDEwMCAxMDAiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGNpcmNsZSBjeD0iNTAiIGN5PSI1MCIgcj0iNTAiIGZpbGw9IiM2MjYyNjIiLz48dGV4dCB4PSI1MCIgeT0iNTUiIHRleHQtYW5jaG9yPSJtaWRkbGUiIGZvbnQtc2l6ZT0iNDBweCIgZmlsbD0id2hpdGUiPkI8L3RleHQ+PC9zdmc+
+ alt Profile
+ h1 Breck Yunits
+ p Developer & Creator
+ nav
+ class links
+ a
+ href https://breckyunits.com
+ class link-card
+ span 🌐
+ span Personal Website
+ a
+ href https://github.com/breck7
+ class link-card
+ span 💻
+ span GitHub
+ a
+ href https://twitter.com/breckyunits
+ class link-card
+ span 🐦
+ span Twitter
+ a
+ href https://linkedin.com/in/breck7
+ class link-card
+ span 💼
+ span LinkedIn
+ a
+ href mailto:breck7@gmaill.com
+ class link-card
+ span ✉️
+ span Email
+ script.js
prompt.json
Changed around line 1
+ {
+ "id": "msg_01VfUPs1Rxy4mtF6SDJCP6fN",
+ "type": "message",
+ "role": "assistant",
+ "model": "claude-3-5-sonnet-20241022",
+ "content": [
+ {
+ "type": "text",
+ "text": "For a personal linktree site, I'll suggest:\n\n---domain---\nlinks.scroll.pub\n---index.scroll---\nbuildHtml\nbaseUrl https://links.scroll.pub\nmetaTags\neditButton /edit.html\ntitle Breck Yunits - Links\nstyle.css\nmain\n section\n class container\n div\n class profile\n img\n src data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTAwIiBoZWlnaHQ9IjEwMCIgdmlld0JveD0iMCAwIDEwMCAxMDAiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGNpcmNsZSBjeD0iNTAiIGN5PSI1MCIgcj0iNTAiIGZpbGw9IiM2MjYyNjIiLz48dGV4dCB4PSI1MCIgeT0iNTUiIHRleHQtYW5jaG9yPSJtaWRkbGUiIGZvbnQtc2l6ZT0iNDBweCIgZmlsbD0id2hpdGUiPkI8L3RleHQ+PC9zdmc+\n alt Profile\n h1 Breck Yunits\n p Developer & Creator\n nav\n class links\n a\n href https://breckyunits.com\n class link-card\n span 🌐\n span Personal Website\n a\n href https://github.com/breck7\n class link-card\n span 💻\n span GitHub\n a\n href https://twitter.com/breckyunits\n class link-card\n span 🐦\n span Twitter\n a\n href https://linkedin.com/in/breck7\n class link-card\n span 💼\n span LinkedIn\n a\n href mailto:breck7@gmaill.com\n class link-card\n span ✉️\n span Email\nscript.js\n---style.css---\n:root {\n --primary-color: #2d3436;\n --secondary-color: #0984e3;\n --background-color: #f5f6fa;\n --card-background: #ffffff;\n --text-color: #2d3436;\n --hover-color: #74b9ff;\n}\n\n* {\n margin: 0;\n padding: 0;\n box-sizing: border-box;\n}\n\nbody {\n font-family: -apple-system, BlinkMacSystemFont, \"Segoe UI\", Roboto, sans-serif;\n background: var(--background-color);\n color: var(--text-color);\n line-height: 1.6;\n}\n\n.container {\n max-width: 680px;\n margin: 0 auto;\n padding: 2rem 1rem;\n}\n\n.profile {\n text-align: center;\n margin-bottom: 2rem;\n}\n\n.profile img {\n width: 128px;\n height: 128px;\n border-radius: 50%;\n margin-bottom: 1rem;\n border: 3px solid var(--secondary-color);\n padding: 3px;\n}\n\n.profile h1 {\n font-size: 2rem;\n margin-bottom: 0.5rem;\n color: var(--primary-color);\n}\n\n.profile p {\n color: var(--secondary-color);\n font-size: 1.1rem;\n}\n\n.links {\n display: flex;\n flex-direction: column;\n gap: 1rem;\n}\n\n.link-card {\n display: flex;\n align-items: center;\n padding: 1rem;\n background: var(--card-background);\n border-radius: 12px;\n text-decoration: none;\n color: var(--text-color);\n font-weight: 500;\n box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);\n transition: all 0.3s ease;\n}\n\n.link-card:hover {\n transform: translateY(-2px);\n box-shadow: 0 6px 8px rgba(0, 0, 0, 0.15);\n background: var(--hover-color);\n color: white;\n}\n\n.link-card span:first-child {\n font-size: 1.5rem;\n margin-right: 1rem;\n}\n\n.link-card span:last-child {\n font-size: 1.1rem;\n}\n\n@media (max-width: 480px) {\n .container {\n padding: 1rem;\n }\n \n .profile h1 {\n font-size: 1.75rem;\n }\n \n .profile p {\n font-size: 1rem;\n }\n \n .link-card {\n padding: 0.875rem;\n }\n \n .link-card span:first-child {\n font-size: 1.25rem;\n }\n \n .link-card span:last-child {\n font-size: 1rem;\n }\n}\n---script.js---\ndocument.addEventListener('DOMContentLoaded', () => {\n // Add smooth scroll behavior\n document.querySelectorAll('a[href^=\"#\"]').forEach(anchor => {\n anchor.addEventListener('click', function (e) {\n e.preventDefault();\n document.querySelector(this.getAttribute('href')).scrollIntoView({\n behavior: 'smooth'\n });\n });\n });\n\n // Add hover animation\n const cards = document.querySelectorAll('.link-card');\n cards.forEach(card => {\n card.addEventListener('mouseover', () => {\n card.style.transform = 'translateY(-2px)';\n });\n card.addEventListener('mouseout', () => {\n card.style.transform = 'translateY(0)';\n });\n });\n});\n---end---\n\nThis design features:\n- Clean, minimal aesthetic with smooth animations\n- Responsive design that works on all devices\n- Accessible semantic HTML\n- Beautiful hover effects and transitions\n- SVG placeholder profile image (can be replaced with a real image)\n- Modern color scheme with CSS variables\n- Smooth scrolling behavior\n- Interactive hover effects with JavaScript\n- Card-based layout for links\n- Emoji icons for visual interest\n- Proper spacing and typography\n- Box shadows for depth\n- Optimized for performance\n\nThe site is completely self-contained with no external dependencies and follows all modern web development best practices."
+ }
+ ],
+ "stop_reason": "end_turn",
+ "stop_sequence": null,
+ "usage": {
+ "input_tokens": 884,
+ "cache_creation_input_tokens": 0,
+ "cache_read_input_tokens": 0,
+ "output_tokens": 1721
+ }
+ }
readme.scroll
Changed around line 1
+ # links2.scroll.pub
+
+ Prompt: website
+ Agent: claude
+ Model: claude-3-5-sonnet-20241022
+
+ ## User prompt
+ Give me a linktree for myself. My name is Breck Yunits. My email is breck7@gmaill.com. My GitHub is breck7. My twitter username is breckyunits. My website is breckyunits.com. My linked in is breck7.
+
+ ## System prompt
+ You are an expert web developer. Create a website based on this request: "Give me a linktree for myself. My name is Breck Yunits. My email is breck7@gmaill.com. My GitHub is breck7. My twitter username is breckyunits. My website is breckyunits.com. My linked in is breck7. "
+
+ Requirements:
+ - Use only Scroll, CSS, and JavaScript (NO frameworks, NO external dependencies)
+ - Create clean, semantic HTML5
+ - Make it mobile-responsive
+ - 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 in the footer.
+ - Make it beautiful. Dazzling. Advanced used of CSS.
+
+ As a refresher, for doing the html body, Scroll is a whitespace based language that uses a single indented space to mark a line (aka particle) as a subparticle of a parent line.
+
+ For example:
+
+ header
+ class hero
+ nav
+ div Scroll
+ class logo
+ div
+ class nav-links
+ a Features
+ href #features
+ a Examples
+ href #examples
+ a Edit
+ href edit.html
+ a GitHub
+ class cta-button
+ href https://github.com/breck7/scroll
+ div
+ class hero-content
+ h1 Write Better with Scroll
+ p The extendible markup language that makes source beautiful and compiles to anything
+ a Get Started
+ class primary-button
+ href https://hub.scroll.pub/
+ main
+ section
+ id features
+ class features
+ h2 Why Scroll?
+ div
+ class feature-grid
+ div
+ class feature-card
+ div ⚡
+ class feature-icon
+ h3 Simple Syntax
+ p Like Markdown, but more powerful. No parentheses needed.
+ div
+ class feature-card
+ div 🧩
+ class feature-icon
+ h3 Extendible
+ p Build your own custom parsers.
+ div
+ class feature-card
+ div 🎨
+ class feature-icon
+ h3 Beautiful Output
+ p Create stunning documents with minimal effort.
+ div
+ class feature-card
+ div 🚀
+ class feature-icon
+ h3 Fast & Light
+ p Built on the efficient PPS Stack.
+ section
+ id examples
+ class code-demo
+ h2 See It In Action
+ div
+ class code-container
+ pre
+ class code-example
+ div
+ class code-output
+ footer
+ div
+ class footer-content
+ div
+ class footer-links
+ a Documentation
+ href https://scroll.pub/tutorial.html
+ a Community
+ href https://www.reddit.com/r/WorldWideScroll/
+ a Blog
+ href https://scroll.pub/blog
+ p Started by Breck Yunits. Evolved by a community.
+ https://twitter.com/breckyunits Breck Yunits
+ https://github.com/breck7/scroll/graphs/contributors community
+
+
+ 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---
+ buildHtml
+ baseUrl https://(domainscroll.pub here)
+ metaTags
+ editButton /edit.html
+ title (Title here)
+ style.css
+
+ (body content here. no blank lines please.)
+
+ script.js
+ ---style.css---
+ (CSS content here)
+ ---script.js---
+ (JavaScript content here)
+ ---end---
script.js
Changed around line 1
+ document.addEventListener('DOMContentLoaded', () => {
+ // Add smooth scroll behavior
+ document.querySelectorAll('a[href^="#"]').forEach(anchor => {
+ anchor.addEventListener('click', function (e) {
+ e.preventDefault();
+ document.querySelector(this.getAttribute('href')).scrollIntoView({
+ behavior: 'smooth'
+ });
+ });
+ });
+
+ // Add hover animation
+ const cards = document.querySelectorAll('.link-card');
+ cards.forEach(card => {
+ card.addEventListener('mouseover', () => {
+ card.style.transform = 'translateY(-2px)';
+ });
+ card.addEventListener('mouseout', () => {
+ card.style.transform = 'translateY(0)';
+ });
+ });
+ });
style.css
Changed around line 1
+ :root {
+ --primary-color: #2d3436;
+ --secondary-color: #0984e3;
+ --background-color: #f5f6fa;
+ --card-background: #ffffff;
+ --text-color: #2d3436;
+ --hover-color: #74b9ff;
+ }
+
+ * {
+ margin: 0;
+ padding: 0;
+ box-sizing: border-box;
+ }
+
+ body {
+ font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
+ background: var(--background-color);
+ color: var(--text-color);
+ line-height: 1.6;
+ }
+
+ .container {
+ max-width: 680px;
+ margin: 0 auto;
+ padding: 2rem 1rem;
+ }
+
+ .profile {
+ text-align: center;
+ margin-bottom: 2rem;
+ }
+
+ .profile img {
+ width: 128px;
+ height: 128px;
+ border-radius: 50%;
+ margin-bottom: 1rem;
+ border: 3px solid var(--secondary-color);
+ padding: 3px;
+ }
+
+ .profile h1 {
+ font-size: 2rem;
+ margin-bottom: 0.5rem;
+ color: var(--primary-color);
+ }
+
+ .profile p {
+ color: var(--secondary-color);
+ font-size: 1.1rem;
+ }
+
+ .links {
+ display: flex;
+ flex-direction: column;
+ gap: 1rem;
+ }
+
+ .link-card {
+ display: flex;
+ align-items: center;
+ padding: 1rem;
+ background: var(--card-background);
+ border-radius: 12px;
+ text-decoration: none;
+ color: var(--text-color);
+ font-weight: 500;
+ box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
+ transition: all 0.3s ease;
+ }
+
+ .link-card:hover {
+ transform: translateY(-2px);
+ box-shadow: 0 6px 8px rgba(0, 0, 0, 0.15);
+ background: var(--hover-color);
+ color: white;
+ }
+
+ .link-card span:first-child {
+ font-size: 1.5rem;
+ margin-right: 1rem;
+ }
+
+ .link-card span:last-child {
+ font-size: 1.1rem;
+ }
+
+ @media (max-width: 480px) {
+ .container {
+ padding: 1rem;
+ }
+
+ .profile h1 {
+ font-size: 1.75rem;
+ }
+
+ .profile p {
+ font-size: 1rem;
+ }
+
+ .link-card {
+ padding: 0.875rem;
+ }
+
+ .link-card span:first-child {
+ font-size: 1.25rem;
+ }
+
+ .link-card span:last-child {
+ font-size: 1rem;
+ }
+ }