{"id":379,"date":"2019-08-12T11:32:12","date_gmt":"2019-08-12T11:32:12","guid":{"rendered":"http:\/\/ed.aislinthemes.com\/classes\/?page_id=5259"},"modified":"2026-06-24T18:26:54","modified_gmt":"2026-06-24T18:26:54","slug":"about-us","status":"publish","type":"page","link":"https:\/\/seeallacademy.com\/?page_id=379","title":{"rendered":"About Us"},"content":{"rendered":"\t\t<div data-elementor-type=\"wp-post\" data-elementor-id=\"379\" class=\"elementor elementor-379\" data-elementor-post-type=\"page\">\n\t\t\t\t\t\t<section class=\"elementor-section elementor-top-section elementor-element elementor-element-82f138b elementor-section-boxed elementor-section-height-default elementor-section-height-default\" data-id=\"82f138b\" 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-4c7daf9\" data-id=\"4c7daf9\" 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-56712b3 elementor-widget elementor-widget-html\" data-id=\"56712b3\" 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>About The SEEALL Academy<\/title>\n    <style>\n        \/* Base Styles to protect from WordPress theme conflicts *\/\n        .seeall-about-section {\n            font-family: -apple-system, BlinkMacSystemFont, \"Segoe UI\", Roboto, Helvetica, Arial, sans-serif;\n            color: #333333;\n            background-color: #fcfcfc;\n            line-height: 1.6;\n            padding: 4rem 1rem;\n            box-sizing: border-box;\n        }\n\n        .seeall-about-section * {\n            box-sizing: border-box;\n        }\n\n        .about-container {\n            max-width: 1200px;\n            margin: 0 auto;\n        }\n\n        \/* Typography & Headers *\/\n        .about-header-main {\n            text-align: center;\n            margin-bottom: 3rem;\n        }\n\n        .about-header-main h2 {\n            color: #005a9c;\n            font-size: 2.8rem;\n            font-weight: 800;\n            margin: 0 0 1rem 0;\n            letter-spacing: -0.5px;\n        }\n\n        .about-header-main .accent-divider {\n            width: 80px;\n            height: 6px;\n            background-color: #F9B000;\n            margin: 0 auto 1.5rem auto;\n            border-radius: 3px;\n        }\n\n        .about-intro-text {\n            font-size: 1.2rem;\n            color: #555;\n            max-width: 800px;\n            margin: 0 auto;\n            text-align: center;\n            font-weight: 500;\n        }\n\n        \/* Quick Links Banner *\/\n        .quick-links-section {\n            margin: 2.5rem auto 4rem auto;\n            max-width: 1000px;\n        }\n        \n        .quick-links-grid {\n            display: grid;\n            grid-template-columns: repeat(4, 1fr);\n            gap: 1rem;\n        }\n        \n        .quick-link-btn {\n            background-color: #F9B000;\n            color: #005a9c;\n            font-weight: 800;\n            text-align: center;\n            padding: 1rem;\n            border-radius: 8px;\n            text-decoration: none;\n            transition: all 0.3s ease;\n            box-shadow: 0 4px 10px rgba(249, 176, 0, 0.2);\n            text-transform: uppercase;\n            font-size: 0.9rem;\n            letter-spacing: 0.5px;\n            display: flex;\n            align-items: center;\n            justify-content: center;\n        }\n        \n        .quick-link-btn:hover, .quick-link-btn:focus-visible {\n            background-color: #005a9c;\n            color: #ffffff;\n            transform: translateY(-3px);\n            box-shadow: 0 6px 15px rgba(0, 90, 156, 0.3);\n            outline: none;\n        }\n\n        \/* Leadership Grid *\/\n        .leadership-section {\n            margin-bottom: 4rem;\n        }\n\n        .leadership-grid {\n            display: grid;\n            grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));\n            gap: 2rem;\n            margin-top: 2rem;\n        }\n\n        .staff-card {\n            background: #ffffff;\n            border-radius: 12px;\n            padding: 2rem 1.5rem;\n            text-align: center;\n            box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);\n            transition: transform 0.3s ease, box-shadow 0.3s ease;\n            border-bottom: 4px solid transparent;\n        }\n\n        .staff-card:hover {\n            transform: translateY(-5px);\n            box-shadow: 0 15px 35px rgba(0, 90, 156, 0.1);\n            border-bottom: 4px solid #F9B000;\n        }\n\n        .staff-image-wrapper {\n            width: 150px !important;\n            height: 150px !important;\n            margin: 0 auto 1.5rem auto !important;\n            border-radius: 50% !important;\n            padding: 4px !important;\n            background: linear-gradient(135deg, #005a9c, #F9B000) !important;\n            display: flex !important;\n            align-items: center !important;\n            justify-content: center !important;\n        }\n\n        .staff-image {\n            width: 100% !important;\n            height: 100% !important;\n            object-fit: cover !important;\n            border-radius: 50% !important;\n            border: 4px solid #ffffff !important;\n            background-color: #e6f0f7 !important;\n            display: block !important;\n            box-sizing: border-box !important;\n        }\n\n        .staff-name {\n            color: #005a9c;\n            font-size: 1.4rem;\n            font-weight: 700;\n            margin: 0 0 0.5rem 0;\n        }\n\n        .staff-title {\n            color: #666;\n            font-size: 1rem;\n            font-weight: 600;\n            margin: 0;\n            text-transform: uppercase;\n            letter-spacing: 0.5px;\n        }\n\n        \/* Content Grid (Values & Details) *\/\n        .content-grid {\n            display: grid;\n            grid-template-columns: 1.5fr 1fr;\n            gap: 2.5rem;\n        }\n\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            margin-bottom: 2rem;\n            border-top: 5px solid #005a9c;\n        }\n\n        .info-card h3 {\n            color: #005a9c;\n            font-size: 1.8rem;\n            margin: 0 0 1.5rem 0;\n            display: flex;\n            align-items: center;\n            gap: 12px;\n        }\n        \n        .info-card h3 svg {\n            flex-shrink: 0;\n            color: #F9B000;\n        }\n\n        .info-card h4 {\n            color: #333;\n            font-size: 1.2rem;\n            margin: 1.5rem 0 0.5rem 0;\n        }\n\n        .info-card p {\n            margin: 0 0 1rem 0;\n            color: #555;\n        }\n\n        .info-card p:last-child {\n            margin-bottom: 0;\n        }\n\n        \/* Formatting elements for scannability *\/\n        .text-highlight {\n            font-weight: 700;\n            color: #005a9c;\n        }\n\n        .quote-block {\n            border-left: 4px solid #F9B000;\n            background: #fdfaf2;\n            padding: 1.5rem;\n            margin: 1rem 0;\n            border-radius: 0 8px 8px 0;\n            font-style: italic;\n            color: #444;\n            position: relative;\n        }\n        \n        .quote-block p {\n            margin: 0 !important;\n            font-size: 1.05rem;\n        }\n\n        .custom-list {\n            list-style: none;\n            padding: 0;\n            margin: 1rem 0 1.5rem 0;\n        }\n\n        .custom-list li {\n            position: relative;\n            padding-left: 30px;\n            margin-bottom: 14px;\n            color: #555;\n            line-height: 1.5;\n        }\n\n        .custom-list li::before {\n            content: '\u2192';\n            color: #F9B000;\n            position: absolute;\n            left: 0;\n            top: 0;\n            font-weight: 900;\n            font-size: 1.2rem;\n            line-height: 1.3;\n        }\n\n        \/* Highlight List for Quick Facts *\/\n        .quick-facts {\n            list-style: none;\n            padding: 0;\n            margin: 0;\n        }\n\n        .quick-facts li {\n            padding: 12px 0;\n            border-bottom: 1px solid #eee;\n            display: flex;\n            justify-content: space-between;\n        }\n\n        .quick-facts li:last-child {\n            border-bottom: none;\n        }\n\n        .fact-label {\n            font-weight: 700;\n            color: #005a9c;\n        }\n\n        .fact-value {\n            text-align: right;\n            color: #555;\n        }\n\n        \/* Programs Banner *\/\n        .programs-box {\n            background-color: #e6f0f7;\n            border-left: 5px solid #F9B000;\n            padding: 1.5rem;\n            border-radius: 0 8px 8px 0;\n            margin-top: 1.5rem;\n        }\n\n        .programs-box p {\n            margin-bottom: 0.8rem;\n            font-size: 0.95rem;\n        }\n\n        \/* Resources Section *\/\n        .resources-section {\n            margin-top: 3rem;\n        }\n\n        .resources-grid {\n            display: grid;\n            grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));\n            gap: 1.2rem;\n            margin-top: 1.5rem;\n        }\n\n        .resource-btn {\n            display: flex;\n            align-items: center;\n            justify-content: center;\n            background-color: #005a9c;\n            color: #ffffff;\n            text-decoration: none;\n            padding: 1rem 1.5rem;\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        }\n\n        .resource-btn:hover, .resource-btn:focus-visible {\n            background-color: #ffffff;\n            color: #005a9c;\n            transform: translateY(-3px);\n            box-shadow: 0 8px 20px rgba(0, 90, 156, 0.2);\n            outline: none;\n        }\n\n        .resource-btn span {\n            text-transform: uppercase;\n            font-size: 0.85rem;\n            letter-spacing: 0.5px;\n        }\n\n        \/* Responsive Design *\/\n        @media (max-width: 900px) {\n            .content-grid {\n                grid-template-columns: 1fr;\n            }\n        }\n\n        @media (max-width: 768px) {\n            .quick-links-grid {\n                grid-template-columns: repeat(2, 1fr);\n            }\n            .about-header-main h2 {\n                font-size: 2.2rem;\n            }\n            .info-card {\n                padding: 1.5rem;\n            }\n            .quick-facts li {\n                flex-direction: column;\n                gap: 5px;\n            }\n            .fact-value {\n                text-align: left;\n            }\n        }\n        \n        @media (max-width: 480px) {\n            .quick-links-grid {\n                grid-template-columns: 1fr;\n            }\n        }\n    <\/style>\n<\/head>\n<body>\n\n<section class=\"seeall-about-section\">\n    <div class=\"about-container\">\n        \n        <!-- Header & Welcome -->\n        <div class=\"about-header-main\">\n            <h2>Welcome to The SEEALL Academy<\/h2>\n            <div class=\"accent-divider\"><\/div>\n            <p class=\"about-intro-text\">\n                <strong>PS\/IS 180<\/strong><br>\n                The SEEALL Academy is committed to becoming the gateway into the top performing High Schools in New York City. Join us on this journey of academic and creative expansion.\n            <\/p>\n        <\/div>\n\n        <!-- Quick Links Banner -->\n        <div class=\"quick-links-section\">\n            <div class=\"quick-links-grid\">\n                <a href=\"https:\/\/seeallacademy.com\/enrichment-offerings\/\" class=\"quick-link-btn\">Academics<\/a>\n                <a href=\"https:\/\/seeallacademy.com\/staff-email-directory\/\" class=\"quick-link-btn\">Directory<\/a>\n                <a href=\"https:\/\/seeallacademy.com\/news\/\" class=\"quick-link-btn\">Updates<\/a>\n                <a href=\"https:\/\/seeallacademy.com\/media\/\" class=\"quick-link-btn\">Media Gallery<\/a>\n            <\/div>\n        <\/div>\n\n        <!-- Leadership Team -->\n        <div class=\"leadership-section\">\n            <h3 style=\"text-align: center; color: #005a9c; font-size: 2rem; margin-bottom: 1rem;\">Our Leadership<\/h3>\n            <div class=\"leadership-grid\">\n                \n                <!-- Principal -->\n                <div class=\"staff-card\">\n                    <div class=\"staff-image-wrapper\">\n                        <img decoding=\"async\" src=\"https:\/\/seeallacademy.com\/wp-content\/uploads\/2023\/09\/sacco-image-edited.png\" alt=\"Angelo Sacco\" class=\"staff-image\">\n                    <\/div>\n                    <h3 class=\"staff-name\">Angelo Sacco<\/h3>\n                    <p class=\"staff-title\">Principal<\/p>\n                <\/div>\n\n                <!-- Assistant Principal 1 -->\n                <div class=\"staff-card\">\n                    <div class=\"staff-image-wrapper\">\n                        <img decoding=\"async\" src=\"https:\/\/seeallacademy.com\/wp-content\/uploads\/2023\/06\/Assistant-Principal-Middle-School-Andrew-Wells.jpg\" alt=\"Andrew Wells\" class=\"staff-image\">\n                    <\/div>\n                    <h3 class=\"staff-name\">Andrew Wells<\/h3>\n                    <p class=\"staff-title\">Assistant Principal<\/p>\n                <\/div>\n\n                <!-- Assistant Principal 2 -->\n                <div class=\"staff-card\">\n                    <div class=\"staff-image-wrapper\">\n                        <img decoding=\"async\" src=\"https:\/\/seeallacademy.com\/wp-content\/uploads\/2023\/06\/Assistant-Principal-Elementary-School-Angela-Panetta.jpg\" alt=\"Angela Panetta\" class=\"staff-image\">\n                    <\/div>\n                    <h3 class=\"staff-name\">Angela Panetta<\/h3>\n                    <p class=\"staff-title\">Assistant Principal<\/p>\n                <\/div>\n\n                <!-- Assistant Principal 3 -->\n                <div class=\"staff-card\">\n                    <div class=\"staff-image-wrapper\">\n                        <img decoding=\"async\" src=\"https:\/\/seeallacademy.com\/wp-content\/uploads\/2023\/06\/Assistant-Principal-Operations-Nicole-Adisano.jpg\" alt=\"Nicole Adisano\" class=\"staff-image\">\n                    <\/div>\n                    <h3 class=\"staff-name\">Nicole Adisano<\/h3>\n                    <p class=\"staff-title\">Assistant Principal<\/p>\n                <\/div>\n\n            <\/div>\n        <\/div>\n\n        <!-- Main Content & Quick Facts Grid -->\n        <div class=\"content-grid\">\n            \n            <!-- Left Column: Core Values -->\n            <div class=\"content-main\">\n                <!-- Vision & Mission -->\n                <div class=\"info-card\">\n                    <h3>\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\"><circle cx=\"12\" cy=\"12\" r=\"10\"><\/circle><circle cx=\"12\" cy=\"12\" r=\"4\"><\/circle><line x1=\"21.17\" y1=\"8\" x2=\"12\" y2=\"8\"><\/line><line x1=\"3.95\" y1=\"6.06\" x2=\"8.54\" y2=\"14\"><\/line><line x1=\"10.88\" y1=\"21.94\" x2=\"15.46\" y2=\"14\"><\/line><\/svg>\n                        Vision & Mission\n                    <\/h3>\n                    \n                    <h4>Vision Statement<\/h4>\n                    <p>At The SEEALL Academy, we believe <span class=\"text-highlight\">all children come first and can succeed.<\/span> Teaching and learning are grounded in a standards-based curriculum that combines creative instruction with the social emotional supports necessary to ensure high expectations for all students.<\/p>\n                    \n                    <h4>Mission<\/h4>\n                    <div class=\"quote-block\">\n                        <p>\u201cAs we walk through these doors we are all equal. We are all here to learn and exceed expectations. We will take risks and view mistakes as opportunities to grow. During this journey together we will help each other become the best that we can be. Together we can achieve greatness.\u201d<\/p>\n                    <\/div>\n                <\/div>\n\n                <!-- Philosophy -->\n                <div class=\"info-card\">\n                    <h3>\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=\"M12 22s8-4 8-10V5l-8-3-8 3v7c0 6 8 10 8 10z\"><\/path><\/svg>\n                        Our Philosophy\n                    <\/h3>\n                    \n                    <h4>The SEEALL Philosophy<\/h4>\n                    <p>Students Educationally Enriched As Learning Leaders (SEEALL) believes that all students are active participants in the educational process. We promote leadership qualities through:<\/p>\n                    <ul class=\"custom-list\">\n                        <li><span class=\"text-highlight\">Cooperative Learning:<\/span> Building skills through collaborative group work.<\/li>\n                        <li><span class=\"text-highlight\">Public Speaking:<\/span> Focused training via individual and group presentations.<\/li>\n                        <li><span class=\"text-highlight\">Curriculum Autonomy:<\/span> Encouraging independence across all subjects, including the Arts and Technology.<\/li>\n                    <\/ul>\n                    \n                    <h4>Student & Staff Expectations<\/h4>\n                    <ul class=\"custom-list\">\n                        <li><span class=\"text-highlight\">Academic Excellence:<\/span> Preparing students to meet academic challenges with high educational standards.<\/li>\n                        <li><span class=\"text-highlight\">Character Growth:<\/span> Developing literate, articulate, and socially responsible young citizens.<\/li>\n                        <li><span class=\"text-highlight\">Supportive Environment:<\/span> Staff encourages students to develop into young learning leaders.<\/li>\n                        <li><span class=\"text-highlight\">Collaborative Community:<\/span> Working together to create an academically challenging atmosphere.<\/li>\n                    <\/ul>\n                <\/div>\n            <\/div>\n\n            <!-- Right Column: Details & Admissions -->\n            <div class=\"content-sidebar\">\n                <div class=\"info-card\" style=\"border-top-color: #F9B000;\">\n                    <h3 style=\"color: #333;\">School Overview<\/h3>\n                    <ul class=\"quick-facts\">\n                        <li>\n                            <span class=\"fact-label\">School Number<\/span>\n                            <span class=\"fact-value\">K180<\/span>\n                        <\/li>\n                        <li>\n                            <span class=\"fact-label\">Grades<\/span>\n                            <span class=\"fact-value\">PK, 0K, 01-08, SE<\/span>\n                        <\/li>\n                        <li>\n                            <span class=\"fact-label\">District<\/span>\n                            <span class=\"fact-value\">Geographic District 20<\/span>\n                        <\/li>\n                        <li>\n                            <span class=\"fact-label\">Borough<\/span>\n                            <span class=\"fact-value\">Brooklyn<\/span>\n                        <\/li>\n                    <\/ul>\n\n                    <h4 style=\"margin-top: 2rem; border-bottom: 2px solid #eee; padding-bottom: 5px;\">Hours of Operation<\/h4>\n                    <ul class=\"quick-facts\">\n                        <li>\n                            <span class=\"fact-label\">School Hours<\/span>\n                            <span class=\"fact-value\">Mon - Fri<br>8:10 AM to 2:30 PM<\/span>\n                        <\/li>\n                        <li>\n                            <span class=\"fact-label\">Office Hours<\/span>\n                            <span class=\"fact-value\">Mon - Fri<br>8:00 AM to 3:30 PM<\/span>\n                        <\/li>\n                    <\/ul>\n                <\/div>\n\n                <div class=\"info-card\">\n                    <h3>\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=\"M14 2H6a2 2 0 0 0-2 2v16a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V8z\"><\/path><polyline points=\"14 2 14 8 20 8\"><\/polyline><line x1=\"16\" y1=\"13\" x2=\"8\" y2=\"13\"><\/line><line x1=\"16\" y1=\"17\" x2=\"8\" y2=\"17\"><\/line><polyline points=\"10 9 9 9 8 9\"><\/polyline><\/svg>\n                        Admissions\n                    <\/h3>\n                    <p>The SEEALL Academy is a zoned school, but families in other parts of District 20 are encouraged to apply.<\/p>\n                    \n                    <ul class=\"custom-list\" style=\"margin-top: 1rem;\">\n                        <li><span class=\"text-highlight\">Elementary Level:<\/span> Students do not have to take a test or audition to enter the enrichment program.<\/li>\n                        <li><span class=\"text-highlight\">Middle School Continuation:<\/span> Grade school graduates of the program may continue without reapplication.<\/li>\n                        <li><span class=\"text-highlight\">Middle School Entry:<\/span> Students from other schools are admitted based on attendance, grades, test scores, and a teacher recommendation.<\/li>\n                    <\/ul>\n\n                    <div class=\"programs-box\">\n                        <p><strong>Special Education:<\/strong> Integrated CO classes and self-contained classrooms for students with profound special needs.<\/p>\n                        <p><strong>English Language Learners:<\/strong> Four certified ESL teachers serving 258 ELL students.<\/p>\n                    <\/div>\n                <\/div>\n            <\/div>\n        <\/div>\n\n        <!-- Resources Section -->\n        <div class=\"resources-section\">\n            <div class=\"info-card\">\n                <h3 style=\"justify-content: center; margin-bottom: 1rem;\">Resources<\/h3>\n                <div class=\"resources-grid\">\n                    <a href=\"https:\/\/docs.google.com\/document\/d\/1VhbgvyhiaNv6df1G7RzJ_CdbPQIKptLBk5b2bF-q0LM\/edit?usp=sharing\" target=\"_blank\" rel=\"noopener noreferrer\" class=\"resource-btn\"><span>Cell Phone Policy<\/span><\/a>\n                    <a href=\"https:\/\/drive.google.com\/drive\/folders\/13ROL5TnGAvQ3OU4V7vid23hZlJMaUfaK\" target=\"_blank\" rel=\"noopener noreferrer\" class=\"resource-btn\"><span>Parent Handbook<\/span><\/a>\n                    <a href=\"https:\/\/seeallacademy.com\/school-procedures\/\" target=\"_blank\" rel=\"noopener noreferrer\" class=\"resource-btn\"><span>School Procedures<\/span><\/a>\n                    <a href=\"https:\/\/teachhub.schools.nyc\/\" target=\"_blank\" rel=\"noopener noreferrer\" class=\"resource-btn\"><span>TeachHub Login<\/span><\/a>\n                    <a href=\"https:\/\/seeallacademy.com\/download-our-mobile-app\/\" target=\"_blank\" rel=\"noopener noreferrer\" class=\"resource-btn\"><span>Download Our App<\/span><\/a>\n                    <a href=\"https:\/\/www.schools.nyc.gov\/learning\/digital-learning\/doe-student-accounts\" target=\"_blank\" rel=\"noopener noreferrer\" class=\"resource-btn\"><span>DOE Student Accounts<\/span><\/a>\n                    <a href=\"https:\/\/supporthub.schools.nyc\/\" target=\"_blank\" rel=\"noopener noreferrer\" class=\"resource-btn\"><span>Technology for Families<\/span><\/a>\n                    <a href=\"https:\/\/docs.google.com\/document\/d\/1Hxgx0AKHqpyyoP5aCqDUJ60ZN_KXEaKdE9ee-X8yqKE\/edit\" target=\"_blank\" rel=\"noopener noreferrer\" class=\"resource-btn\"><span>Dress Code<\/span><\/a>\n                    <a href=\"https:\/\/www.schools.nyc.gov\/school-life\/transportation\" target=\"_blank\" rel=\"noopener noreferrer\" class=\"resource-btn\"><span>Transportation<\/span><\/a>\n                    <a href=\"https:\/\/www.schools.nyc.gov\/calendar\" target=\"_blank\" rel=\"noopener noreferrer\" class=\"resource-btn\"><span>DOE Calendar<\/span><\/a>\n                    <a href=\"https:\/\/www.schools.nyc.gov\/enrollment\/enroll-grade-by-grade\" target=\"_blank\" rel=\"noopener noreferrer\" class=\"resource-btn\"><span>Enrollment<\/span><\/a>\n                    <a href=\"https:\/\/www.schools.nyc.gov\/school-life\/food\/school-meals\" target=\"_blank\" rel=\"noopener noreferrer\" class=\"resource-btn\"><span>School Meals<\/span><\/a>\n                    <a href=\"https:\/\/drive.google.com\/file\/d\/1zSZlnH0X8Wwnw_sQ3atQyG4fXy9kgRay\/view?usp=sharing\" target=\"_blank\" rel=\"noopener noreferrer\" class=\"resource-btn\"><span>Emergency Readiness Initiative<\/span><\/a>\n                    <a href=\"https:\/\/drive.google.com\/file\/d\/1OU2LRjiRVrSWjakQVBiL0ziizGq86IL6\/view?usp=sharing\" target=\"_blank\" rel=\"noopener noreferrer\" class=\"resource-btn\"><span>GRP Parent Letter<\/span><\/a>\n                <\/div>\n            <\/div>\n        <\/div>\n\n    <\/div>\n<\/section>\n\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>About The SEEALL Academy Welcome to The SEEALL Academy PS\/IS 180 The SEEALL Academy is committed to becoming the gateway into the top performing High&nbsp;<a href=\"https:\/\/seeallacademy.com\/?page_id=379\">&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-379","page","type-page","status-publish","hentry","odd"],"_links":{"self":[{"href":"https:\/\/seeallacademy.com\/index.php?rest_route=\/wp\/v2\/pages\/379","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=379"}],"version-history":[{"count":0,"href":"https:\/\/seeallacademy.com\/index.php?rest_route=\/wp\/v2\/pages\/379\/revisions"}],"wp:attachment":[{"href":"https:\/\/seeallacademy.com\/index.php?rest_route=%2Fwp%2Fv2%2Fmedia&parent=379"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}