{"id":2672,"date":"2024-04-12T09:50:42","date_gmt":"2024-04-12T09:50:42","guid":{"rendered":"https:\/\/seeallacademy.com\/?page_id=2672"},"modified":"2026-06-10T19:15:48","modified_gmt":"2026-06-10T19:15:48","slug":"parents","status":"publish","type":"page","link":"https:\/\/seeallacademy.com\/?page_id=2672","title":{"rendered":"Parents"},"content":{"rendered":"\t\t<div data-elementor-type=\"wp-post\" data-elementor-id=\"2672\" class=\"elementor elementor-2672\" data-elementor-post-type=\"page\">\n\t\t\t\t\t\t<section class=\"elementor-section elementor-top-section elementor-element elementor-element-acb72ca elementor-section-full_width elementor-section-height-default elementor-section-height-default\" data-id=\"acb72ca\" data-element_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-89dd72e\" data-id=\"89dd72e\" data-element_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-03ef4df elementor-widget elementor-widget-html\" data-id=\"03ef4df\" data-element_type=\"widget\" data-widget_type=\"html.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\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>Parents | The SEEALL Academy<\/title>\n    <style>\n        \/* Base Styles & Resets *\/\n        body {\n            margin: 0;\n            padding: 0;\n            font-family: -apple-system, BlinkMacSystemFont, \"Segoe UI\", Roboto, Helvetica, Arial, sans-serif;\n            background-color: #f8f9fa;\n            color: #333;\n            line-height: 1.6;\n        }\n\n        * {\n            box-sizing: border-box;\n        }\n\n        \/* Page Header *\/\n        .page-header {\n            background: linear-gradient(135deg, #001528 0%, #005a9c 100%);\n            padding: 4rem 2rem;\n            text-align: center;\n            border-bottom: 8px solid #F9B000;\n        }\n\n        .page-header h1 {\n            color: #ffffff;\n            font-size: 3rem;\n            font-weight: 800;\n            margin: 0 0 0.5rem 0;\n            letter-spacing: -0.5px;\n            text-shadow: 2px 2px 8px rgba(0,0,0,0.4);\n        }\n\n        .page-header p {\n            color: #e6f0f7;\n            font-size: 1.2rem;\n            margin: 0 auto;\n            max-width: 600px;\n        }\n\n        .accent-line {\n            width: 60px;\n            height: 6px;\n            background-color: #F9B000;\n            margin: 1.5rem auto 0 auto;\n            border-radius: 3px;\n        }\n\n        \/* Main Container *\/\n        .container {\n            max-width: 1200px;\n            margin: 0 auto;\n            padding: 4rem 1.5rem;\n        }\n\n        \/* Section Titles *\/\n        .section-title {\n            color: #005a9c;\n            font-size: 2rem;\n            font-weight: 800;\n            margin: 0 0 2rem 0;\n            display: flex;\n            align-items: center;\n            gap: 12px;\n        }\n\n        .section-title svg {\n            color: #F9B000;\n            flex-shrink: 0;\n        }\n\n        \/* News Cards Grid *\/\n        .news-grid {\n            display: grid;\n            grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));\n            gap: 1.5rem;\n            margin-bottom: 4rem;\n        }\n\n        .news-card {\n            background: #ffffff;\n            border-radius: 12px;\n            padding: 2rem 1.5rem;\n            text-decoration: none;\n            color: #333;\n            box-shadow: 0 4px 15px rgba(0, 0, 0, 0.05);\n            border-top: 4px solid transparent;\n            transition: transform 0.3s ease, box-shadow 0.3s ease, border-color 0.3s ease;\n            display: flex;\n            flex-direction: column;\n            justify-content: space-between;\n        }\n\n        .news-card:hover, .news-card:focus-visible {\n            transform: translateY(-5px);\n            box-shadow: 0 12px 25px rgba(0, 90, 156, 0.15);\n            border-top-color: #F9B000;\n            outline: none;\n        }\n\n        .news-date {\n            font-size: 0.85rem;\n            text-transform: uppercase;\n            letter-spacing: 1px;\n            color: #888;\n            font-weight: 700;\n            margin-bottom: 0.8rem;\n            display: block;\n        }\n\n        .news-title {\n            color: #005a9c;\n            font-size: 1.25rem;\n            font-weight: 700;\n            margin: 0 0 1rem 0;\n            line-height: 1.4;\n        }\n        \n        .news-read-more {\n            font-size: 0.9rem;\n            font-weight: 600;\n            color: #F9B000;\n            display: flex;\n            align-items: center;\n            gap: 5px;\n            margin-top: auto;\n        }\n\n        \/* Two Column Layout *\/\n        .two-col-layout {\n            display: grid;\n            grid-template-columns: 1.2fr 1fr;\n            gap: 2.5rem;\n        }\n\n        \/* Info Card Container *\/\n        .info-card {\n            background: #ffffff;\n            border-radius: 12px;\n            padding: 2.5rem;\n            box-shadow: 0 4px 20px rgba(0, 0, 0, 0.04);\n            border-top: 5px solid #005a9c;\n        }\n\n        .info-card p {\n            margin-top: 0;\n            margin-bottom: 1.2rem;\n            color: #444;\n        }\n\n        .info-card a {\n            color: #005a9c;\n            font-weight: 600;\n            text-decoration: underline;\n            text-decoration-color: #F9B000;\n            text-decoration-thickness: 2px;\n            transition: color 0.2s ease;\n        }\n        \n        .info-card a:hover {\n            color: #F9B000;\n        }\n\n        \/* PTA Custom List *\/\n        .pta-list {\n            list-style: none;\n            padding: 0;\n            margin: 1.5rem 0;\n        }\n\n        .pta-list li {\n            position: relative;\n            padding-left: 25px;\n            margin-bottom: 1rem;\n            color: #444;\n            line-height: 1.5;\n        }\n\n        .pta-list li::before {\n            content: '\u2022';\n            color: #F9B000;\n            position: absolute;\n            left: 0;\n            top: -2px;\n            font-weight: 900;\n            font-size: 1.5rem;\n        }\n\n        .date-badge {\n            display: inline-block;\n            background: #e6f0f7;\n            color: #005a9c;\n            padding: 2px 8px;\n            border-radius: 4px;\n            font-size: 0.85rem;\n            font-weight: 700;\n            margin-left: 6px;\n        }\n\n        \/* Callout Box *\/\n        .callout-box {\n            background-color: #fdfaf2;\n            border-left: 5px solid #F9B000;\n            padding: 1.5rem;\n            border-radius: 0 8px 8px 0;\n            margin-top: 2rem;\n        }\n\n        .callout-box p {\n            margin: 0;\n            font-weight: 500;\n        }\n\n        \/* Standard Resources Grid (Buttons) *\/\n        .resources-grid {\n            display: grid;\n            grid-template-columns: repeat(auto-fill, minmax(220px, 1fr));\n            gap: 1rem;\n        }\n\n        .resource-btn {\n            display: flex;\n            align-items: center;\n            justify-content: center;\n            background-color: #005a9c;\n            color: #ffffff !important;\n            text-decoration: none !important;\n            padding: 1rem 1.2rem;\n            border-radius: 8px;\n            font-weight: 700;\n            text-align: center;\n            transition: all 0.3s ease;\n            border: 2px solid #005a9c;\n            box-shadow: 0 4px 10px rgba(0, 90, 156, 0.15);\n            font-size: 0.9rem;\n            line-height: 1.3;\n            text-transform: uppercase;\n            letter-spacing: 0.5px;\n        }\n\n        .resource-btn:hover, .resource-btn:focus-visible {\n            background-color: #ffffff;\n            color: #005a9c !important;\n            transform: translateY(-3px);\n            box-shadow: 0 8px 20px rgba(0, 90, 156, 0.2);\n            outline: none;\n        }\n\n        \/* Responsive *\/\n        @media (max-width: 950px) {\n            .two-col-layout {\n                grid-template-columns: 1fr;\n            }\n        }\n\n        @media (max-width: 768px) {\n            .page-header h1 { font-size: 2.2rem; }\n            .container { padding: 3rem 1.2rem; }\n            .info-card { padding: 1.5rem; }\n            .resources-grid { grid-template-columns: 1fr; }\n        }\n    <\/style>\n<\/head>\n<body>\n\n    <!-- Header -->\n    <header class=\"page-header\">\n        <h1>Parents<\/h1>\n        <p>News, updates, and essential resources for the families of The SEEALL Academy.<\/p>\n        <div class=\"accent-line\"><\/div>\n    <\/header>\n\n    <main class=\"container\">\n        \n        <!-- News for Parents Section -->\n        <h2 class=\"section-title\">\n            <svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" width=\"32\" height=\"32\" viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2.5\" stroke-linecap=\"round\" stroke-linejoin=\"round\"><path d=\"M4 22h16a2 2 0 0 0 2-2V4a2 2 0 0 0-2-2H8a2 2 0 0 0-2 2v16a2 2 0 0 1-2 2Zm0 0a2 2 0 0 1-2-2v-9c0-1.1.9-2 2-2h2\"><\/path><path d=\"M18 14h-8\"><\/path><path d=\"M15 18h-5\"><\/path><path d=\"M10 6h8v4h-8V6Z\"><\/path><\/svg>\n            News for Parents\n        <\/h2>\n        \n        <div class=\"news-grid\" id=\"dynamic-news-grid\">\n            <!-- Loading state while the script fetches the posts -->\n            <p style=\"color: #666; font-style: italic;\">Loading latest news...<\/p>\n        <\/div>\n\n        <!-- Middle Section: PTA & Resources -->\n        <div class=\"two-col-layout\">\n            \n            <!-- PTA & Support Information -->\n            <div class=\"info-card\">\n                <h2 class=\"section-title\" style=\"font-size: 1.75rem;\">\n                    <svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" width=\"28\" height=\"28\" viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2.5\" stroke-linecap=\"round\" stroke-linejoin=\"round\"><path d=\"M17 21v-2a4 4 0 0 0-4-4H5a4 4 0 0 0-4 4v2\"><\/path><circle cx=\"9\" cy=\"7\" r=\"4\"><\/circle><path d=\"M23 21v-2a4 4 0 0 0-3-3.87\"><\/path><path d=\"M16 3.13a4 4 0 0 1 0 7.75\"><\/path><\/svg>\n                    PTA & Beyond Access Series\n                <\/h2>\n                \n                <p>The Beyond Access Series (separate from the staffing-facing Beyond Access Forum) is an online initiative to support families by covering special education topics and fostering a community of assistance, connecting families to a broader circle of special education experts.<\/p>\n                \n                <p>Sessions will be held via Zoom from <strong>7:00 p.m.\u20138:00 p.m.<\/strong> on the dates below. Please periodically review the <a href=\"https:\/\/www.schools.nyc.gov\/learning\/special-education\/family-resources\/beyond-access-series\" target=\"_blank\" rel=\"noopener\">Beyond Access Series webpage<\/a> for additional sessions that will be added through June.<\/p>\n                \n                <ul class=\"pta-list\">\n                    <li><a href=\"https:\/\/zoom.us\/webinar\/register\/WN_Kx85W-IJTruTSTvd59LKVA#\/registration\" target=\"_blank\" rel=\"noopener\">Super Summer 2024: Exploring Summer Opportunities for Students with Disabilities<\/a> <span class=\"date-badge\">April 15<\/span><\/li>\n                    <li><a href=\"https:\/\/zoom.us\/webinar\/register\/WN_RFIw8RiKRf-z05t3EPJxvg\" target=\"_blank\" rel=\"noopener\">Transition and Postsecondary Pathways for Students with Disabilities<\/a> <span class=\"date-badge\">May 6<\/span><\/li>\n                    <li><a href=\"https:\/\/zoom.us\/webinar\/register\/WN_ktbOYFfGTr6PAb8ZQ0yhOA\" target=\"_blank\" rel=\"noopener\">From Application to Admissions: Understanding Various Specialized Programs for Students with Disabilities<\/a> <span class=\"date-badge\">May 13<\/span><\/li>\n                    <li><a href=\"https:\/\/zoom.us\/webinar\/register\/WN_uJVvrZPZRJ-kBSJ_Xr2VCg#\/registration\" target=\"_blank\" rel=\"noopener\">Impartial Hearing Orders: How Do They Get Implemented?<\/a> <span class=\"date-badge\">May 22<\/span><\/li>\n                <\/ul>\n\n                <p>Interested families should register via the <a href=\"https:\/\/www.schools.nyc.gov\/learning\/special-education\/family-resources\/beyond-access-series\" target=\"_blank\" rel=\"noopener\">Beyond Access Series webpage<\/a>.<\/p>\n                \n                <p><em>Note that language access is available in American Sign Language (ASL), Spanish, Haitian Creole, and Mandarin. For support in Bengali, Urdu, French, Russian, and Korean, families should email <a href=\"mailto:beyondaccess@schools.nyc.gov\">beyondaccess@schools.nyc.gov<\/a> at least five days before the chosen event.<\/em><\/p>\n\n                <!-- IEP Contact Callout -->\n                <div class=\"callout-box\">\n                    <p style=\"color: #005a9c; margin-bottom: 5px;\"><strong>IEP Questions & Concerns<\/strong><\/p>\n                    <p>For any IEP concerns or questions, please contact <strong>Alan Moskowitz<\/strong> at <a href=\"tel:7188518070\">718-851-8070<\/a> ext. 2532.<\/p>\n                <\/div>\n            <\/div>\n\n            <!-- Parent Resources Grid -->\n            <div class=\"info-card\" style=\"border-top-color: #F9B000;\">\n                <h2 class=\"section-title\" style=\"font-size: 1.75rem; color: #333;\">\n                    <svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" width=\"28\" height=\"28\" viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"#005a9c\" stroke-width=\"2.5\" stroke-linecap=\"round\" stroke-linejoin=\"round\"><path d=\"M22 19a2 2 0 0 1-2 2H4a2 2 0 0 1-2-2V5a2 2 0 0 1 2-2h5l2 3h9a2 2 0 0 1 2 2z\"><\/path><\/svg>\n                    Resources\n                <\/h2>\n                \n                <div class=\"resources-grid\" style=\"grid-template-columns: 1fr;\">\n                    <a href=\"https:\/\/docs.google.com\/document\/d\/12GHZSpi58ybga8ei2TfCHnI0aV7Je0tR-aHraJsY0_0\/edit?tab=t.0\" target=\"_blank\" rel=\"noopener noreferrer\" class=\"resource-btn\">Cell Phone Policy<\/a>\n                    <a href=\"https:\/\/www.schools.nyc.gov\/learning\/student-journey\/college-and-career-planning\/nyc-kids-rise-save-for-college-program\" target=\"_blank\" rel=\"noopener noreferrer\" class=\"resource-btn\">Kids Rise Save for College<\/a>\n                    <a href=\"https:\/\/docs.google.com\/forms\/d\/e\/1FAIpQLSeexnEDEUTF-aK8DzO4Ynmy-FtwmAx_cP-bQEzySZLz2SzegA\/viewform\" target=\"_blank\" rel=\"noopener noreferrer\" class=\"resource-btn\">MS Arts Audition Boot Camp<\/a>\n                    <a href=\"https:\/\/www.galepages.com\/nycdoe11\/novelny\" target=\"_blank\" rel=\"noopener noreferrer\" class=\"resource-btn\">NYC Schools: Library System<\/a>\n                    <a href=\"https:\/\/seeallacademy.com\/school-procedures\/\" target=\"_blank\" class=\"resource-btn\">School Procedures<\/a>\n                    <a href=\"https:\/\/www.schools.nyc.gov\/calendar\" target=\"_blank\" rel=\"noopener noreferrer\" class=\"resource-btn\">DOE Calendar<\/a>\n                    <a href=\"https:\/\/www.schools.nyc.gov\/enrollment\/enroll-grade-by-grade\" target=\"_blank\" rel=\"noopener noreferrer\" class=\"resource-btn\">Enrollment<\/a>\n                    <a href=\"https:\/\/www.schools.nyc.gov\/school-life\/transportation\" target=\"_blank\" rel=\"noopener noreferrer\" class=\"resource-btn\">Transportation<\/a>\n                    <a href=\"https:\/\/docs.google.com\/document\/d\/1Hxgx0AKHqpyyoP5aCqDUJ60ZN_KXEaKdE9ee-X8yqKE\/edit?tab=t.0\" target=\"_blank\" rel=\"noopener noreferrer\" class=\"resource-btn\">Dress Code<\/a>\n                    <a href=\"https:\/\/supporthub.schools.nyc\/\" target=\"_blank\" rel=\"noopener noreferrer\" class=\"resource-btn\">Technology For Families<\/a>\n                    <a href=\"https:\/\/www.schools.nyc.gov\/learning\/digital-learning\/doe-student-accounts\" target=\"_blank\" rel=\"noopener noreferrer\" class=\"resource-btn\">DOE Student Accounts<\/a>\n                    <a href=\"https:\/\/seeallacademy.com\/download-our-mobile-app\/\" target=\"_blank\" class=\"resource-btn\">Download Our App<\/a>\n                    <a href=\"https:\/\/drive.google.com\/file\/d\/1S9snJNJmVn0trrO7hViaQBSzOQn9tsJ7\/view?usp=sharing\" target=\"_blank\" rel=\"noopener noreferrer\" class=\"resource-btn\">Emergency Readiness<\/a>\n                    <a href=\"https:\/\/drive.google.com\/file\/d\/15xeD3l7mr9Sv5IZncBIkiugb1zZVZZFf\/view?usp=sharing\" target=\"_blank\" rel=\"noopener noreferrer\" class=\"resource-btn\">GRP Parent Letter<\/a>\n                    <a href=\"https:\/\/seeallacademy.com\/school-yard-survey\/\" target=\"_blank\" class=\"resource-btn\">School Yard Survey<\/a>\n                <\/div>\n            <\/div>\n\n        <\/div>\n\n    <\/main>\n\n    <script>\n        document.addEventListener('DOMContentLoaded', async () => {\n            const newsGrid = document.getElementById('dynamic-news-grid');\n            \/\/ Your WordPress site URL\n            const siteUrl = 'https:\/\/seeallacademy.com';\n\n            try {\n                \/\/ 1. Fetch the category ID for the 'parents' slug\n                const catResponse = await fetch(`${siteUrl}\/wp-json\/wp\/v2\/categories?slug=parents`);\n                const categories = await catResponse.json();\n\n                if (!categories || categories.length === 0) {\n                    newsGrid.innerHTML = '<p>No recent news found for this category.<\/p>';\n                    return;\n                }\n\n                const parentCatId = categories[0].id;\n\n                \/\/ 2. Fetch the 4 latest posts from that category\n                const postsResponse = await fetch(`${siteUrl}\/wp-json\/wp\/v2\/posts?categories=${parentCatId}&per_page=4`);\n                const posts = await postsResponse.json();\n\n                if (!posts || posts.length === 0) {\n                    newsGrid.innerHTML = '<p>No recent news found.<\/p>';\n                    return;\n                }\n\n                \/\/ 3. Clear the loading message and render the posts\n                let html = '';\n                posts.forEach(post => {\n                    \/\/ Format the WordPress date to be human readable\n                    const dateObj = new Date(post.date);\n                    const formattedDate = dateObj.toLocaleDateString('en-US', {\n                        year: 'numeric',\n                        month: 'long',\n                        day: 'numeric'\n                    });\n\n                    \/\/ We use post.title.rendered to get the actual text of the WP Title\n                    html += `\n                        <a href=\"${post.link}\" class=\"news-card\">\n                            <div>\n                                <span class=\"news-date\">${formattedDate}<\/span>\n                                <h3 class=\"news-title\">${post.title.rendered}<\/h3>\n                            <\/div>\n                            <span class=\"news-read-more\">Read More &rarr;<\/span>\n                        <\/a>\n                    `;\n                });\n\n                newsGrid.innerHTML = html;\n\n            } catch (error) {\n                console.error('Error fetching WP news:', error);\n                newsGrid.innerHTML = '<p>Unable to load news right now. Please check back later.<\/p>';\n            }\n        });\n    <\/script>\n<\/body>\n<\/html>\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>Parents | The SEEALL Academy Parents News, updates, and essential resources for the families of The SEEALL Academy. News for Parents Loading latest news&#8230; PTA&nbsp;<a href=\"https:\/\/seeallacademy.com\/?page_id=2672\">&hellip;<\/a><\/p>\n","protected":false},"author":1,"featured_media":0,"parent":0,"menu_order":0,"comment_status":"closed","ping_status":"closed","template":"elementor_header_footer","meta":{"footnotes":""},"class_list":["post-2672","page","type-page","status-publish","hentry","odd"],"_links":{"self":[{"href":"https:\/\/seeallacademy.com\/index.php?rest_route=\/wp\/v2\/pages\/2672","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/seeallacademy.com\/index.php?rest_route=\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/seeallacademy.com\/index.php?rest_route=\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/seeallacademy.com\/index.php?rest_route=\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/seeallacademy.com\/index.php?rest_route=%2Fwp%2Fv2%2Fcomments&post=2672"}],"version-history":[{"count":0,"href":"https:\/\/seeallacademy.com\/index.php?rest_route=\/wp\/v2\/pages\/2672\/revisions"}],"wp:attachment":[{"href":"https:\/\/seeallacademy.com\/index.php?rest_route=%2Fwp%2Fv2%2Fmedia&parent=2672"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}