Changes to teaspractice.scroll.pub

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

ATI TEAS Practice

+

Your ultimate resource for studying and practicing the ATI TEAS exam.

+
+
+
+
+

Practice Tests

+
+
+

Reading

+

Improve your reading comprehension skills.

+
+
+

Math

+

Practice essential math concepts.

+
+
+

Science

+

Master scientific reasoning and knowledge.

+
+
+

English

+

Enhance your grammar and language skills.

+
+
+
+
+
+

Study Guides

+
+
+

Reading Guide

+

Comprehensive guide to reading comprehension.

+
+
+

Math Guide

+

Detailed math concepts and practice problems.

+
+
+

Science Guide

+

In-depth science topics and explanations.

+
+
+

English Guide

+

Grammar rules and language usage tips.

+
+
+
+
+
+
+

Contact us for more information or support.

+
index.scroll
Changed around line 1
+ buildHtml
+ baseUrl https://teaspractice.scroll.pub
+ metaTags
+ editButton /edit.html
+ title ATI TEAS Practice - Study and Prepare for Your Exam
+ style.css
+ body.html
+ script.js
prompt.json
Changed around line 1
+ {
+ "id": "6c6b5ecb-b842-470f-b596-296d8a89737f",
+ "object": "chat.completion",
+ "created": 1735388964,
+ "model": "deepseek-chat",
+ "choices": [
+ {
+ "index": 0,
+ "message": {
+ "role": "assistant",
+ "content": "---domain---\nteaspractice.scroll.pub\n---index.scroll---\nbuildHtml\nbaseUrl https://teaspractice.scroll.pub\nmetaTags\neditButton /edit.html\ntitle ATI TEAS Practice - Study and Prepare for Your Exam\nstyle.css\nbody.html\nscript.js\n---body.html---\n
\n

ATI TEAS Practice

\n

Your ultimate resource for studying and practicing the ATI TEAS exam.

\n
\n\n
\n
\n

Practice Tests

\n
\n
\n

Reading

\n

Improve your reading comprehension skills.

\n
\n
\n

Math

\n

Practice essential math concepts.

\n
\n
\n

Science

\n

Master scientific reasoning and knowledge.

\n
\n
\n

English

\n

Enhance your grammar and language skills.

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

Study Guides

\n
\n
\n

Reading Guide

\n

Comprehensive guide to reading comprehension.

\n
\n
\n

Math Guide

\n

Detailed math concepts and practice problems.

\n
\n
\n

Science Guide

\n

In-depth science topics and explanations.

\n
\n
\n

English Guide

\n

Grammar rules and language usage tips.

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

Contact us for more information or support.

\n
\n---style.css---\nbody {\n font-family: 'Arial', sans-serif;\n margin: 0;\n padding: 0;\n background-color: #f4f4f9;\n color: #333;\n}\n\nheader {\n background-color: #4CAF50;\n color: white;\n padding: 2rem;\n text-align: center;\n}\n\nheader h1 {\n margin: 0;\n font-size: 2.5rem;\n}\n\nheader p {\n font-size: 1.2rem;\n}\n\nmain {\n padding: 2rem;\n}\n\nh2 {\n color: #4CAF50;\n margin-bottom: 1.5rem;\n}\n\n.test-grid, .guide-grid {\n display: grid;\n grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));\n gap: 1.5rem;\n}\n\n.test-card, .guide-card {\n background-color: white;\n padding: 1.5rem;\n border-radius: 8px;\n box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);\n transition: transform 0.3s ease, box-shadow 0.3s ease;\n}\n\n.test-card:hover, .guide-card:hover {\n transform: translateY(-5px);\n box-shadow: 0 8px 16px rgba(0, 0, 0, 0.2);\n}\n\n.test-card h3, .guide-card h3 {\n margin-top: 0;\n color: #4CAF50;\n}\n\n.test-card p, .guide-card p {\n font-size: 1rem;\n color: #666;\n}\n\nfooter {\n background-color: #333;\n color: white;\n text-align: center;\n padding: 1rem;\n margin-top: 2rem;\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, .guide-grid {\n grid-template-columns: 1fr;\n }\n}\n---script.js---\nfunction startTest(subject) {\n alert(`Starting ${subject} Practice Test`);\n // Add logic to start the test\n}\n---end---"
+ },
+ "logprobs": null,
+ "finish_reason": "stop"
+ }
+ ],
+ "usage": {
+ "prompt_tokens": 250,
+ "completion_tokens": 1016,
+ "total_tokens": 1266,
+ "prompt_cache_hit_tokens": 0,
+ "prompt_cache_miss_tokens": 250
+ },
+ "system_fingerprint": "fp_f1afce2943"
+ }
readme.scroll
Changed around line 1
+ # teaspractice.scroll.pub
+ Website generated by DeepSeek from prompt: I want a website for people to study and practice their ati teas exam.
script.js
Changed around line 1
+ function startTest(subject) {
+ alert(`Starting ${subject} Practice Test`);
+ // Add logic to start the test
+ }
style.css
Changed around line 1
+ body {
+ font-family: 'Arial', sans-serif;
+ margin: 0;
+ padding: 0;
+ background-color: #f4f4f9;
+ color: #333;
+ }
+
+ header {
+ background-color: #4CAF50;
+ color: white;
+ padding: 2rem;
+ text-align: center;
+ }
+
+ header h1 {
+ margin: 0;
+ font-size: 2.5rem;
+ }
+
+ header p {
+ font-size: 1.2rem;
+ }
+
+ main {
+ padding: 2rem;
+ }
+
+ h2 {
+ color: #4CAF50;
+ margin-bottom: 1.5rem;
+ }
+
+ .test-grid, .guide-grid {
+ display: grid;
+ grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
+ gap: 1.5rem;
+ }
+
+ .test-card, .guide-card {
+ background-color: white;
+ padding: 1.5rem;
+ border-radius: 8px;
+ box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
+ transition: transform 0.3s ease, box-shadow 0.3s ease;
+ }
+
+ .test-card:hover, .guide-card:hover {
+ transform: translateY(-5px);
+ box-shadow: 0 8px 16px rgba(0, 0, 0, 0.2);
+ }
+
+ .test-card h3, .guide-card h3 {
+ margin-top: 0;
+ color: #4CAF50;
+ }
+
+ .test-card p, .guide-card p {
+ font-size: 1rem;
+ color: #666;
+ }
+
+ footer {
+ background-color: #333;
+ color: white;
+ text-align: center;
+ padding: 1rem;
+ margin-top: 2rem;
+ }
+
+ @media (max-width: 768px) {
+ header h1 {
+ font-size: 2rem;
+ }
+
+ header p {
+ font-size: 1rem;
+ }
+
+ .test-grid, .guide-grid {
+ grid-template-columns: 1fr;
+ }
+ }