commit c1d0f7c947987dda5ab10bd5829c2fd92cc176c5
Author: root <root@hub.scroll.pub> Date: 2024-12-30 01:53:36 +0000 Subject: Initial commit diff --git a/body.html b/body.html new file mode 100644 index 0000000..f834655 --- /dev/null +++ b/body.html @@ -0,0 +1,69 @@ +<header class="header"> + <div class="logo">Shine Car Wash</div> + <nav class="nav"> + <a href="#home">Home</a> + <a href="#prices">Prices</a> + <a href="#location">Location</a> + <a href="#booking">Booking</a> + <a href="#gallery">Gallery</a> + </nav> +</header> + +<section id="home" class="hero"> + <div class="hero-content"> + <h1>Welcome to Shine Car Wash</h1> + <p>Your car deserves the best care. Book now and experience the shine!</p> + <a href="#booking" class="cta-button">Book Now</a> + </div> +</section> + +<section id="prices" class="prices"> + <h2>Our Services</h2> + <div class="price-list"> + <div class="price-item"> + <h3>Basic Wash</h3> + <p>€15</p> + </div> + <div class="price-item"> + <h3>Premium Wash</h3> + <p>€25</p> + </div> + <div class="price-item"> + <h3>Full Detailing</h3> + <p>€50</p> + </div> + </div> +</section> + +<section id="location" class="location"> + <h2>Our Location</h2> + <div class="map"> + <iframe src="https://www.google.com/maps/embed?pb=!1m18!1m12!1m3!1d2381.813036719574!2d-6.260837684161922!3d53.34487937997898!2m3!1f0!2f0!3f0!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0x48670e80ea7ac7cd%3A0xa00c7a9973171a0!2sDublin%2C%20Ireland!5e0!3m2!1sen!2sus!4v1629999999999!5m2!1sen!2sus" width="600" height="450" style="border:0;" allowfullscreen="" loading="lazy"></iframe> + </div> +</section> + +<section id="booking" class="booking"> + <h2>Book Your Appointment</h2> + <form id="booking-form"> + <label for="name">Name:</label> + <input type="text" id="name" name="name" required> + <label for="eircode">Eircode:</label> + <input type="text" id="eircode" name="eircode" required> + <label for="date">Preferred Date:</label> + <input type="date" id="date" name="date" required> + <button type="submit">Book Now</button> + </form> +</section> + +<section id="gallery" class="gallery"> + <h2>Gallery</h2> + <div class="gallery-grid"> + <div class="gallery-item"><img src="car1.jpg" alt="Car Wash Before and After"></div> + <div class="gallery-item"><img src="car2.jpg" alt="Car Wash Before and After"></div> + <div class="gallery-item"><img src="car3.jpg" alt="Car Wash Before and After"></div> + </div> +</section> + +<footer class="footer"> + <p>Shine Car Wash - Professional Car Cleaning Services</p> +</footer> \ No newline at end of file diff --git a/index.scroll b/index.scroll new file mode 100644 index 0000000..3d382ce --- /dev/null +++ b/index.scroll @@ -0,0 +1,8 @@ +buildHtml +baseUrl https://shinecarwash.scroll.pub +metaTags +editButton /edit.html +title Shine Car Wash - Professional Car Cleaning Services +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..ddcb05a --- /dev/null +++ b/prompt.json @@ -0,0 +1,25 @@ +{ + "id": "285d02e1-ba34-40ba-99f3-b0fc0d37603f", + "object": "chat.completion", + "created": 1735523594, + "model": "deepseek-chat", + "choices": [ + { + "index": 0, + "message": { + "role": "assistant", + "content": "---domain---\nshinecarwash.scroll.pub\n---index.scroll---\nbuildHtml\nbaseUrl https://shinecarwash.scroll.pub\nmetaTags\neditButton /edit.html\ntitle Shine Car Wash - Professional Car Cleaning Services\nstyle.css\nbody.html\nscript.js\n---body.html---\n<header class=\"header\">\n <div class=\"logo\">Shine Car Wash</div>\n <nav class=\"nav\">\n <a href=\"#home\">Home</a>\n <a href=\"#prices\">Prices</a>\n <a href=\"#location\">Location</a>\n <a href=\"#booking\">Booking</a>\n <a href=\"#gallery\">Gallery</a>\n </nav>\n</header>\n\n<section id=\"home\" class=\"hero\">\n <div class=\"hero-content\">\n <h1>Welcome to Shine Car Wash</h1>\n <p>Your car deserves the best care. Book now and experience the shine!</p>\n <a href=\"#booking\" class=\"cta-button\">Book Now</a>\n </div>\n</section>\n\n<section id=\"prices\" class=\"prices\">\n <h2>Our Services</h2>\n <div class=\"price-list\">\n <div class=\"price-item\">\n <h3>Basic Wash</h3>\n <p>€15</p>\n </div>\n <div class=\"price-item\">\n <h3>Premium Wash</h3>\n <p>€25</p>\n </div>\n <div class=\"price-item\">\n <h3>Full Detailing</h3>\n <p>€50</p>\n </div>\n </div>\n</section>\n\n<section id=\"location\" class=\"location\">\n <h2>Our Location</h2>\n <div class=\"map\">\n <iframe src=\"https://www.google.com/maps/embed?pb=!1m18!1m12!1m3!1d2381.813036719574!2d-6.260837684161922!3d53.34487937997898!2m3!1f0!2f0!3f0!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0x48670e80ea7ac7cd%3A0xa00c7a9973171a0!2sDublin%2C%20Ireland!5e0!3m2!1sen!2sus!4v1629999999999!5m2!1sen!2sus\" width=\"600\" height=\"450\" style=\"border:0;\" allowfullscreen=\"\" loading=\"lazy\"></iframe>\n </div>\n</section>\n\n<section id=\"booking\" class=\"booking\">\n <h2>Book Your Appointment</h2>\n <form id=\"booking-form\">\n <label for=\"name\">Name:</label>\n <input type=\"text\" id=\"name\" name=\"name\" required>\n <label for=\"eircode\">Eircode:</label>\n <input type=\"text\" id=\"eircode\" name=\"eircode\" required>\n <label for=\"date\">Preferred Date:</label>\n <input type=\"date\" id=\"date\" name=\"date\" required>\n <button type=\"submit\">Book Now</button>\n </form>\n</section>\n\n<section id=\"gallery\" class=\"gallery\">\n <h2>Gallery</h2>\n <div class=\"gallery-grid\">\n <div class=\"gallery-item\"><img src=\"car1.jpg\" alt=\"Car Wash Before and After\"></div>\n <div class=\"gallery-item\"><img src=\"car2.jpg\" alt=\"Car Wash Before and After\"></div>\n <div class=\"gallery-item\"><img src=\"car3.jpg\" alt=\"Car Wash Before and After\"></div>\n </div>\n</section>\n\n<footer class=\"footer\">\n <p>Shine Car Wash - Professional Car Cleaning Services</p>\n</footer>\n---style.css---\nbody {\n font-family: 'Arial', sans-serif;\n margin: 0;\n padding: 0;\n background-color: #f4f4f4;\n color: #333;\n}\n\n.header {\n background-color: #2c3e50;\n color: white;\n padding: 1rem;\n display: flex;\n justify-content: space-between;\n align-items: center;\n}\n\n.logo {\n font-size: 1.5rem;\n font-weight: bold;\n}\n\n.nav a {\n color: white;\n text-decoration: none;\n margin: 0 1rem;\n}\n\n.hero {\n background: url('car-wash.jpg') no-repeat center center/cover;\n height: 100vh;\n display: flex;\n justify-content: center;\n align-items: center;\n color: white;\n text-align: center;\n}\n\n.hero-content h1 {\n font-size: 3rem;\n margin-bottom: 1rem;\n}\n\n.cta-button {\n background-color: #3498db;\n color: white;\n padding: 0.5rem 1rem;\n text-decoration: none;\n border-radius: 5px;\n}\n\n.prices, .location, .booking, .gallery {\n padding: 2rem;\n text-align: center;\n}\n\n.price-list {\n display: flex;\n justify-content: space-around;\n margin-top: 1rem;\n}\n\n.price-item {\n background-color: white;\n padding: 1rem;\n border-radius: 5px;\n box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);\n}\n\n.map {\n margin-top: 1rem;\n}\n\n.booking-form {\n display: flex;\n flex-direction: column;\n align-items: center;\n}\n\n.booking-form input {\n margin: 0.5rem 0;\n padding: 0.5rem;\n width: 100%;\n max-width: 300px;\n}\n\n.gallery-grid {\n display: grid;\n grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));\n gap: 1rem;\n margin-top: 1rem;\n}\n\n.gallery-item img {\n width: 100%;\n border-radius: 5px;\n}\n\n.footer {\n background-color: #2c3e50;\n color: white;\n text-align: center;\n padding: 1rem;\n}\n---script.js---\ndocument.getElementById('booking-form').addEventListener('submit', function(event) {\n event.preventDefault();\n const name = document.getElementById('name').value;\n const eircode = document.getElementById('eircode').value;\n const date = document.getElementById('date').value;\n\n if (name && eircode && date) {\n alert('Booking successful! We will contact you shortly.');\n } else {\n alert('Please fill in all fields.');\n }\n});\n---end---" + }, + "logprobs": null, + "finish_reason": "stop" + } + ], + "usage": { + "prompt_tokens": 416, + "completion_tokens": 1519, + "total_tokens": 1935, + "prompt_cache_hit_tokens": 0, + "prompt_cache_miss_tokens": 416 + }, + "system_fingerprint": "fp_f1afce2943" +} \ No newline at end of file diff --git a/readme.scroll b/readme.scroll new file mode 100644 index 0000000..c26fea0 --- /dev/null +++ b/readme.scroll @@ -0,0 +1,2 @@ +# shinecarwash.scroll.pub +Website generated by DeepSeek from prompt: Design and develop an animated, modern car wash website with a clean and professional look using grey, blue, and white as the primary colors. The website should include a homepage with smooth animations, a price page detailing the services offered, a location page with a map, and a booking page where customers can schedule appointments. The booking system must allow bookings Monday through Saturday, 9 AM to 5 PM, with a field for customers to input their Irish Eircode. It should automatically group customers living within 2–5 km of each other on the same day, and if a customer is more than 5 km away, assign them to another available day. Limit bookings to two spots per day. Additionally, create a gallery page where before-and-after photos of vehicles can be uploaded and displayed. Ensure the website is fully responsive, user-friendly, and easy to update, with smooth animations and a polished design. \ No newline at end of file diff --git a/script.js b/script.js new file mode 100644 index 0000000..e2ff378 --- /dev/null +++ b/script.js @@ -0,0 +1,12 @@ +document.getElementById('booking-form').addEventListener('submit', function(event) { + event.preventDefault(); + const name = document.getElementById('name').value; + const eircode = document.getElementById('eircode').value; + const date = document.getElementById('date').value; + + if (name && eircode && date) { + alert('Booking successful! We will contact you shortly.'); + } else { + alert('Please fill in all fields.'); + } +}); \ No newline at end of file diff --git a/style.css b/style.css new file mode 100644 index 0000000..ea8ff04 --- /dev/null +++ b/style.css @@ -0,0 +1,104 @@ +body { + font-family: 'Arial', sans-serif; + margin: 0; + padding: 0; + background-color: #f4f4f4; + color: #333; +} + +.header { + background-color: #2c3e50; + color: white; + padding: 1rem; + display: flex; + justify-content: space-between; + align-items: center; +} + +.logo { + font-size: 1.5rem; + font-weight: bold; +} + +.nav a { + color: white; + text-decoration: none; + margin: 0 1rem; +} + +.hero { + background: url('car-wash.jpg') no-repeat center center/cover; + height: 100vh; + display: flex; + justify-content: center; + align-items: center; + color: white; + text-align: center; +} + +.hero-content h1 { + font-size: 3rem; + margin-bottom: 1rem; +} + +.cta-button { + background-color: #3498db; + color: white; + padding: 0.5rem 1rem; + text-decoration: none; + border-radius: 5px; +} + +.prices, .location, .booking, .gallery { + padding: 2rem; + text-align: center; +} + +.price-list { + display: flex; + justify-content: space-around; + margin-top: 1rem; +} + +.price-item { + background-color: white; + padding: 1rem; + border-radius: 5px; + box-shadow: 0 0 10px rgba(0, 0, 0, 0.1); +} + +.map { + margin-top: 1rem; +} + +.booking-form { + display: flex; + flex-direction: column; + align-items: center; +} + +.booking-form input { + margin: 0.5rem 0; + padding: 0.5rem; + width: 100%; + max-width: 300px; +} + +.gallery-grid { + display: grid; + grid-template-columns: repeat(auto-fit, minmax(200px, 1fr)); + gap: 1rem; + margin-top: 1rem; +} + +.gallery-item img { + width: 100%; + border-radius: 5px; +} + +.footer { + background-color: #2c3e50; + color: white; + text-align: center; + padding: 1rem; +} \ No newline at end of file