commit 8a59852172fdc2c86e486e480d104f93a912b6d4
Author: root <root@hub.scroll.pub>
Date: 2024-12-28 05:56:33 +0000
Subject: Initial commit
diff --git a/body.html b/body.html
new file mode 100644
index 0000000..2784977
--- /dev/null
+++ b/body.html
@@ -0,0 +1,35 @@
+<header class="hero">
+ <div class="hero-content">
+ <h1>QuackToy</h1>
+ <p>The Ultimate Duck Toy for Fun and Learning</p>
+ <a href="#features" class="cta-button">Discover More</a>
+ </div>
+</header>
+
+<section id="features" class="features">
+ <div class="feature">
+ <h2>Interactive Play</h2>
+ <p>QuackToy responds to touch and sound, making playtime engaging and fun.</p>
+ </div>
+ <div class="feature">
+ <h2>Safe & Durable</h2>
+ <p>Made with non-toxic materials, QuackToy is safe for kids and built to last.</p>
+ </div>
+ <div class="feature">
+ <h2>Educational</h2>
+ <p>Helps children learn about animals and sounds through interactive play.</p>
+ </div>
+</section>
+
+<section class="gallery">
+ <h2>Gallery</h2>
+ <div class="gallery-images">
+ <img src="duck1.jpg" alt="QuackToy in action">
+ <img src="duck2.jpg" alt="QuackToy with kids">
+ <img src="duck3.jpg" alt="QuackToy close-up">
+ </div>
+</section>
+
+<footer>
+ <p>Contact us at info@quacktoy.scroll.pub</p>
+</footer>
\ No newline at end of file
diff --git a/index.scroll b/index.scroll
new file mode 100644
index 0000000..dafe7d4
--- /dev/null
+++ b/index.scroll
@@ -0,0 +1,8 @@
+buildHtml
+baseUrl https://quacktoy.scroll.pub
+metaTags
+editButton /edit.html
+title QuackToy - The Ultimate Duck Toy for Fun and Learning
+style.css
+body.html
+script.js
\ No newline at end of file
diff --git a/prompt.json b/prompt.json
new file mode 100644
index 0000000..596e3ed
--- /dev/null
+++ b/prompt.json
@@ -0,0 +1,25 @@
+{
+ "id": "04e4ff7a-1eb3-4fb5-bdb6-d2308754df2f",
+ "object": "chat.completion",
+ "created": 1735365380,
+ "model": "deepseek-chat",
+ "choices": [
+ {
+ "index": 0,
+ "message": {
+ "role": "assistant",
+ "content": "---domain---\nquacktoy.scroll.pub\n---index.scroll---\nbuildHtml\nbaseUrl https://quacktoy.scroll.pub\nmetaTags\neditButton /edit.html\ntitle QuackToy - The Ultimate Duck Toy for Fun and Learning\nstyle.css\nbody.html\nscript.js\n---body.html---\n<header class=\"hero\">\n <div class=\"hero-content\">\n <h1>QuackToy</h1>\n <p>The Ultimate Duck Toy for Fun and Learning</p>\n <a href=\"#features\" class=\"cta-button\">Discover More</a>\n </div>\n</header>\n\n<section id=\"features\" class=\"features\">\n <div class=\"feature\">\n <h2>Interactive Play</h2>\n <p>QuackToy responds to touch and sound, making playtime engaging and fun.</p>\n </div>\n <div class=\"feature\">\n <h2>Safe & Durable</h2>\n <p>Made with non-toxic materials, QuackToy is safe for kids and built to last.</p>\n </div>\n <div class=\"feature\">\n <h2>Educational</h2>\n <p>Helps children learn about animals and sounds through interactive play.</p>\n </div>\n</section>\n\n<section class=\"gallery\">\n <h2>Gallery</h2>\n <div class=\"gallery-images\">\n <img src=\"duck1.jpg\" alt=\"QuackToy in action\">\n <img src=\"duck2.jpg\" alt=\"QuackToy with kids\">\n <img src=\"duck3.jpg\" alt=\"QuackToy close-up\">\n </div>\n</section>\n\n<footer>\n <p>Contact us at info@quacktoy.scroll.pub</p>\n</footer>\n---style.css---\nbody {\n font-family: 'Arial', sans-serif;\n margin: 0;\n padding: 0;\n color: #333;\n line-height: 1.6;\n}\n\n.hero {\n background: url('duck-bg.jpg') no-repeat center center/cover;\n height: 100vh;\n display: flex;\n justify-content: center;\n align-items: center;\n color: #fff;\n text-align: center;\n}\n\n.hero-content h1 {\n font-size: 4rem;\n margin: 0;\n}\n\n.hero-content p {\n font-size: 1.5rem;\n margin: 1rem 0;\n}\n\n.cta-button {\n background: #ff6f61;\n color: #fff;\n padding: 1rem 2rem;\n text-decoration: none;\n border-radius: 5px;\n font-size: 1.2rem;\n transition: background 0.3s ease;\n}\n\n.cta-button:hover {\n background: #ff3b2f;\n}\n\n.features {\n display: flex;\n justify-content: space-around;\n padding: 4rem 2rem;\n background: #f9f9f9;\n}\n\n.feature {\n text-align: center;\n max-width: 300px;\n}\n\n.feature h2 {\n font-size: 2rem;\n margin-bottom: 1rem;\n}\n\n.gallery {\n padding: 4rem 2rem;\n text-align: center;\n}\n\n.gallery-images {\n display: flex;\n justify-content: space-around;\n flex-wrap: wrap;\n}\n\n.gallery-images img {\n max-width: 30%;\n margin: 1rem;\n border-radius: 10px;\n}\n\nfooter {\n background: #333;\n color: #fff;\n text-align: center;\n padding: 1rem 0;\n}\n\n@media (max-width: 768px) {\n .features {\n flex-direction: column;\n align-items: center;\n }\n\n .gallery-images img {\n max-width: 100%;\n margin: 1rem 0;\n }\n\n .hero-content h1 {\n font-size: 3rem;\n }\n\n .hero-content p {\n font-size: 1.2rem;\n }\n}\n---script.js---\n// Smooth scrolling for anchor links\ndocument.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---end---"
+ },
+ "logprobs": null,
+ "finish_reason": "stop"
+ }
+ ],
+ "usage": {
+ "prompt_tokens": 254,
+ "completion_tokens": 959,
+ "total_tokens": 1213,
+ "prompt_cache_hit_tokens": 0,
+ "prompt_cache_miss_tokens": 254
+ },
+ "system_fingerprint": "fp_f1afce2943"
+}
\ No newline at end of file
diff --git a/readme.scroll b/readme.scroll
new file mode 100644
index 0000000..d16b962
--- /dev/null
+++ b/readme.scroll
@@ -0,0 +1,2 @@
+# quacktoy.scroll.pub
+Website generated by DeepSeek from prompt: I want make a simple website has only one home page to introduce my product which is a duck toy
\ No newline at end of file
diff --git a/script.js b/script.js
new file mode 100644
index 0000000..99012b5
--- /dev/null
+++ b/script.js
@@ -0,0 +1,9 @@
+// Smooth scrolling for anchor links
+document.querySelectorAll('a[href^="#"]').forEach(anchor => {
+ anchor.addEventListener('click', function (e) {
+ e.preventDefault();
+ document.querySelector(this.getAttribute('href')).scrollIntoView({
+ behavior: 'smooth'
+ });
+ });
+});
\ No newline at end of file
diff --git a/style.css b/style.css
new file mode 100644
index 0000000..f5879bb
--- /dev/null
+++ b/style.css
@@ -0,0 +1,102 @@
+body {
+ font-family: 'Arial', sans-serif;
+ margin: 0;
+ padding: 0;
+ color: #333;
+ line-height: 1.6;
+}
+
+.hero {
+ background: url('duck-bg.jpg') no-repeat center center/cover;
+ height: 100vh;
+ display: flex;
+ justify-content: center;
+ align-items: center;
+ color: #fff;
+ text-align: center;
+}
+
+.hero-content h1 {
+ font-size: 4rem;
+ margin: 0;
+}
+
+.hero-content p {
+ font-size: 1.5rem;
+ margin: 1rem 0;
+}
+
+.cta-button {
+ background: #ff6f61;
+ color: #fff;
+ padding: 1rem 2rem;
+ text-decoration: none;
+ border-radius: 5px;
+ font-size: 1.2rem;
+ transition: background 0.3s ease;
+}
+
+.cta-button:hover {
+ background: #ff3b2f;
+}
+
+.features {
+ display: flex;
+ justify-content: space-around;
+ padding: 4rem 2rem;
+ background: #f9f9f9;
+}
+
+.feature {
+ text-align: center;
+ max-width: 300px;
+}
+
+.feature h2 {
+ font-size: 2rem;
+ margin-bottom: 1rem;
+}
+
+.gallery {
+ padding: 4rem 2rem;
+ text-align: center;
+}
+
+.gallery-images {
+ display: flex;
+ justify-content: space-around;
+ flex-wrap: wrap;
+}
+
+.gallery-images img {
+ max-width: 30%;
+ margin: 1rem;
+ border-radius: 10px;
+}
+
+footer {
+ background: #333;
+ color: #fff;
+ text-align: center;
+ padding: 1rem 0;
+}
+
+@media (max-width: 768px) {
+ .features {
+ flex-direction: column;
+ align-items: center;
+ }
+
+ .gallery-images img {
+ max-width: 100%;
+ margin: 1rem 0;
+ }
+
+ .hero-content h1 {
+ font-size: 3rem;
+ }
+
+ .hero-content p {
+ font-size: 1.2rem;
+ }
+}
\ No newline at end of file