commit 9e3aa4b64e380b970bf456d22c20b8c4e909dad6
Author: root <root@hub.scroll.pub>
Date: 2025-01-07 17:57:44 +0000
Subject: Initial commit
diff --git a/body.html b/body.html
new file mode 100644
index 0000000..3a82284
--- /dev/null
+++ b/body.html
@@ -0,0 +1,82 @@
+<header class="header">
+ <div class="container">
+ <h1 class="logo">HomeScroll</h1>
+ <nav class="nav">
+ <ul>
+ <li><a href="#listings">Listings</a></li>
+ <li><a href="#about">About</a></li>
+ <li><a href="#contact">Contact</a></li>
+ </ul>
+ </nav>
+ </div>
+</header>
+
+<main>
+ <section id="hero" class="hero">
+ <div class="container">
+ <h2>Find Your Dream Home</h2>
+ <p>Explore modern, stylish, and affordable real estate listings.</p>
+ <a href="#listings" class="btn">View Listings</a>
+ </div>
+ </section>
+
+ <section id="listings" class="listings">
+ <div class="container">
+ <h2>Featured Listings</h2>
+ <div class="listing-grid">
+ <article class="listing-card">
+ <img src="/images/home1.jpg" alt="Modern Apartment">
+ <div class="listing-content">
+ <h3>Modern Apartment</h3>
+ <p>3 Bedrooms | 2 Bathrooms | $450,000</p>
+ <a href="#" class="btn">Details</a>
+ </div>
+ </article>
+ <article class="listing-card">
+ <img src="/images/home2.jpg" alt="Cozy Cottage">
+ <div class="listing-content">
+ <h3>Cozy Cottage</h3>
+ <p>2 Bedrooms | 1 Bathroom | $320,000</p>
+ <a href="#" class="btn">Details</a>
+ </div>
+ </article>
+ <article class="listing-card">
+ <img src="/images/home3.jpg" alt="Luxury Villa">
+ <div class="listing-content">
+ <h3>Luxury Villa</h3>
+ <p>5 Bedrooms | 4 Bathrooms | $1,200,000</p>
+ <a href="#" class="btn">Details</a>
+ </div>
+ </article>
+ </div>
+ </div>
+ </section>
+
+ <section id="about" class="about">
+ <div class="container">
+ <h2>About HomeScroll</h2>
+ <p>HomeScroll is your trusted partner in finding the perfect home. We specialize in modern, stylish, and affordable real estate listings tailored to your needs.</p>
+ </div>
+ </section>
+
+ <section id="contact" class="contact">
+ <div class="container">
+ <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" class="btn">Send Message</button>
+ </form>
+ </div>
+ </section>
+</main>
+
+<footer class="footer">
+ <div class="container">
+ <p>HomeScroll - Modern Real Estate Listings</p>
+ </div>
+</footer>
\ No newline at end of file
diff --git a/index.scroll b/index.scroll
new file mode 100644
index 0000000..1ed5c92
--- /dev/null
+++ b/index.scroll
@@ -0,0 +1,8 @@
+buildHtml
+baseUrl https://homescroll.scroll.pub
+metaTags
+editButton /edit.html
+title HomeScroll - Modern Real Estate Listings
+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..f5270d9
--- /dev/null
+++ b/prompt.json
@@ -0,0 +1,25 @@
+{
+ "id": "bf3eb8df-908f-4fe9-8689-6f25eeac83a5",
+ "object": "chat.completion",
+ "created": 1736272629,
+ "model": "deepseek-chat",
+ "choices": [
+ {
+ "index": 0,
+ "message": {
+ "role": "assistant",
+ "content": "---domain---\nhomescroll.scroll.pub\n---index.scroll---\nbuildHtml\nbaseUrl https://homescroll.scroll.pub\nmetaTags\neditButton /edit.html\ntitle HomeScroll - Modern Real Estate Listings\nstyle.css\nbody.html\nscript.js\n---body.html---\n<header class=\"header\">\n <div class=\"container\">\n <h1 class=\"logo\">HomeScroll</h1>\n <nav class=\"nav\">\n <ul>\n <li><a href=\"#listings\">Listings</a></li>\n <li><a href=\"#about\">About</a></li>\n <li><a href=\"#contact\">Contact</a></li>\n </ul>\n </nav>\n </div>\n</header>\n\n<main>\n <section id=\"hero\" class=\"hero\">\n <div class=\"container\">\n <h2>Find Your Dream Home</h2>\n <p>Explore modern, stylish, and affordable real estate listings.</p>\n <a href=\"#listings\" class=\"btn\">View Listings</a>\n </div>\n </section>\n\n <section id=\"listings\" class=\"listings\">\n <div class=\"container\">\n <h2>Featured Listings</h2>\n <div class=\"listing-grid\">\n <article class=\"listing-card\">\n <img src=\"/images/home1.jpg\" alt=\"Modern Apartment\">\n <div class=\"listing-content\">\n <h3>Modern Apartment</h3>\n <p>3 Bedrooms | 2 Bathrooms | $450,000</p>\n <a href=\"#\" class=\"btn\">Details</a>\n </div>\n </article>\n <article class=\"listing-card\">\n <img src=\"/images/home2.jpg\" alt=\"Cozy Cottage\">\n <div class=\"listing-content\">\n <h3>Cozy Cottage</h3>\n <p>2 Bedrooms | 1 Bathroom | $320,000</p>\n <a href=\"#\" class=\"btn\">Details</a>\n </div>\n </article>\n <article class=\"listing-card\">\n <img src=\"/images/home3.jpg\" alt=\"Luxury Villa\">\n <div class=\"listing-content\">\n <h3>Luxury Villa</h3>\n <p>5 Bedrooms | 4 Bathrooms | $1,200,000</p>\n <a href=\"#\" class=\"btn\">Details</a>\n </div>\n </article>\n </div>\n </div>\n </section>\n\n <section id=\"about\" class=\"about\">\n <div class=\"container\">\n <h2>About HomeScroll</h2>\n <p>HomeScroll is your trusted partner in finding the perfect home. We specialize in modern, stylish, and affordable real estate listings tailored to your needs.</p>\n </div>\n </section>\n\n <section id=\"contact\" class=\"contact\">\n <div class=\"container\">\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\" class=\"btn\">Send Message</button>\n </form>\n </div>\n </section>\n</main>\n\n<footer class=\"footer\">\n <div class=\"container\">\n <p>HomeScroll - Modern Real Estate Listings</p>\n </div>\n</footer>\n---style.css---\n:root {\n --primary-color: #4a90e2;\n --secondary-color: #333;\n --background-color: #f9f9f9;\n --text-color: #333;\n --white: #fff;\n --shadow: 0 4px 6px rgba(0, 0, 0, 0.1);\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 line-height: 1.6;\n}\n\n.container {\n width: 90%;\n max-width: 1200px;\n margin: 0 auto;\n}\n\n.header {\n background-color: var(--primary-color);\n color: var(--white);\n padding: 20px 0;\n}\n\n.header .logo {\n font-size: 24px;\n font-weight: bold;\n}\n\n.header .nav ul {\n list-style: none;\n padding: 0;\n margin: 0;\n display: flex;\n gap: 20px;\n}\n\n.header .nav ul li a {\n color: var(--white);\n text-decoration: none;\n font-weight: bold;\n}\n\n.hero {\n background: url('/images/hero.jpg') no-repeat center center/cover;\n color: var(--white);\n padding: 100px 0;\n text-align: center;\n}\n\n.hero h2 {\n font-size: 48px;\n margin-bottom: 20px;\n}\n\n.hero p {\n font-size: 20px;\n margin-bottom: 30px;\n}\n\n.hero .btn {\n background-color: var(--white);\n color: var(--primary-color);\n padding: 10px 20px;\n text-decoration: none;\n border-radius: 5px;\n font-weight: bold;\n}\n\n.listings {\n padding: 60px 0;\n}\n\n.listings h2 {\n text-align: center;\n margin-bottom: 40px;\n}\n\n.listing-grid {\n display: grid;\n grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));\n gap: 20px;\n}\n\n.listing-card {\n background-color: var(--white);\n border-radius: 10px;\n overflow: hidden;\n box-shadow: var(--shadow);\n transition: transform 0.3s ease;\n}\n\n.listing-card:hover {\n transform: translateY(-10px);\n}\n\n.listing-card img {\n width: 100%;\n height: 200px;\n object-fit: cover;\n}\n\n.listing-content {\n padding: 20px;\n}\n\n.listing-content h3 {\n margin-bottom: 10px;\n}\n\n.listing-content p {\n margin-bottom: 20px;\n}\n\n.listing-content .btn {\n background-color: var(--primary-color);\n color: var(--white);\n padding: 10px 20px;\n text-decoration: none;\n border-radius: 5px;\n font-weight: bold;\n}\n\n.about, .contact {\n padding: 60px 0;\n text-align: center;\n}\n\n.contact form {\n max-width: 600px;\n margin: 0 auto;\n text-align: left;\n}\n\n.contact label {\n display: block;\n margin-bottom: 5px;\n}\n\n.contact input, .contact textarea {\n width: 100%;\n padding: 10px;\n margin-bottom: 20px;\n border: 1px solid #ccc;\n border-radius: 5px;\n}\n\n.contact button {\n background-color: var(--primary-color);\n color: var(--white);\n padding: 10px 20px;\n border: none;\n border-radius: 5px;\n cursor: pointer;\n}\n\n.footer {\n background-color: var(--secondary-color);\n color: var(--white);\n text-align: center;\n padding: 20px 0;\n}\n\n@media (max-width: 768px) {\n .hero h2 {\n font-size: 36px;\n }\n\n .hero p {\n font-size: 18px;\n }\n\n .listing-grid {\n grid-template-columns: 1fr;\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": 237,
+ "completion_tokens": 1774,
+ "total_tokens": 2011,
+ "prompt_cache_hit_tokens": 0,
+ "prompt_cache_miss_tokens": 237
+ },
+ "system_fingerprint": "fp_3a5770e1b4"
+}
\ No newline at end of file
diff --git a/readme.scroll b/readme.scroll
new file mode 100644
index 0000000..0df0248
--- /dev/null
+++ b/readme.scroll
@@ -0,0 +1,2 @@
+# homescroll1.scroll.pub
+Website generated by DeepSeek from prompt: real estate listings
\ 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..47c8fb6
--- /dev/null
+++ b/style.css
@@ -0,0 +1,182 @@
+:root {
+ --primary-color: #4a90e2;
+ --secondary-color: #333;
+ --background-color: #f9f9f9;
+ --text-color: #333;
+ --white: #fff;
+ --shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
+}
+
+body {
+ font-family: 'Arial', sans-serif;
+ color: var(--text-color);
+ background-color: var(--background-color);
+ margin: 0;
+ padding: 0;
+ line-height: 1.6;
+}
+
+.container {
+ width: 90%;
+ max-width: 1200px;
+ margin: 0 auto;
+}
+
+.header {
+ background-color: var(--primary-color);
+ color: var(--white);
+ padding: 20px 0;
+}
+
+.header .logo {
+ font-size: 24px;
+ font-weight: bold;
+}
+
+.header .nav ul {
+ list-style: none;
+ padding: 0;
+ margin: 0;
+ display: flex;
+ gap: 20px;
+}
+
+.header .nav ul li a {
+ color: var(--white);
+ text-decoration: none;
+ font-weight: bold;
+}
+
+.hero {
+ background: url('/images/hero.jpg') no-repeat center center/cover;
+ color: var(--white);
+ padding: 100px 0;
+ text-align: center;
+}
+
+.hero h2 {
+ font-size: 48px;
+ margin-bottom: 20px;
+}
+
+.hero p {
+ font-size: 20px;
+ margin-bottom: 30px;
+}
+
+.hero .btn {
+ background-color: var(--white);
+ color: var(--primary-color);
+ padding: 10px 20px;
+ text-decoration: none;
+ border-radius: 5px;
+ font-weight: bold;
+}
+
+.listings {
+ padding: 60px 0;
+}
+
+.listings h2 {
+ text-align: center;
+ margin-bottom: 40px;
+}
+
+.listing-grid {
+ display: grid;
+ grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
+ gap: 20px;
+}
+
+.listing-card {
+ background-color: var(--white);
+ border-radius: 10px;
+ overflow: hidden;
+ box-shadow: var(--shadow);
+ transition: transform 0.3s ease;
+}
+
+.listing-card:hover {
+ transform: translateY(-10px);
+}
+
+.listing-card img {
+ width: 100%;
+ height: 200px;
+ object-fit: cover;
+}
+
+.listing-content {
+ padding: 20px;
+}
+
+.listing-content h3 {
+ margin-bottom: 10px;
+}
+
+.listing-content p {
+ margin-bottom: 20px;
+}
+
+.listing-content .btn {
+ background-color: var(--primary-color);
+ color: var(--white);
+ padding: 10px 20px;
+ text-decoration: none;
+ border-radius: 5px;
+ font-weight: bold;
+}
+
+.about, .contact {
+ padding: 60px 0;
+ text-align: center;
+}
+
+.contact form {
+ max-width: 600px;
+ margin: 0 auto;
+ text-align: left;
+}
+
+.contact label {
+ display: block;
+ margin-bottom: 5px;
+}
+
+.contact input, .contact textarea {
+ width: 100%;
+ padding: 10px;
+ margin-bottom: 20px;
+ border: 1px solid #ccc;
+ border-radius: 5px;
+}
+
+.contact button {
+ background-color: var(--primary-color);
+ color: var(--white);
+ padding: 10px 20px;
+ border: none;
+ border-radius: 5px;
+ cursor: pointer;
+}
+
+.footer {
+ background-color: var(--secondary-color);
+ color: var(--white);
+ text-align: center;
+ padding: 20px 0;
+}
+
+@media (max-width: 768px) {
+ .hero h2 {
+ font-size: 36px;
+ }
+
+ .hero p {
+ font-size: 18px;
+ }
+
+ .listing-grid {
+ grid-template-columns: 1fr;
+ }
+}
\ No newline at end of file