commit 3a50c09f2792902ad0ce1c3dd7f4cc6bcbbafaa3
Author: root <root@hub.scroll.pub> Date: 2024-12-27 19:13:51 +0000 Subject: Initial commit diff --git a/body.html b/body.html new file mode 100644 index 0000000..d145977 --- /dev/null +++ b/body.html @@ -0,0 +1,61 @@ +<header class="header"> + <div class="container"> + <h1>TOEFL Pro</h1> + <p>Your Ultimate TOEFL Test Training Platform</p> + <a href="#practice" class="cta-button">Start Practicing</a> + </div> +</header> + +<section id="about" class="section"> + <div class="container"> + <h2>About TOEFL Pro</h2> + <p>TOEFL Pro is designed to help you master the TOEFL test with comprehensive practice tests, detailed explanations, and personalized feedback. Whether you're aiming for a high score or just starting out, we've got you covered.</p> + </div> +</section> + +<section id="practice" class="section"> + <div class="container"> + <h2>Practice Tests</h2> + <div class="test-grid"> + <div class="test-card"> + <h3>Reading</h3> + <p>Improve your reading comprehension with our extensive library of passages and questions.</p> + <a href="#reading" class="test-button">Start Reading Test</a> + </div> + <div class="test-card"> + <h3>Listening</h3> + <p>Enhance your listening skills with authentic audio materials and practice questions.</p> + <a href="#listening" class="test-button">Start Listening Test</a> + </div> + <div class="test-card"> + <h3>Speaking</h3> + <p>Practice speaking with our interactive exercises and get instant feedback.</p> + <a href="#speaking" class="test-button">Start Speaking Test</a> + </div> + <div class="test-card"> + <h3>Writing</h3> + <p>Develop your writing skills with guided prompts and expert evaluations.</p> + <a href="#writing" class="test-button">Start Writing Test</a> + </div> + </div> + </div> +</section> + +<section id="contact" class="section"> + <div class="container"> + <h2>Contact Us</h2> + <p>Have questions or need support? Reach out to us and we'll be happy to assist you.</p> + <form id="contact-form"> + <input type="text" id="name" name="name" placeholder="Your Name" required> + <input type="email" id="email" name="email" placeholder="Your Email" required> + <textarea id="message" name="message" placeholder="Your Message" required></textarea> + <button type="submit" class="submit-button">Send Message</button> + </form> + </div> +</section> + +<footer class="footer"> + <div class="container"> + <p>TOEFL Pro - Your Path to TOEFL Success</p> + </div> +</footer> \ No newline at end of file diff --git a/index.scroll b/index.scroll new file mode 100644 index 0000000..e8b699f --- /dev/null +++ b/index.scroll @@ -0,0 +1,8 @@ +buildHtml +baseUrl https://toeflpro.scroll.pub +metaTags +editButton /edit.html +title TOEFL Pro - Master Your TOEFL Test +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..6d7dec8 --- /dev/null +++ b/prompt.json @@ -0,0 +1,25 @@ +{ + "id": "89bb6330-9eb7-4da2-83c2-118ed24d17f0", + "object": "chat.completion", + "created": 1735326813, + "model": "deepseek-chat", + "choices": [ + { + "index": 0, + "message": { + "role": "assistant", + "content": "---domain---\ntoeflpro.scroll.pub\n---index.scroll---\nbuildHtml\nbaseUrl https://toeflpro.scroll.pub\nmetaTags\neditButton /edit.html\ntitle TOEFL Pro - Master Your TOEFL Test\nstyle.css\nbody.html\nscript.js\n---body.html---\n<header class=\"header\">\n <div class=\"container\">\n <h1>TOEFL Pro</h1>\n <p>Your Ultimate TOEFL Test Training Platform</p>\n <a href=\"#practice\" class=\"cta-button\">Start Practicing</a>\n </div>\n</header>\n\n<section id=\"about\" class=\"section\">\n <div class=\"container\">\n <h2>About TOEFL Pro</h2>\n <p>TOEFL Pro is designed to help you master the TOEFL test with comprehensive practice tests, detailed explanations, and personalized feedback. Whether you're aiming for a high score or just starting out, we've got you covered.</p>\n </div>\n</section>\n\n<section id=\"practice\" class=\"section\">\n <div class=\"container\">\n <h2>Practice Tests</h2>\n <div class=\"test-grid\">\n <div class=\"test-card\">\n <h3>Reading</h3>\n <p>Improve your reading comprehension with our extensive library of passages and questions.</p>\n <a href=\"#reading\" class=\"test-button\">Start Reading Test</a>\n </div>\n <div class=\"test-card\">\n <h3>Listening</h3>\n <p>Enhance your listening skills with authentic audio materials and practice questions.</p>\n <a href=\"#listening\" class=\"test-button\">Start Listening Test</a>\n </div>\n <div class=\"test-card\">\n <h3>Speaking</h3>\n <p>Practice speaking with our interactive exercises and get instant feedback.</p>\n <a href=\"#speaking\" class=\"test-button\">Start Speaking Test</a>\n </div>\n <div class=\"test-card\">\n <h3>Writing</h3>\n <p>Develop your writing skills with guided prompts and expert evaluations.</p>\n <a href=\"#writing\" class=\"test-button\">Start Writing Test</a>\n </div>\n </div>\n </div>\n</section>\n\n<section id=\"contact\" class=\"section\">\n <div class=\"container\">\n <h2>Contact Us</h2>\n <p>Have questions or need support? Reach out to us and we'll be happy to assist you.</p>\n <form id=\"contact-form\">\n <input type=\"text\" id=\"name\" name=\"name\" placeholder=\"Your Name\" required>\n <input type=\"email\" id=\"email\" name=\"email\" placeholder=\"Your Email\" required>\n <textarea id=\"message\" name=\"message\" placeholder=\"Your Message\" required></textarea>\n <button type=\"submit\" class=\"submit-button\">Send Message</button>\n </form>\n </div>\n</section>\n\n<footer class=\"footer\">\n <div class=\"container\">\n <p>TOEFL Pro - Your Path to TOEFL Success</p>\n </div>\n</footer>\n---style.css---\nbody {\n font-family: 'Arial', sans-serif;\n margin: 0;\n padding: 0;\n color: #333;\n background-color: #f4f4f4;\n}\n\n.container {\n width: 90%;\n max-width: 1200px;\n margin: 0 auto;\n padding: 20px;\n}\n\n.header {\n background: linear-gradient(135deg, #0072ff, #00c6ff);\n color: white;\n padding: 100px 0;\n text-align: center;\n}\n\n.header h1 {\n font-size: 3rem;\n margin-bottom: 10px;\n}\n\n.header p {\n font-size: 1.2rem;\n margin-bottom: 20px;\n}\n\n.cta-button {\n background: #ff6f61;\n color: white;\n padding: 10px 20px;\n text-decoration: none;\n border-radius: 5px;\n font-size: 1rem;\n}\n\n.section {\n padding: 60px 0;\n}\n\n.section h2 {\n font-size: 2rem;\n margin-bottom: 20px;\n text-align: center;\n}\n\n.test-grid {\n display: grid;\n grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));\n gap: 20px;\n}\n\n.test-card {\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.test-card h3 {\n font-size: 1.5rem;\n margin-bottom: 10px;\n}\n\n.test-card p {\n font-size: 1rem;\n margin-bottom: 20px;\n}\n\n.test-button {\n background: #0072ff;\n color: white;\n padding: 10px 20px;\n text-decoration: none;\n border-radius: 5px;\n font-size: 1rem;\n}\n\n#contact-form {\n display: flex;\n flex-direction: column;\n gap: 10px;\n}\n\n#contact-form input, #contact-form textarea {\n padding: 10px;\n border: 1px solid #ccc;\n border-radius: 5px;\n}\n\n.submit-button {\n background: #ff6f61;\n color: white;\n padding: 10px 20px;\n border: none;\n border-radius: 5px;\n font-size: 1rem;\n cursor: pointer;\n}\n\n.footer {\n background: #333;\n color: white;\n text-align: center;\n padding: 20px 0;\n}\n\n@media (max-width: 768px) {\n .header h1 {\n font-size: 2rem;\n }\n\n .header p {\n font-size: 1rem;\n }\n\n .test-grid {\n grid-template-columns: 1fr;\n }\n}\n---script.js---\ndocument.getElementById('contact-form').addEventListener('submit', function(event) {\n event.preventDefault();\n alert('Thank you for your message! We will get back to you soon.');\n this.reset();\n});\n---end---" + }, + "logprobs": null, + "finish_reason": "stop" + } + ], + "usage": { + "prompt_tokens": 242, + "completion_tokens": 1386, + "total_tokens": 1628, + "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..3369d68 --- /dev/null +++ b/readme.scroll @@ -0,0 +1,2 @@ +# toeflpro.scroll.pub +Website generated by DeepSeek from prompt: Create a toefl test training website \ No newline at end of file diff --git a/script.js b/script.js new file mode 100644 index 0000000..dc7ff02 --- /dev/null +++ b/script.js @@ -0,0 +1,5 @@ +document.getElementById('contact-form').addEventListener('submit', function(event) { + event.preventDefault(); + alert('Thank you for your message! We will get back to you soon.'); + this.reset(); +}); \ No newline at end of file diff --git a/style.css b/style.css new file mode 100644 index 0000000..b865865 --- /dev/null +++ b/style.css @@ -0,0 +1,126 @@ +body { + font-family: 'Arial', sans-serif; + margin: 0; + padding: 0; + color: #333; + background-color: #f4f4f4; +} + +.container { + width: 90%; + max-width: 1200px; + margin: 0 auto; + padding: 20px; +} + +.header { + background: linear-gradient(135deg, #0072ff, #00c6ff); + color: white; + padding: 100px 0; + text-align: center; +} + +.header h1 { + font-size: 3rem; + margin-bottom: 10px; +} + +.header p { + font-size: 1.2rem; + margin-bottom: 20px; +} + +.cta-button { + background: #ff6f61; + color: white; + padding: 10px 20px; + text-decoration: none; + border-radius: 5px; + font-size: 1rem; +} + +.section { + padding: 60px 0; +} + +.section h2 { + font-size: 2rem; + margin-bottom: 20px; + text-align: center; +} + +.test-grid { + display: grid; + grid-template-columns: repeat(auto-fit, minmax(250px, 1fr)); + gap: 20px; +} + +.test-card { + background: white; + padding: 20px; + border-radius: 10px; + box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1); + text-align: center; +} + +.test-card h3 { + font-size: 1.5rem; + margin-bottom: 10px; +} + +.test-card p { + font-size: 1rem; + margin-bottom: 20px; +} + +.test-button { + background: #0072ff; + color: white; + padding: 10px 20px; + text-decoration: none; + border-radius: 5px; + font-size: 1rem; +} + +#contact-form { + display: flex; + flex-direction: column; + gap: 10px; +} + +#contact-form input, #contact-form textarea { + padding: 10px; + border: 1px solid #ccc; + border-radius: 5px; +} + +.submit-button { + background: #ff6f61; + color: white; + padding: 10px 20px; + border: none; + border-radius: 5px; + font-size: 1rem; + cursor: pointer; +} + +.footer { + background: #333; + color: white; + text-align: center; + padding: 20px 0; +} + +@media (max-width: 768px) { + .header h1 { + font-size: 2rem; + } + + .header p { + font-size: 1rem; + } + + .test-grid { + grid-template-columns: 1fr; + } +} \ No newline at end of file