commit d28044d53b360f2fad79f35a0bfae2ca8dac718f
Author: root <root@hub.scroll.pub>
Date: 2024-12-31 13:22:42 +0000
Subject: Initial commit
diff --git a/body.html b/body.html
new file mode 100644
index 0000000..0c519e8
--- /dev/null
+++ b/body.html
@@ -0,0 +1,72 @@
+<header>
+ <h1>PhD or OnlyFans?</h1>
+ <p>The Ultimate Decision Tool</p>
+</header>
+
+<main>
+ <section class="intro">
+ <p>Struggling to decide whether to continue your PhD or pivot to OnlyFans? This interactive tool will help you weigh the pros and cons based on your personal situation.</p>
+ </section>
+
+ <section class="calculator">
+ <h2>Decision Calculator</h2>
+ <form id="decisionForm">
+ <div class="form-group">
+ <label for="phdSatisfaction">How satisfied are you with your PhD? (1-10)</label>
+ <input type="number" id="phdSatisfaction" min="1" max="10" required>
+ </div>
+
+ <div class="form-group">
+ <label for="ofPotential">How successful do you think you could be on OnlyFans? (1-10)</label>
+ <input type="number" id="ofPotential" min="1" max="10" required>
+ </div>
+
+ <div class="form-group">
+ <label for="financialNeed">How important is immediate financial gain? (1-10)</label>
+ <input type="number" id="financialNeed" min="1" max="10" required>
+ </div>
+
+ <div class="form-group">
+ <label for="riskTolerance">How comfortable are you with taking risks? (1-10)</label>
+ <input type="number" id="riskTolerance" min="1" max="10" required>
+ </div>
+
+ <button type="submit">Calculate</button>
+ </form>
+
+ <div class="result" id="result">
+ <h3>Your Decision:</h3>
+ <p id="decisionText"></p>
+ </div>
+ </section>
+
+ <section class="pros-cons">
+ <h2>Pros & Cons</h2>
+ <div class="columns">
+ <div class="column">
+ <h3>PhD</h3>
+ <ul>
+ <li>Prestige and academic recognition</li>
+ <li>Potential for long-term career stability</li>
+ <li>Intellectual fulfillment</li>
+ <li>Delayed financial rewards</li>
+ <li>High stress and workload</li>
+ </ul>
+ </div>
+ <div class="column">
+ <h3>OnlyFans</h3>
+ <ul>
+ <li>Potential for immediate income</li>
+ <li>Creative freedom</li>
+ <li>Flexible schedule</li>
+ <li>Social stigma</li>
+ <li>Uncertain long-term prospects</li>
+ </ul>
+ </div>
+ </div>
+ </section>
+</main>
+
+<footer>
+ <p>Remember, this is just a tool. The final decision is yours!</p>
+</footer>
\ No newline at end of file
diff --git a/index.scroll b/index.scroll
new file mode 100644
index 0000000..671fca8
--- /dev/null
+++ b/index.scroll
@@ -0,0 +1,8 @@
+buildHtml
+baseUrl https://phd-or-of.scroll.pub
+metaTags
+editButton /edit.html
+title PhD or OnlyFans? The Ultimate Decision Tool
+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..f717b5f
--- /dev/null
+++ b/prompt.json
@@ -0,0 +1,25 @@
+{
+ "id": "9ae82153-f5ba-4ff5-8995-1ef0ff148b00",
+ "object": "chat.completion",
+ "created": 1735651335,
+ "model": "deepseek-chat",
+ "choices": [
+ {
+ "index": 0,
+ "message": {
+ "role": "assistant",
+ "content": "\n\n---domain---\nphd-or-of.scroll.pub\n---index.scroll---\nbuildHtml\nbaseUrl https://phd-or-of.scroll.pub\nmetaTags\neditButton /edit.html\ntitle PhD or OnlyFans? The Ultimate Decision Tool\nstyle.css\nbody.html\nscript.js\n---body.html---\n<header>\n <h1>PhD or OnlyFans?</h1>\n <p>The Ultimate Decision Tool</p>\n</header>\n\n<main>\n <section class=\"intro\">\n <p>Struggling to decide whether to continue your PhD or pivot to OnlyFans? This interactive tool will help you weigh the pros and cons based on your personal situation.</p>\n </section>\n\n <section class=\"calculator\">\n <h2>Decision Calculator</h2>\n <form id=\"decisionForm\">\n <div class=\"form-group\">\n <label for=\"phdSatisfaction\">How satisfied are you with your PhD? (1-10)</label>\n <input type=\"number\" id=\"phdSatisfaction\" min=\"1\" max=\"10\" required>\n </div>\n\n <div class=\"form-group\">\n <label for=\"ofPotential\">How successful do you think you could be on OnlyFans? (1-10)</label>\n <input type=\"number\" id=\"ofPotential\" min=\"1\" max=\"10\" required>\n </div>\n\n <div class=\"form-group\">\n <label for=\"financialNeed\">How important is immediate financial gain? (1-10)</label>\n <input type=\"number\" id=\"financialNeed\" min=\"1\" max=\"10\" required>\n </div>\n\n <div class=\"form-group\">\n <label for=\"riskTolerance\">How comfortable are you with taking risks? (1-10)</label>\n <input type=\"number\" id=\"riskTolerance\" min=\"1\" max=\"10\" required>\n </div>\n\n <button type=\"submit\">Calculate</button>\n </form>\n\n <div class=\"result\" id=\"result\">\n <h3>Your Decision:</h3>\n <p id=\"decisionText\"></p>\n </div>\n </section>\n\n <section class=\"pros-cons\">\n <h2>Pros & Cons</h2>\n <div class=\"columns\">\n <div class=\"column\">\n <h3>PhD</h3>\n <ul>\n <li>Prestige and academic recognition</li>\n <li>Potential for long-term career stability</li>\n <li>Intellectual fulfillment</li>\n <li>Delayed financial rewards</li>\n <li>High stress and workload</li>\n </ul>\n </div>\n <div class=\"column\">\n <h3>OnlyFans</h3>\n <ul>\n <li>Potential for immediate income</li>\n <li>Creative freedom</li>\n <li>Flexible schedule</li>\n <li>Social stigma</li>\n <li>Uncertain long-term prospects</li>\n </ul>\n </div>\n </div>\n </section>\n</main>\n\n<footer>\n <p>Remember, this is just a tool. The final decision is yours!</p>\n</footer>\n---style.css---\n:root {\n --primary-color: #6c5ce7;\n --secondary-color: #a29bfe;\n --background-color: #f8f9fa;\n --text-color: #2d3436;\n --font-family: 'Segoe UI', system-ui, sans-serif;\n}\n\n* {\n margin: 0;\n padding: 0;\n box-sizing: border-box;\n}\n\nbody {\n font-family: var(--font-family);\n line-height: 1.6;\n color: var(--text-color);\n background-color: var(--background-color);\n padding: 2rem;\n}\n\nheader {\n text-align: center;\n margin-bottom: 2rem;\n}\n\nheader h1 {\n font-size: 2.5rem;\n color: var(--primary-color);\n margin-bottom: 0.5rem;\n}\n\nheader p {\n font-size: 1.2rem;\n color: var(--secondary-color);\n}\n\nmain {\n max-width: 800px;\n margin: 0 auto;\n}\n\nsection {\n margin-bottom: 2rem;\n padding: 1.5rem;\n background: white;\n border-radius: 10px;\n box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);\n}\n\nh2 {\n color: var(--primary-color);\n margin-bottom: 1rem;\n}\n\n.form-group {\n margin-bottom: 1rem;\n}\n\nlabel {\n display: block;\n margin-bottom: 0.5rem;\n font-weight: 600;\n}\n\ninput[type=\"number\"] {\n width: 100%;\n padding: 0.5rem;\n border: 2px solid var(--secondary-color);\n border-radius: 5px;\n font-size: 1rem;\n}\n\nbutton {\n background-color: var(--primary-color);\n color: white;\n padding: 0.75rem 1.5rem;\n border: none;\n border-radius: 5px;\n font-size: 1rem;\n cursor: pointer;\n transition: background-color 0.3s ease;\n}\n\nbutton:hover {\n background-color: var(--secondary-color);\n}\n\n.result {\n margin-top: 1.5rem;\n padding: 1rem;\n background-color: var(--background-color);\n border-radius: 5px;\n}\n\n.pros-cons .columns {\n display: flex;\n gap: 2rem;\n}\n\n.pros-cons .column {\n flex: 1;\n}\n\nul {\n list-style: none;\n padding-left: 1rem;\n}\n\nul li {\n margin-bottom: 0.5rem;\n position: relative;\n}\n\nul li::before {\n content: \"•\";\n color: var(--primary-color);\n position: absolute;\n left: -1rem;\n}\n\nfooter {\n text-align: center;\n margin-top: 2rem;\n color: var(--secondary-color);\n}\n\n@media (max-width: 600px) {\n .pros-cons .columns {\n flex-direction: column;\n }\n}\n---script.js---\ndocument.getElementById('decisionForm').addEventListener('submit', function(e) {\n e.preventDefault();\n \n // Get input values\n const phdSatisfaction = parseInt(document.getElementById('phdSatisfaction').value);\n const ofPotential = parseInt(document.getElementById('ofPotential').value);\n const financialNeed = parseInt(document.getElementById('financialNeed').value);\n const riskTolerance = parseInt(document.getElementById('riskTolerance').value);\n \n // Calculate scores\n const phdScore = phdSatisfaction * 2 + (10 - financialNeed) + (10 - riskTolerance);\n const ofScore = ofPotential * 2 + financialNeed + riskTolerance;\n \n // Determine result\n const result = document.getElementById('decisionText');\n if (phdScore > ofScore) {\n result.textContent = \"You should probably stick with your PhD!\";\n } else if (ofScore > phdScore) {\n result.textContent = \"OnlyFans might be the right path for you!\";\n } else {\n result.textContent = \"It's a tie! You might want to consider both options.\";\n }\n \n // Show result\n document.getElementById('result').style.display = 'block';\n});\n---end---"
+ },
+ "logprobs": null,
+ "finish_reason": "stop"
+ }
+ ],
+ "usage": {
+ "prompt_tokens": 260,
+ "completion_tokens": 1645,
+ "total_tokens": 1905,
+ "prompt_cache_hit_tokens": 256,
+ "prompt_cache_miss_tokens": 4
+ },
+ "system_fingerprint": "fp_f1afce2943"
+}
\ No newline at end of file
diff --git a/readme.scroll b/readme.scroll
new file mode 100644
index 0000000..57759d3
--- /dev/null
+++ b/readme.scroll
@@ -0,0 +1,2 @@
+# phd-or-of2.scroll.pub
+Website generated by DeepSeek from prompt: 我需要一个网站,来将决定我是否需要放弃我的博士学位去做only fans ,所以应该有一些数值工具和互动性,要有创意。
\ No newline at end of file
diff --git a/script.js b/script.js
new file mode 100644
index 0000000..889ab38
--- /dev/null
+++ b/script.js
@@ -0,0 +1,26 @@
+document.getElementById('decisionForm').addEventListener('submit', function(e) {
+ e.preventDefault();
+
+ // Get input values
+ const phdSatisfaction = parseInt(document.getElementById('phdSatisfaction').value);
+ const ofPotential = parseInt(document.getElementById('ofPotential').value);
+ const financialNeed = parseInt(document.getElementById('financialNeed').value);
+ const riskTolerance = parseInt(document.getElementById('riskTolerance').value);
+
+ // Calculate scores
+ const phdScore = phdSatisfaction * 2 + (10 - financialNeed) + (10 - riskTolerance);
+ const ofScore = ofPotential * 2 + financialNeed + riskTolerance;
+
+ // Determine result
+ const result = document.getElementById('decisionText');
+ if (phdScore > ofScore) {
+ result.textContent = "You should probably stick with your PhD!";
+ } else if (ofScore > phdScore) {
+ result.textContent = "OnlyFans might be the right path for you!";
+ } else {
+ result.textContent = "It's a tie! You might want to consider both options.";
+ }
+
+ // Show result
+ document.getElementById('result').style.display = 'block';
+});
\ No newline at end of file
diff --git a/style.css b/style.css
new file mode 100644
index 0000000..3c9f46b
--- /dev/null
+++ b/style.css
@@ -0,0 +1,133 @@
+:root {
+ --primary-color: #6c5ce7;
+ --secondary-color: #a29bfe;
+ --background-color: #f8f9fa;
+ --text-color: #2d3436;
+ --font-family: 'Segoe UI', system-ui, sans-serif;
+}
+
+* {
+ margin: 0;
+ padding: 0;
+ box-sizing: border-box;
+}
+
+body {
+ font-family: var(--font-family);
+ line-height: 1.6;
+ color: var(--text-color);
+ background-color: var(--background-color);
+ padding: 2rem;
+}
+
+header {
+ text-align: center;
+ margin-bottom: 2rem;
+}
+
+header h1 {
+ font-size: 2.5rem;
+ color: var(--primary-color);
+ margin-bottom: 0.5rem;
+}
+
+header p {
+ font-size: 1.2rem;
+ color: var(--secondary-color);
+}
+
+main {
+ max-width: 800px;
+ margin: 0 auto;
+}
+
+section {
+ margin-bottom: 2rem;
+ padding: 1.5rem;
+ background: white;
+ border-radius: 10px;
+ box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
+}
+
+h2 {
+ color: var(--primary-color);
+ margin-bottom: 1rem;
+}
+
+.form-group {
+ margin-bottom: 1rem;
+}
+
+label {
+ display: block;
+ margin-bottom: 0.5rem;
+ font-weight: 600;
+}
+
+input[type="number"] {
+ width: 100%;
+ padding: 0.5rem;
+ border: 2px solid var(--secondary-color);
+ border-radius: 5px;
+ font-size: 1rem;
+}
+
+button {
+ background-color: var(--primary-color);
+ color: white;
+ padding: 0.75rem 1.5rem;
+ border: none;
+ border-radius: 5px;
+ font-size: 1rem;
+ cursor: pointer;
+ transition: background-color 0.3s ease;
+}
+
+button:hover {
+ background-color: var(--secondary-color);
+}
+
+.result {
+ margin-top: 1.5rem;
+ padding: 1rem;
+ background-color: var(--background-color);
+ border-radius: 5px;
+}
+
+.pros-cons .columns {
+ display: flex;
+ gap: 2rem;
+}
+
+.pros-cons .column {
+ flex: 1;
+}
+
+ul {
+ list-style: none;
+ padding-left: 1rem;
+}
+
+ul li {
+ margin-bottom: 0.5rem;
+ position: relative;
+}
+
+ul li::before {
+ content: "•";
+ color: var(--primary-color);
+ position: absolute;
+ left: -1rem;
+}
+
+footer {
+ text-align: center;
+ margin-top: 2rem;
+ color: var(--secondary-color);
+}
+
+@media (max-width: 600px) {
+ .pros-cons .columns {
+ flex-direction: column;
+ }
+}
\ No newline at end of file