commit a56bfa46e88271db142a629394333f3939cc5033
Author: root <root@hub.scroll.pub> Date: 2024-12-27 23:44:00 +0000 Subject: Initial commit diff --git a/body.html b/body.html new file mode 100644 index 0000000..3460c08 --- /dev/null +++ b/body.html @@ -0,0 +1,40 @@ +<header class="hero"> + <div class="hero-content"> + <h1>HCI Innovate Project</h1> + <p>Exploring the future of Human-Computer Interaction</p> + <a href="#about" class="cta-button">Learn More</a> + </div> +</header> + +<section id="about" class="about-section"> + <div class="container"> + <h2>About the Project</h2> + <p>Our HCI Innovate Project focuses on creating intuitive and engaging user experiences through cutting-edge technology and design principles. We aim to bridge the gap between humans and machines, making interactions seamless and natural.</p> + </div> +</section> + +<section class="features-section"> + <div class="container"> + <h2>Key Features</h2> + <div class="features-grid"> + <div class="feature"> + <h3>User-Centered Design</h3> + <p>We prioritize the needs and preferences of users in every design decision.</p> + </div> + <div class="feature"> + <h3>Advanced Technology</h3> + <p>Utilizing the latest in AI, AR, and VR to enhance user interactions.</p> + </div> + <div class="feature"> + <h3>Accessibility</h3> + <p>Ensuring our designs are inclusive and accessible to all users.</p> + </div> + </div> + </div> +</section> + +<footer class="footer"> + <div class="container"> + <p>Contact us at <a href="mailto:info@hciinnovate.scroll.pub">info@hciinnovate.scroll.pub</a></p> + </div> +</footer> \ No newline at end of file diff --git a/index.scroll b/index.scroll new file mode 100644 index 0000000..6864275 --- /dev/null +++ b/index.scroll @@ -0,0 +1,8 @@ +buildHtml +baseUrl https://hciinnovate.scroll.pub +metaTags +editButton /edit.html +title HCI Innovate Project +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..b70ba21 --- /dev/null +++ b/prompt.json @@ -0,0 +1,25 @@ +{ + "id": "b4455f63-38e4-4031-a765-e5701b2af790", + "object": "chat.completion", + "created": 1735343024, + "model": "deepseek-chat", + "choices": [ + { + "index": 0, + "message": { + "role": "assistant", + "content": "---domain---\nhciinnovate.scroll.pub\n---index.scroll---\nbuildHtml\nbaseUrl https://hciinnovate.scroll.pub\nmetaTags\neditButton /edit.html\ntitle HCI Innovate Project\nstyle.css\nbody.html\nscript.js\n---body.html---\n<header class=\"hero\">\n <div class=\"hero-content\">\n <h1>HCI Innovate Project</h1>\n <p>Exploring the future of Human-Computer Interaction</p>\n <a href=\"#about\" class=\"cta-button\">Learn More</a>\n </div>\n</header>\n\n<section id=\"about\" class=\"about-section\">\n <div class=\"container\">\n <h2>About the Project</h2>\n <p>Our HCI Innovate Project focuses on creating intuitive and engaging user experiences through cutting-edge technology and design principles. We aim to bridge the gap between humans and machines, making interactions seamless and natural.</p>\n </div>\n</section>\n\n<section class=\"features-section\">\n <div class=\"container\">\n <h2>Key Features</h2>\n <div class=\"features-grid\">\n <div class=\"feature\">\n <h3>User-Centered Design</h3>\n <p>We prioritize the needs and preferences of users in every design decision.</p>\n </div>\n <div class=\"feature\">\n <h3>Advanced Technology</h3>\n <p>Utilizing the latest in AI, AR, and VR to enhance user interactions.</p>\n </div>\n <div class=\"feature\">\n <h3>Accessibility</h3>\n <p>Ensuring our designs are inclusive and accessible to all users.</p>\n </div>\n </div>\n </div>\n</section>\n\n<footer class=\"footer\">\n <div class=\"container\">\n <p>Contact us at <a href=\"mailto:info@hciinnovate.scroll.pub\">info@hciinnovate.scroll.pub</a></p>\n </div>\n</footer>\n---style.css---\n:root {\n --primary-color: #4a90e2;\n --secondary-color: #333;\n --background-color: #f9f9f9;\n --text-color: #333;\n --cta-color: #ff6f61;\n --font-family: 'Arial', sans-serif;\n}\n\nbody {\n font-family: var(--font-family);\n color: var(--text-color);\n margin: 0;\n padding: 0;\n line-height: 1.6;\n}\n\n.hero {\n background: url('data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIHZpZXdCb3g9IjAgMCAxMDAgMTAwIiBwcmVzZXJ2ZUFzcGVjdFJhdGlvPSJub25lIj48cmVjdCB3aWR0aD0iMTAwJSIgaGVpZ2h0PSIxMDAlIiBmaWxsPSIjZmZmIi8+PC9zdmc+') no-repeat center center/cover;\n color: white;\n padding: 100px 20px;\n text-align: center;\n}\n\n.hero-content h1 {\n font-size: 3rem;\n margin-bottom: 20px;\n}\n\n.hero-content p {\n font-size: 1.5rem;\n margin-bottom: 30px;\n}\n\n.cta-button {\n background-color: var(--cta-color);\n color: white;\n padding: 10px 20px;\n text-decoration: none;\n border-radius: 5px;\n font-size: 1.2rem;\n}\n\n.cta-button:hover {\n background-color: darken(var(--cta-color), 10%);\n}\n\n.about-section, .features-section {\n padding: 60px 20px;\n background-color: var(--background-color);\n}\n\n.container {\n max-width: 1200px;\n margin: 0 auto;\n padding: 0 20px;\n}\n\n.features-grid {\n display: grid;\n grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));\n gap: 20px;\n}\n\n.feature {\n background: white;\n padding: 20px;\n border-radius: 10px;\n box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);\n text-align: center;\n}\n\n.feature h3 {\n font-size: 1.5rem;\n margin-bottom: 10px;\n}\n\n.footer {\n background-color: var(--secondary-color);\n color: white;\n text-align: center;\n padding: 20px 0;\n}\n\n.footer a {\n color: var(--primary-color);\n text-decoration: none;\n}\n\n@media (max-width: 768px) {\n .hero-content h1 {\n font-size: 2rem;\n }\n\n .hero-content p {\n font-size: 1.2rem;\n }\n\n .features-grid {\n grid-template-columns: 1fr;\n }\n}\n---script.js---\ndocument.addEventListener('DOMContentLoaded', function() {\n const ctaButton = document.querySelector('.cta-button');\n ctaButton.addEventListener('click', function(event) {\n event.preventDefault();\n const targetSection = document.querySelector(this.getAttribute('href'));\n targetSection.scrollIntoView({ behavior: 'smooth' });\n });\n});\n---end---" + }, + "logprobs": null, + "finish_reason": "stop" + } + ], + "usage": { + "prompt_tokens": 242, + "completion_tokens": 1244, + "total_tokens": 1486, + "prompt_cache_hit_tokens": 0, + "prompt_cache_miss_tokens": 242 + }, + "system_fingerprint": "fp_f1afce2943" +} \ No newline at end of file diff --git a/readme.scroll b/readme.scroll new file mode 100644 index 0000000..b229617 --- /dev/null +++ b/readme.scroll @@ -0,0 +1,2 @@ +# hciinnovate.scroll.pub +Website generated by DeepSeek from prompt: make a page of a HCI project \ No newline at end of file diff --git a/script.js b/script.js new file mode 100644 index 0000000..4b14683 --- /dev/null +++ b/script.js @@ -0,0 +1,8 @@ +document.addEventListener('DOMContentLoaded', function() { + const ctaButton = document.querySelector('.cta-button'); + ctaButton.addEventListener('click', function(event) { + event.preventDefault(); + const targetSection = document.querySelector(this.getAttribute('href')); + targetSection.scrollIntoView({ behavior: 'smooth' }); + }); +}); \ No newline at end of file diff --git a/style.css b/style.css new file mode 100644 index 0000000..ca9a8d8 --- /dev/null +++ b/style.css @@ -0,0 +1,102 @@ +:root { + --primary-color: #4a90e2; + --secondary-color: #333; + --background-color: #f9f9f9; + --text-color: #333; + --cta-color: #ff6f61; + --font-family: 'Arial', sans-serif; +} + +body { + font-family: var(--font-family); + color: var(--text-color); + margin: 0; + padding: 0; + line-height: 1.6; +} + +.hero { + background: url('data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIHZpZXdCb3g9IjAgMCAxMDAgMTAwIiBwcmVzZXJ2ZUFzcGVjdFJhdGlvPSJub25lIj48cmVjdCB3aWR0aD0iMTAwJSIgaGVpZ2h0PSIxMDAlIiBmaWxsPSIjZmZmIi8+PC9zdmc+') no-repeat center center/cover; + color: white; + padding: 100px 20px; + text-align: center; +} + +.hero-content h1 { + font-size: 3rem; + margin-bottom: 20px; +} + +.hero-content p { + font-size: 1.5rem; + margin-bottom: 30px; +} + +.cta-button { + background-color: var(--cta-color); + color: white; + padding: 10px 20px; + text-decoration: none; + border-radius: 5px; + font-size: 1.2rem; +} + +.cta-button:hover { + background-color: darken(var(--cta-color), 10%); +} + +.about-section, .features-section { + padding: 60px 20px; + background-color: var(--background-color); +} + +.container { + max-width: 1200px; + margin: 0 auto; + padding: 0 20px; +} + +.features-grid { + display: grid; + grid-template-columns: repeat(auto-fit, minmax(250px, 1fr)); + gap: 20px; +} + +.feature { + background: white; + padding: 20px; + border-radius: 10px; + box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1); + text-align: center; +} + +.feature h3 { + font-size: 1.5rem; + margin-bottom: 10px; +} + +.footer { + background-color: var(--secondary-color); + color: white; + text-align: center; + padding: 20px 0; +} + +.footer a { + color: var(--primary-color); + text-decoration: none; +} + +@media (max-width: 768px) { + .hero-content h1 { + font-size: 2rem; + } + + .hero-content p { + font-size: 1.2rem; + } + + .features-grid { + grid-template-columns: 1fr; + } +} \ No newline at end of file