Changes to gazafacts.scroll.pub

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

Gaza Genocide: Facts, History, and Human Rights

+

Understanding the ongoing humanitarian crisis in Gaza.

+
+
+
+
    +
    +
    +
    +
    +
    +

    Overview

    +

    The Gaza Strip has been the center of a prolonged humanitarian crisis, marked by violence, displacement, and systemic oppression. This website aims to provide factual information about the ongoing genocide and its devastating effects on the people of Gaza.

    +
    +
    +
    +

    History

    +

    Gaza's history is deeply intertwined with the broader Israeli-Palestinian conflict. From the Nakba in 1948 to the ongoing blockade, the region has faced decades of hardship. Learn about the key events that have shaped the current situation.

    +
    +
    +
    +

    Impact

    +

    The human cost of the Gaza genocide is staggering. Thousands of lives have been lost, and countless others have been displaced. Explore the social, economic, and psychological impacts on the people of Gaza.

    +
    +
    +
    +

    Resources

    +

    Find reliable sources, reports, and organizations working to support the people of Gaza and advocate for justice and human rights.

    +
      +
      +
      +
      +
      +
      +

      Gaza Facts | A resource for understanding the Gaza genocide.

      +
      index.scroll
      Changed around line 1
      + buildHtml
      + baseUrl https://gazafacts.scroll.pub
      + metaTags
      + editButton /edit.html
      + title Gaza Genocide: Facts, History, and Human Rights
      + style.css
      + body.html
      + script.js
      prompt.json
      Changed around line 1
      + {
      + "id": "7d2e899e-9e7a-45e3-ad51-6f70c050f98c",
      + "object": "chat.completion",
      + "created": 1736247829,
      + "model": "deepseek-chat",
      + "choices": [
      + {
      + "index": 0,
      + "message": {
      + "role": "assistant",
      + "content": "---domain---\ngazafacts.scroll.pub\n\n---index.scroll---\nbuildHtml\nbaseUrl https://gazafacts.scroll.pub\nmetaTags\neditButton /edit.html\ntitle Gaza Genocide: Facts, History, and Human Rights\nstyle.css\nbody.html\nscript.js\n\n---body.html---\n
      \n

      Gaza Genocide: Facts, History, and Human Rights

      \n

      Understanding the ongoing humanitarian crisis in Gaza.

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

      Overview

      \n

      The Gaza Strip has been the center of a prolonged humanitarian crisis, marked by violence, displacement, and systemic oppression. This website aims to provide factual information about the ongoing genocide and its devastating effects on the people of Gaza.

      \n
      \n\n
      \n

      History

      \n

      Gaza's history is deeply intertwined with the broader Israeli-Palestinian conflict. From the Nakba in 1948 to the ongoing blockade, the region has faced decades of hardship. Learn about the key events that have shaped the current situation.

      \n
      \n\n
      \n

      Impact

      \n

      The human cost of the Gaza genocide is staggering. Thousands of lives have been lost, and countless others have been displaced. Explore the social, economic, and psychological impacts on the people of Gaza.

      \n
      \n\n
      \n

      Resources

      \n

      Find reliable sources, reports, and organizations working to support the people of Gaza and advocate for justice and human rights.

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

      Gaza Facts | A resource for understanding the Gaza genocide.

      \n
      \n\n---style.css---\n:root {\n --primary-color: #1a73e8;\n --secondary-color: #e8f0fe;\n --background-color: #f8f9fa;\n --text-color: #202124;\n --accent-color: #d93025;\n --font-family: 'Arial', sans-serif;\n}\n\nbody {\n font-family: var(--font-family);\n margin: 0;\n padding: 0;\n background-color: var(--background-color);\n color: var(--text-color);\n line-height: 1.6;\n}\n\n.header {\n background-color: var(--primary-color);\n color: white;\n padding: 2rem;\n text-align: center;\n}\n\n.header h1 {\n margin: 0;\n font-size: 2.5rem;\n}\n\n.header p {\n margin: 0.5rem 0 0;\n font-size: 1.2rem;\n}\n\n.nav {\n background-color: var(--secondary-color);\n padding: 1rem;\n text-align: center;\n}\n\n.nav ul {\n list-style: none;\n margin: 0;\n padding: 0;\n display: flex;\n justify-content: center;\n gap: 1rem;\n}\n\n.nav a {\n color: var(--primary-color);\n text-decoration: none;\n font-weight: bold;\n}\n\n.nav a:hover {\n text-decoration: underline;\n}\n\n.section {\n padding: 2rem;\n max-width: 800px;\n margin: 0 auto;\n}\n\n.section h2 {\n color: var(--primary-color);\n margin-bottom: 1rem;\n}\n\n.section p {\n margin-bottom: 1rem;\n}\n\n.footer {\n background-color: var(--primary-color);\n color: white;\n text-align: center;\n padding: 1rem;\n margin-top: 2rem;\n}\n\n@media (max-width: 768px) {\n .nav ul {\n flex-direction: column;\n }\n\n .header h1 {\n font-size: 2rem;\n }\n\n .header p {\n font-size: 1rem;\n }\n}\n\n---script.js---\n// Smooth scrolling for anchor links\ndocument.querySelectorAll('a[href^=\"#\"]').forEach(anchor => {\n anchor.addEventListener('click', function (e) {\n e.preventDefault();\n document.querySelector(this.getAttribute('href')).scrollIntoView({\n behavior: 'smooth'\n });\n });\n});\n\n---end---"
      + },
      + "logprobs": null,
      + "finish_reason": "stop"
      + }
      + ],
      + "usage": {
      + "prompt_tokens": 242,
      + "completion_tokens": 1092,
      + "total_tokens": 1334,
      + "prompt_cache_hit_tokens": 0,
      + "prompt_cache_miss_tokens": 242
      + },
      + "system_fingerprint": "fp_3a5770e1b4"
      + }
      readme.scroll
      Changed around line 1
      + # gazafacts.scroll.pub
      + Website generated by DeepSeek from prompt: create a website about the gaza genocide
      script.js
      Changed around line 1
      + // Smooth scrolling for anchor links
      + document.querySelectorAll('a[href^="#"]').forEach(anchor => {
      + anchor.addEventListener('click', function (e) {
      + e.preventDefault();
      + document.querySelector(this.getAttribute('href')).scrollIntoView({
      + behavior: 'smooth'
      + });
      + });
      + });
      style.css
      Changed around line 1
      + :root {
      + --primary-color: #1a73e8;
      + --secondary-color: #e8f0fe;
      + --background-color: #f8f9fa;
      + --text-color: #202124;
      + --accent-color: #d93025;
      + --font-family: 'Arial', sans-serif;
      + }
      +
      + body {
      + font-family: var(--font-family);
      + margin: 0;
      + padding: 0;
      + background-color: var(--background-color);
      + color: var(--text-color);
      + line-height: 1.6;
      + }
      +
      + .header {
      + background-color: var(--primary-color);
      + color: white;
      + padding: 2rem;
      + text-align: center;
      + }
      +
      + .header h1 {
      + margin: 0;
      + font-size: 2.5rem;
      + }
      +
      + .header p {
      + margin: 0.5rem 0 0;
      + font-size: 1.2rem;
      + }
      +
      + .nav {
      + background-color: var(--secondary-color);
      + padding: 1rem;
      + text-align: center;
      + }
      +
      + .nav ul {
      + list-style: none;
      + margin: 0;
      + padding: 0;
      + display: flex;
      + justify-content: center;
      + gap: 1rem;
      + }
      +
      + .nav a {
      + color: var(--primary-color);
      + text-decoration: none;
      + font-weight: bold;
      + }
      +
      + .nav a:hover {
      + text-decoration: underline;
      + }
      +
      + .section {
      + padding: 2rem;
      + max-width: 800px;
      + margin: 0 auto;
      + }
      +
      + .section h2 {
      + color: var(--primary-color);
      + margin-bottom: 1rem;
      + }
      +
      + .section p {
      + margin-bottom: 1rem;
      + }
      +
      + .footer {
      + background-color: var(--primary-color);
      + color: white;
      + text-align: center;
      + padding: 1rem;
      + margin-top: 2rem;
      + }
      +
      + @media (max-width: 768px) {
      + .nav ul {
      + flex-direction: column;
      + }
      +
      + .header h1 {
      + font-size: 2rem;
      + }
      +
      + .header p {
      + font-size: 1rem;
      + }
      + }