commit 0bfbef97fb80ed7da5c6c716b2b6f49cc3d718d7
Author: root <root@hub.scroll.pub>
Date: 2024-12-28 02:31:19 +0000
Subject: Initial commit
diff --git a/body.html b/body.html
new file mode 100644
index 0000000..881159c
--- /dev/null
+++ b/body.html
@@ -0,0 +1,65 @@
+<header>
+ <h1>Career Choice: OnlyFans vs Traditional Job</h1>
+ <p>Deciding between a career as an OnlyFans content creator or a traditional job in a co-working space? Let's explore the pros and cons to help you make an informed decision.</p>
+</header>
+
+<main>
+ <section id="onlyfans">
+ <h2>OnlyFans Content Creator</h2>
+ <div class="pros-cons">
+ <div class="pros">
+ <h3>Pros</h3>
+ <ul>
+ <li>Flexible working hours</li>
+ <li>Potential for high earnings</li>
+ <li>Creative freedom</li>
+ <li>Direct connection with your audience</li>
+ </ul>
+ </div>
+ <div class="cons">
+ <h3>Cons</h3>
+ <ul>
+ <li>Privacy concerns</li>
+ <li>Income can be inconsistent</li>
+ <li>Requires self-discipline and motivation</li>
+ <li>Potential for negative social stigma</li>
+ </ul>
+ </div>
+ </div>
+ </section>
+
+ <section id="traditional-job">
+ <h2>Traditional Job in a Co-Working Space</h2>
+ <div class="pros-cons">
+ <div class="pros">
+ <h3>Pros</h3>
+ <ul>
+ <li>Stable income</li>
+ <li>Professional networking opportunities</li>
+ <li>Structured work environment</li>
+ <li>Access to resources and support</li>
+ </ul>
+ </div>
+ <div class="cons">
+ <h3>Cons</h3>
+ <ul>
+ <li>Fixed working hours</li>
+ <li>Less creative control</li>
+ <li>Commuting and office politics</li>
+ <li>Limited earning potential</li>
+ </ul>
+ </div>
+ </div>
+ </section>
+
+ <section id="decision">
+ <h2>Make Your Decision</h2>
+ <p>Consider your personal goals, lifestyle preferences, and risk tolerance. Reflect on the pros and cons of each option to determine which path aligns best with your aspirations.</p>
+ <button id="decisionButton">Help Me Decide</button>
+ <p id="decisionResult"></p>
+ </section>
+</main>
+
+<footer>
+ <p>Thank you for visiting Career Choice. We hope this guide helps you make the best decision for your future.</p>
+</footer>
\ No newline at end of file
diff --git a/index.scroll b/index.scroll
new file mode 100644
index 0000000..5428b9c
--- /dev/null
+++ b/index.scroll
@@ -0,0 +1,8 @@
+buildHtml
+baseUrl https://careerchoice.scroll.pub
+metaTags
+editButton /edit.html
+title Career Choice: OnlyFans vs Traditional Job
+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..bda71a2
--- /dev/null
+++ b/prompt.json
@@ -0,0 +1,25 @@
+{
+ "id": "c88b60f2-42b2-46da-9370-e456cb944986",
+ "object": "chat.completion",
+ "created": 1735353062,
+ "model": "deepseek-chat",
+ "choices": [
+ {
+ "index": 0,
+ "message": {
+ "role": "assistant",
+ "content": "---domain---\ncareerchoice.scroll.pub\n---index.scroll---\nbuildHtml\nbaseUrl https://careerchoice.scroll.pub\nmetaTags\neditButton /edit.html\ntitle Career Choice: OnlyFans vs Traditional Job\nstyle.css\nbody.html\nscript.js\n---body.html---\n<header>\n <h1>Career Choice: OnlyFans vs Traditional Job</h1>\n <p>Deciding between a career as an OnlyFans content creator or a traditional job in a co-working space? Let's explore the pros and cons to help you make an informed decision.</p>\n</header>\n\n<main>\n <section id=\"onlyfans\">\n <h2>OnlyFans Content Creator</h2>\n <div class=\"pros-cons\">\n <div class=\"pros\">\n <h3>Pros</h3>\n <ul>\n <li>Flexible working hours</li>\n <li>Potential for high earnings</li>\n <li>Creative freedom</li>\n <li>Direct connection with your audience</li>\n </ul>\n </div>\n <div class=\"cons\">\n <h3>Cons</h3>\n <ul>\n <li>Privacy concerns</li>\n <li>Income can be inconsistent</li>\n <li>Requires self-discipline and motivation</li>\n <li>Potential for negative social stigma</li>\n </ul>\n </div>\n </div>\n </section>\n\n <section id=\"traditional-job\">\n <h2>Traditional Job in a Co-Working Space</h2>\n <div class=\"pros-cons\">\n <div class=\"pros\">\n <h3>Pros</h3>\n <ul>\n <li>Stable income</li>\n <li>Professional networking opportunities</li>\n <li>Structured work environment</li>\n <li>Access to resources and support</li>\n </ul>\n </div>\n <div class=\"cons\">\n <h3>Cons</h3>\n <ul>\n <li>Fixed working hours</li>\n <li>Less creative control</li>\n <li>Commuting and office politics</li>\n <li>Limited earning potential</li>\n </ul>\n </div>\n </div>\n </section>\n\n <section id=\"decision\">\n <h2>Make Your Decision</h2>\n <p>Consider your personal goals, lifestyle preferences, and risk tolerance. Reflect on the pros and cons of each option to determine which path aligns best with your aspirations.</p>\n <button id=\"decisionButton\">Help Me Decide</button>\n <p id=\"decisionResult\"></p>\n </section>\n</main>\n\n<footer>\n <p>Thank you for visiting Career Choice. We hope this guide helps you make the best decision for your future.</p>\n</footer>\n---style.css---\nbody {\n font-family: 'Arial', sans-serif;\n line-height: 1.6;\n margin: 0;\n padding: 0;\n background: #f4f4f4;\n color: #333;\n}\n\nheader {\n background: #333;\n color: #fff;\n padding: 20px 0;\n text-align: center;\n}\n\nheader h1 {\n margin: 0;\n font-size: 2.5em;\n}\n\nheader p {\n margin: 10px 0 0;\n font-size: 1.2em;\n}\n\nmain {\n padding: 20px;\n}\n\nsection {\n margin-bottom: 40px;\n}\n\nh2 {\n color: #333;\n font-size: 2em;\n margin-bottom: 20px;\n}\n\n.pros-cons {\n display: flex;\n justify-content: space-between;\n gap: 20px;\n}\n\n.pros, .cons {\n background: #fff;\n padding: 20px;\n border-radius: 8px;\n box-shadow: 0 2px 5px rgba(0,0,0,0.1);\n flex: 1;\n}\n\nh3 {\n font-size: 1.5em;\n margin-bottom: 15px;\n}\n\nul {\n list-style-type: none;\n padding: 0;\n}\n\nul li {\n background: #f9f9f9;\n margin: 10px 0;\n padding: 10px;\n border-radius: 4px;\n}\n\n#decision {\n text-align: center;\n}\n\nbutton {\n background: #333;\n color: #fff;\n border: none;\n padding: 10px 20px;\n font-size: 1.2em;\n border-radius: 5px;\n cursor: pointer;\n transition: background 0.3s ease;\n}\n\nbutton:hover {\n background: #555;\n}\n\n#decisionResult {\n margin-top: 20px;\n font-size: 1.2em;\n color: #333;\n}\n\nfooter {\n background: #333;\n color: #fff;\n text-align: center;\n padding: 10px 0;\n margin-top: 40px;\n}\n\n@media (max-width: 768px) {\n .pros-cons {\n flex-direction: column;\n }\n}\n---script.js---\ndocument.getElementById('decisionButton').addEventListener('click', function() {\n const result = Math.random() < 0.5 ? 'OnlyFans Content Creator' : 'Traditional Job in a Co-Working Space';\n document.getElementById('decisionResult').textContent = `Based on your preferences, you might consider a career as a ${result}.`;\n});\n---end---"
+ },
+ "logprobs": null,
+ "finish_reason": "stop"
+ }
+ ],
+ "usage": {
+ "prompt_tokens": 263,
+ "completion_tokens": 1228,
+ "total_tokens": 1491,
+ "prompt_cache_hit_tokens": 0,
+ "prompt_cache_miss_tokens": 263
+ },
+ "system_fingerprint": "fp_f1afce2943"
+}
\ No newline at end of file
diff --git a/readme.scroll b/readme.scroll
new file mode 100644
index 0000000..166ad9c
--- /dev/null
+++ b/readme.scroll
@@ -0,0 +1,2 @@
+# careerchoice.scroll.pub
+Website generated by DeepSeek from prompt: Generate a website that helps a user decide between pursuing a career as an OnlyFans content creator and working a traditional job in a co-working space.
\ No newline at end of file
diff --git a/script.js b/script.js
new file mode 100644
index 0000000..4e62da6
--- /dev/null
+++ b/script.js
@@ -0,0 +1,4 @@
+document.getElementById('decisionButton').addEventListener('click', function() {
+ const result = Math.random() < 0.5 ? 'OnlyFans Content Creator' : 'Traditional Job in a Co-Working Space';
+ document.getElementById('decisionResult').textContent = `Based on your preferences, you might consider a career as a ${result}.`;
+});
\ No newline at end of file
diff --git a/style.css b/style.css
new file mode 100644
index 0000000..126a7f7
--- /dev/null
+++ b/style.css
@@ -0,0 +1,109 @@
+body {
+ font-family: 'Arial', sans-serif;
+ line-height: 1.6;
+ margin: 0;
+ padding: 0;
+ background: #f4f4f4;
+ color: #333;
+}
+
+header {
+ background: #333;
+ color: #fff;
+ padding: 20px 0;
+ text-align: center;
+}
+
+header h1 {
+ margin: 0;
+ font-size: 2.5em;
+}
+
+header p {
+ margin: 10px 0 0;
+ font-size: 1.2em;
+}
+
+main {
+ padding: 20px;
+}
+
+section {
+ margin-bottom: 40px;
+}
+
+h2 {
+ color: #333;
+ font-size: 2em;
+ margin-bottom: 20px;
+}
+
+.pros-cons {
+ display: flex;
+ justify-content: space-between;
+ gap: 20px;
+}
+
+.pros, .cons {
+ background: #fff;
+ padding: 20px;
+ border-radius: 8px;
+ box-shadow: 0 2px 5px rgba(0,0,0,0.1);
+ flex: 1;
+}
+
+h3 {
+ font-size: 1.5em;
+ margin-bottom: 15px;
+}
+
+ul {
+ list-style-type: none;
+ padding: 0;
+}
+
+ul li {
+ background: #f9f9f9;
+ margin: 10px 0;
+ padding: 10px;
+ border-radius: 4px;
+}
+
+#decision {
+ text-align: center;
+}
+
+button {
+ background: #333;
+ color: #fff;
+ border: none;
+ padding: 10px 20px;
+ font-size: 1.2em;
+ border-radius: 5px;
+ cursor: pointer;
+ transition: background 0.3s ease;
+}
+
+button:hover {
+ background: #555;
+}
+
+#decisionResult {
+ margin-top: 20px;
+ font-size: 1.2em;
+ color: #333;
+}
+
+footer {
+ background: #333;
+ color: #fff;
+ text-align: center;
+ padding: 10px 0;
+ margin-top: 40px;
+}
+
+@media (max-width: 768px) {
+ .pros-cons {
+ flex-direction: column;
+ }
+}
\ No newline at end of file