commit fa15c87f6c4c36b40f7071a667d66808b4759e7d
Author: root <root@hub.scroll.pub>
Date: 2025-01-07 11:04:15 +0000
Subject: Initial commit
diff --git a/body.html b/body.html
new file mode 100644
index 0000000..41f9d13
--- /dev/null
+++ b/body.html
@@ -0,0 +1,44 @@
+<header class="header">
+ <h1>Gaza Genocide: Facts, History, and Human Rights</h1>
+ <p>Understanding the ongoing humanitarian crisis in Gaza.</p>
+</header>
+
+<nav class="nav">
+ <ul>
+ <li><a href="#overview">Overview</a></li>
+ <li><a href="#history">History</a></li>
+ <li><a href="#impact">Impact</a></li>
+ <li><a href="#resources">Resources</a></li>
+ </ul>
+</nav>
+
+<main>
+ <section id="overview" class="section">
+ <h2>Overview</h2>
+ <p>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.</p>
+ </section>
+
+ <section id="history" class="section">
+ <h2>History</h2>
+ <p>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.</p>
+ </section>
+
+ <section id="impact" class="section">
+ <h2>Impact</h2>
+ <p>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.</p>
+ </section>
+
+ <section id="resources" class="section">
+ <h2>Resources</h2>
+ <p>Find reliable sources, reports, and organizations working to support the people of Gaza and advocate for justice and human rights.</p>
+ <ul>
+ <li><a href="#reports">Reports</a></li>
+ <li><a href="#organizations">Organizations</a></li>
+ <li><a href="#donate">Donate</a></li>
+ </ul>
+ </section>
+</main>
+
+<footer class="footer">
+ <p>Gaza Facts | A resource for understanding the Gaza genocide.</p>
+</footer>
diff --git a/index.scroll b/index.scroll
new file mode 100644
index 0000000..f9fd4bf
--- /dev/null
+++ b/index.scroll
@@ -0,0 +1,8 @@
+buildHtml
+baseUrl https://gazafacts.scroll.pub
+metaTags
+editButton /edit.html
+title Gaza Genocide: Facts, History, and Human Rights
+style.css
+body.html
+script.js
diff --git a/prompt.json b/prompt.json
new file mode 100644
index 0000000..fdef788
--- /dev/null
+++ b/prompt.json
@@ -0,0 +1,25 @@
+{
+ "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<header class=\"header\">\n <h1>Gaza Genocide: Facts, History, and Human Rights</h1>\n <p>Understanding the ongoing humanitarian crisis in Gaza.</p>\n</header>\n\n<nav class=\"nav\">\n <ul>\n <li><a href=\"#overview\">Overview</a></li>\n <li><a href=\"#history\">History</a></li>\n <li><a href=\"#impact\">Impact</a></li>\n <li><a href=\"#resources\">Resources</a></li>\n </ul>\n</nav>\n\n<main>\n <section id=\"overview\" class=\"section\">\n <h2>Overview</h2>\n <p>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.</p>\n </section>\n\n <section id=\"history\" class=\"section\">\n <h2>History</h2>\n <p>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.</p>\n </section>\n\n <section id=\"impact\" class=\"section\">\n <h2>Impact</h2>\n <p>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.</p>\n </section>\n\n <section id=\"resources\" class=\"section\">\n <h2>Resources</h2>\n <p>Find reliable sources, reports, and organizations working to support the people of Gaza and advocate for justice and human rights.</p>\n <ul>\n <li><a href=\"#reports\">Reports</a></li>\n <li><a href=\"#organizations\">Organizations</a></li>\n <li><a href=\"#donate\">Donate</a></li>\n </ul>\n </section>\n</main>\n\n<footer class=\"footer\">\n <p>Gaza Facts | A resource for understanding the Gaza genocide.</p>\n</footer>\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"
+}
\ No newline at end of file
diff --git a/readme.scroll b/readme.scroll
new file mode 100644
index 0000000..1f7c77c
--- /dev/null
+++ b/readme.scroll
@@ -0,0 +1,2 @@
+# gazafacts.scroll.pub
+Website generated by DeepSeek from prompt: create a website about the gaza genocide
\ No newline at end of file
diff --git a/script.js b/script.js
new file mode 100644
index 0000000..e535570
--- /dev/null
+++ b/script.js
@@ -0,0 +1,9 @@
+// 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'
+ });
+ });
+});
diff --git a/style.css b/style.css
new file mode 100644
index 0000000..c09e5ac
--- /dev/null
+++ b/style.css
@@ -0,0 +1,96 @@
+: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;
+ }
+}