commit 5557c8dc7e8999ce58e72c41e93644c93f55a8f0
Author: root <root@hub.scroll.pub> Date: 2025-01-08 10:33:56 +0000 Subject: Initial commit diff --git a/body.html b/body.html new file mode 100644 index 0000000..39268f9 --- /dev/null +++ b/body.html @@ -0,0 +1,77 @@ +<header> + <nav class="navbar"> + <div class="logo">TPW</div> + <div class="nav-links"> + <a href="#home">Home</a> + <a href="#features">Features</a> + <a href="#about">About</a> + <a href="#contact">Contact</a> + </div> + <button class="menu-toggle" aria-label="Toggle menu"> + <span></span><span></span><span></span> + </button> + </nav> +</header> + +<main> + <section id="home" class="hero"> + <div class="hero-content"> + <h1>Trusted Privacy Web</h1> + <p class="tagline">Secure Blockchain Privacy Layer for Artificial Intelligence</p> + <button class="cta-button">Get Started</button> + </div> + <div class="hero-animation"></div> + </section> + + <section id="features" class="features"> + <h2>Key Features</h2> + <div class="feature-grid"> + <div class="feature-card"> + <div class="feature-icon">🔐</div> + <h3>End-to-End Encryption</h3> + <p>Military-grade encryption for AI data transmission</p> + </div> + <div class="feature-card"> + <div class="feature-icon">⛓️</div> + <h3>Blockchain Verification</h3> + <p>Immutable record of all AI interactions</p> + </div> + <div class="feature-card"> + <div class="feature-icon">🤖</div> + <h3>AI-First Design</h3> + <p>Built specifically for AI systems</p> + </div> + <div class="feature-card"> + <div class="feature-icon">🚀</div> + <h3>High Performance</h3> + <p>Lightning-fast transaction processing</p> + </div> + </div> + </section> + + <section id="about" class="about"> + <h2>About TPW</h2> + <p>TPW is the first dedicated privacy blockchain designed specifically for artificial intelligence systems. Our platform ensures secure, private, and verifiable interactions between AI entities.</p> + </section> + + <section id="contact" class="contact"> + <h2>Contact Us</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> + <a href="#faq">FAQ</a> + </div> + <p>TPW - Trusted Privacy Web</p> + </div> +</footer> diff --git a/index.scroll b/index.scroll new file mode 100644 index 0000000..e6c5423 --- /dev/null +++ b/index.scroll @@ -0,0 +1,8 @@ +buildHtml +baseUrl https://tpw.scroll.pub +metaTags +editButton /edit.html +title TPW - Privacy Blockchain for Artificial Intelligence +style.css +body.html +script.js diff --git a/prompt.json b/prompt.json new file mode 100644 index 0000000..b0ece7e --- /dev/null +++ b/prompt.json @@ -0,0 +1,20 @@ +{ + "id": "msg_01Rxjii9UfS6wbDa7VbbNDzi", + "type": "message", + "role": "assistant", + "model": "claude-3-5-sonnet-20241022", + "content": [ + { + "type": "text", + "text": "I'll create a privacy-focused blockchain site for AIs called TPW (Trusted Privacy Web).\n\n---domain---\ntpw.scroll.pub\n\n---index.scroll---\nbuildHtml\nbaseUrl https://tpw.scroll.pub\nmetaTags\neditButton /edit.html\ntitle TPW - Privacy Blockchain for Artificial Intelligence\nstyle.css\nbody.html\nscript.js\n\n---body.html---\n<header>\n <nav class=\"navbar\">\n <div class=\"logo\">TPW</div>\n <div class=\"nav-links\">\n <a href=\"#home\">Home</a>\n <a href=\"#features\">Features</a>\n <a href=\"#about\">About</a>\n <a href=\"#contact\">Contact</a>\n </div>\n <button class=\"menu-toggle\" aria-label=\"Toggle menu\">\n <span></span><span></span><span></span>\n </button>\n </nav>\n</header>\n\n<main>\n <section id=\"home\" class=\"hero\">\n <div class=\"hero-content\">\n <h1>Trusted Privacy Web</h1>\n <p class=\"tagline\">Secure Blockchain Privacy Layer for Artificial Intelligence</p>\n <button class=\"cta-button\">Get Started</button>\n </div>\n <div class=\"hero-animation\"></div>\n </section>\n\n <section id=\"features\" class=\"features\">\n <h2>Key Features</h2>\n <div class=\"feature-grid\">\n <div class=\"feature-card\">\n <div class=\"feature-icon\">🔐</div>\n <h3>End-to-End Encryption</h3>\n <p>Military-grade encryption for AI data transmission</p>\n </div>\n <div class=\"feature-card\">\n <div class=\"feature-icon\">⛓️</div>\n <h3>Blockchain Verification</h3>\n <p>Immutable record of all AI interactions</p>\n </div>\n <div class=\"feature-card\">\n <div class=\"feature-icon\">🤖</div>\n <h3>AI-First Design</h3>\n <p>Built specifically for AI systems</p>\n </div>\n <div class=\"feature-card\">\n <div class=\"feature-icon\">🚀</div>\n <h3>High Performance</h3>\n <p>Lightning-fast transaction processing</p>\n </div>\n </div>\n </section>\n\n <section id=\"about\" class=\"about\">\n <h2>About TPW</h2>\n <p>TPW is the first dedicated privacy blockchain designed specifically for artificial intelligence systems. Our platform ensures secure, private, and verifiable interactions between AI entities.</p>\n </section>\n\n <section id=\"contact\" class=\"contact\">\n <h2>Contact Us</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 <a href=\"#faq\">FAQ</a>\n </div>\n <p>TPW - Trusted Privacy Web</p>\n </div>\n</footer>\n\n---style.css---\n:root {\n --primary-color: #6366f1;\n --secondary-color: #818cf8;\n --background: #0f172a;\n --text-color: #e2e8f0;\n --card-bg: #1e293b;\n}\n\n* {\n margin: 0;\n padding: 0;\n box-sizing: border-box;\n}\n\nbody {\n font-family: 'Inter', system-ui, sans-serif;\n background: var(--background);\n color: var(--text-color);\n line-height: 1.6;\n}\n\n.navbar {\n display: flex;\n justify-content: space-between;\n align-items: center;\n padding: 1rem 5%;\n position: fixed;\n width: 100%;\n top: 0;\n z-index: 1000;\n background: rgba(15, 23, 42, 0.9);\n backdrop-filter: blur(10px);\n}\n\n.logo {\n font-size: 2rem;\n font-weight: 700;\n color: var(--primary-color);\n}\n\n.nav-links a {\n color: var(--text-color);\n text-decoration: none;\n margin-left: 2rem;\n transition: color 0.3s ease;\n}\n\n.nav-links a:hover {\n color: var(--primary-color);\n}\n\n.hero {\n min-height: 100vh;\n display: flex;\n align-items: center;\n justify-content: space-between;\n padding: 0 5%;\n position: relative;\n overflow: hidden;\n}\n\n.hero-content {\n max-width: 600px;\n}\n\n.hero h1 {\n font-size: 4rem;\n margin-bottom: 1rem;\n background: linear-gradient(to right, var(--primary-color), var(--secondary-color));\n -webkit-background-clip: text;\n -webkit-text-fill-color: transparent;\n}\n\n.tagline {\n font-size: 1.5rem;\n margin-bottom: 2rem;\n}\n\n.cta-button {\n padding: 1rem 2rem;\n font-size: 1.1rem;\n background: var(--primary-color);\n color: white;\n border: none;\n border-radius: 8px;\n cursor: pointer;\n transition: transform 0.3s ease;\n}\n\n.cta-button:hover {\n transform: translateY(-2px);\n}\n\n.hero-animation {\n width: 400px;\n height: 400px;\n background: linear-gradient(45deg, var(--primary-color), var(--secondary-color));\n border-radius: 50%;\n filter: blur(100px);\n opacity: 0.3;\n animation: float 6s ease-in-out infinite;\n}\n\n@keyframes float {\n 0%, 100% { transform: translateY(0); }\n 50% { transform: translateY(-20px); }\n}\n\n.features {\n padding: 5rem 5%;\n}\n\n.feature-grid {\n display: grid;\n grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));\n gap: 2rem;\n margin-top: 3rem;\n}\n\n.feature-card {\n background: var(--card-bg);\n padding: 2rem;\n border-radius: 12px;\n transition: transform 0.3s ease;\n}\n\n.feature-card:hover {\n transform: translateY(-5px);\n}\n\n.feature-icon {\n font-size: 2.5rem;\n margin-bottom: 1rem;\n}\n\n.about, .contact {\n padding: 5rem 5%;\n}\n\nform {\n display: flex;\n flex-direction: column;\n gap: 1rem;\n max-width: 600px;\n margin: 2rem auto;\n}\n\ninput, textarea {\n padding: 1rem;\n background: var(--card-bg);\n border: 1px solid var(--primary-color);\n border-radius: 8px;\n color: var(--text-color);\n}\n\nfooter {\n background: var(--card-bg);\n padding: 2rem 5%;\n margin-top: 4rem;\n}\n\n.footer-content {\n display: flex;\n justify-content: space-between;\n align-items: center;\n flex-wrap: wrap;\n gap: 1rem;\n}\n\n.footer-links a {\n color: var(--text-color);\n text-decoration: none;\n margin-right: 1.5rem;\n}\n\n@media (max-width: 768px) {\n .nav-links {\n display: none;\n }\n \n .hero {\n flex-direction: column;\n text-align: center;\n }\n \n .hero h1 {\n font-size: 3rem;\n }\n \n .hero-animation {\n width: 300px;\n height: 300px;\n }\n}\n\n---script.js---\ndocument.addEventListener('DOMContentLoaded', () => {\n // Smooth scrolling for navigation links\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 // Mobile menu toggle\n const menuToggle = document.querySelector('.menu-toggle');\n const navLinks = document.querySelector('.nav-links');\n \n menuToggle.addEventListener('click', () => {\n navLinks.style.display = navLinks.style.display === 'flex' ? 'none' : 'flex';\n });\n\n // Form submission handler\n const contactForm = document.getElementById('contact-form');\n contactForm.addEventListener('submit', (e) => {\n e.preventDefault();\n // Add form submission logic here\n alert('Message sent successfully!');\n contactForm.reset();\n });\n\n // Navbar background change on scroll\n window.addEventListener('scroll', () => {\n const navbar = document.querySelector('.navbar');\n if (window.scrollY > 50) {\n navbar.style.background = 'rgba(15, 23, 42, 0.95)';\n } else {\n navbar.style.background = 'rgba(15, 23, 42, 0.9)';\n }\n });\n\n // Animation for feature cards\n const observerOptions = {\n threshold: 0.1\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-card').forEach(card => {\n card.style.opacity = '0';\n card.style.transform = 'translateY(20px)';\n card.style.transition = 'all 0.6s ease-out';\n observer.observe(card);\n });\n});\n\n---end---" + } + ], + "stop_reason": "end_turn", + "stop_sequence": null, + "usage": { + "input_tokens": 281, + "cache_creation_input_tokens": 0, + "cache_read_input_tokens": 0, + "output_tokens": 2746 + } +} \ No newline at end of file diff --git a/readme.scroll b/readme.scroll new file mode 100644 index 0000000..6ebd8ca --- /dev/null +++ b/readme.scroll @@ -0,0 +1,3 @@ +# tpw1.scroll.pub + +website generated by Claude from prompt: Generate a privacy blockchain site for AI's called TPW. \ No newline at end of file diff --git a/script.js b/script.js new file mode 100644 index 0000000..d3c5bdc --- /dev/null +++ b/script.js @@ -0,0 +1,59 @@ +document.addEventListener('DOMContentLoaded', () => { + // Smooth scrolling for navigation links + document.querySelectorAll('a[href^="#"]').forEach(anchor => { + anchor.addEventListener('click', function (e) { + e.preventDefault(); + document.querySelector(this.getAttribute('href')).scrollIntoView({ + behavior: 'smooth' + }); + }); + }); + + // Mobile menu toggle + const menuToggle = document.querySelector('.menu-toggle'); + const navLinks = document.querySelector('.nav-links'); + + menuToggle.addEventListener('click', () => { + navLinks.style.display = navLinks.style.display === 'flex' ? 'none' : 'flex'; + }); + + // Form submission handler + const contactForm = document.getElementById('contact-form'); + contactForm.addEventListener('submit', (e) => { + e.preventDefault(); + // Add form submission logic here + alert('Message sent successfully!'); + contactForm.reset(); + }); + + // Navbar background change on scroll + window.addEventListener('scroll', () => { + const navbar = document.querySelector('.navbar'); + if (window.scrollY > 50) { + navbar.style.background = 'rgba(15, 23, 42, 0.95)'; + } else { + navbar.style.background = 'rgba(15, 23, 42, 0.9)'; + } + }); + + // Animation for feature cards + const observerOptions = { + threshold: 0.1 + }; + + 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-card').forEach(card => { + card.style.opacity = '0'; + card.style.transform = 'translateY(20px)'; + card.style.transition = 'all 0.6s ease-out'; + observer.observe(card); + }); +}); diff --git a/style.css b/style.css new file mode 100644 index 0000000..b2c32c1 --- /dev/null +++ b/style.css @@ -0,0 +1,194 @@ +:root { + --primary-color: #6366f1; + --secondary-color: #818cf8; + --background: #0f172a; + --text-color: #e2e8f0; + --card-bg: #1e293b; +} + +* { + margin: 0; + padding: 0; + box-sizing: border-box; +} + +body { + font-family: 'Inter', system-ui, sans-serif; + background: var(--background); + color: var(--text-color); + line-height: 1.6; +} + +.navbar { + display: flex; + justify-content: space-between; + align-items: center; + padding: 1rem 5%; + position: fixed; + width: 100%; + top: 0; + z-index: 1000; + background: rgba(15, 23, 42, 0.9); + backdrop-filter: blur(10px); +} + +.logo { + font-size: 2rem; + font-weight: 700; + color: var(--primary-color); +} + +.nav-links a { + color: var(--text-color); + text-decoration: none; + margin-left: 2rem; + transition: color 0.3s ease; +} + +.nav-links a:hover { + color: var(--primary-color); +} + +.hero { + min-height: 100vh; + display: flex; + align-items: center; + justify-content: space-between; + padding: 0 5%; + position: relative; + overflow: hidden; +} + +.hero-content { + max-width: 600px; +} + +.hero h1 { + font-size: 4rem; + margin-bottom: 1rem; + background: linear-gradient(to right, var(--primary-color), var(--secondary-color)); + -webkit-background-clip: text; + -webkit-text-fill-color: transparent; +} + +.tagline { + font-size: 1.5rem; + margin-bottom: 2rem; +} + +.cta-button { + padding: 1rem 2rem; + font-size: 1.1rem; + background: var(--primary-color); + color: white; + border: none; + border-radius: 8px; + cursor: pointer; + transition: transform 0.3s ease; +} + +.cta-button:hover { + transform: translateY(-2px); +} + +.hero-animation { + width: 400px; + height: 400px; + background: linear-gradient(45deg, var(--primary-color), var(--secondary-color)); + border-radius: 50%; + filter: blur(100px); + opacity: 0.3; + animation: float 6s ease-in-out infinite; +} + +@keyframes float { + 0%, 100% { transform: translateY(0); } + 50% { transform: translateY(-20px); } +} + +.features { + padding: 5rem 5%; +} + +.feature-grid { + display: grid; + grid-template-columns: repeat(auto-fit, minmax(250px, 1fr)); + gap: 2rem; + margin-top: 3rem; +} + +.feature-card { + background: var(--card-bg); + padding: 2rem; + border-radius: 12px; + transition: transform 0.3s ease; +} + +.feature-card:hover { + transform: translateY(-5px); +} + +.feature-icon { + font-size: 2.5rem; + margin-bottom: 1rem; +} + +.about, .contact { + padding: 5rem 5%; +} + +form { + display: flex; + flex-direction: column; + gap: 1rem; + max-width: 600px; + margin: 2rem auto; +} + +input, textarea { + padding: 1rem; + background: var(--card-bg); + border: 1px solid var(--primary-color); + border-radius: 8px; + color: var(--text-color); +} + +footer { + background: var(--card-bg); + padding: 2rem 5%; + margin-top: 4rem; +} + +.footer-content { + display: flex; + justify-content: space-between; + align-items: center; + flex-wrap: wrap; + gap: 1rem; +} + +.footer-links a { + color: var(--text-color); + text-decoration: none; + margin-right: 1.5rem; +} + +@media (max-width: 768px) { + .nav-links { + display: none; + } + + .hero { + flex-direction: column; + text-align: center; + } + + .hero h1 { + font-size: 3rem; + } + + .hero-animation { + width: 300px; + height: 300px; + } +}