Changes to phd-or-of2.scroll.pub

root
root
21 days ago
Initial commit
body.html
Changed around line 1
+
+

PhD or OnlyFans?

+

The Ultimate Decision Tool

+
+
+
+
+

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.

+
+
+
+

Decision Calculator

+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+

Your Decision:

+

+
+
+
+
+

Pros & Cons

+
+
+

PhD

+
    +
  • Prestige and academic recognition
  • +
  • Potential for long-term career stability
  • +
  • Intellectual fulfillment
  • +
  • Delayed financial rewards
  • +
  • High stress and workload
  • +
    +
    +
    +

    OnlyFans

    +
      +
    • Potential for immediate income
    • +
    • Creative freedom
    • +
    • Flexible schedule
    • +
    • Social stigma
    • +
    • Uncertain long-term prospects
    • +
      +
      +
      +
      +
      +
      +
      +

      Remember, this is just a tool. The final decision is yours!

      +
      index.scroll
      Changed around line 1
      + 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
      prompt.json
      Changed around line 1
      + {
      + "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
      \n

      PhD or OnlyFans?

      \n

      The Ultimate Decision Tool

      \n
      \n\n
      \n
      \n

      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.

      \n
      \n\n
      \n

      Decision Calculator

      \n
      \n
      \n \n \n
      \n\n
      \n \n \n
      \n\n
      \n \n \n
      \n\n
      \n \n \n
      \n\n \n
      \n\n
      \n

      Your Decision:

      \n

      \n
      \n
      \n\n
      \n

      Pros & Cons

      \n
      \n
      \n

      PhD

      \n
        \n
      • Prestige and academic recognition
      • \n
      • Potential for long-term career stability
      • \n
      • Intellectual fulfillment
      • \n
      • Delayed financial rewards
      • \n
      • High stress and workload
      • \n
      \n
      \n
      \n

      OnlyFans

      \n
        \n
      • Potential for immediate income
      • \n
      • Creative freedom
      • \n
      • Flexible schedule
      • \n
      • Social stigma
      • \n
      • Uncertain long-term prospects
      • \n
      \n
      \n
      \n
      \n
      \n\n
      \n

      Remember, this is just a tool. The final decision is yours!

      \n
      \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"
      + }
      readme.scroll
      Changed around line 1
      + # phd-or-of2.scroll.pub
      + Website generated by DeepSeek from prompt: 我需要一个网站,来将决定我是否需要放弃我的博士学位去做only fans ,所以应该有一些数值工具和互动性,要有创意。
      script.js
      Changed around line 1
      + 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';
      + });
      style.css
      Changed around line 1
      + :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;
      + }
      + }