commit 4a21c0c7d0b9658fff9b21539d28ab1f4be6c1d6
Author: root <root@hub.scroll.pub>
Date: 2024-12-28 16:58:14 +0000
Subject: Initial commit
diff --git a/body.html b/body.html
new file mode 100644
index 0000000..eafdbf8
--- /dev/null
+++ b/body.html
@@ -0,0 +1,86 @@
+<header class="hero">
+ <div class="hero-content">
+ <h1>Your Errands, Our Priority</h1>
+ <p>Fast, reliable, and professional errand running services in Houston.</p>
+ <a href="#services" class="cta-button">Get Started</a>
+ </div>
+</header>
+
+<section id="services" class="services">
+ <h2>Our Services</h2>
+ <div class="service-cards">
+ <div class="card">
+ <i class="icon-delivery"></i>
+ <h3>Grocery Delivery</h3>
+ <p>Fresh groceries delivered to your door in no time.</p>
+ </div>
+ <div class="card">
+ <i class="icon-package"></i>
+ <h3>Package Pickup</h3>
+ <p>We pick up and deliver your packages securely.</p>
+ </div>
+ <div class="card">
+ <i class="icon-errand"></i>
+ <h3>Custom Errands</h3>
+ <p>Any errand, big or small, we’ve got you covered.</p>
+ </div>
+ </div>
+</section>
+
+<section class="features">
+ <h2>Why Choose Us?</h2>
+ <div class="feature-list">
+ <div class="feature">
+ <i class="icon-fast"></i>
+ <h3>Fast Service</h3>
+ <p>We prioritize speed without compromising quality.</p>
+ </div>
+ <div class="feature">
+ <i class="icon-reliable"></i>
+ <h3>Reliable</h3>
+ <p>Count on us to get the job done right every time.</p>
+ </div>
+ <div class="feature">
+ <i class="icon-professional"></i>
+ <h3>Professional</h3>
+ <p>Our team is trained to handle all your needs with care.</p>
+ </div>
+ </div>
+</section>
+
+<section class="trust">
+ <h2>Trusted by Houstonians</h2>
+ <div class="reviews">
+ <div class="review">
+ <p>"Amazing service! They saved me so much time."</p>
+ <span>- Jane D.</span>
+ </div>
+ <div class="review">
+ <p>"Reliable and professional. Highly recommend!"</p>
+ <span>- John S.</span>
+ </div>
+ </div>
+</section>
+
+<section class="cta">
+ <h2>Ready to Simplify Your Life?</h2>
+ <a href="#services" class="cta-button">Start Now</a>
+</section>
+
+<footer>
+ <div class="footer-content">
+ <div class="footer-section">
+ <h3>Contact Us</h3>
+ <p>Email: info@runhouston.scroll.pub</p>
+ <p>Phone: (713) 555-1234</p>
+ </div>
+ <div class="footer-section">
+ <h3>Quick Links</h3>
+ <ul>
+ <li><a href="#services">Services</a></li>
+ <li><a href="#features">Features</a></li>
+ <li><a href="#trust">Reviews</a></li>
+ </ul>
+ </div>
+ </div>
+</footer>
\ No newline at end of file
diff --git a/index.scroll b/index.scroll
new file mode 100644
index 0000000..0e41bb0
--- /dev/null
+++ b/index.scroll
@@ -0,0 +1,8 @@
+buildHtml
+baseUrl https://runhouston.scroll.pub
+metaTags
+editButton /edit.html
+title Run Houston - Modern Errand Running Service
+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..1b7a33c
--- /dev/null
+++ b/prompt.json
@@ -0,0 +1,25 @@
+{
+ "id": "d10692c2-10e3-42fb-b540-3f2b0cfeaca8",
+ "object": "chat.completion",
+ "created": 1735405071,
+ "model": "deepseek-chat",
+ "choices": [
+ {
+ "index": 0,
+ "message": {
+ "role": "assistant",
+ "content": "---domain---\nrunhouston.scroll.pub\n---index.scroll---\nbuildHtml\nbaseUrl https://runhouston.scroll.pub\nmetaTags\neditButton /edit.html\ntitle Run Houston - Modern Errand Running Service\nstyle.css\nbody.html\nscript.js\n---body.html---\n<header class=\"hero\">\n <div class=\"hero-content\">\n <h1>Your Errands, Our Priority</h1>\n <p>Fast, reliable, and professional errand running services in Houston.</p>\n <a href=\"#services\" class=\"cta-button\">Get Started</a>\n </div>\n</header>\n\n<section id=\"services\" class=\"services\">\n <h2>Our Services</h2>\n <div class=\"service-cards\">\n <div class=\"card\">\n <i class=\"icon-delivery\"></i>\n <h3>Grocery Delivery</h3>\n <p>Fresh groceries delivered to your door in no time.</p>\n </div>\n <div class=\"card\">\n <i class=\"icon-package\"></i>\n <h3>Package Pickup</h3>\n <p>We pick up and deliver your packages securely.</p>\n </div>\n <div class=\"card\">\n <i class=\"icon-errand\"></i>\n <h3>Custom Errands</h3>\n <p>Any errand, big or small, we’ve got you covered.</p>\n </div>\n </div>\n</section>\n\n<section class=\"features\">\n <h2>Why Choose Us?</h2>\n <div class=\"feature-list\">\n <div class=\"feature\">\n <i class=\"icon-fast\"></i>\n <h3>Fast Service</h3>\n <p>We prioritize speed without compromising quality.</p>\n </div>\n <div class=\"feature\">\n <i class=\"icon-reliable\"></i>\n <h3>Reliable</h3>\n <p>Count on us to get the job done right every time.</p>\n </div>\n <div class=\"feature\">\n <i class=\"icon-professional\"></i>\n <h3>Professional</h3>\n <p>Our team is trained to handle all your needs with care.</p>\n </div>\n </div>\n</section>\n\n<section class=\"trust\">\n <h2>Trusted by Houstonians</h2>\n <div class=\"reviews\">\n <div class=\"review\">\n <p>\"Amazing service! They saved me so much time.\"</p>\n <span>- Jane D.</span>\n </div>\n <div class=\"review\">\n <p>\"Reliable and professional. Highly recommend!\"</p>\n <span>- John S.</span>\n </div>\n </div>\n</section>\n\n<section class=\"cta\">\n <h2>Ready to Simplify Your Life?</h2>\n <a href=\"#services\" class=\"cta-button\">Start Now</a>\n</section>\n\n<footer>\n <div class=\"footer-content\">\n <div class=\"footer-section\">\n <h3>Contact Us</h3>\n <p>Email: info@runhouston.scroll.pub</p>\n <p>Phone: (713) 555-1234</p>\n </div>\n <div class=\"footer-section\">\n <h3>Quick Links</h3>\n <ul>\n <li><a href=\"#services\">Services</a></li>\n <li><a href=\"#features\">Features</a></li>\n <li><a href=\"#trust\">Reviews</a></li>\n </ul>\n </div>\n </div>\n</footer>\n---style.css---\n:root {\n --primary-color: #4a90e2;\n --secondary-color: #50e3c2;\n --background-color: #f4f7f6;\n --text-color: #333;\n --white: #ffffff;\n --gradient: linear-gradient(135deg, var(--primary-color), var(--secondary-color));\n}\n\nbody {\n font-family: 'Arial', sans-serif;\n color: var(--text-color);\n background-color: var(--background-color);\n margin: 0;\n padding: 0;\n}\n\n.hero {\n background: url('hero-bg.jpg') no-repeat center center/cover;\n height: 100vh;\n display: flex;\n align-items: center;\n justify-content: center;\n text-align: center;\n color: var(--white);\n}\n\n.hero-content h1 {\n font-size: 3rem;\n margin-bottom: 1rem;\n}\n\n.hero-content p {\n font-size: 1.5rem;\n margin-bottom: 2rem;\n}\n\n.cta-button {\n background: var(--gradient);\n color: var(--white);\n padding: 1rem 2rem;\n border: none;\n border-radius: 5px;\n font-size: 1rem;\n cursor: pointer;\n transition: background 0.3s ease;\n}\n\n.cta-button:hover {\n background: var(--primary-color);\n}\n\n.services, .features, .trust, .cta {\n padding: 4rem 2rem;\n text-align: center;\n}\n\n.service-cards, .feature-list {\n display: flex;\n justify-content: space-around;\n flex-wrap: wrap;\n}\n\n.card, .feature {\n background: var(--white);\n padding: 2rem;\n border-radius: 10px;\n box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);\n margin: 1rem;\n width: 30%;\n transition: transform 0.3s ease;\n}\n\n.card:hover, .feature:hover {\n transform: translateY(-10px);\n}\n\n.icon-delivery, .icon-package, .icon-errand, .icon-fast, .icon-reliable, .icon-professional {\n font-size: 2rem;\n margin-bottom: 1rem;\n}\n\n.trust .reviews {\n display: flex;\n justify-content: space-around;\n flex-wrap: wrap;\n}\n\n.review {\n background: var(--white);\n padding: 2rem;\n border-radius: 10px;\n box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);\n margin: 1rem;\n width: 45%;\n}\n\n.cta {\n background: var(--gradient);\n color: var(--white);\n}\n\nfooter {\n background: var(--text-color);\n color: var(--white);\n padding: 2rem;\n text-align: center;\n}\n\n.footer-content {\n display: flex;\n justify-content: space-around;\n flex-wrap: wrap;\n}\n\n.footer-section {\n margin: 1rem;\n}\n\n.footer-section h3 {\n margin-bottom: 1rem;\n}\n\n.footer-section ul {\n list-style: none;\n padding: 0;\n}\n\n.footer-section ul li {\n margin-bottom: 0.5rem;\n}\n\n.footer-section ul li a {\n color: var(--white);\n text-decoration: none;\n}\n\n@media (max-width: 768px) {\n .card, .feature, .review {\n width: 100%;\n }\n\n .hero-content h1 {\n font-size: 2rem;\n }\n\n .hero-content p {\n font-size: 1rem;\n }\n}\n---script.js---\n// Add any interactive JavaScript here if needed\n---end---"
+ },
+ "logprobs": null,
+ "finish_reason": "stop"
+ }
+ ],
+ "usage": {
+ "prompt_tokens": 371,
+ "completion_tokens": 1640,
+ "total_tokens": 2011,
+ "prompt_cache_hit_tokens": 0,
+ "prompt_cache_miss_tokens": 371
+ },
+ "system_fingerprint": "fp_f1afce2943"
+}
\ No newline at end of file
diff --git a/readme.scroll b/readme.scroll
new file mode 100644
index 0000000..9169850
--- /dev/null
+++ b/readme.scroll
@@ -0,0 +1,2 @@
+# runhouston.scroll.pub
+Website generated by DeepSeek from prompt: landing page for an errand running service in Houston. Make it very modern and with an appalling design. Make sure to include: - A clean, modern hero section with a compelling headline and CTA. It must include a full width background image - Service highlights with icon-based cards - Features section showcasing key benefits - Trust indicators including ratings and reviews - A strong CTA section with contrasting colors - A comprehensive footer with contact information and navigation Use a sophisticated color palette with gradients and white space for a premium feel. Use an icons package throughout for consistency and include professional stock photos as a placeholder for now. Make the layout is fully responsive and include hover effects for interactive elements.
\ No newline at end of file
diff --git a/script.js b/script.js
new file mode 100644
index 0000000..5bea745
--- /dev/null
+++ b/script.js
@@ -0,0 +1 @@
+// Add any interactive JavaScript here if needed
\ No newline at end of file
diff --git a/style.css b/style.css
new file mode 100644
index 0000000..6247cb0
--- /dev/null
+++ b/style.css
@@ -0,0 +1,150 @@
+:root {
+ --primary-color: #4a90e2;
+ --secondary-color: #50e3c2;
+ --background-color: #f4f7f6;
+ --text-color: #333;
+ --white: #ffffff;
+ --gradient: linear-gradient(135deg, var(--primary-color), var(--secondary-color));
+}
+
+body {
+ font-family: 'Arial', sans-serif;
+ color: var(--text-color);
+ background-color: var(--background-color);
+ margin: 0;
+ padding: 0;
+}
+
+.hero {
+ background: url('hero-bg.jpg') no-repeat center center/cover;
+ height: 100vh;
+ display: flex;
+ align-items: center;
+ justify-content: center;
+ text-align: center;
+ color: var(--white);
+}
+
+.hero-content h1 {
+ font-size: 3rem;
+ margin-bottom: 1rem;
+}
+
+.hero-content p {
+ font-size: 1.5rem;
+ margin-bottom: 2rem;
+}
+
+.cta-button {
+ background: var(--gradient);
+ color: var(--white);
+ padding: 1rem 2rem;
+ border: none;
+ border-radius: 5px;
+ font-size: 1rem;
+ cursor: pointer;
+ transition: background 0.3s ease;
+}
+
+.cta-button:hover {
+ background: var(--primary-color);
+}
+
+.services, .features, .trust, .cta {
+ padding: 4rem 2rem;
+ text-align: center;
+}
+
+.service-cards, .feature-list {
+ display: flex;
+ justify-content: space-around;
+ flex-wrap: wrap;
+}
+
+.card, .feature {
+ background: var(--white);
+ padding: 2rem;
+ border-radius: 10px;
+ box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
+ margin: 1rem;
+ width: 30%;
+ transition: transform 0.3s ease;
+}
+
+.card:hover, .feature:hover {
+ transform: translateY(-10px);
+}
+
+.icon-delivery, .icon-package, .icon-errand, .icon-fast, .icon-reliable, .icon-professional {
+ font-size: 2rem;
+ margin-bottom: 1rem;
+}
+
+.trust .reviews {
+ display: flex;
+ justify-content: space-around;
+ flex-wrap: wrap;
+}
+
+.review {
+ background: var(--white);
+ padding: 2rem;
+ border-radius: 10px;
+ box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
+ margin: 1rem;
+ width: 45%;
+}
+
+.cta {
+ background: var(--gradient);
+ color: var(--white);
+}
+
+footer {
+ background: var(--text-color);
+ color: var(--white);
+ padding: 2rem;
+ text-align: center;
+}
+
+.footer-content {
+ display: flex;
+ justify-content: space-around;
+ flex-wrap: wrap;
+}
+
+.footer-section {
+ margin: 1rem;
+}
+
+.footer-section h3 {
+ margin-bottom: 1rem;
+}
+
+.footer-section ul {
+ list-style: none;
+ padding: 0;
+}
+
+.footer-section ul li {
+ margin-bottom: 0.5rem;
+}
+
+.footer-section ul li a {
+ color: var(--white);
+ text-decoration: none;
+}
+
+@media (max-width: 768px) {
+ .card, .feature, .review {
+ width: 100%;
+ }
+
+ .hero-content h1 {
+ font-size: 2rem;
+ }
+
+ .hero-content p {
+ font-size: 1rem;
+ }
+}
\ No newline at end of file