{"id":631,"date":"2026-04-02T16:32:20","date_gmt":"2026-04-02T16:32:20","guid":{"rendered":"https:\/\/littleprodigiesacademy.com\/?page_id=631"},"modified":"2026-04-02T18:04:03","modified_gmt":"2026-04-02T18:04:03","slug":"artemis_ii_tracker","status":"publish","type":"page","link":"https:\/\/littleprodigiesacademy.com\/index.php\/artemis_ii_tracker\/","title":{"rendered":"Artemis II Tracker"},"content":{"rendered":"\t\t<div data-elementor-type=\"wp-page\" data-elementor-id=\"631\" class=\"elementor elementor-631\">\n\t\t\t\t\t\t<section class=\"elementor-section elementor-top-section elementor-element elementor-element-3575add elementor-section-boxed elementor-section-height-default elementor-section-height-default\" data-id=\"3575add\" data-element_type=\"section\" data-e-type=\"section\">\n\t\t\t\t\t\t<div class=\"elementor-container elementor-column-gap-default\">\n\t\t\t\t\t<div class=\"elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-0399057\" data-id=\"0399057\" data-element_type=\"column\" data-e-type=\"column\">\n\t\t\t<div class=\"elementor-widget-wrap\">\n\t\t\t\t\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/section>\n\t\t\t\t<section class=\"elementor-section elementor-top-section elementor-element elementor-element-1f369d2 elementor-section-boxed elementor-section-height-default elementor-section-height-default\" data-id=\"1f369d2\" data-element_type=\"section\" data-e-type=\"section\">\n\t\t\t\t\t\t<div class=\"elementor-container elementor-column-gap-default\">\n\t\t\t\t\t<div class=\"elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-42f72f1\" data-id=\"42f72f1\" data-element_type=\"column\" data-e-type=\"column\">\n\t\t\t<div class=\"elementor-widget-wrap elementor-element-populated\">\n\t\t\t\t\t\t<div class=\"elementor-element elementor-element-9e06882 elementor-widget elementor-widget-html\" data-id=\"9e06882\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"html.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<!DOCTYPE html>\n<html lang=\"en\">\n<head>\n    <meta charset=\"UTF-8\">\n    <meta name=\"viewport\" content=\"width=device-width, initial-scale=1.0\">\n    <title>Artemis II Mission Tracker | Little Prodigies Academy<\/title>\n    <meta name=\"description\" content=\"Follow NASA's Artemis II mission to the Moon with daily updates, activities, and educational resources from Little Prodigies Academy.\">\n    <style>\n        * {\n            margin: 0;\n            padding: 0;\n            box-sizing: border-box;\n        }\n\n        body {\n            font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, sans-serif;\n            background: #ffffff;\n            color: #2d3748;\n            line-height: 1.6;\n        }\n\n        .container {\n            max-width: 1200px;\n            margin: 0 auto;\n            padding: 0 20px;\n        }\n\n        \/* Header *\/\n        header {\n            background: #ffffff;\n            padding: 20px 0;\n            border-bottom: 3px solid #00cc66;\n            box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);\n        }\n\n        .header-content {\n            display: flex;\n            justify-content: space-between;\n            align-items: center;\n            flex-wrap: wrap;\n            gap: 20px;\n        }\n\n        .logo-text {\n            font-size: 24px;\n            font-weight: bold;\n            color: #00cc66;\n            letter-spacing: 2px;\n        }\n\n        .logo-subtitle {\n            font-size: 14px;\n            color: #718096;\n            letter-spacing: 1px;\n        }\n\n        \/* Hero Section *\/\n        .hero {\n            background: linear-gradient(135deg, #f7fafc 0%, #edf2f7 100%);\n            padding: 60px 0;\n            text-align: center;\n            position: relative;\n            overflow: hidden;\n        }\n\n        .hero::before {\n            content: '';\n            position: absolute;\n            top: 0;\n            left: 0;\n            right: 0;\n            bottom: 0;\n            background: radial-gradient(circle at 50% 50%, rgba(0, 204, 102, 0.05) 0%, transparent 70%);\n            pointer-events: none;\n        }\n\n        .hero-content {\n            position: relative;\n            z-index: 1;\n        }\n\n        .mission-badge {\n            display: inline-block;\n            background: rgba(0, 204, 102, 0.1);\n            border: 2px solid #00cc66;\n            color: #00cc66;\n            padding: 8px 20px;\n            border-radius: 25px;\n            font-size: 14px;\n            font-weight: bold;\n            letter-spacing: 1px;\n            margin-bottom: 20px;\n            animation: pulse 2s ease-in-out infinite;\n        }\n\n        @keyframes pulse {\n            0%, 100% { transform: scale(1); opacity: 1; }\n            50% { transform: scale(1.05); opacity: 0.9; }\n        }\n\n        h1 {\n            font-size: 48px;\n            margin-bottom: 20px;\n            color: #1a202c;\n            font-weight: 800;\n        }\n\n        .hero-subtitle {\n            font-size: 20px;\n            color: #4a5568;\n            margin-bottom: 30px;\n            max-width: 700px;\n            margin-left: auto;\n            margin-right: auto;\n        }\n\n        \/* Mission Stats *\/\n        .mission-stats {\n            display: grid;\n            grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));\n            gap: 20px;\n            margin: 40px 0;\n        }\n\n        .stat-card {\n            background: #ffffff;\n            border: 2px solid #e2e8f0;\n            border-radius: 12px;\n            padding: 25px;\n            text-align: center;\n            transition: all 0.3s ease;\n            box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05);\n        }\n\n        .stat-card:hover {\n            border-color: #00cc66;\n            transform: translateY(-5px);\n            box-shadow: 0 8px 20px rgba(0, 204, 102, 0.15);\n        }\n\n        .stat-number {\n            font-size: 36px;\n            font-weight: bold;\n            color: #00cc66;\n            margin-bottom: 10px;\n        }\n\n        .stat-label {\n            font-size: 14px;\n            color: #718096;\n            text-transform: uppercase;\n            letter-spacing: 1px;\n        }\n\n        \/* Newsletter Section *\/\n        .newsletter-section {\n            background: #ffffff;\n            padding: 60px 0;\n        }\n\n        .newsletter-container {\n            max-width: 800px;\n            margin: 0 auto;\n            text-align: center;\n        }\n\n        .newsletter-title {\n            font-size: 36px;\n            margin-bottom: 15px;\n            color: #1a202c;\n            font-weight: 700;\n        }\n\n        .newsletter-description {\n            font-size: 18px;\n            color: #4a5568;\n            margin-bottom: 40px;\n        }\n\n        .benefits-grid {\n            display: grid;\n            grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));\n            gap: 30px;\n            margin-bottom: 50px;\n            text-align: left;\n        }\n\n        .benefit-item {\n            background: #f7fafc;\n            padding: 20px;\n            border-radius: 10px;\n            border-left: 4px solid #00cc66;\n            box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05);\n        }\n\n        .benefit-icon {\n            font-size: 32px;\n            margin-bottom: 10px;\n        }\n\n        .benefit-title {\n            font-size: 18px;\n            color: #1a202c;\n            margin-bottom: 8px;\n            font-weight: bold;\n        }\n\n        .benefit-text {\n            font-size: 14px;\n            color: #718096;\n        }\n\n        \/* Form *\/\n        .signup-form {\n            background: #f7fafc;\n            padding: 40px;\n            border-radius: 15px;\n            border: 2px solid #e2e8f0;\n            max-width: 600px;\n            margin: 0 auto;\n            box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);\n        }\n\n        .form-group {\n            margin-bottom: 25px;\n            text-align: left;\n        }\n\n        label {\n            display: block;\n            margin-bottom: 8px;\n            color: #2d3748;\n            font-weight: 600;\n            font-size: 14px;\n        }\n\n        input, select {\n            width: 100%;\n            padding: 15px;\n            border: 2px solid #cbd5e0;\n            border-radius: 8px;\n            background: #ffffff;\n            color: #2d3748;\n            font-size: 16px;\n            transition: all 0.3s ease;\n        }\n\n        input:focus, select:focus {\n            outline: none;\n            border-color: #00cc66;\n            box-shadow: 0 0 0 3px rgba(0, 204, 102, 0.1);\n        }\n\n        .checkbox-group {\n            display: flex;\n            align-items: center;\n            gap: 10px;\n            margin-bottom: 20px;\n        }\n\n        .checkbox-group input[type=\"checkbox\"] {\n            width: auto;\n        }\n\n        .checkbox-group label {\n            margin-bottom: 0;\n            font-weight: normal;\n            font-size: 14px;\n            color: #4a5568;\n        }\n\n        .submit-btn {\n            width: 100%;\n            padding: 18px;\n            background: linear-gradient(135deg, #00cc66 0%, #00aa55 100%);\n            color: #ffffff;\n            border: none;\n            border-radius: 8px;\n            font-size: 18px;\n            font-weight: bold;\n            cursor: pointer;\n            transition: all 0.3s ease;\n            letter-spacing: 1px;\n        }\n\n        .submit-btn:hover {\n            transform: translateY(-2px);\n            box-shadow: 0 10px 30px rgba(0, 204, 102, 0.3);\n            background: linear-gradient(135deg, #00aa55 0%, #009944 100%);\n        }\n\n        .submit-btn:disabled {\n            opacity: 0.6;\n            cursor: not-allowed;\n        }\n\n        .privacy-note {\n            font-size: 12px;\n            color: #718096;\n            margin-top: 15px;\n            text-align: center;\n        }\n\n        \/* Daily Updates Preview *\/\n        .updates-section {\n            background: #f7fafc;\n            padding: 60px 0;\n        }\n\n        .section-title {\n            text-align: center;\n            font-size: 36px;\n            margin-bottom: 15px;\n            color: #1a202c;\n            font-weight: 700;\n        }\n\n        .section-subtitle {\n            text-align: center;\n            color: #4a5568;\n            margin-bottom: 40px;\n            font-size: 18px;\n        }\n\n        .timeline {\n            max-width: 900px;\n            margin: 0 auto;\n        }\n\n        .timeline-item {\n            display: flex;\n            gap: 30px;\n            margin-bottom: 40px;\n            padding: 30px;\n            background: #ffffff;\n            border-radius: 12px;\n            border-left: 4px solid #00cc66;\n            transition: all 0.3s ease;\n            box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05);\n        }\n\n        .timeline-item:hover {\n            box-shadow: 0 8px 20px rgba(0, 204, 102, 0.15);\n            transform: translateX(10px);\n        }\n\n        .timeline-day {\n            min-width: 80px;\n            text-align: center;\n        }\n\n        .day-number {\n            font-size: 32px;\n            font-weight: bold;\n            color: #00cc66;\n        }\n\n        .day-label {\n            font-size: 12px;\n            color: #718096;\n            text-transform: uppercase;\n        }\n\n        .timeline-content h3 {\n            color: #1a202c;\n            margin-bottom: 10px;\n            font-size: 20px;\n            font-weight: 600;\n        }\n\n        .timeline-content p {\n            color: #4a5568;\n            line-height: 1.6;\n        }\n\n        .activity-tag {\n            display: inline-block;\n            background: rgba(0, 204, 102, 0.1);\n            color: #00aa55;\n            padding: 4px 12px;\n            border-radius: 15px;\n            font-size: 12px;\n            margin-top: 10px;\n            font-weight: 500;\n        }\n\n        \/* Footer *\/\n        footer {\n            background: #2d3748;\n            padding: 40px 0;\n            border-top: 3px solid #00cc66;\n            text-align: center;\n        }\n\n        .footer-content {\n            color: #cbd5e0;\n        }\n\n        .footer-links {\n            margin-top: 20px;\n        }\n\n        .footer-links a {\n            color: #00cc66;\n            text-decoration: none;\n            margin: 0 15px;\n            transition: color 0.3s ease;\n        }\n\n        .footer-links a:hover {\n            color: #00ff88;\n        }\n\n        \/* Success Message *\/\n        .success-message {\n            display: none;\n            background: rgba(0, 204, 102, 0.1);\n            border: 2px solid #00cc66;\n            padding: 30px;\n            border-radius: 12px;\n            text-align: center;\n            margin-top: 30px;\n        }\n\n        .success-message.show {\n            display: block;\n        }\n\n        .success-message h3 {\n            color: #00cc66;\n            margin-bottom: 10px;\n        }\n\n        .success-message p {\n            color: #4a5568;\n        }\n\n        .success-icon {\n            font-size: 48px;\n            margin-bottom: 15px;\n        }\n\n        \/* Responsive *\/\n        @media (max-width: 768px) {\n            h1 {\n                font-size: 32px;\n            }\n\n            .hero-subtitle {\n                font-size: 16px;\n            }\n\n            .newsletter-title {\n                font-size: 28px;\n            }\n\n            .signup-form {\n                padding: 25px;\n            }\n\n            .timeline-item {\n                flex-direction: column;\n                gap: 15px;\n            }\n\n            .benefits-grid {\n                grid-template-columns: 1fr;\n            }\n        }\n    <\/style>\n<\/head>\n<body>\n    <header>\n\n    <\/header>\n\n    <section class=\"hero\">\n        <div class=\"container\">\n            <div class=\"hero-content\">\n                <div class=\"mission-badge\">\ud83d\ude80 MISSION ACTIVE<\/div>\n                <h1>Track Artemis II to the Moon<\/h1>\n                <p class=\"hero-subtitle\">Join us for a 10-day journey following NASA's historic mission around the Moon. Daily updates, hands-on activities, and educational resources delivered to your inbox.<\/p>\n                \n                <div class=\"mission-stats\">\n                    <div class=\"stat-card\">\n                        <div class=\"stat-number\">10<\/div>\n                        <div class=\"stat-label\">Mission Days<\/div>\n                    <\/div>\n                    <div class=\"stat-card\">\n                        <div class=\"stat-number\">4<\/div>\n                        <div class=\"stat-label\">Astronauts<\/div>\n                    <\/div>\n                    <div class=\"stat-card\">\n                        <div class=\"stat-number\">240K<\/div>\n                        <div class=\"stat-label\">Miles to Moon<\/div>\n                    <\/div>\n                    <div class=\"stat-card\">\n                        <div class=\"stat-number\">Daily<\/div>\n                        <div class=\"stat-label\">Activities<\/div>\n                    <\/div>\n                <\/div>\n            <\/div>\n        <\/div>\n    <\/section>\n\n    <section class=\"newsletter-section\">\n        <div class=\"container\">\n            <div class=\"newsletter-container\">\n                <h2 class=\"newsletter-title\">Join the Mission Control Newsletter<\/h2>\n                <p class=\"newsletter-description\">Get exclusive daily updates and activities designed for curious minds in Grades 4-12<\/p>\n\n                <div class=\"benefits-grid\">\n                    <div class=\"benefit-item\">\n                        <div class=\"benefit-icon\">\ud83d\udce1<\/div>\n                        <div class=\"benefit-title\">Daily Mission Updates<\/div>\n                        <div class=\"benefit-text\">Real-time information about the Artemis II journey, simplified for young explorers<\/div>\n                    <\/div>\n                    <div class=\"benefit-item\">\n                        <div class=\"benefit-icon\">\ud83d\udd2c<\/div>\n                        <div class=\"benefit-title\">Hands-On Activities<\/div>\n                        <div class=\"benefit-text\">STEAM projects you can do at home with everyday materials<\/div>\n                    <\/div>\n                    <div class=\"benefit-item\">\n                        <div class=\"benefit-icon\">\ud83c\udf93<\/div>\n                        <div class=\"benefit-title\">Educational Resources<\/div>\n                        <div class=\"benefit-text\">Videos, articles, and interactive content about space science and engineering<\/div>\n                    <\/div>\n                <\/div>\n\n                <!-- FORMSPREE FORM - REPLACE formspree.io\/f\/YOUR_FORM_ID with your actual Formspree endpoint -->\n                <form class=\"signup-form\" id=\"newsletterForm\" action=\"https:\/\/formspree.io\/f\/mvzvbwlv\" method=\"POST\">\n                    <div class=\"form-group\">\n                        <label for=\"parentName\">Parent\/Guardian Name *<\/label>\n                        <input type=\"text\" id=\"parentName\" name=\"name\" required placeholder=\"Your full name\">\n                    <\/div>\n\n                    <div class=\"form-group\">\n                        <label for=\"email\">Email Address *<\/label>\n                        <input type=\"email\" id=\"email\" name=\"email\" required placeholder=\"your.email@example.com\">\n                    <\/div>\n\n                    <div class=\"form-group\">\n                        <label for=\"studentGrade\">Student Grade Level *<\/label>\n                        <select id=\"studentGrade\" name=\"grade\" required>\n                            <option value=\"\">Select grade level<\/option>\n                            <option value=\"grade4\">Grade 4<\/option>\n                            <option value=\"grade5\">Grade 5<\/option>\n                            <option value=\"grade6\">Grade 6<\/option>\n                            <option value=\"grade7\">Grade 7<\/option>\n                            <option value=\"grade8\">Grade 8<\/option>\n                            <option value=\"grade9\">Grade 9<\/option>\n                            <option value=\"grade10\">Grade 10<\/option>\n                            <option value=\"grade11\">Grade 11<\/option>\n                            <option value=\"grade12\">Grade 12<\/option>\n                            <option value=\"multiple\">Multiple Students<\/option>\n                        <\/select>\n                    <\/div>\n\n                    <div class=\"form-group\">\n                        <label for=\"location\">City\/Region (Optional)<\/label>\n                        <input type=\"text\" id=\"location\" name=\"location\" placeholder=\"Richmond, Vancouver, etc.\">\n                    <\/div>\n\n                    <div class=\"checkbox-group\">\n                        <input type=\"checkbox\" id=\"lpaUpdates\" name=\"lpa_updates\" value=\"yes\">\n                        <label for=\"lpaUpdates\">I'd also like to receive updates about Little Prodigies Academy programs<\/label>\n                    <\/div>\n\n                    <!-- Hidden fields for Formspree -->\n                    <input type=\"hidden\" name=\"_subject\" value=\"New Artemis II Mission Tracker Signup\">\n                    <input type=\"hidden\" name=\"_next\" value=\"https:\/\/littleprodigiesacademy.com\/thank-you\">\n                    <input type=\"text\" name=\"_gotcha\" style=\"display:none\">\n\n                    <button type=\"submit\" class=\"submit-btn\">\ud83d\ude80 START MY MISSION UPDATES<\/button>\n\n                    <p class=\"privacy-note\">We respect your privacy. Your information will only be used for Artemis II updates and LPA communications. Unsubscribe anytime.<\/p>\n                <\/form>\n\n                <div class=\"success-message\" id=\"successMessage\">\n                    <div class=\"success-icon\">\u2705<\/div>\n                    <h3>Welcome to Mission Control!<\/h3>\n                    <p>Check your inbox for your first Artemis II update. The journey begins tomorrow!<\/p>\n                <\/div>\n            <\/div>\n        <\/div>\n    <\/section>\n\n    <section class=\"updates-section\">\n        <div class=\"container\">\n            <h2 class=\"section-title\">What to Expect: 10-Day Mission Overview<\/h2>\n            <p class=\"section-subtitle\">Here's a preview of the incredible journey we'll follow together<\/p>\n\n            <div class=\"timeline\">\n                <div class=\"timeline-item\">\n                    <div class=\"timeline-day\">\n                        <div class=\"day-number\">1<\/div>\n                        <div class=\"day-label\">Launch Day<\/div>\n                    <\/div>\n                    <div class=\"timeline-content\">\n                        <h3>Liftoff from Kennedy Space Center<\/h3>\n                        <p>Watch as the most powerful rocket ever built launches four astronauts toward the Moon. Learn about the physics of rocket propulsion and calculate thrust-to-weight ratios.<\/p>\n                        <span class=\"activity-tag\">Activity: Build a Paper Rocket<\/span>\n                    <\/div>\n                <\/div>\n\n                <div class=\"timeline-item\">\n                    <div class=\"timeline-day\">\n                        <div class=\"day-number\">2-3<\/div>\n                        <div class=\"day-label\">Transit<\/div>\n                    <\/div>\n                    <div class=\"timeline-content\">\n                        <h3>Journey Through Space<\/h3>\n                        <p>Follow the spacecraft as it travels 240,000 miles to the Moon. Explore orbital mechanics, navigation in space, and what daily life looks like for astronauts.<\/p>\n                        <span class=\"activity-tag\">Activity: Plot the Trajectory<\/span>\n                    <\/div>\n                <\/div>\n\n                <div class=\"timeline-item\">\n                    <div class=\"timeline-day\">\n                        <div class=\"day-number\">4-6<\/div>\n                        <div class=\"day-label\">Lunar Orbit<\/div>\n                    <\/div>\n                    <div class=\"timeline-content\">\n                        <h3>Around the Moon<\/h3>\n                        <p>Experience views of the lunar surface no human has seen in over 50 years. Study the Moon's geology, craters, and why it's critical for deep space exploration.<\/p>\n                        <span class=\"activity-tag\">Activity: Moon Phase Tracker<\/span>\n                    <\/div>\n                <\/div>\n\n                <div class=\"timeline-item\">\n                    <div class=\"timeline-day\">\n                        <div class=\"day-number\">7-9<\/div>\n                        <div class=\"day-label\">Return<\/div>\n                    <\/div>\n                    <div class=\"timeline-content\">\n                        <h3>Homeward Bound<\/h3>\n                        <p>Track the return journey to Earth. Learn about re-entry physics, heat shields, and the precision required to land safely in the Pacific Ocean.<\/p>\n                        <span class=\"activity-tag\">Activity: Design a Heat Shield<\/span>\n                    <\/div>\n                <\/div>\n\n                <div class=\"timeline-item\">\n                    <div class=\"timeline-day\">\n                        <div class=\"day-number\">10<\/div>\n                        <div class=\"day-label\">Splashdown<\/div>\n                    <\/div>\n                    <div class=\"timeline-content\">\n                        <h3>Mission Complete<\/h3>\n                        <p>Celebrate the successful return of the crew and reflect on what this mission means for the future of space exploration and eventual Mars missions.<\/p>\n                        <span class=\"activity-tag\">Activity: Mission Debrief Project<\/span>\n                    <\/div>\n                <\/div>\n            <\/div>\n        <\/div>\n    <\/section>\n\n    <footer>\n        <div class=\"container\">\n            <div class=\"footer-content\">\n                <p>&copy; 2026 Little Prodigies Academy | Richmond, BC, Canada<\/p>\n                <p style=\"margin-top: 10px; color: #00cc66;\">Inspiring the next generation of space explorers and STEAM innovators<\/p>\n                <div class=\"footer-links\">\n                    <a href=\"https:\/\/littleprodigiesacademy.com\">Main Website<\/a>\n                    <a href=\"mailto:info@littleprodigiesacademy.com\">Contact<\/a>\n                <\/div>\n            <\/div>\n        <\/div>\n    <\/footer>\n\n    <script>\n        \/\/ Smooth scrolling for anchor links\n        document.querySelectorAll('a[href^=\"#\"]').forEach(anchor => {\n            anchor.addEventListener('click', function (e) {\n                e.preventDefault();\n                const target = document.querySelector(this.getAttribute('href'));\n                if (target) {\n                    target.scrollIntoView({ behavior: 'smooth' });\n                }\n            });\n        });\n\n        \/\/ Optional: Show success message if URL has ?success parameter (Formspree redirect)\n        if (window.location.search.includes('success=true')) {\n            document.getElementById('newsletterForm').style.display = 'none';\n            document.getElementById('successMessage').classList.add('show');\n        }\n    <\/script>\n<\/body>\n<\/html>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/section>\n\t\t\t\t<\/div>\n\t\t","protected":false},"excerpt":{"rendered":"<p>Artemis II Mission Tracker | Little Prodigies Academy \ud83d\ude80 MISSION ACTIVE Track Artemis II to the Moon Join us for a 10-day journey following NASA&#8217;s historic mission around the Moon. Daily updates, hands-on activities, and educational resources delivered to your inbox. 10 Mission Days 4 Astronauts 240K Miles to Moon Daily Activities Join the Mission [&hellip;]<\/p>\n","protected":false},"author":1,"featured_media":0,"parent":0,"menu_order":0,"comment_status":"closed","ping_status":"closed","template":"","meta":{"om_disable_all_campaigns":false,"_monsterinsights_skip_tracking":false,"_monsterinsights_sitenote_active":false,"_monsterinsights_sitenote_note":"","_monsterinsights_sitenote_category":0,"footnotes":""},"class_list":["post-631","page","type-page","status-publish","hentry"],"aioseo_notices":[],"rttpg_featured_image_url":null,"rttpg_author":{"display_name":"rrocy","author_link":"https:\/\/littleprodigiesacademy.com\/index.php\/author\/rrocy\/"},"rttpg_comment":0,"rttpg_category":null,"rttpg_excerpt":"Artemis II Mission Tracker | Little Prodigies Academy \ud83d\ude80 MISSION ACTIVE Track Artemis II to the Moon Join us for a 10-day journey following NASA&#8217;s historic mission around the Moon. Daily updates, hands-on activities, and educational resources delivered to your inbox. 10 Mission Days 4 Astronauts 240K Miles to Moon Daily Activities Join the Mission&hellip;","_links":{"self":[{"href":"https:\/\/littleprodigiesacademy.com\/index.php\/wp-json\/wp\/v2\/pages\/631","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/littleprodigiesacademy.com\/index.php\/wp-json\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/littleprodigiesacademy.com\/index.php\/wp-json\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/littleprodigiesacademy.com\/index.php\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/littleprodigiesacademy.com\/index.php\/wp-json\/wp\/v2\/comments?post=631"}],"version-history":[{"count":20,"href":"https:\/\/littleprodigiesacademy.com\/index.php\/wp-json\/wp\/v2\/pages\/631\/revisions"}],"predecessor-version":[{"id":667,"href":"https:\/\/littleprodigiesacademy.com\/index.php\/wp-json\/wp\/v2\/pages\/631\/revisions\/667"}],"wp:attachment":[{"href":"https:\/\/littleprodigiesacademy.com\/index.php\/wp-json\/wp\/v2\/media?parent=631"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}