Changes to stemspark.scroll.pub

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

    STEM Spark

    +

    Igniting curiosity and innovation in STEM for all ages

    +
    +
    +
    +
    +

    Welcome to STEM Spark

    +

    Explore the wonders of science, technology, engineering, and math through interactive lessons, virtual labs, and a supportive community.

    +
    +
    +
    +

    Engaging Lessons

    +

    Discover our curated lessons designed to make STEM accessible and fun for everyone.

    +
    +
    +

    Physics

    +

    Understand the fundamental laws of nature.

    +
    +
    +

    Chemistry

    +

    Explore the building blocks of matter.

    +
    +
    +

    Biology

    +

    Dive into the science of life.

    +
    +
    +

    Mathematics

    +

    Master the language of the universe.

    +
    +
    +
    +
    +
    +

    Virtual Labs

    +

    Experience hands-on learning with our interactive virtual labs.

    +
    +
    +

    Chemistry Lab

    +

    Mix compounds and observe reactions.

    +
    +
    +

    Physics Lab

    +

    Experiment with forces and motion.

    +
    +
    +

    Biology Lab

    +

    Explore cellular structures and functions.

    +
    +
    +
    +
    +
    +

    Community Forums

    +

    Join our inclusive community to share knowledge and collaborate on projects.

    +
    +
    +
    +

    Mentorship Programs

    +

    Connect with experienced mentors to guide your STEM journey.

    +
    +
    +
    +

    Career Guidance

    +

    Get insights into STEM careers and pathways to success.

    +
    +
    +
    +
    +

    STEM Spark - Empowering the next generation of innovators

    +
    index.scroll
    Changed around line 1
    + buildHtml
    + baseUrl https://stemspark.scroll.pub
    + metaTags
    + editButton /edit.html
    + title STEM Spark - Demystifying Science, Technology, Engineering, and Math
    + style.css
    + body.html
    + script.js
    prompt.json
    Changed around line 1
    + {
    + "id": "32aa9728-4341-49c8-98d3-412878e34197",
    + "object": "chat.completion",
    + "created": 1735343906,
    + "model": "deepseek-chat",
    + "choices": [
    + {
    + "index": 0,
    + "message": {
    + "role": "assistant",
    + "content": "---domain---\nstemspark.scroll.pub\n---index.scroll---\nbuildHtml\nbaseUrl https://stemspark.scroll.pub\nmetaTags\neditButton /edit.html\ntitle STEM Spark - Demystifying Science, Technology, Engineering, and Math\nstyle.css\nbody.html\nscript.js\n---body.html---\n
    \n \n

    STEM Spark

    \n

    Igniting curiosity and innovation in STEM for all ages

    \n
    \n\n
    \n
    \n

    Welcome to STEM Spark

    \n

    Explore the wonders of science, technology, engineering, and math through interactive lessons, virtual labs, and a supportive community.

    \n Start Learning\n
    \n\n
    \n

    Engaging Lessons

    \n

    Discover our curated lessons designed to make STEM accessible and fun for everyone.

    \n
    \n
    \n

    Physics

    \n

    Understand the fundamental laws of nature.

    \n
    \n
    \n

    Chemistry

    \n

    Explore the building blocks of matter.

    \n
    \n
    \n

    Biology

    \n

    Dive into the science of life.

    \n
    \n
    \n

    Mathematics

    \n

    Master the language of the universe.

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

    Virtual Labs

    \n

    Experience hands-on learning with our interactive virtual labs.

    \n
    \n
    \n

    Chemistry Lab

    \n

    Mix compounds and observe reactions.

    \n
    \n
    \n

    Physics Lab

    \n

    Experiment with forces and motion.

    \n
    \n
    \n

    Biology Lab

    \n

    Explore cellular structures and functions.

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

    Community Forums

    \n

    Join our inclusive community to share knowledge and collaborate on projects.

    \n Join the Discussion\n
    \n\n
    \n

    Mentorship Programs

    \n

    Connect with experienced mentors to guide your STEM journey.

    \n Find a Mentor\n
    \n\n
    \n

    Career Guidance

    \n

    Get insights into STEM careers and pathways to success.

    \n Explore Careers\n
    \n
    \n\n
    \n

    STEM Spark - Empowering the next generation of innovators

    \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: linear-gradient(135deg, #6a11cb, #2575fc);\n color: white;\n padding: 2rem;\n text-align: center;\n}\n\nheader h1 {\n font-size: 3rem;\n margin: 0;\n}\n\nheader p {\n font-size: 1.2rem;\n margin: 0.5rem 0 0;\n}\n\nnav ul {\n list-style: none;\n padding: 0;\n display: flex;\n justify-content: center;\n margin: 1rem 0;\n}\n\nnav ul li {\n margin: 0 1rem;\n}\n\nnav ul li a {\n color: white;\n text-decoration: none;\n font-weight: bold;\n}\n\n.cta {\n display: inline-block;\n padding: 0.5rem 1rem;\n background-color: #2575fc;\n color: white;\n text-decoration: none;\n border-radius: 5px;\n margin: 1rem 0;\n}\n\nsection {\n padding: 2rem;\n text-align: center;\n}\n\nsection h2 {\n font-size: 2rem;\n margin-bottom: 1rem;\n}\n\n.lesson-grid, .lab-grid {\n display: grid;\n grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));\n gap: 1rem;\n margin: 2rem 0;\n}\n\n.lesson-card, .lab-card {\n background: white;\n padding: 1rem;\n border-radius: 10px;\n box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);\n transition: transform 0.3s ease;\n}\n\n.lesson-card:hover, .lab-card:hover {\n transform: translateY(-10px);\n}\n\nfooter {\n background: #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 nav ul {\n flex-direction: column;\n }\n\n nav ul li {\n margin: 0.5rem 0;\n }\n}\n---script.js---\ndocument.addEventListener('DOMContentLoaded', function() {\n const sections = document.querySelectorAll('section');\n const navLinks = document.querySelectorAll('nav ul li a');\n\n navLinks.forEach(link => {\n link.addEventListener('click', function(e) {\n e.preventDefault();\n const targetId = this.getAttribute('href').substring(1);\n const targetSection = document.getElementById(targetId);\n targetSection.scrollIntoView({ behavior: 'smooth' });\n });\n });\n\n window.addEventListener('scroll', function() {\n let current = '';\n sections.forEach(section => {\n const sectionTop = section.offsetTop;\n const sectionHeight = section.clientHeight;\n if (pageYOffset >= sectionTop - sectionHeight / 3) {\n current = section.getAttribute('id');\n }\n });\n\n navLinks.forEach(link => {\n link.classList.remove('active');\n if (link.getAttribute('href').substring(1) === current) {\n link.classList.add('active');\n }\n });\n });\n});\n---end---"
    + },
    + "logprobs": null,
    + "finish_reason": "stop"
    + }
    + ],
    + "usage": {
    + "prompt_tokens": 300,
    + "completion_tokens": 1606,
    + "total_tokens": 1906,
    + "prompt_cache_hit_tokens": 0,
    + "prompt_cache_miss_tokens": 300
    + },
    + "system_fingerprint": "fp_f1afce2943"
    + }
    readme.scroll
    Changed around line 1
    + # stemspark.scroll.pub
    + Website generated by DeepSeek from prompt: an interactive hub designed to demystify science, technology, engineering, and math for all ages, offering engaging lessons, virtual labs, and community forums to foster a diverse, inclusive learning environment. It features daily experiments, mentorship programs, and career guidance, all aimed at sparking curiosity and encouraging innovation in STEM fields among underrepresented groups.
    script.js
    Changed around line 1
    + document.addEventListener('DOMContentLoaded', function() {
    + const sections = document.querySelectorAll('section');
    + const navLinks = document.querySelectorAll('nav ul li a');
    +
    + navLinks.forEach(link => {
    + link.addEventListener('click', function(e) {
    + e.preventDefault();
    + const targetId = this.getAttribute('href').substring(1);
    + const targetSection = document.getElementById(targetId);
    + targetSection.scrollIntoView({ behavior: 'smooth' });
    + });
    + });
    +
    + window.addEventListener('scroll', function() {
    + let current = '';
    + sections.forEach(section => {
    + const sectionTop = section.offsetTop;
    + const sectionHeight = section.clientHeight;
    + if (pageYOffset >= sectionTop - sectionHeight / 3) {
    + current = section.getAttribute('id');
    + }
    + });
    +
    + navLinks.forEach(link => {
    + link.classList.remove('active');
    + if (link.getAttribute('href').substring(1) === current) {
    + link.classList.add('active');
    + }
    + });
    + });
    + });
    style.css
    Changed around line 1
    + body {
    + font-family: 'Arial', sans-serif;
    + margin: 0;
    + padding: 0;
    + background-color: #f4f4f9;
    + color: #333;
    + }
    +
    + header {
    + background: linear-gradient(135deg, #6a11cb, #2575fc);
    + color: white;
    + padding: 2rem;
    + text-align: center;
    + }
    +
    + header h1 {
    + font-size: 3rem;
    + margin: 0;
    + }
    +
    + header p {
    + font-size: 1.2rem;
    + margin: 0.5rem 0 0;
    + }
    +
    + nav ul {
    + list-style: none;
    + padding: 0;
    + display: flex;
    + justify-content: center;
    + margin: 1rem 0;
    + }
    +
    + nav ul li {
    + margin: 0 1rem;
    + }
    +
    + nav ul li a {
    + color: white;
    + text-decoration: none;
    + font-weight: bold;
    + }
    +
    + .cta {
    + display: inline-block;
    + padding: 0.5rem 1rem;
    + background-color: #2575fc;
    + color: white;
    + text-decoration: none;
    + border-radius: 5px;
    + margin: 1rem 0;
    + }
    +
    + section {
    + padding: 2rem;
    + text-align: center;
    + }
    +
    + section h2 {
    + font-size: 2rem;
    + margin-bottom: 1rem;
    + }
    +
    + .lesson-grid, .lab-grid {
    + display: grid;
    + grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
    + gap: 1rem;
    + margin: 2rem 0;
    + }
    +
    + .lesson-card, .lab-card {
    + background: white;
    + padding: 1rem;
    + border-radius: 10px;
    + box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    + transition: transform 0.3s ease;
    + }
    +
    + .lesson-card:hover, .lab-card:hover {
    + transform: translateY(-10px);
    + }
    +
    + footer {
    + background: #333;
    + color: white;
    + text-align: center;
    + padding: 1rem;
    + margin-top: 2rem;
    + }
    +
    + @media (max-width: 768px) {
    + header h1 {
    + font-size: 2rem;
    + }
    +
    + nav ul {
    + flex-direction: column;
    + }
    +
    + nav ul li {
    + margin: 0.5rem 0;
    + }
    + }