commit 0d73e9127bafe520e6f72a8e755f1934bfd8e08a
Author: root <root@hub.scroll.pub> Date: 2024-12-27 19:20:32 +0000 Subject: Initial commit diff --git a/body.html b/body.html new file mode 100644 index 0000000..c7cb034 --- /dev/null +++ b/body.html @@ -0,0 +1,61 @@ +<header class="header"> + <div class="logo">FanScape</div> + <nav class="nav"> + <a href="#home" class="nav-link">Home</a> + <a href="#creators" class="nav-link">Creators</a> + <a href="#pricing" class="nav-link">Pricing</a> + <a href="#login" class="nav-link">Login</a> + </nav> +</header> + +<main class="main"> + <section id="home" class="hero"> + <h1 class="hero-title">Unlock Exclusive Content</h1> + <p class="hero-text">Join FanScape to access premium content from your favorite creators.</p> + <a href="#signup" class="hero-button">Sign Up Now</a> + </section> + + <section id="creators" class="creators"> + <h2 class="section-title">Featured Creators</h2> + <div class="creator-grid"> + <div class="creator-card"> + <img src="creator1.jpg" alt="Creator 1" class="creator-image"> + <h3 class="creator-name">Creator One</h3> + <p class="creator-bio">Explore exclusive content from Creator One.</p> + </div> + <div class="creator-card"> + <img src="creator2.jpg" alt="Creator 2" class="creator-image"> + <h3 class="creator-name">Creator Two</h3> + <p class="creator-bio">Discover unique content from Creator Two.</p> + </div> + </div> + </section> + + <section id="pricing" class="pricing"> + <h2 class="section-title">Pricing Plans</h2> + <div class="pricing-grid"> + <div class="pricing-card"> + <h3 class="pricing-title">Basic</h3> + <p class="pricing-price">$9.99/month</p> + <ul class="pricing-features"> + <li>Access to basic content</li> + <li>Limited interactions</li> + </ul> + <a href="#signup" class="pricing-button">Choose Basic</a> + </div> + <div class="pricing-card"> + <h3 class="pricing-title">Premium</h3> + <p class="pricing-price">$19.99/month</p> + <ul class="pricing-features"> + <li>Access to all content</li> + <li>Unlimited interactions</li> + </ul> + <a href="#signup" class="pricing-button">Choose Premium</a> + </div> + </div> + </section> +</main> + +<footer class="footer"> + <p>FanScape - Your Exclusive Content Hub</p> +</footer> \ No newline at end of file diff --git a/index.scroll b/index.scroll new file mode 100644 index 0000000..bf5ff03 --- /dev/null +++ b/index.scroll @@ -0,0 +1,8 @@ +buildHtml +baseUrl https://fanscape.scroll.pub +metaTags +editButton /edit.html +title FanScape - Your Exclusive Content Hub +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..15fae36 --- /dev/null +++ b/prompt.json @@ -0,0 +1,25 @@ +{ + "id": "e711ced4-7056-406d-93cb-5ca8236e5bc1", + "object": "chat.completion", + "created": 1735327212, + "model": "deepseek-chat", + "choices": [ + { + "index": 0, + "message": { + "role": "assistant", + "content": "---domain---\nfanscape.scroll.pub\n---index.scroll---\nbuildHtml\nbaseUrl https://fanscape.scroll.pub\nmetaTags\neditButton /edit.html\ntitle FanScape - Your Exclusive Content Hub\nstyle.css\nbody.html\nscript.js\n---body.html---\n<header class=\"header\">\n <div class=\"logo\">FanScape</div>\n <nav class=\"nav\">\n <a href=\"#home\" class=\"nav-link\">Home</a>\n <a href=\"#creators\" class=\"nav-link\">Creators</a>\n <a href=\"#pricing\" class=\"nav-link\">Pricing</a>\n <a href=\"#login\" class=\"nav-link\">Login</a>\n </nav>\n</header>\n\n<main class=\"main\">\n <section id=\"home\" class=\"hero\">\n <h1 class=\"hero-title\">Unlock Exclusive Content</h1>\n <p class=\"hero-text\">Join FanScape to access premium content from your favorite creators.</p>\n <a href=\"#signup\" class=\"hero-button\">Sign Up Now</a>\n </section>\n\n <section id=\"creators\" class=\"creators\">\n <h2 class=\"section-title\">Featured Creators</h2>\n <div class=\"creator-grid\">\n <div class=\"creator-card\">\n <img src=\"creator1.jpg\" alt=\"Creator 1\" class=\"creator-image\">\n <h3 class=\"creator-name\">Creator One</h3>\n <p class=\"creator-bio\">Explore exclusive content from Creator One.</p>\n </div>\n <div class=\"creator-card\">\n <img src=\"creator2.jpg\" alt=\"Creator 2\" class=\"creator-image\">\n <h3 class=\"creator-name\">Creator Two</h3>\n <p class=\"creator-bio\">Discover unique content from Creator Two.</p>\n </div>\n </div>\n </section>\n\n <section id=\"pricing\" class=\"pricing\">\n <h2 class=\"section-title\">Pricing Plans</h2>\n <div class=\"pricing-grid\">\n <div class=\"pricing-card\">\n <h3 class=\"pricing-title\">Basic</h3>\n <p class=\"pricing-price\">$9.99/month</p>\n <ul class=\"pricing-features\">\n <li>Access to basic content</li>\n <li>Limited interactions</li>\n </ul>\n <a href=\"#signup\" class=\"pricing-button\">Choose Basic</a>\n </div>\n <div class=\"pricing-card\">\n <h3 class=\"pricing-title\">Premium</h3>\n <p class=\"pricing-price\">$19.99/month</p>\n <ul class=\"pricing-features\">\n <li>Access to all content</li>\n <li>Unlimited interactions</li>\n </ul>\n <a href=\"#signup\" class=\"pricing-button\">Choose Premium</a>\n </div>\n </div>\n </section>\n</main>\n\n<footer class=\"footer\">\n <p>FanScape - Your Exclusive Content Hub</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: #333;\n color: #fff;\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 {\n display: flex;\n gap: 1rem;\n}\n\n.nav-link {\n color: #fff;\n text-decoration: none;\n font-size: 1rem;\n}\n\n.hero {\n background-color: #444;\n color: #fff;\n padding: 2rem;\n text-align: center;\n}\n\n.hero-title {\n font-size: 2.5rem;\n margin-bottom: 1rem;\n}\n\n.hero-text {\n font-size: 1.2rem;\n margin-bottom: 2rem;\n}\n\n.hero-button {\n background-color: #ff4757;\n color: #fff;\n padding: 0.8rem 2rem;\n text-decoration: none;\n border-radius: 5px;\n font-size: 1rem;\n}\n\n.creators, .pricing {\n padding: 2rem;\n text-align: center;\n}\n\n.section-title {\n font-size: 2rem;\n margin-bottom: 2rem;\n}\n\n.creator-grid, .pricing-grid {\n display: flex;\n justify-content: center;\n gap: 2rem;\n flex-wrap: wrap;\n}\n\n.creator-card, .pricing-card {\n background-color: #fff;\n padding: 1rem;\n border-radius: 10px;\n box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);\n width: 200px;\n}\n\n.creator-image {\n width: 100%;\n border-radius: 10px;\n}\n\n.creator-name {\n font-size: 1.2rem;\n margin: 1rem 0 0.5rem;\n}\n\n.creator-bio {\n font-size: 0.9rem;\n color: #666;\n}\n\n.pricing-title {\n font-size: 1.5rem;\n margin-bottom: 1rem;\n}\n\n.pricing-price {\n font-size: 1.2rem;\n margin-bottom: 1rem;\n}\n\n.pricing-features {\n list-style: none;\n padding: 0;\n margin-bottom: 1rem;\n}\n\n.pricing-features li {\n font-size: 0.9rem;\n margin-bottom: 0.5rem;\n}\n\n.pricing-button {\n background-color: #ff4757;\n color: #fff;\n padding: 0.8rem 2rem;\n text-decoration: none;\n border-radius: 5px;\n font-size: 1rem;\n}\n\n.footer {\n background-color: #333;\n color: #fff;\n text-align: center;\n padding: 1rem;\n margin-top: 2rem;\n}\n\n@media (max-width: 768px) {\n .hero-title {\n font-size: 2rem;\n }\n\n .hero-text {\n font-size: 1rem;\n }\n\n .creator-grid, .pricing-grid {\n flex-direction: column;\n align-items: center;\n }\n\n .creator-card, .pricing-card {\n width: 80%;\n }\n}\n---script.js---\n// JavaScript for interactive elements can be added here\ndocument.addEventListener('DOMContentLoaded', function() {\n // Example: Add event listeners or dynamic content here\n});\n---end---" + }, + "logprobs": null, + "finish_reason": "stop" + } + ], + "usage": { + "prompt_tokens": 239, + "completion_tokens": 1496, + "total_tokens": 1735, + "prompt_cache_hit_tokens": 0, + "prompt_cache_miss_tokens": 239 + }, + "system_fingerprint": "fp_f1afce2943" +} \ No newline at end of file diff --git a/readme.scroll b/readme.scroll new file mode 100644 index 0000000..16996bf --- /dev/null +++ b/readme.scroll @@ -0,0 +1,2 @@ +# fanscape.scroll.pub +Website generated by DeepSeek from prompt: create a only fans clone \ No newline at end of file diff --git a/script.js b/script.js new file mode 100644 index 0000000..89aada5 --- /dev/null +++ b/script.js @@ -0,0 +1,4 @@ +// JavaScript for interactive elements can be added here +document.addEventListener('DOMContentLoaded', function() { + // Example: Add event listeners or dynamic content here +}); \ No newline at end of file diff --git a/style.css b/style.css new file mode 100644 index 0000000..40793cb --- /dev/null +++ b/style.css @@ -0,0 +1,155 @@ +body { + font-family: 'Arial', sans-serif; + margin: 0; + padding: 0; + background-color: #f4f4f4; + color: #333; +} + +.header { + background-color: #333; + color: #fff; + padding: 1rem; + display: flex; + justify-content: space-between; + align-items: center; +} + +.logo { + font-size: 1.5rem; + font-weight: bold; +} + +.nav { + display: flex; + gap: 1rem; +} + +.nav-link { + color: #fff; + text-decoration: none; + font-size: 1rem; +} + +.hero { + background-color: #444; + color: #fff; + padding: 2rem; + text-align: center; +} + +.hero-title { + font-size: 2.5rem; + margin-bottom: 1rem; +} + +.hero-text { + font-size: 1.2rem; + margin-bottom: 2rem; +} + +.hero-button { + background-color: #ff4757; + color: #fff; + padding: 0.8rem 2rem; + text-decoration: none; + border-radius: 5px; + font-size: 1rem; +} + +.creators, .pricing { + padding: 2rem; + text-align: center; +} + +.section-title { + font-size: 2rem; + margin-bottom: 2rem; +} + +.creator-grid, .pricing-grid { + display: flex; + justify-content: center; + gap: 2rem; + flex-wrap: wrap; +} + +.creator-card, .pricing-card { + background-color: #fff; + padding: 1rem; + border-radius: 10px; + box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1); + width: 200px; +} + +.creator-image { + width: 100%; + border-radius: 10px; +} + +.creator-name { + font-size: 1.2rem; + margin: 1rem 0 0.5rem; +} + +.creator-bio { + font-size: 0.9rem; + color: #666; +} + +.pricing-title { + font-size: 1.5rem; + margin-bottom: 1rem; +} + +.pricing-price { + font-size: 1.2rem; + margin-bottom: 1rem; +} + +.pricing-features { + list-style: none; + padding: 0; + margin-bottom: 1rem; +} + +.pricing-features li { + font-size: 0.9rem; + margin-bottom: 0.5rem; +} + +.pricing-button { + background-color: #ff4757; + color: #fff; + padding: 0.8rem 2rem; + text-decoration: none; + border-radius: 5px; + font-size: 1rem; +} + +.footer { + background-color: #333; + color: #fff; + text-align: center; + padding: 1rem; + margin-top: 2rem; +} + +@media (max-width: 768px) { + .hero-title { + font-size: 2rem; + } + + .hero-text { + font-size: 1rem; + } + + .creator-grid, .pricing-grid { + flex-direction: column; + align-items: center; + } + + .creator-card, .pricing-card { + width: 80%; + } +} \ No newline at end of file