commit 24576288a5e93919d6948a81220b1e1ced17e005
Author: root <root@hub.scroll.pub> Date: 2024-12-27 20:51:23 +0000 Subject: Initial commit diff --git a/body.html b/body.html new file mode 100644 index 0000000..5e0a8b6 --- /dev/null +++ b/body.html @@ -0,0 +1,15 @@ +<main> + <div class="sphere-container"> + <div class="sphere"></div> + </div> + <article class="wisdom"> + <h1>The Meaning of Life, as Told by a Persian Prophet</h1> + <p>In the vast expanse of existence, where time weaves its eternal tapestry, the meaning of life is not a destination but a journey. It is the breath of the cosmos, the whisper of the stars, and the dance of the elements. Life is the alchemy of the soul, transforming the mundane into the divine.</p> + <p>As the sun rises and sets, so too does the heart of man. In the stillness of the night, when the world is cloaked in silence, the soul speaks its truth. It is in these moments of introspection that we find the essence of our being, the spark of the eternal flame that burns within us all.</p> + <p>The path to enlightenment is not a straight line but a spiral, ever ascending, ever evolving. Each step we take is a lesson, each fall a teacher. The universe is our guide, and the stars our compass. In the end, it is not the answers we seek but the questions we dare to ask.</p> + <p>So, let us embrace the mystery, for it is in the unknown that we find our true selves. Let us walk with courage, love with abandon, and live with purpose. For in the end, the meaning of life is not to be found but to be created, not to be understood but to be experienced.</p> + </article> +</main> +<footer> + <p>Sphere of Wisdom</p> +</footer> \ No newline at end of file diff --git a/index.scroll b/index.scroll new file mode 100644 index 0000000..e9aaad6 --- /dev/null +++ b/index.scroll @@ -0,0 +1,8 @@ +buildHtml +baseUrl https://sphereofwisdom.scroll.pub +metaTags +editButton /edit.html +title The Sphere of Wisdom +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..005902e --- /dev/null +++ b/prompt.json @@ -0,0 +1,25 @@ +{ + "id": "8f90d308-4b07-4547-ba7e-f61a2e579292", + "object": "chat.completion", + "created": 1735332671, + "model": "deepseek-chat", + "choices": [ + { + "index": 0, + "message": { + "role": "assistant", + "content": "---domain---\nsphereofwisdom.scroll.pub\n---index.scroll---\nbuildHtml\nbaseUrl https://sphereofwisdom.scroll.pub\nmetaTags\neditButton /edit.html\ntitle The Sphere of Wisdom\nstyle.css\nbody.html\nscript.js\n---body.html---\n<main>\n <div class=\"sphere-container\">\n <div class=\"sphere\"></div>\n </div>\n <article class=\"wisdom\">\n <h1>The Meaning of Life, as Told by a Persian Prophet</h1>\n <p>In the vast expanse of existence, where time weaves its eternal tapestry, the meaning of life is not a destination but a journey. It is the breath of the cosmos, the whisper of the stars, and the dance of the elements. Life is the alchemy of the soul, transforming the mundane into the divine.</p>\n <p>As the sun rises and sets, so too does the heart of man. In the stillness of the night, when the world is cloaked in silence, the soul speaks its truth. It is in these moments of introspection that we find the essence of our being, the spark of the eternal flame that burns within us all.</p>\n <p>The path to enlightenment is not a straight line but a spiral, ever ascending, ever evolving. Each step we take is a lesson, each fall a teacher. The universe is our guide, and the stars our compass. In the end, it is not the answers we seek but the questions we dare to ask.</p>\n <p>So, let us embrace the mystery, for it is in the unknown that we find our true selves. Let us walk with courage, love with abandon, and live with purpose. For in the end, the meaning of life is not to be found but to be created, not to be understood but to be experienced.</p>\n </article>\n</main>\n<footer>\n <p>Sphere of Wisdom</p>\n</footer>\n---style.css---\n:root {\n --sphere-size: 200px;\n --sphere-color: #4a90e2;\n --shadow-color: rgba(0, 0, 0, 0.3);\n --text-color: #333;\n --background-color: #f4f4f4;\n --font-family: 'Georgia', serif;\n}\n\nbody {\n margin: 0;\n padding: 0;\n font-family: var(--font-family);\n color: var(--text-color);\n background-color: var(--background-color);\n line-height: 1.6;\n}\n\nmain {\n max-width: 800px;\n margin: 0 auto;\n padding: 20px;\n}\n\n.sphere-container {\n display: flex;\n justify-content: center;\n margin: 50px 0;\n}\n\n.sphere {\n width: var(--sphere-size);\n height: var(--sphere-size);\n background: radial-gradient(circle at 30% 30%, #ffffff, var(--sphere-color));\n border-radius: 50%;\n box-shadow: 0 10px 30px var(--shadow-color);\n animation: float 5s ease-in-out infinite;\n}\n\n@keyframes float {\n 0%, 100% {\n transform: translateY(0);\n }\n 50% {\n transform: translateY(-20px);\n }\n}\n\n.wisdom {\n text-align: justify;\n margin-top: 50px;\n}\n\nh1 {\n text-align: center;\n font-size: 2.5em;\n margin-bottom: 20px;\n}\n\np {\n font-size: 1.2em;\n margin-bottom: 20px;\n}\n\nfooter {\n text-align: center;\n margin-top: 50px;\n padding: 20px 0;\n background-color: var(--sphere-color);\n color: white;\n}\n\n@media (max-width: 600px) {\n :root {\n --sphere-size: 150px;\n }\n\n h1 {\n font-size: 2em;\n }\n\n p {\n font-size: 1em;\n }\n}\n---script.js---\n// No JavaScript needed for this simple page\n---end---" + }, + "logprobs": null, + "finish_reason": "stop" + } + ], + "usage": { + "prompt_tokens": 264, + "completion_tokens": 889, + "total_tokens": 1153, + "prompt_cache_hit_tokens": 0, + "prompt_cache_miss_tokens": 264 + }, + "system_fingerprint": "fp_f1afce2943" +} \ No newline at end of file diff --git a/readme.scroll b/readme.scroll new file mode 100644 index 0000000..3dd44d4 --- /dev/null +++ b/readme.scroll @@ -0,0 +1,2 @@ +# sphereofwisdom.scroll.pub +Website generated by DeepSeek from prompt: Create a website displays a 3d shaded sphere. Below it are complex descriptions of the meaning of life. as if told by a persian prophet \ No newline at end of file diff --git a/script.js b/script.js new file mode 100644 index 0000000..73aa4ed --- /dev/null +++ b/script.js @@ -0,0 +1 @@ +// No JavaScript needed for this simple page \ No newline at end of file diff --git a/style.css b/style.css new file mode 100644 index 0000000..b7a853d --- /dev/null +++ b/style.css @@ -0,0 +1,85 @@ +:root { + --sphere-size: 200px; + --sphere-color: #4a90e2; + --shadow-color: rgba(0, 0, 0, 0.3); + --text-color: #333; + --background-color: #f4f4f4; + --font-family: 'Georgia', serif; +} + +body { + margin: 0; + padding: 0; + font-family: var(--font-family); + color: var(--text-color); + background-color: var(--background-color); + line-height: 1.6; +} + +main { + max-width: 800px; + margin: 0 auto; + padding: 20px; +} + +.sphere-container { + display: flex; + justify-content: center; + margin: 50px 0; +} + +.sphere { + width: var(--sphere-size); + height: var(--sphere-size); + background: radial-gradient(circle at 30% 30%, #ffffff, var(--sphere-color)); + border-radius: 50%; + box-shadow: 0 10px 30px var(--shadow-color); + animation: float 5s ease-in-out infinite; +} + +@keyframes float { + 0%, 100% { + transform: translateY(0); + } + 50% { + transform: translateY(-20px); + } +} + +.wisdom { + text-align: justify; + margin-top: 50px; +} + +h1 { + text-align: center; + font-size: 2.5em; + margin-bottom: 20px; +} + +p { + font-size: 1.2em; + margin-bottom: 20px; +} + +footer { + text-align: center; + margin-top: 50px; + padding: 20px 0; + background-color: var(--sphere-color); + color: white; +} + +@media (max-width: 600px) { + :root { + --sphere-size: 150px; + } + + h1 { + font-size: 2em; + } + + p { + font-size: 1em; + } +} \ No newline at end of file