commit 2eb917462c42d388318d032fcff3ee72dd737461
Author: root <root@hub.scroll.pub>
Date: 2024-12-27 22:24:22 +0000
Subject: Initial commit
diff --git a/body.html b/body.html
new file mode 100644
index 0000000..a339925
--- /dev/null
+++ b/body.html
@@ -0,0 +1,101 @@
+<header>
+ <nav>
+ <div class="logo">FountainWatch</div>
+ <div class="nav-links">
+ <a href="#home">Home</a>
+ <a href="#collection">Collection</a>
+ <a href="#features">Features</a>
+ <a href="#contact">Contact</a>
+ </div>
+ <button class="mobile-menu">≡</button>
+ </nav>
+</header>
+
+<main>
+ <section id="home" class="hero">
+ <div class="water-effect"></div>
+ <h1>Where Time Flows</h1>
+ <p>Discover our unique collection of luxury watches with built-in water features</p>
+ <button class="cta">Explore Collection</button>
+ </section>
+
+ <section id="collection" class="products">
+ <h2>Featured Timepieces</h2>
+ <div class="product-grid">
+ <article class="product-card">
+ <div class="fountain-animation"></div>
+ <h3>Aqua Classic</h3>
+ <p>Elegant design with mini fountain display</p>
+ <span class="price">$2,999</span>
+ <button>Learn More</button>
+ </article>
+ <article class="product-card">
+ <div class="fountain-animation"></div>
+ <h3>Cascade Elite</h3>
+ <p>Multi-tier water feature with LED lights</p>
+ <span class="price">$3,499</span>
+ <button>Learn More</button>
+ </article>
+ <article class="product-card">
+ <div class="fountain-animation"></div>
+ <h3>Hydro Sport</h3>
+ <p>Water-resistant with dancing water display</p>
+ <span class="price">$2,799</span>
+ <button>Learn More</button>
+ </article>
+ </div>
+ </section>
+
+ <section id="features" class="features">
+ <h2>Unique Features</h2>
+ <div class="features-grid">
+ <div class="feature">
+ <div class="icon">💧</div>
+ <h3>Water Display</h3>
+ <p>Mesmerizing water patterns</p>
+ </div>
+ <div class="feature">
+ <div class="icon">⚡</div>
+ <h3>LED Lighting</h3>
+ <p>Illuminated water effects</p>
+ </div>
+ <div class="feature">
+ <div class="icon">🔋</div>
+ <h3>Long Battery</h3>
+ <p>30-day power reserve</p>
+ </div>
+ </div>
+ </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-section">
+ <h4>FountainWatch</h4>
+ <p>Innovative timepieces with stunning water features</p>
+ </div>
+ <div class="footer-section">
+ <h4>Contact</h4>
+ <p>info@fountainwatch.scroll.pub</p>
+ <p>+1 (555) 123-4567</p>
+ </div>
+ <div class="footer-section">
+ <h4>Follow Us</h4>
+ <div class="social-links">
+ <a href="#">Instagram</a>
+ <a href="#">Facebook</a>
+ <a href="#">Twitter</a>
+ </div>
+ </div>
+ </div>
+</footer>
diff --git a/index.scroll b/index.scroll
new file mode 100644
index 0000000..b1db926
--- /dev/null
+++ b/index.scroll
@@ -0,0 +1,8 @@
+buildHtml
+baseUrl https://fountainwatch.scroll.pub
+metaTags
+editButton /edit.html
+title Fountain Watches | Luxury Timepieces with Built-in Water Features
+style.css
+body.html
+script.js
diff --git a/prompt.json b/prompt.json
new file mode 100644
index 0000000..8e3bb2f
--- /dev/null
+++ b/prompt.json
@@ -0,0 +1,20 @@
+{
+ "id": "msg_01LTRW9ZaKMhRxKqtqRAy8hv",
+ "type": "message",
+ "role": "assistant",
+ "model": "claude-3-5-sonnet-20241022",
+ "content": [
+ {
+ "type": "text",
+ "text": "Let me create a website for luxury fountain watches - an imaginative combination of timepieces and decorative water features.\n\n---domain---\nfountainwatch.scroll.pub\n\n---index.scroll---\nbuildHtml\nbaseUrl https://fountainwatch.scroll.pub\nmetaTags\neditButton /edit.html\ntitle Fountain Watches | Luxury Timepieces with Built-in Water Features\nstyle.css\nbody.html\nscript.js\n\n---body.html---\n<header>\n <nav>\n <div class=\"logo\">FountainWatch</div>\n <div class=\"nav-links\">\n <a href=\"#home\">Home</a>\n <a href=\"#collection\">Collection</a>\n <a href=\"#features\">Features</a>\n <a href=\"#contact\">Contact</a>\n </div>\n <button class=\"mobile-menu\">≡</button>\n </nav>\n</header>\n\n<main>\n <section id=\"home\" class=\"hero\">\n <div class=\"water-effect\"></div>\n <h1>Where Time Flows</h1>\n <p>Discover our unique collection of luxury watches with built-in water features</p>\n <button class=\"cta\">Explore Collection</button>\n </section>\n\n <section id=\"collection\" class=\"products\">\n <h2>Featured Timepieces</h2>\n <div class=\"product-grid\">\n <article class=\"product-card\">\n <div class=\"fountain-animation\"></div>\n <h3>Aqua Classic</h3>\n <p>Elegant design with mini fountain display</p>\n <span class=\"price\">$2,999</span>\n <button>Learn More</button>\n </article>\n <article class=\"product-card\">\n <div class=\"fountain-animation\"></div>\n <h3>Cascade Elite</h3>\n <p>Multi-tier water feature with LED lights</p>\n <span class=\"price\">$3,499</span>\n <button>Learn More</button>\n </article>\n <article class=\"product-card\">\n <div class=\"fountain-animation\"></div>\n <h3>Hydro Sport</h3>\n <p>Water-resistant with dancing water display</p>\n <span class=\"price\">$2,799</span>\n <button>Learn More</button>\n </article>\n </div>\n </section>\n\n <section id=\"features\" class=\"features\">\n <h2>Unique Features</h2>\n <div class=\"features-grid\">\n <div class=\"feature\">\n <div class=\"icon\">💧</div>\n <h3>Water Display</h3>\n <p>Mesmerizing water patterns</p>\n </div>\n <div class=\"feature\">\n <div class=\"icon\">⚡</div>\n <h3>LED Lighting</h3>\n <p>Illuminated water effects</p>\n </div>\n <div class=\"feature\">\n <div class=\"icon\">🔋</div>\n <h3>Long Battery</h3>\n <p>30-day power reserve</p>\n </div>\n </div>\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-section\">\n <h4>FountainWatch</h4>\n <p>Innovative timepieces with stunning water features</p>\n </div>\n <div class=\"footer-section\">\n <h4>Contact</h4>\n <p>info@fountainwatch.scroll.pub</p>\n <p>+1 (555) 123-4567</p>\n </div>\n <div class=\"footer-section\">\n <h4>Follow Us</h4>\n <div class=\"social-links\">\n <a href=\"#\">Instagram</a>\n <a href=\"#\">Facebook</a>\n <a href=\"#\">Twitter</a>\n </div>\n </div>\n </div>\n</footer>\n\n---style.css---\n:root {\n --primary: #1e3d59;\n --secondary: #17c3b2;\n --accent: #ffc13b;\n --text: #2b2b2b;\n --light: #f5f5f5;\n}\n\n* {\n margin: 0;\n padding: 0;\n box-sizing: border-box;\n}\n\nbody {\n font-family: 'Segoe UI', system-ui, sans-serif;\n line-height: 1.6;\n color: var(--text);\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: bold;\n color: var(--primary);\n}\n\n.nav-links a {\n margin-left: 2rem;\n text-decoration: none;\n color: var(--text);\n transition: color 0.3s;\n}\n\n.nav-links a:hover {\n color: var(--secondary);\n}\n\n.mobile-menu {\n display: none;\n}\n\n/* Hero Section */\n.hero {\n height: 100vh;\n display: flex;\n flex-direction: column;\n justify-content: center;\n align-items: center;\n text-align: center;\n position: relative;\n background: linear-gradient(45deg, var(--primary), var(--secondary));\n color: white;\n overflow: hidden;\n}\n\n.water-effect {\n position: absolute;\n top: 0;\n left: 0;\n width: 100%;\n height: 100%;\n background: radial-gradient(circle, transparent 20%, rgba(255,255,255,0.1) 21%, transparent 22%);\n background-size: 20px 20px;\n animation: waterMove 20s linear infinite;\n}\n\n@keyframes waterMove {\n 0% { background-position: 0 0; }\n 100% { background-position: 400px 400px; }\n}\n\n.hero h1 {\n font-size: 4rem;\n margin-bottom: 1rem;\n text-shadow: 2px 2px 4px rgba(0,0,0,0.3);\n}\n\n.cta {\n padding: 1rem 2rem;\n font-size: 1.2rem;\n background: var(--accent);\n border: none;\n border-radius: 30px;\n color: var(--text);\n cursor: pointer;\n transition: transform 0.3s;\n}\n\n.cta:hover {\n transform: scale(1.05);\n}\n\n/* Products Section */\n.products {\n padding: 5rem 5%;\n background: var(--light);\n}\n\n.product-grid {\n display: grid;\n grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));\n gap: 2rem;\n margin-top: 2rem;\n}\n\n.product-card {\n background: white;\n padding: 2rem;\n border-radius: 15px;\n box-shadow: 0 5px 15px rgba(0,0,0,0.1);\n text-align: center;\n transition: transform 0.3s;\n}\n\n.product-card:hover {\n transform: translateY(-10px);\n}\n\n.fountain-animation {\n height: 200px;\n margin-bottom: 1rem;\n background: linear-gradient(var(--secondary), var(--primary));\n border-radius: 10px;\n position: relative;\n overflow: hidden;\n}\n\n/* Features Section */\n.features {\n padding: 5rem 5%;\n background: white;\n}\n\n.features-grid {\n display: grid;\n grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));\n gap: 2rem;\n margin-top: 2rem;\n}\n\n.feature {\n text-align: center;\n padding: 2rem;\n}\n\n.icon {\n font-size: 3rem;\n margin-bottom: 1rem;\n}\n\n/* Contact Section */\n.contact {\n padding: 5rem 5%;\n background: var(--light);\n}\n\n#contact-form {\n max-width: 600px;\n margin: 2rem auto;\n display: grid;\n gap: 1rem;\n}\n\ninput, textarea {\n padding: 1rem;\n border: 2px solid transparent;\n border-radius: 8px;\n font-size: 1rem;\n transition: border-color 0.3s;\n}\n\ninput:focus, textarea:focus {\n border-color: var(--secondary);\n outline: none;\n}\n\n/* Footer */\nfooter {\n background: var(--primary);\n color: white;\n padding: 3rem 5%;\n}\n\n.footer-content {\n display: grid;\n grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));\n gap: 2rem;\n max-width: 1200px;\n margin: 0 auto;\n}\n\n.social-links a {\n color: white;\n text-decoration: none;\n margin-right: 1rem;\n}\n\n/* Mobile Responsiveness */\n@media (max-width: 768px) {\n .nav-links {\n display: none;\n }\n \n .mobile-menu {\n display: block;\n font-size: 1.5rem;\n background: none;\n border: none;\n color: var(--text);\n cursor: pointer;\n }\n \n .hero h1 {\n font-size: 2.5rem;\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.style.display = navLinks.style.display === 'flex' ? 'none' : 'flex';\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 document.querySelector(this.getAttribute('href')).scrollIntoView({\n behavior: 'smooth'\n });\n });\n });\n\n // Contact form handling\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 // Fountain animation\n const fountains = document.querySelectorAll('.fountain-animation');\n fountains.forEach(fountain => {\n setInterval(() => {\n const drop = document.createElement('div');\n drop.style.position = 'absolute';\n drop.style.width = '4px';\n drop.style.height = '4px';\n drop.style.background = 'rgba(255,255,255,0.7)';\n drop.style.borderRadius = '50%';\n drop.style.left = Math.random() * 100 + '%';\n drop.style.animation = 'dropFall 1.5s linear';\n fountain.appendChild(drop);\n \n setTimeout(() => {\n drop.remove();\n }, 1500);\n }, 100);\n });\n});\n\n// Add keyframe animation for water drops\nconst style = document.createElement('style');\nstyle.textContent = `\n @keyframes dropFall {\n 0% {\n transform: translateY(0) scale(1);\n opacity: 1;\n }\n 100% {\n transform: translateY(200px) scale(0);\n opacity: 0;\n }\n }\n`;\ndocument.head.appendChild(style);\n\n---end---"
+ }
+ ],
+ "stop_reason": "end_turn",
+ "stop_sequence": null,
+ "usage": {
+ "input_tokens": 294,
+ "cache_creation_input_tokens": 0,
+ "cache_read_input_tokens": 0,
+ "output_tokens": 3273
+ }
+}
\ No newline at end of file
diff --git a/readme.scroll b/readme.scroll
new file mode 100644
index 0000000..4d27502
--- /dev/null
+++ b/readme.scroll
@@ -0,0 +1,2 @@
+# fountainwatch.scroll.pub
+Website generated by Claude from prompt: vytvoř stránky propagující prodej hodinek s vodotryskem. Buď kreativní.
\ No newline at end of file
diff --git a/script.js b/script.js
new file mode 100644
index 0000000..3fe2009
--- /dev/null
+++ b/script.js
@@ -0,0 +1,64 @@
+document.addEventListener('DOMContentLoaded', () => {
+ // Mobile menu toggle
+ const mobileMenu = document.querySelector('.mobile-menu');
+ const navLinks = document.querySelector('.nav-links');
+
+ mobileMenu.addEventListener('click', () => {
+ navLinks.style.display = navLinks.style.display === 'flex' ? 'none' : 'flex';
+ });
+
+ // Smooth scroll for navigation links
+ document.querySelectorAll('a[href^="#"]').forEach(anchor => {
+ anchor.addEventListener('click', function (e) {
+ e.preventDefault();
+ document.querySelector(this.getAttribute('href')).scrollIntoView({
+ behavior: 'smooth'
+ });
+ });
+ });
+
+ // Contact form handling
+ 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();
+ });
+
+ // Fountain animation
+ const fountains = document.querySelectorAll('.fountain-animation');
+ fountains.forEach(fountain => {
+ setInterval(() => {
+ const drop = document.createElement('div');
+ drop.style.position = 'absolute';
+ drop.style.width = '4px';
+ drop.style.height = '4px';
+ drop.style.background = 'rgba(255,255,255,0.7)';
+ drop.style.borderRadius = '50%';
+ drop.style.left = Math.random() * 100 + '%';
+ drop.style.animation = 'dropFall 1.5s linear';
+ fountain.appendChild(drop);
+
+ setTimeout(() => {
+ drop.remove();
+ }, 1500);
+ }, 100);
+ });
+});
+
+// Add keyframe animation for water drops
+const style = document.createElement('style');
+style.textContent = `
+ @keyframes dropFall {
+ 0% {
+ transform: translateY(0) scale(1);
+ opacity: 1;
+ }
+ 100% {
+ transform: translateY(200px) scale(0);
+ opacity: 0;
+ }
+ }
+`;
+document.head.appendChild(style);
diff --git a/style.css b/style.css
new file mode 100644
index 0000000..2314f8f
--- /dev/null
+++ b/style.css
@@ -0,0 +1,235 @@
+:root {
+ --primary: #1e3d59;
+ --secondary: #17c3b2;
+ --accent: #ffc13b;
+ --text: #2b2b2b;
+ --light: #f5f5f5;
+}
+
+* {
+ margin: 0;
+ padding: 0;
+ box-sizing: border-box;
+}
+
+body {
+ font-family: 'Segoe UI', system-ui, sans-serif;
+ line-height: 1.6;
+ color: var(--text);
+}
+
+/* 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: bold;
+ color: var(--primary);
+}
+
+.nav-links a {
+ margin-left: 2rem;
+ text-decoration: none;
+ color: var(--text);
+ transition: color 0.3s;
+}
+
+.nav-links a:hover {
+ color: var(--secondary);
+}
+
+.mobile-menu {
+ display: none;
+}
+
+/* Hero Section */
+.hero {
+ height: 100vh;
+ display: flex;
+ flex-direction: column;
+ justify-content: center;
+ align-items: center;
+ text-align: center;
+ position: relative;
+ background: linear-gradient(45deg, var(--primary), var(--secondary));
+ color: white;
+ overflow: hidden;
+}
+
+.water-effect {
+ position: absolute;
+ top: 0;
+ left: 0;
+ width: 100%;
+ height: 100%;
+ background: radial-gradient(circle, transparent 20%, rgba(255,255,255,0.1) 21%, transparent 22%);
+ background-size: 20px 20px;
+ animation: waterMove 20s linear infinite;
+}
+
+@keyframes waterMove {
+ 0% { background-position: 0 0; }
+ 100% { background-position: 400px 400px; }
+}
+
+.hero h1 {
+ font-size: 4rem;
+ margin-bottom: 1rem;
+ text-shadow: 2px 2px 4px rgba(0,0,0,0.3);
+}
+
+.cta {
+ padding: 1rem 2rem;
+ font-size: 1.2rem;
+ background: var(--accent);
+ border: none;
+ border-radius: 30px;
+ color: var(--text);
+ cursor: pointer;
+ transition: transform 0.3s;
+}
+
+.cta:hover {
+ transform: scale(1.05);
+}
+
+/* Products Section */
+.products {
+ padding: 5rem 5%;
+ background: var(--light);
+}
+
+.product-grid {
+ display: grid;
+ grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
+ gap: 2rem;
+ margin-top: 2rem;
+}
+
+.product-card {
+ background: white;
+ padding: 2rem;
+ border-radius: 15px;
+ box-shadow: 0 5px 15px rgba(0,0,0,0.1);
+ text-align: center;
+ transition: transform 0.3s;
+}
+
+.product-card:hover {
+ transform: translateY(-10px);
+}
+
+.fountain-animation {
+ height: 200px;
+ margin-bottom: 1rem;
+ background: linear-gradient(var(--secondary), var(--primary));
+ border-radius: 10px;
+ position: relative;
+ overflow: hidden;
+}
+
+/* Features Section */
+.features {
+ padding: 5rem 5%;
+ background: white;
+}
+
+.features-grid {
+ display: grid;
+ grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
+ gap: 2rem;
+ margin-top: 2rem;
+}
+
+.feature {
+ text-align: center;
+ padding: 2rem;
+}
+
+.icon {
+ font-size: 3rem;
+ margin-bottom: 1rem;
+}
+
+/* Contact Section */
+.contact {
+ padding: 5rem 5%;
+ background: var(--light);
+}
+
+#contact-form {
+ max-width: 600px;
+ margin: 2rem auto;
+ display: grid;
+ gap: 1rem;
+}
+
+input, textarea {
+ padding: 1rem;
+ border: 2px solid transparent;
+ border-radius: 8px;
+ font-size: 1rem;
+ transition: border-color 0.3s;
+}
+
+input:focus, textarea:focus {
+ border-color: var(--secondary);
+ outline: none;
+}
+
+/* Footer */
+footer {
+ background: var(--primary);
+ color: white;
+ padding: 3rem 5%;
+}
+
+.footer-content {
+ display: grid;
+ grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
+ gap: 2rem;
+ max-width: 1200px;
+ margin: 0 auto;
+}
+
+.social-links a {
+ color: white;
+ text-decoration: none;
+ margin-right: 1rem;
+}
+
+/* Mobile Responsiveness */
+@media (max-width: 768px) {
+ .nav-links {
+ display: none;
+ }
+
+ .mobile-menu {
+ display: block;
+ font-size: 1.5rem;
+ background: none;
+ border: none;
+ color: var(--text);
+ cursor: pointer;
+ }
+
+ .hero h1 {
+ font-size: 2.5rem;
+ }
+}