commit 8749f848d4e97bed5ebdbdc92f8d721c4302641f
Author: root <root@hub.scroll.pub> Date: 2025-01-07 04:17:04 +0000 Subject: Initial commit diff --git a/body.html b/body.html new file mode 100644 index 0000000..11f1925 --- /dev/null +++ b/body.html @@ -0,0 +1,82 @@ +<header> + <nav> + <div class="logo">ScrollVC</div> + <button class="mobile-menu" aria-label="Toggle menu">☰</button> + <ul class="nav-links"> + <li><a href="#overview">Overview</a></li> + <li><a href="#benefits">Benefits</a></li> + <li><a href="#technology">Technology</a></li> + <li><a href="#contact">Contact</a></li> + </ul> + </nav> +</header> + +<main> + <section id="hero"> + <div class="hero-content"> + <h1>Scroll Protocol</h1> + <p class="tagline">Scaling Ethereum for the Next Generation</p> + <button class="cta-button">Learn More</button> + </div> + </section> + + <section id="overview"> + <h2>What is Scroll?</h2> + <div class="feature-grid"> + <div class="feature"> + <h3>Layer 2 Solution</h3> + <p>Scroll is a zkRollup-based Layer 2 solution that enables native compatibility with Ethereum.</p> + </div> + <div class="feature"> + <h3>Scalability</h3> + <p>Achieve high throughput while maintaining Ethereum's security guarantees.</p> + </div> + <div class="feature"> + <h3>Compatibility</h3> + <p>Full EVM compatibility for seamless deployment of existing Ethereum applications.</p> + </div> + </div> + </section> + + <section id="benefits"> + <h2>Why Invest in Scroll?</h2> + <div class="benefits-container"> + <div class="benefit"> + <h3>Market Potential</h3> + <p>Targeting the growing Layer 2 scaling market with innovative technology.</p> + </div> + <div class="benefit"> + <h3>Strong Team</h3> + <p>Founded by experienced blockchain developers and researchers.</p> + </div> + <div class="benefit"> + <h3>Technical Excellence</h3> + <p>Built on cutting-edge zero-knowledge proof technology.</p> + </div> + </div> + </section> + + <section id="contact"> + <h2>Get in Touch</h2> + <form id="contact-form"> + <input type="text" placeholder="Name" required> + <input type="email" placeholder="Email" required> + <textarea placeholder="Message" required></textarea> + <button type="submit">Send Message</button> + </form> + </section> +</main> + +<footer> + <div class="footer-content"> + <div class="footer-links"> + <a href="#privacy">Privacy Policy</a> + <a href="#terms">Terms of Service</a> + </div> + <div class="social-links"> + <a href="#" aria-label="Twitter">𝕏</a> + <a href="#" aria-label="GitHub">⌘</a> + <a href="#" aria-label="Discord">⌥</a> + </div> + </div> +</footer> diff --git a/index.scroll b/index.scroll new file mode 100644 index 0000000..82879da --- /dev/null +++ b/index.scroll @@ -0,0 +1,8 @@ +buildHtml +baseUrl https://scrollvc.scroll.pub +metaTags +editButton /edit.html +title Scroll Protocol for Boost VC +style.css +body.html +script.js diff --git a/prompt.json b/prompt.json new file mode 100644 index 0000000..2f4339f --- /dev/null +++ b/prompt.json @@ -0,0 +1,20 @@ +{ + "id": "msg_01FuCUk2dgzp1U9cgLi13G3r", + "type": "message", + "role": "assistant", + "model": "claude-3-5-sonnet-20241022", + "content": [ + { + "type": "text", + "text": "I'll create a website explaining Scroll to Boost VC investors. Here's a simple, memorable domain:\n\n---domain---\nscrollvc.scroll.pub\n\n---index.scroll---\nbuildHtml\nbaseUrl https://scrollvc.scroll.pub\nmetaTags\neditButton /edit.html\ntitle Scroll Protocol for Boost VC\nstyle.css\nbody.html\nscript.js\n\n---body.html---\n<header>\n <nav>\n <div class=\"logo\">ScrollVC</div>\n <button class=\"mobile-menu\" aria-label=\"Toggle menu\">☰</button>\n <ul class=\"nav-links\">\n <li><a href=\"#overview\">Overview</a></li>\n <li><a href=\"#benefits\">Benefits</a></li>\n <li><a href=\"#technology\">Technology</a></li>\n <li><a href=\"#contact\">Contact</a></li>\n </ul>\n </nav>\n</header>\n\n<main>\n <section id=\"hero\">\n <div class=\"hero-content\">\n <h1>Scroll Protocol</h1>\n <p class=\"tagline\">Scaling Ethereum for the Next Generation</p>\n <button class=\"cta-button\">Learn More</button>\n </div>\n </section>\n\n <section id=\"overview\">\n <h2>What is Scroll?</h2>\n <div class=\"feature-grid\">\n <div class=\"feature\">\n <h3>Layer 2 Solution</h3>\n <p>Scroll is a zkRollup-based Layer 2 solution that enables native compatibility with Ethereum.</p>\n </div>\n <div class=\"feature\">\n <h3>Scalability</h3>\n <p>Achieve high throughput while maintaining Ethereum's security guarantees.</p>\n </div>\n <div class=\"feature\">\n <h3>Compatibility</h3>\n <p>Full EVM compatibility for seamless deployment of existing Ethereum applications.</p>\n </div>\n </div>\n </section>\n\n <section id=\"benefits\">\n <h2>Why Invest in Scroll?</h2>\n <div class=\"benefits-container\">\n <div class=\"benefit\">\n <h3>Market Potential</h3>\n <p>Targeting the growing Layer 2 scaling market with innovative technology.</p>\n </div>\n <div class=\"benefit\">\n <h3>Strong Team</h3>\n <p>Founded by experienced blockchain developers and researchers.</p>\n </div>\n <div class=\"benefit\">\n <h3>Technical Excellence</h3>\n <p>Built on cutting-edge zero-knowledge proof technology.</p>\n </div>\n </div>\n </section>\n\n <section id=\"contact\">\n <h2>Get in Touch</h2>\n <form id=\"contact-form\">\n <input type=\"text\" placeholder=\"Name\" required>\n <input type=\"email\" placeholder=\"Email\" required>\n <textarea placeholder=\"Message\" required></textarea>\n <button type=\"submit\">Send Message</button>\n </form>\n </section>\n</main>\n\n<footer>\n <div class=\"footer-content\">\n <div class=\"footer-links\">\n <a href=\"#privacy\">Privacy Policy</a>\n <a href=\"#terms\">Terms of Service</a>\n </div>\n <div class=\"social-links\">\n <a href=\"#\" aria-label=\"Twitter\">𝕏</a>\n <a href=\"#\" aria-label=\"GitHub\">⌘</a>\n <a href=\"#\" aria-label=\"Discord\">⌥</a>\n </div>\n </div>\n</footer>\n\n---style.css---\n:root {\n --primary: #6366f1;\n --secondary: #4f46e5;\n --background: #ffffff;\n --text: #1f2937;\n --accent: #818cf8;\n}\n\n* {\n margin: 0;\n padding: 0;\n box-sizing: border-box;\n}\n\nbody {\n font-family: system-ui, -apple-system, sans-serif;\n line-height: 1.6;\n color: var(--text);\n background: var(--background);\n}\n\n/* Header & Navigation */\nheader {\n position: fixed;\n width: 100%;\n background: rgba(255, 255, 255, 0.95);\n backdrop-filter: blur(10px);\n z-index: 1000;\n box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);\n}\n\nnav {\n display: flex;\n justify-content: space-between;\n align-items: center;\n padding: 1rem 5%;\n max-width: 1200px;\n margin: 0 auto;\n}\n\n.logo {\n font-size: 1.5rem;\n font-weight: 700;\n color: var(--primary);\n}\n\n.nav-links {\n display: flex;\n gap: 2rem;\n list-style: none;\n}\n\n.nav-links a {\n text-decoration: none;\n color: var(--text);\n font-weight: 500;\n transition: color 0.3s ease;\n}\n\n.nav-links a:hover {\n color: var(--primary);\n}\n\n.mobile-menu {\n display: none;\n}\n\n/* Hero Section */\n#hero {\n height: 100vh;\n display: flex;\n align-items: center;\n justify-content: center;\n background: linear-gradient(135deg, var(--primary), var(--secondary));\n color: white;\n text-align: center;\n}\n\n.hero-content {\n padding: 2rem;\n}\n\nh1 {\n font-size: 4rem;\n margin-bottom: 1rem;\n animation: fadeInUp 1s ease;\n}\n\n.tagline {\n font-size: 1.5rem;\n margin-bottom: 2rem;\n animation: fadeInUp 1s ease 0.2s backwards;\n}\n\n.cta-button {\n padding: 1rem 2rem;\n font-size: 1.1rem;\n background: white;\n color: var(--primary);\n border: none;\n border-radius: 30px;\n cursor: pointer;\n transition: transform 0.3s ease;\n animation: fadeInUp 1s ease 0.4s backwards;\n}\n\n.cta-button:hover {\n transform: translateY(-3px);\n}\n\n/* Sections */\nsection {\n padding: 5rem 5%;\n max-width: 1200px;\n margin: 0 auto;\n}\n\nh2 {\n text-align: center;\n margin-bottom: 3rem;\n font-size: 2.5rem;\n color: var(--primary);\n}\n\n.feature-grid, .benefits-container {\n display: grid;\n grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));\n gap: 2rem;\n}\n\n.feature, .benefit {\n padding: 2rem;\n background: white;\n border-radius: 10px;\n box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);\n transition: transform 0.3s ease;\n}\n\n.feature:hover, .benefit:hover {\n transform: translateY(-5px);\n}\n\n/* Contact Form */\n#contact-form {\n max-width: 600px;\n margin: 0 auto;\n display: flex;\n flex-direction: column;\n gap: 1rem;\n}\n\ninput, textarea {\n padding: 1rem;\n border: 2px solid var(--accent);\n border-radius: 5px;\n font-size: 1rem;\n}\n\ntextarea {\n min-height: 150px;\n}\n\n/* Footer */\nfooter {\n background: var(--text);\n color: white;\n padding: 2rem 5%;\n}\n\n.footer-content {\n max-width: 1200px;\n margin: 0 auto;\n display: flex;\n justify-content: space-between;\n align-items: center;\n}\n\n.footer-links a, .social-links a {\n color: white;\n text-decoration: none;\n margin-right: 1rem;\n}\n\n/* Animations */\n@keyframes fadeInUp {\n from {\n opacity: 0;\n transform: translateY(20px);\n }\n to {\n opacity: 1;\n transform: translateY(0);\n }\n}\n\n/* Mobile Responsiveness */\n@media (max-width: 768px) {\n .mobile-menu {\n display: block;\n background: none;\n border: none;\n font-size: 1.5rem;\n color: var(--text);\n cursor: pointer;\n }\n\n .nav-links {\n display: none;\n position: absolute;\n top: 100%;\n left: 0;\n right: 0;\n background: white;\n flex-direction: column;\n padding: 1rem;\n text-align: center;\n }\n\n .nav-links.active {\n display: flex;\n }\n\n h1 {\n font-size: 2.5rem;\n }\n\n .footer-content {\n flex-direction: column;\n gap: 1rem;\n text-align: center;\n }\n}\n\n---script.js---\ndocument.addEventListener('DOMContentLoaded', () => {\n // Mobile Menu Toggle\n const mobileMenu = document.querySelector('.mobile-menu');\n const navLinks = document.querySelector('.nav-links');\n\n mobileMenu.addEventListener('click', () => {\n navLinks.classList.toggle('active');\n });\n\n // Smooth Scroll for Navigation Links\n document.querySelectorAll('a[href^=\"#\"]').forEach(anchor => {\n anchor.addEventListener('click', function (e) {\n e.preventDefault();\n const target = document.querySelector(this.getAttribute('href'));\n if (target) {\n target.scrollIntoView({\n behavior: 'smooth'\n });\n navLinks.classList.remove('active');\n }\n });\n });\n\n // Form Submission\n const contactForm = document.getElementById('contact-form');\n contactForm.addEventListener('submit', (e) => {\n e.preventDefault();\n // Add form submission logic here\n alert('Thank you for your message! We will get back to you soon.');\n contactForm.reset();\n });\n\n // Intersection Observer for Animations\n const observerOptions = {\n threshold: 0.1,\n rootMargin: '0px 0px -50px 0px'\n };\n\n const observer = new IntersectionObserver((entries) => {\n entries.forEach(entry => {\n if (entry.isIntersecting) {\n entry.target.style.opacity = '1';\n entry.target.style.transform = 'translateY(0)';\n }\n });\n }, observerOptions);\n\n document.querySelectorAll('.feature, .benefit').forEach(element => {\n element.style.opacity = '0';\n element.style.transform = 'translateY(20px)';\n element.style.transition = 'opacity 0.6s ease, transform 0.6s ease';\n observer.observe(element);\n });\n});\n\n---end---" + } + ], + "stop_reason": "end_turn", + "stop_sequence": null, + "usage": { + "input_tokens": 277, + "cache_creation_input_tokens": 0, + "cache_read_input_tokens": 0, + "output_tokens": 2908 + } +} \ No newline at end of file diff --git a/readme.scroll b/readme.scroll new file mode 100644 index 0000000..08c1a00 --- /dev/null +++ b/readme.scroll @@ -0,0 +1,2 @@ +# scrollvc.scroll.pub +Website generated by Claude from prompt: explaning scroll to boost vc \ No newline at end of file diff --git a/script.js b/script.js new file mode 100644 index 0000000..e2266fb --- /dev/null +++ b/script.js @@ -0,0 +1,54 @@ +document.addEventListener('DOMContentLoaded', () => { + // Mobile Menu Toggle + const mobileMenu = document.querySelector('.mobile-menu'); + const navLinks = document.querySelector('.nav-links'); + + mobileMenu.addEventListener('click', () => { + navLinks.classList.toggle('active'); + }); + + // Smooth Scroll for Navigation Links + document.querySelectorAll('a[href^="#"]').forEach(anchor => { + anchor.addEventListener('click', function (e) { + e.preventDefault(); + const target = document.querySelector(this.getAttribute('href')); + if (target) { + target.scrollIntoView({ + behavior: 'smooth' + }); + navLinks.classList.remove('active'); + } + }); + }); + + // Form Submission + const contactForm = document.getElementById('contact-form'); + contactForm.addEventListener('submit', (e) => { + e.preventDefault(); + // Add form submission logic here + alert('Thank you for your message! We will get back to you soon.'); + contactForm.reset(); + }); + + // Intersection Observer for Animations + const observerOptions = { + threshold: 0.1, + rootMargin: '0px 0px -50px 0px' + }; + + const observer = new IntersectionObserver((entries) => { + entries.forEach(entry => { + if (entry.isIntersecting) { + entry.target.style.opacity = '1'; + entry.target.style.transform = 'translateY(0)'; + } + }); + }, observerOptions); + + document.querySelectorAll('.feature, .benefit').forEach(element => { + element.style.opacity = '0'; + element.style.transform = 'translateY(20px)'; + element.style.transition = 'opacity 0.6s ease, transform 0.6s ease'; + observer.observe(element); + }); +}); diff --git a/style.css b/style.css new file mode 100644 index 0000000..b37fd25 --- /dev/null +++ b/style.css @@ -0,0 +1,232 @@ +:root { + --primary: #6366f1; + --secondary: #4f46e5; + --background: #ffffff; + --text: #1f2937; + --accent: #818cf8; +} + +* { + margin: 0; + padding: 0; + box-sizing: border-box; +} + +body { + font-family: system-ui, -apple-system, sans-serif; + line-height: 1.6; + color: var(--text); + background: var(--background); +} + +/* Header & Navigation */ +header { + position: fixed; + width: 100%; + background: rgba(255, 255, 255, 0.95); + backdrop-filter: blur(10px); + z-index: 1000; + box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1); +} + +nav { + display: flex; + justify-content: space-between; + align-items: center; + padding: 1rem 5%; + max-width: 1200px; + margin: 0 auto; +} + +.logo { + font-size: 1.5rem; + font-weight: 700; + color: var(--primary); +} + +.nav-links { + display: flex; + gap: 2rem; + list-style: none; +} + +.nav-links a { + text-decoration: none; + color: var(--text); + font-weight: 500; + transition: color 0.3s ease; +} + +.nav-links a:hover { + color: var(--primary); +} + +.mobile-menu { + display: none; +} + +/* Hero Section */ +#hero { + height: 100vh; + display: flex; + align-items: center; + justify-content: center; + background: linear-gradient(135deg, var(--primary), var(--secondary)); + color: white; + text-align: center; +} + +.hero-content { + padding: 2rem; +} + +h1 { + font-size: 4rem; + margin-bottom: 1rem; + animation: fadeInUp 1s ease; +} + +.tagline { + font-size: 1.5rem; + margin-bottom: 2rem; + animation: fadeInUp 1s ease 0.2s backwards; +} + +.cta-button { + padding: 1rem 2rem; + font-size: 1.1rem; + background: white; + color: var(--primary); + border: none; + border-radius: 30px; + cursor: pointer; + transition: transform 0.3s ease; + animation: fadeInUp 1s ease 0.4s backwards; +} + +.cta-button:hover { + transform: translateY(-3px); +} + +/* Sections */ +section { + padding: 5rem 5%; + max-width: 1200px; + margin: 0 auto; +} + +h2 { + text-align: center; + margin-bottom: 3rem; + font-size: 2.5rem; + color: var(--primary); +} + +.feature-grid, .benefits-container { + display: grid; + grid-template-columns: repeat(auto-fit, minmax(250px, 1fr)); + gap: 2rem; +} + +.feature, .benefit { + padding: 2rem; + background: white; + border-radius: 10px; + box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1); + transition: transform 0.3s ease; +} + +.feature:hover, .benefit:hover { + transform: translateY(-5px); +} + +/* Contact Form */ +#contact-form { + max-width: 600px; + margin: 0 auto; + display: flex; + flex-direction: column; + gap: 1rem; +} + +input, textarea { + padding: 1rem; + border: 2px solid var(--accent); + border-radius: 5px; + font-size: 1rem; +} + +textarea { + min-height: 150px; +} + +/* Footer */ +footer { + background: var(--text); + color: white; + padding: 2rem 5%; +} + +.footer-content { + max-width: 1200px; + margin: 0 auto; + display: flex; + justify-content: space-between; + align-items: center; +} + +.footer-links a, .social-links a { + color: white; + text-decoration: none; + margin-right: 1rem; +} + +/* Animations */ +@keyframes fadeInUp { + from { + opacity: 0; + transform: translateY(20px); + } + to { + opacity: 1; + transform: translateY(0); + } +} + +/* Mobile Responsiveness */ +@media (max-width: 768px) { + .mobile-menu { + display: block; + background: none; + border: none; + font-size: 1.5rem; + color: var(--text); + cursor: pointer; + } + + .nav-links { + display: none; + position: absolute; + top: 100%; + left: 0; + right: 0; + background: white; + flex-direction: column; + padding: 1rem; + text-align: center; + } + + .nav-links.active { + display: flex; + } + + h1 { + font-size: 2.5rem; + } + + .footer-content { + flex-direction: column; + gap: 1rem; + text-align: center; + } +}