{"id":1540,"date":"2023-06-07T17:54:48","date_gmt":"2023-06-07T17:54:48","guid":{"rendered":"https:\/\/seeall.geekingout.net\/?page_id=1540"},"modified":"2026-06-10T19:22:12","modified_gmt":"2026-06-10T19:22:12","slug":"admissions","status":"publish","type":"page","link":"https:\/\/seeallacademy.com\/?page_id=1540","title":{"rendered":"Admissions"},"content":{"rendered":"\t\t<div data-elementor-type=\"wp-post\" data-elementor-id=\"1540\" class=\"elementor elementor-1540\" data-elementor-post-type=\"page\">\n\t\t\t\t\t\t<section class=\"elementor-section elementor-top-section elementor-element elementor-element-80b5731 elementor-section-full_width elementor-section-height-default elementor-section-height-default\" data-id=\"80b5731\" 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-2a48753\" data-id=\"2a48753\" 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-4980ed8 elementor-widget elementor-widget-html\" data-id=\"4980ed8\" 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>Admissions | 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: 1.75rem;\n            font-weight: 800;\n            margin: 0 0 1.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        \/* Presentation Wrapper (Canva) *\/\n        .presentation-container {\n            background: #ffffff;\n            padding: 1.5rem;\n            border-radius: 12px;\n            box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);\n            margin-bottom: 3rem;\n            border-top: 5px solid #005a9c;\n        }\n\n        .canva-wrapper {\n            position: relative; \n            width: 100%; \n            height: 0; \n            padding-top: 56.2500%; \/* 16:9 Aspect Ratio *\/\n            padding-bottom: 0; \n            box-shadow: 0 2px 8px 0 rgba(63,69,81,0.16); \n            overflow: hidden;\n            border-radius: 8px; \n            will-change: transform;\n            background-color: #eee;\n        }\n\n        .canva-wrapper iframe {\n            position: absolute; \n            width: 100%; \n            height: 100%; \n            top: 0; \n            left: 0; \n            border: none; \n            padding: 0;\n            margin: 0;\n        }\n\n        \/* Callout Box for Quality Guide *\/\n        .snapshot-callout {\n            display: flex;\n            flex-direction: column;\n            align-items: center;\n            justify-content: center;\n            background: linear-gradient(135deg, #005a9c, #004375);\n            color: #ffffff;\n            padding: 3rem 2rem;\n            border-radius: 12px;\n            margin-bottom: 4rem;\n            text-align: center;\n            box-shadow: 0 10px 20px rgba(0, 90, 156, 0.2);\n            position: relative;\n            overflow: hidden;\n        }\n\n        .snapshot-callout::after {\n            content: '';\n            position: absolute;\n            right: -50px;\n            bottom: -50px;\n            width: 200px;\n            height: 200px;\n            background: rgba(249, 176, 0, 0.1);\n            border-radius: 50%;\n        }\n\n        .snapshot-callout h3 {\n            font-size: 2rem;\n            margin: 0 0 0.5rem 0;\n        }\n\n        .snapshot-callout p {\n            font-size: 1.1rem;\n            color: #e6f0f7;\n            margin: 0 0 1.5rem 0;\n            max-width: 600px;\n        }\n\n        .btn-yellow {\n            display: inline-block;\n            background-color: #F9B000;\n            color: #005a9c;\n            font-weight: 800;\n            text-transform: uppercase;\n            letter-spacing: 0.5px;\n            padding: 1rem 2rem;\n            border-radius: 50px;\n            text-decoration: none;\n            transition: transform 0.3s ease, box-shadow 0.3s ease;\n            box-shadow: 0 4px 15px rgba(249, 176, 0, 0.3);\n            z-index: 2;\n        }\n\n        .btn-yellow:hover, .btn-yellow:focus-visible {\n            transform: translateY(-3px);\n            box-shadow: 0 8px 25px rgba(249, 176, 0, 0.4);\n            outline: none;\n        }\n\n        \/* Content Cards Grid *\/\n        .info-grid {\n            display: grid;\n            grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));\n            gap: 2rem;\n        }\n\n        .info-card {\n            background: #ffffff;\n            border-radius: 12px;\n            padding: 2.5rem 2rem;\n            box-shadow: 0 4px 20px rgba(0, 0, 0, 0.04);\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        }\n\n        .info-card:hover {\n            transform: translateY(-5px);\n            box-shadow: 0 12px 25px rgba(0, 90, 156, 0.1);\n            border-top-color: #F9B000;\n        }\n\n        .info-card p {\n            color: #555;\n            margin-top: 0;\n            font-size: 1.05rem;\n            flex-grow: 1;\n        }\n\n        .text-link {\n            display: inline-flex;\n            align-items: center;\n            gap: 5px;\n            color: #005a9c;\n            font-weight: 700;\n            text-decoration: none;\n            margin-top: 1rem;\n            transition: color 0.2s ease;\n        }\n\n        .text-link:hover {\n            color: #F9B000;\n        }\n\n        \/* Responsive *\/\n        @media (max-width: 768px) {\n            .page-header h1 { font-size: 2.2rem; }\n            .container { padding: 3rem 1.2rem; }\n            .presentation-container, .info-card { padding: 1.5rem; }\n            .snapshot-callout { padding: 2.5rem 1.5rem; }\n            .snapshot-callout h3 { font-size: 1.6rem; }\n        }\n    <\/style>\n<\/head>\n<body>\n\n    <!-- Header -->\n    <header class=\"page-header\">\n        <h1>Admissions<\/h1>\n        <p>Discover what makes The SEEALL Academy a premier gateway to academic and creative expansion.<\/p>\n        <div class=\"accent-line\"><\/div>\n    <\/header>\n\n    <main class=\"container\">\n        \n        <!-- Presentation Embed (Canva) -->\n        <div class=\"presentation-container\">\n            <h2 class=\"section-title\" style=\"justify-content: center; text-align: center;\">\n                Discover The SEEALL Academy\n            <\/h2>\n            <div class=\"canva-wrapper\">\n                <iframe loading=\"lazy\" src=\"https:\/\/www.canva.com\/design\/DAG31vQbHJM\/uFzkXVu8xYzKpOoeNYAbqQ\/view?embed\" allowfullscreen=\"allowfullscreen\" allow=\"fullscreen\" title=\"The SEEALL Academy Presentation\"><\/iframe>\n            <\/div>\n        <\/div>\n\n        <!-- School Quality Snapshot Callout -->\n        <div class=\"snapshot-callout\">\n            <h3>The SEEALL Academy Quality Guide<\/h3>\n            <p>View our official 2022-23 School Quality Snapshot provided by the NYC Department of Education to see our latest performance metrics and community reviews.<\/p>\n            <a href=\"https:\/\/tools.nycenet.edu\/snapshot\/2023\/20K180\/EMS\/#INFO\" target=\"_blank\" rel=\"noopener noreferrer\" class=\"btn-yellow\">\n                View Quality Snapshot\n            <\/a>\n        <\/div>\n\n        <!-- Information Cards Grid -->\n        <div class=\"info-grid\">\n            \n            <!-- School Overview -->\n            <div class=\"info-card\">\n                <h2 class=\"section-title\">\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=\"M3 9l9-7 9 7v11a2 2 0 0 1-2 2H5a2 2 0 0 1-2-2z\"><\/path><polyline points=\"9 22 9 12 15 12 15 22\"><\/polyline><\/svg>\n                    School Overview\n                <\/h2>\n                <p>We are a Pre-K through 8 school located in the heart of Borough Park in Brooklyn, New York. Our school holds high educational standards with academic success for all students. Our staff provides a supportive environment that encourages students to develop into young leaders as they progress through their educational careers.<\/p>\n            <\/div>\n\n            <!-- Enrichment Programs -->\n            <div class=\"info-card\">\n                <h2 class=\"section-title\">\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 2v20\"><\/path><path d=\"M17 5H9.5a3.5 3.5 0 0 0 0 7h5a3.5 3.5 0 0 1 0 7H6\"><\/path><\/svg>\n                    Enrichment Programs\n                <\/h2>\n                <p>The SEEALL Academy offers a wide variety of elective enrichment programs for its middle school students. These offerings allow students to take an active part in shaping their educational curriculum around their own individual interests. Our enrichment programs range from arts and creative, to technology and robotics classes. Students are encouraged to find a program that will suit their interests and continue to challenge them academically.<\/p>\n                <a href=\"https:\/\/seeallacademy.com\/enrichment-offerings\/\" class=\"text-link\">Learn more about our offerings &rarr;<\/a>\n            <\/div>\n\n            <!-- Expectations -->\n            <div class=\"info-card\">\n                <h2 class=\"section-title\">\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                    Student & Staff Expectations\n                <\/h2>\n                <p>We have high expectations for all students and strive to prepare them to meet all academic challenges. Our school aims to develop literate, articulate, socially responsible young citizens. We hold high educational standards with academic success for all students. Our staff provides a supportive environment, which encourages students to develop into young learning leaders. Our school community works collaboratively so that we may create an academically challenging environment.<\/p>\n            <\/div>\n\n        <\/div>\n\n    <\/main>\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>Admissions | The SEEALL Academy Admissions Discover what makes The SEEALL Academy a premier gateway to academic and creative expansion. Discover The SEEALL Academy The&nbsp;<a href=\"https:\/\/seeallacademy.com\/?page_id=1540\">&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-1540","page","type-page","status-publish","hentry","odd"],"_links":{"self":[{"href":"https:\/\/seeallacademy.com\/index.php?rest_route=\/wp\/v2\/pages\/1540","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=1540"}],"version-history":[{"count":0,"href":"https:\/\/seeallacademy.com\/index.php?rest_route=\/wp\/v2\/pages\/1540\/revisions"}],"wp:attachment":[{"href":"https:\/\/seeallacademy.com\/index.php?rest_route=%2Fwp%2Fv2%2Fmedia&parent=1540"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}