{"id":1507,"date":"2023-06-06T19:03:49","date_gmt":"2023-06-06T19:03:49","guid":{"rendered":"https:\/\/seeall.geekingout.net\/?page_id=1507"},"modified":"2026-06-10T19:25:29","modified_gmt":"2026-06-10T19:25:29","slug":"enrichment-offerings","status":"publish","type":"page","link":"https:\/\/seeallacademy.com\/?page_id=1507","title":{"rendered":"Enrichment Offerings"},"content":{"rendered":"\t\t<div data-elementor-type=\"wp-post\" data-elementor-id=\"1507\" class=\"elementor elementor-1507\" data-elementor-post-type=\"page\">\n\t\t\t\t\t\t<section class=\"elementor-section elementor-top-section elementor-element elementor-element-01c2bde elementor-section-full_width elementor-section-height-default elementor-section-height-default\" data-id=\"01c2bde\" 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-f0ccb41\" data-id=\"f0ccb41\" 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-5451944 elementor-widget elementor-widget-html\" data-id=\"5451944\" 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>Enrichment Offerings | 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: 1300px;\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 1.5rem 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        \/* Intro Section *\/\n        .intro-section {\n            text-align: center;\n            max-width: 850px;\n            margin: 0 auto 4rem auto;\n        }\n\n        .intro-section p {\n            font-size: 1.2rem;\n            color: #555;\n            line-height: 1.8;\n        }\n\n        \/* Highlights Grid (AP Courses & Blue Ribbon) *\/\n        .highlights-grid {\n            display: grid;\n            grid-template-columns: repeat(auto-fit, minmax(350px, 1fr));\n            gap: 2rem;\n            margin-bottom: 5rem;\n        }\n\n        .highlight-card {\n            background: #ffffff;\n            border-radius: 12px;\n            padding: 3rem 2.5rem;\n            box-shadow: 0 10px 30px rgba(0, 0, 0, 0.06);\n            border-bottom: 5px solid #005a9c;\n            position: relative;\n            overflow: hidden;\n            transition: transform 0.3s ease, box-shadow 0.3s ease;\n        }\n\n        .highlight-card:hover {\n            transform: translateY(-5px);\n            box-shadow: 0 15px 40px rgba(0, 90, 156, 0.15);\n        }\n\n        .highlight-card::before {\n            content: '';\n            position: absolute;\n            top: 0; left: 0;\n            width: 100%; height: 6px;\n            background: #F9B000;\n        }\n\n        .highlight-title {\n            color: #005a9c;\n            font-size: 1.6rem;\n            font-weight: 800;\n            margin: 0 0 1rem 0;\n            display: flex;\n            align-items: center;\n            gap: 10px;\n        }\n\n        .highlight-card p {\n            color: #555;\n            margin: 0;\n            font-size: 1.05rem;\n        }\n\n        \/* Programs Grid *\/\n        .programs-grid {\n            display: grid;\n            grid-template-columns: repeat(auto-fill, minmax(350px, 1fr));\n            gap: 1.5rem;\n        }\n\n        .program-card {\n            background: #ffffff;\n            border-radius: 10px;\n            padding: 2rem;\n            box-shadow: 0 4px 15px rgba(0, 0, 0, 0.04);\n            border-left: 4px solid transparent;\n            transition: all 0.3s ease;\n            display: flex;\n            flex-direction: column;\n        }\n\n        .program-card:hover {\n            transform: translateY(-4px);\n            box-shadow: 0 12px 25px rgba(0, 90, 156, 0.1);\n            border-left-color: #F9B000;\n        }\n\n        .program-title {\n            color: #005a9c;\n            font-size: 1.25rem;\n            font-weight: 700;\n            margin: 0 0 1rem 0;\n            display: flex;\n            align-items: flex-start;\n            gap: 10px;\n        }\n\n        .program-title svg {\n            color: #F9B000;\n            width: 22px;\n            height: 22px;\n            flex-shrink: 0;\n            margin-top: 3px;\n        }\n\n        .program-card p {\n            color: #555;\n            font-size: 0.95rem;\n            margin: 0;\n            flex-grow: 1;\n        }\n\n        \/* Responsive *\/\n        @media (max-width: 768px) {\n            .page-header h1 { font-size: 2.2rem; }\n            .container { padding: 3rem 1.2rem; }\n            .highlights-grid { grid-template-columns: 1fr; }\n            .programs-grid { grid-template-columns: 1fr; }\n            .highlight-card { padding: 2rem 1.5rem; }\n        }\n    <\/style>\n<\/head>\n<body>\n\n    <!-- Header -->\n    <header class=\"page-header\">\n        <h1>Enrichment Offerings<\/h1>\n        <p>Explore the diverse academic, creative, and leadership programs available to our students.<\/p>\n        <div class=\"accent-line\"><\/div>\n    <\/header>\n\n    <main class=\"container\">\n        \n        <!-- Intro Section -->\n        <div class=\"intro-section\">\n            <h2 class=\"section-title\" style=\"justify-content: center;\">\n                Our SEEALL Program\n            <\/h2>\n            <p>The SEEALL Academy engages its students as active participants in the learning process. A unique partnership is formed with the teacher, the student, and the parent. This in turn instills and nurtures leadership among its students, preparing them for a successful future.<\/p>\n        <\/div>\n\n        <!-- Featured Highlights -->\n        <div class=\"highlights-grid\">\n            <!-- Advanced Placement -->\n            <div class=\"highlight-card\">\n                <h3 class=\"highlight-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=\"M22 10v6M2 10l10-5 10 5-10 5z\"><\/path><path d=\"M6 12v5c3 3 9 3 12 0v-5\"><\/path><\/svg>\n                    Advanced Placement Courses\n                <\/h3>\n                <p>This program offered to students in grade 8 have the opportunity to earn high school credits in various departments. Students take an accelerated course in middle school aligned to high school-level standards, culminating in a Regents, in June immediately following the course. These students earn credit after passing both the course and the assessment. These courses are only offered to students in our accelerated program. Students are selected at the end of 7th grade.<\/p>\n            <\/div>\n\n            <!-- Blue Ribbon -->\n            <div class=\"highlight-card\">\n                <h3 class=\"highlight-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\"><circle cx=\"12\" cy=\"8\" r=\"7\"><\/circle><polyline points=\"8.21 13.89 7 23 12 20 17 23 15.79 13.88\"><\/polyline><\/svg>\n                    Blue Ribbon Lighthouse School\n                <\/h3>\n                <p>The Blue Ribbon Lighthouse School Award is a recognition program for schools of excellence. Schools are identified and selected for this award based on achievement of excellent performance in all nine major categories of the Blueprint for Excellence assessment.<\/p>\n            <\/div>\n        <\/div>\n\n        <!-- Complete List of Programs -->\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\"><line x1=\"8\" y1=\"6\" x2=\"21\" y2=\"6\"><\/line><line x1=\"8\" y1=\"12\" x2=\"21\" y2=\"12\"><\/line><line x1=\"8\" y1=\"18\" x2=\"21\" y2=\"18\"><\/line><line x1=\"3\" y1=\"6\" x2=\"3.01\" y2=\"6\"><\/line><line x1=\"3\" y1=\"12\" x2=\"3.01\" y2=\"12\"><\/line><line x1=\"3\" y1=\"18\" x2=\"3.01\" y2=\"18\"><\/line><\/svg>\n            Complete List of Enrichment Offerings\n        <\/h2>\n\n        <div class=\"programs-grid\">\n            \n            <div class=\"program-card\">\n                <h4 class=\"program-title\"><svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2.5\" stroke-linecap=\"round\" stroke-linejoin=\"round\"><path d=\"M5 12h14\"><\/path><path d=\"M12 5v14\"><\/path><\/svg> Dancing Classrooms<\/h4>\n                <p>Students in Grades 1, 2, 4, and 5 participate in the \u201cDancing Classrooms\u201d program. Our mission is to cultivate essential life skills in children through the joyful art and practice of social dance. With the vision to create schools and communities where every child is connected, respected and given an environment in which to thrive.<\/p>\n            <\/div>\n\n            <div class=\"program-card\">\n                <h4 class=\"program-title\"><svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2.5\" stroke-linecap=\"round\" stroke-linejoin=\"round\"><path d=\"M5 12h14\"><\/path><path d=\"M12 5v14\"><\/path><\/svg> Archon Society<\/h4>\n                <p>Archon Society is an organization that strives to develop student leaders by fostering student service within the school community.<\/p>\n            <\/div>\n\n            <div class=\"program-card\">\n                <h4 class=\"program-title\"><svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2.5\" stroke-linecap=\"round\" stroke-linejoin=\"round\"><path d=\"M5 12h14\"><\/path><path d=\"M12 5v14\"><\/path><\/svg> Arista Society<\/h4>\n                <p>Arista is our National Junior Honor Society for our students who uphold and maintain the four essential principles- character, scholarship, leadership, and service.<\/p>\n            <\/div>\n\n            <div class=\"program-card\">\n                <h4 class=\"program-title\"><svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2.5\" stroke-linecap=\"round\" stroke-linejoin=\"round\"><path d=\"M5 12h14\"><\/path><path d=\"M12 5v14\"><\/path><\/svg> Cadets<\/h4>\n                <p>The Cadets are the SEEALL Academy\u2019s own rendition of a Junior ROTC Program. This program models exemplary behavior and serves the school community.<\/p>\n            <\/div>\n\n            <div class=\"program-card\">\n                <h4 class=\"program-title\"><svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2.5\" stroke-linecap=\"round\" stroke-linejoin=\"round\"><path d=\"M5 12h14\"><\/path><path d=\"M12 5v14\"><\/path><\/svg> Chess Enrichment<\/h4>\n                <p>Students learn to play chess or improve their chess skills by learning new tactics and strategies. Students are encouraged to test their skills by attending chess tournaments.<\/p>\n            <\/div>\n\n            <div class=\"program-card\">\n                <h4 class=\"program-title\"><svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2.5\" stroke-linecap=\"round\" stroke-linejoin=\"round\"><path d=\"M5 12h14\"><\/path><path d=\"M12 5v14\"><\/path><\/svg> Chess Club\/Team<\/h4>\n                <p>A group of students committed to playing competitive chess. Students compete in tournaments, receive weekly instruction from a Chess in the Schools instructor, and are eligible to apply for the College Bound program in 8th grade.<\/p>\n            <\/div>\n\n            <div class=\"program-card\">\n                <h4 class=\"program-title\"><svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2.5\" stroke-linecap=\"round\" stroke-linejoin=\"round\"><path d=\"M5 12h14\"><\/path><path d=\"M12 5v14\"><\/path><\/svg> Chorus \/ Dance Spectaculars<\/h4>\n                <p>Offers students interested in performance art the opportunity to work on their vocal, dance, and theatre art talents. The chorus and Spectaculars perform at assemblies, concerts, and community events, known notably for our rendition of the Radio City Rockettes Holiday Performance.<\/p>\n            <\/div>\n\n            <div class=\"program-card\">\n                <h4 class=\"program-title\"><svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2.5\" stroke-linecap=\"round\" stroke-linejoin=\"round\"><path d=\"M5 12h14\"><\/path><path d=\"M12 5v14\"><\/path><\/svg> Community Service<\/h4>\n                <p>Our program fosters leadership and enables students to volunteer. Students participate in activities such as recycling, toys for tots, senior community visits, food pantry visits, and student leadership.<\/p>\n            <\/div>\n\n            <div class=\"program-card\">\n                <h4 class=\"program-title\"><svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2.5\" stroke-linecap=\"round\" stroke-linejoin=\"round\"><path d=\"M5 12h14\"><\/path><path d=\"M12 5v14\"><\/path><\/svg> Leadership<\/h4>\n                <p>Offered to 7th & 8th-grade students, this inclusive organization strives to build student leaders. Through trips and workshops, students explore interests, learn life skills, and discover their potential to develop their own leadership styles.<\/p>\n            <\/div>\n\n            <div class=\"program-card\">\n                <h4 class=\"program-title\"><svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2.5\" stroke-linecap=\"round\" stroke-linejoin=\"round\"><path d=\"M5 12h14\"><\/path><path d=\"M12 5v14\"><\/path><\/svg> Football Program<\/h4>\n                <p>Offers students an active, fun, and competitive outlet. The program provides a healthy lifestyle through team building, character development, and sportsmanship in a supportive environment.<\/p>\n            <\/div>\n\n            <div class=\"program-card\">\n                <h4 class=\"program-title\"><svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2.5\" stroke-linecap=\"round\" stroke-linejoin=\"round\"><path d=\"M5 12h14\"><\/path><path d=\"M12 5v14\"><\/path><\/svg> Graphic Novels<\/h4>\n                <p>A creative outlet where students learn to read, write, and draw their own stories. Students study classic literature in graphic form and delve into character creation and the foundation of comics as a visual medium.<\/p>\n            <\/div>\n\n            <div class=\"program-card\">\n                <h4 class=\"program-title\"><svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2.5\" stroke-linecap=\"round\" stroke-linejoin=\"round\"><path d=\"M5 12h14\"><\/path><path d=\"M12 5v14\"><\/path><\/svg> Green Team<\/h4>\n                <p>Keeps our planet clean by promoting recycling school-wide. Assigned Recycling Rangers monitor recycling, while the student-led Green Team Cabinet plans duties, writes grants, and analyzes data to improve sustainability practices.<\/p>\n            <\/div>\n\n            <div class=\"program-card\">\n                <h4 class=\"program-title\"><svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2.5\" stroke-linecap=\"round\" stroke-linejoin=\"round\"><path d=\"M5 12h14\"><\/path><path d=\"M12 5v14\"><\/path><\/svg> Hands-on Science<\/h4>\n                <p>Allows students to gain knowledge in physical science, biology, electronics, chemistry, and robotics by designing and performing experiments. They gain leadership skills working in teams and using scientific tools.<\/p>\n            <\/div>\n\n            <div class=\"program-card\">\n                <h4 class=\"program-title\"><svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2.5\" stroke-linecap=\"round\" stroke-linejoin=\"round\"><path d=\"M5 12h14\"><\/path><path d=\"M12 5v14\"><\/path><\/svg> Lego Robotics<\/h4>\n                <p>Students build robots and write programs (coding) during class. Middle school students also alternate responsibilities and teach 4th graders once a week, becoming educators to help elementary students understand robotics.<\/p>\n            <\/div>\n\n            <div class=\"program-card\">\n                <h4 class=\"program-title\"><svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2.5\" stroke-linecap=\"round\" stroke-linejoin=\"round\"><path d=\"M5 12h14\"><\/path><path d=\"M12 5v14\"><\/path><\/svg> Band<\/h4>\n                <p>Our Symphony Orchestra program exposes students to various musical instruments. With practice, students highlight their talents at concerts and assemblies, including our specialized violin ensemble.<\/p>\n            <\/div>\n\n            <div class=\"program-card\">\n                <h4 class=\"program-title\"><svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2.5\" stroke-linecap=\"round\" stroke-linejoin=\"round\"><path d=\"M5 12h14\"><\/path><path d=\"M12 5v14\"><\/path><\/svg> Theatre (FIAO Enrichment)<\/h4>\n                <p>The Performing Arts program offers opportunities in acting, technical theatre, set design, creative movement, and dance. The school performs an annual spring musical on an audition basis.<\/p>\n            <\/div>\n\n            <div class=\"program-card\">\n                <h4 class=\"program-title\"><svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2.5\" stroke-linecap=\"round\" stroke-linejoin=\"round\"><path d=\"M5 12h14\"><\/path><path d=\"M12 5v14\"><\/path><\/svg> Physical Education<\/h4>\n                <p>Provides students with the knowledge to practice physically fit and healthy lifestyles through competitive team sports and cardiovascular endurance activities.<\/p>\n            <\/div>\n\n            <div class=\"program-card\">\n                <h4 class=\"program-title\"><svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2.5\" stroke-linecap=\"round\" stroke-linejoin=\"round\"><path d=\"M5 12h14\"><\/path><path d=\"M12 5v14\"><\/path><\/svg> Student Council<\/h4>\n                <p>Develops positive attitudes, good citizenship, and learning leaders. It establishes rapport between students and building leadership to create positive morale and a harmonious learning environment.<\/p>\n            <\/div>\n\n            <div class=\"program-card\">\n                <h4 class=\"program-title\"><svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2.5\" stroke-linecap=\"round\" stroke-linejoin=\"round\"><path d=\"M5 12h14\"><\/path><path d=\"M12 5v14\"><\/path><\/svg> Technology<\/h4>\n                <p>A student-oriented program supervised by an academic advisor. Students utilize software, study current events, and assist the school community with technological concerns.<\/p>\n            <\/div>\n\n            <div class=\"program-card\">\n                <h4 class=\"program-title\"><svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2.5\" stroke-linecap=\"round\" stroke-linejoin=\"round\"><path d=\"M5 12h14\"><\/path><path d=\"M12 5v14\"><\/path><\/svg> Art<\/h4>\n                <p>Our Visual Arts program provides tools to create original artwork using various mediums. Artwork is highlighted throughout the building, at art shows, and through student-designed murals.<\/p>\n            <\/div>\n\n            <div class=\"program-card\">\n                <h4 class=\"program-title\"><svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2.5\" stroke-linecap=\"round\" stroke-linejoin=\"round\"><path d=\"M5 12h14\"><\/path><path d=\"M12 5v14\"><\/path><\/svg> Student Activities<\/h4>\n                <p>The yearbook enrichment program chronicles the eighth-grade academic year. Students gain ownership and build teamwork skills by managing the thematic layout, photo content, and composition.<\/p>\n            <\/div>\n\n            <div class=\"program-card\">\n                <h4 class=\"program-title\"><svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2.5\" stroke-linecap=\"round\" stroke-linejoin=\"round\"><path d=\"M5 12h14\"><\/path><path d=\"M12 5v14\"><\/path><\/svg> VE-JV Career Academy<\/h4>\n                <p>An engaging three-year program (grades 6-8) building entrepreneurial, business, and technology skills. Students master software, explore personal finance, pitch ideas, and create their own virtual businesses by 8th grade.<\/p>\n            <\/div>\n\n        <\/div>\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>Enrichment Offerings | The SEEALL Academy Enrichment Offerings Explore the diverse academic, creative, and leadership programs available to our students. Our SEEALL Program The SEEALL&nbsp;<a href=\"https:\/\/seeallacademy.com\/?page_id=1507\">&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-1507","page","type-page","status-publish","hentry","odd"],"_links":{"self":[{"href":"https:\/\/seeallacademy.com\/index.php?rest_route=\/wp\/v2\/pages\/1507","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=1507"}],"version-history":[{"count":0,"href":"https:\/\/seeallacademy.com\/index.php?rest_route=\/wp\/v2\/pages\/1507\/revisions"}],"wp:attachment":[{"href":"https:\/\/seeallacademy.com\/index.php?rest_route=%2Fwp%2Fv2%2Fmedia&parent=1507"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}