commit 9cffd3d338531470fbbd86077b023f7a8d947558
Author: root <root@hub.scroll.pub> Date: 2024-12-28 01:36:37 +0000 Subject: Initial commit diff --git a/body.html b/body.html new file mode 100644 index 0000000..d024ef3 --- /dev/null +++ b/body.html @@ -0,0 +1,80 @@ +<header> + <nav> + <div class="logo">B2B Market</div> + <ul class="nav-links"> + <li><a href="#products">Products</a></li> + <li><a href="#services">Services</a></li> + <li><a href="#about">About Us</a></li> + <li><a href="#contact">Contact</a></li> + </ul> + </nav> + <div class="hero"> + <h1>Empowering Your Business</h1> + <p>Discover premium products and services tailored for your business needs.</p> + <a href="#products" class="cta">Explore Now</a> + </div> +</header> + +<section id="products"> + <h2>Our Products</h2> + <div class="product-grid"> + <div class="product-card"> + <img src="images/product1.jpg" alt="Product 1"> + <h3>Product 1</h3> + <p>High-quality product designed for efficiency.</p> + <a href="#" class="btn">Learn More</a> + </div> + <div class="product-card"> + <img src="images/product2.jpg" alt="Product 2"> + <h3>Product 2</h3> + <p>Innovative solution for your business challenges.</p> + <a href="#" class="btn">Learn More</a> + </div> + <div class="product-card"> + <img src="images/product3.jpg" alt="Product 3"> + <h3>Product 3</h3> + <p>Reliable and durable for long-term use.</p> + <a href="#" class="btn">Learn More</a> + </div> + </div> +</section> + +<section id="services"> + <h2>Our Services</h2> + <div class="service-grid"> + <div class="service-card"> + <h3>Consulting</h3> + <p>Expert advice to optimize your business operations.</p> + </div> + <div class="service-card"> + <h3>Support</h3> + <p>24/7 support to ensure your business runs smoothly.</p> + </div> + <div class="service-card"> + <h3>Training</h3> + <p>Comprehensive training programs for your team.</p> + </div> + </div> +</section> + +<section id="about"> + <h2>About Us</h2> + <p>We are a trusted partner for businesses worldwide, providing top-notch products and services to help you achieve your goals.</p> +</section> + +<section id="contact"> + <h2>Contact Us</h2> + <form id="contact-form"> + <label for="name">Name:</label> + <input type="text" id="name" name="name" required> + <label for="email">Email:</label> + <input type="email" id="email" name="email" required> + <label for="message">Message:</label> + <textarea id="message" name="message" required></textarea> + <button type="submit">Send</button> + </form> +</section> + +<footer> + <p>B2B Market - Your Trusted Business Partner</p> +</footer> \ No newline at end of file diff --git a/index.scroll b/index.scroll new file mode 100644 index 0000000..cee640e --- /dev/null +++ b/index.scroll @@ -0,0 +1,8 @@ +buildHtml +baseUrl https://b2bmarket.scroll.pub +metaTags +editButton /edit.html +title B2B Market - Your Trusted Business Partner +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..56d23cc --- /dev/null +++ b/prompt.json @@ -0,0 +1,25 @@ +{ + "id": "6c0609b0-fd58-4332-90f6-c0664fe7b137", + "object": "chat.completion", + "created": 1735349778, + "model": "deepseek-chat", + "choices": [ + { + "index": 0, + "message": { + "role": "assistant", + "content": "---domain---\nb2bmarket.scroll.pub\n---index.scroll---\nbuildHtml\nbaseUrl https://b2bmarket.scroll.pub\nmetaTags\neditButton /edit.html\ntitle B2B Market - Your Trusted Business Partner\nstyle.css\nbody.html\nscript.js\n---body.html---\n<header>\n <nav>\n <div class=\"logo\">B2B Market</div>\n <ul class=\"nav-links\">\n <li><a href=\"#products\">Products</a></li>\n <li><a href=\"#services\">Services</a></li>\n <li><a href=\"#about\">About Us</a></li>\n <li><a href=\"#contact\">Contact</a></li>\n </ul>\n </nav>\n <div class=\"hero\">\n <h1>Empowering Your Business</h1>\n <p>Discover premium products and services tailored for your business needs.</p>\n <a href=\"#products\" class=\"cta\">Explore Now</a>\n </div>\n</header>\n\n<section id=\"products\">\n <h2>Our Products</h2>\n <div class=\"product-grid\">\n <div class=\"product-card\">\n <img src=\"images/product1.jpg\" alt=\"Product 1\">\n <h3>Product 1</h3>\n <p>High-quality product designed for efficiency.</p>\n <a href=\"#\" class=\"btn\">Learn More</a>\n </div>\n <div class=\"product-card\">\n <img src=\"images/product2.jpg\" alt=\"Product 2\">\n <h3>Product 2</h3>\n <p>Innovative solution for your business challenges.</p>\n <a href=\"#\" class=\"btn\">Learn More</a>\n </div>\n <div class=\"product-card\">\n <img src=\"images/product3.jpg\" alt=\"Product 3\">\n <h3>Product 3</h3>\n <p>Reliable and durable for long-term use.</p>\n <a href=\"#\" class=\"btn\">Learn More</a>\n </div>\n </div>\n</section>\n\n<section id=\"services\">\n <h2>Our Services</h2>\n <div class=\"service-grid\">\n <div class=\"service-card\">\n <h3>Consulting</h3>\n <p>Expert advice to optimize your business operations.</p>\n </div>\n <div class=\"service-card\">\n <h3>Support</h3>\n <p>24/7 support to ensure your business runs smoothly.</p>\n </div>\n <div class=\"service-card\">\n <h3>Training</h3>\n <p>Comprehensive training programs for your team.</p>\n </div>\n </div>\n</section>\n\n<section id=\"about\">\n <h2>About Us</h2>\n <p>We are a trusted partner for businesses worldwide, providing top-notch products and services to help you achieve your goals.</p>\n</section>\n\n<section id=\"contact\">\n <h2>Contact Us</h2>\n <form id=\"contact-form\">\n <label for=\"name\">Name:</label>\n <input type=\"text\" id=\"name\" name=\"name\" required>\n <label for=\"email\">Email:</label>\n <input type=\"email\" id=\"email\" name=\"email\" required>\n <label for=\"message\">Message:</label>\n <textarea id=\"message\" name=\"message\" required></textarea>\n <button type=\"submit\">Send</button>\n </form>\n</section>\n\n<footer>\n <p>B2B Market - Your Trusted Business Partner</p>\n</footer>\n---style.css---\nbody {\n font-family: 'Arial', sans-serif;\n margin: 0;\n padding: 0;\n color: #333;\n background-color: #f4f4f4;\n}\n\nheader {\n background: linear-gradient(135deg, #6a11cb, #2575fc);\n color: white;\n padding: 20px 0;\n text-align: center;\n}\n\nnav {\n display: flex;\n justify-content: space-between;\n align-items: center;\n padding: 0 20px;\n}\n\n.logo {\n font-size: 24px;\n font-weight: bold;\n}\n\n.nav-links {\n list-style: none;\n display: flex;\n gap: 20px;\n}\n\n.nav-links a {\n color: white;\n text-decoration: none;\n font-weight: bold;\n}\n\n.hero {\n padding: 100px 20px;\n}\n\n.hero h1 {\n font-size: 48px;\n margin-bottom: 20px;\n}\n\n.hero p {\n font-size: 20px;\n margin-bottom: 40px;\n}\n\n.cta {\n background: #ff6f61;\n color: white;\n padding: 10px 20px;\n text-decoration: none;\n border-radius: 5px;\n font-weight: bold;\n}\n\nsection {\n padding: 60px 20px;\n text-align: center;\n}\n\nh2 {\n font-size: 36px;\n margin-bottom: 40px;\n}\n\n.product-grid, .service-grid {\n display: grid;\n grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));\n gap: 20px;\n}\n\n.product-card, .service-card {\n background: white;\n padding: 20px;\n border-radius: 10px;\n box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);\n}\n\n.product-card img {\n width: 100%;\n border-radius: 10px;\n}\n\n.btn {\n background: #2575fc;\n color: white;\n padding: 10px 20px;\n text-decoration: none;\n border-radius: 5px;\n font-weight: bold;\n}\n\nfooter {\n background: #333;\n color: white;\n text-align: center;\n padding: 20px 0;\n}\n\n@media (max-width: 768px) {\n .nav-links {\n flex-direction: column;\n gap: 10px;\n }\n\n .hero h1 {\n font-size: 36px;\n }\n\n .hero p {\n font-size: 18px;\n }\n\n h2 {\n font-size: 28px;\n }\n}\n---script.js---\ndocument.getElementById('contact-form').addEventListener('submit', function(event) {\n event.preventDefault();\n alert('Thank you for contacting us! We will get back to you soon.');\n this.reset();\n});\n---end---" + }, + "logprobs": null, + "finish_reason": "stop" + } + ], + "usage": { + "prompt_tokens": 241, + "completion_tokens": 1445, + "total_tokens": 1686, + "prompt_cache_hit_tokens": 0, + "prompt_cache_miss_tokens": 241 + }, + "system_fingerprint": "fp_f1afce2943" +} \ No newline at end of file diff --git a/readme.scroll b/readme.scroll new file mode 100644 index 0000000..c8059e7 --- /dev/null +++ b/readme.scroll @@ -0,0 +1,2 @@ +# b2bmarket.scroll.pub +Website generated by DeepSeek from prompt: b2b store front for buyer \ No newline at end of file diff --git a/script.js b/script.js new file mode 100644 index 0000000..c06cca4 --- /dev/null +++ b/script.js @@ -0,0 +1,5 @@ +document.getElementById('contact-form').addEventListener('submit', function(event) { + event.preventDefault(); + alert('Thank you for contacting us! We will get back to you soon.'); + this.reset(); +}); \ No newline at end of file diff --git a/style.css b/style.css new file mode 100644 index 0000000..12ca2bf --- /dev/null +++ b/style.css @@ -0,0 +1,124 @@ +body { + font-family: 'Arial', sans-serif; + margin: 0; + padding: 0; + color: #333; + background-color: #f4f4f4; +} + +header { + background: linear-gradient(135deg, #6a11cb, #2575fc); + color: white; + padding: 20px 0; + text-align: center; +} + +nav { + display: flex; + justify-content: space-between; + align-items: center; + padding: 0 20px; +} + +.logo { + font-size: 24px; + font-weight: bold; +} + +.nav-links { + list-style: none; + display: flex; + gap: 20px; +} + +.nav-links a { + color: white; + text-decoration: none; + font-weight: bold; +} + +.hero { + padding: 100px 20px; +} + +.hero h1 { + font-size: 48px; + margin-bottom: 20px; +} + +.hero p { + font-size: 20px; + margin-bottom: 40px; +} + +.cta { + background: #ff6f61; + color: white; + padding: 10px 20px; + text-decoration: none; + border-radius: 5px; + font-weight: bold; +} + +section { + padding: 60px 20px; + text-align: center; +} + +h2 { + font-size: 36px; + margin-bottom: 40px; +} + +.product-grid, .service-grid { + display: grid; + grid-template-columns: repeat(auto-fit, minmax(250px, 1fr)); + gap: 20px; +} + +.product-card, .service-card { + background: white; + padding: 20px; + border-radius: 10px; + box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1); +} + +.product-card img { + width: 100%; + border-radius: 10px; +} + +.btn { + background: #2575fc; + color: white; + padding: 10px 20px; + text-decoration: none; + border-radius: 5px; + font-weight: bold; +} + +footer { + background: #333; + color: white; + text-align: center; + padding: 20px 0; +} + +@media (max-width: 768px) { + .nav-links { + flex-direction: column; + gap: 10px; + } + + .hero h1 { + font-size: 36px; + } + + .hero p { + font-size: 18px; + } + + h2 { + font-size: 28px; + } +} \ No newline at end of file