{"id":59,"date":"2025-09-18T01:45:41","date_gmt":"2025-09-18T01:45:41","guid":{"rendered":"https:\/\/ps1x.org\/?page_id=59"},"modified":"2025-11-03T12:51:27","modified_gmt":"2025-11-03T12:51:27","slug":"students","status":"publish","type":"page","link":"https:\/\/ps1x.org\/?page_id=59","title":{"rendered":"Students"},"content":{"rendered":"\t\t<div data-elementor-type=\"wp-page\" data-elementor-id=\"59\" class=\"elementor elementor-59\" data-elementor-post-type=\"page\">\n\t\t\t\t<div class=\"elementor-element elementor-element-e4d541f e-flex e-con-boxed e-con e-parent\" data-id=\"e4d541f\" data-element_type=\"container\">\n\t\t\t\t\t<div class=\"e-con-inner\">\n\t\t\t\t<div class=\"elementor-element elementor-element-47afdb0 elementor-widget elementor-widget-html\" data-id=\"47afdb0\" data-element_type=\"widget\" data-widget_type=\"html.default\">\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>PS 1 Education and Growth Widget<\/title>\n    <!-- We don't need Tailwind for this custom-styled widget -->\n    <!-- <script src=\"https:\/\/cdn.tailwindcss.com\"><\/script> -->\n    <link href=\"https:\/\/fonts.googleapis.com\/css2?family=Inter:wght@400;500;700&display=swap\" rel=\"stylesheet\">\n    \n    <style>\n        body {\n            background-color: #f0f2f5;\n            font-family: 'Inter', sans-serif;\n            padding: 20px;\n            \/* Added for smoother font rendering *\/\n            -webkit-font-smoothing: antialiased;\n            -moz-osx-font-smoothing: grayscale;\n        }\n\n        .widget-container {\n            --primary-color: #122449;\n            --text-primary: #1f2937;\n            --text-secondary: #4b5563;\n            --border-light: #e2e8f0;\n            --bg-light: #f8fafc;\n\n            max-width: 750px; \/* Increased from 400px *\/\n            margin: 0 auto;\n            background-color: #ffffff;\n            border-radius: 16px; \/* Increased border radius *\/\n            box-shadow: 0 10px 25px -5px rgba(0, 0, 0, 0.07), 0 4px 10px -2px rgba(0, 0, 0, 0.04);\n            overflow: hidden;\n            border: 1px solid var(--border-light);\n        }\n\n        .widget-header {\n            background-color: var(--primary-color);\n            color: #ffffff;\n            padding: 24px 28px; \/* Increased padding *\/\n        }\n\n        .widget-header h3 {\n            font-size: 1.6rem; \/* Slightly larger *\/\n            font-weight: 700;\n            line-height: 1.2;\n        }\n\n        .widget-header p {\n            font-size: 1rem; \/* Slightly larger *\/\n            opacity: 0.9;\n            margin-top: 12px;\n            font-weight: 400;\n        }\n\n        .widget-content {\n            padding: 28px; \/* Increased padding *\/\n        }\n\n        \/* Section Headings (e.g., \"Academic Programs\") *\/\n        .widget-content h4 {\n            color: var(--primary-color);\n            font-size: 1.25rem;\n            font-weight: 700;\n            margin-top: 24px;\n            margin-bottom: 16px;\n            padding-bottom: 8px;\n            border-bottom: 2px solid var(--bg-light);\n        }\n        \n        .widget-content h4:first-child {\n            margin-top: 0;\n        }\n\n        \/* Subsection Headings (e.g., \"Physical Fitness\") *\/\n        .widget-content h5 {\n            color: var(--primary-color);\n            font-weight: 600;\n            font-size: 1rem;\n            margin-top: 20px;\n            margin-bottom: 12px;\n        }\n\n        .widget-content p, .widget-content li {\n            color: var(--text-secondary);\n            font-size: 0.95rem; \/* Increased base font size *\/\n            line-height: 1.65;\n        }\n        \n        .widget-content p {\n            margin-bottom: 16px;\n        }\n\n        .widget-content p strong {\n             color: var(--text-primary);\n             font-weight: 600;\n        }\n\n        \/* Main list for academic items *\/\n        .widget-content ul.academic-list {\n            list-style-type: none;\n            padding-left: 0;\n            margin-top: 16px;\n            display: grid;\n            grid-template-columns: 1fr;\n            gap: 16px; \/* Increased gap *\/\n        }\n\n        .widget-content ul.academic-list li {\n            display: flex;\n            align-items: flex-start;\n            gap: 10px;\n            padding: 0; \/* Removed padding\/bg from li *\/\n            background-color: transparent;\n            border: none;\n            border-radius: 0;\n        }\n\n        \/* Checkmark icon for academic list *\/\n        .widget-content ul.academic-list li::before {\n            content: '';\n            flex-shrink: 0;\n            width: 20px; \/* Slightly larger icon *\/\n            height: 20px;\n            background-image: url('data:image\/svg+xml;utf8,<svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"%23122449\" stroke-width=\"2.5\" stroke-linecap=\"round\" stroke-linejoin=\"round\"><polyline points=\"20 6 9 17 4 12\"><\/polyline><\/svg>');\n            background-size: contain;\n            background-repeat: no-repeat;\n            margin-top: 3px;\n        }\n        \n        .enrichment-intro {\n            font-style: italic;\n            color: var(--text-secondary);\n            margin-bottom: 20px;\n            font-size: 0.95rem;\n        }\n        \n        \/* This is the new \"tag\" list for enrichment programs *\/\n        .enrichment-section ul.tag-list {\n            list-style-type: none;\n            padding-left: 0;\n            display: flex; \/* Changed from grid to flex *\/\n            flex-wrap: wrap; \/* Allows tags to wrap *\/\n            gap: 10px; \/* Gap between tags *\/\n            margin-top: 0;\n        }\n        \n        .enrichment-section ul.tag-list li {\n            background-color: #ffffff;\n            border: 1px solid var(--border-light);\n            color: var(--primary-color);\n            font-weight: 500;\n            font-size: 0.85rem;\n            padding: 6px 14px; \/* Padding for tags *\/\n            border-radius: 20px; \/* Pill shape *\/\n            display: flex;\n            align-items: center;\n            gap: 6px;\n            \/* Subtle hover effect *\/\n            transition: all 0.2s ease;\n        }\n\n        .enrichment-section ul.tag-list li:hover {\n             background-color: var(--bg-light);\n             transform: translateY(-1px);\n             box-shadow: 0 2px 4px rgba(0,0,0,0.05);\n        }\n        \n        \/* Arrow icon for tags *\/\n        .enrichment-section ul.tag-list li::before {\n            content: '';\n            width: 14px;\n            height: 14px;\n            background-image: url('data:image\/svg+xml;utf8,<svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"%23122449\" stroke-width=\"2.5\" stroke-linecap=\"round\" stroke-linejoin=\"round\"><line x1=\"5\" y1=\"12\" x2=\"19\" y2=\"12\"><\/line><polyline points=\"12 5 19 12 12 19\"><\/polyline><\/svg>');\n            background-size: contain;\n            background-repeat: no-repeat;\n            flex-shrink: 0;\n        }\n\n    <\/style>\n<\/head>\n<body>\n\n    <section class=\"widget-container\">\n        <header class=\"widget-header\">\n            <h3>Your Education and Growth<\/h3>\n            <p>At PS 1, we support your success with programs to help you learn, grow, and have fun.<\/p>\n        <\/header>\n\n        <article class=\"widget-content\">\n\n            <h4>Academic Programs & Support<\/h4>\n            \n            <p><strong>Core Subjects:<\/strong> Your classes include a comprehensive, integrated curriculum that spans across STEM, Technology, Music, Dance, Art, and Physical Education.<\/p>\n            \n            <ul class=\"academic-list\">\n                <!-- Note: Removed 'academic-item' class, styles apply to list context -->\n                <li><strong>Extra Help:<\/strong> If you need extra support, we offer Academic Intervention Services (AIS) in small groups to help you meet grade-level expectations.<\/li>\n                <li><strong>Weekend & Vacation Learning:<\/strong> Continue your learning and participate in fun activities at our Saturday Academy and Vacation Academy.<\/li>\n            <\/ul>\n\n            <div class=\"enrichment-section\">\n                <h4>Enrichment Programs: Get Involved!<\/h4>\n                \n                <p class=\"enrichment-intro\">\n                    A well-rounded education includes opportunities for physical activity, self-expression, and creativity.\n                <\/p>\n\n                <h5>Physical Fitness & Sports:<\/h5>\n                <ul class=\"tag-list\">\n                    <li>Morning Fitness<\/li>\n                    <li>Basketball<\/li>\n                    <li>Soccer<\/li>\n                    <li>PE Classes<\/li>\n                <\/ul>\n\n                <h5>Arts & Culture:<\/h5>\n                <ul class=\"tag-list\">\n                    <li>Dance & Movement<\/li>\n                    <li>Ballet Hispanic<\/li>\n                    <li>The Art of Stepping<\/li>\n                    <li>Weekend Arts<\/li>\n                    <li>NY Cares Arts<\/li>\n                    <li>Spin and Learn<\/li>\n                <\/ul>\n                \n                <h5>Leadership & Personal Growth:<\/h5>\n                <ul class=\"academic-list\">\n                    <li><strong>Leader in Me:<\/strong> Participate in our \u201cLeader in Me\u201d program, which helps you develop leadership skills, take responsibility, and foster a growth mindset.<\/li>\n                <\/ul>\n            <\/div>\n\n        <\/article>\n    <\/section>\n\n<\/body>\n<\/html>\n\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t","protected":false},"excerpt":{"rendered":"<p>PS 1 Education and Growth Widget Your Education and Growth At PS 1, we support your success with programs to help you learn, grow, and have fun. Academic Programs &#038; Support Core Subjects: Your classes include a comprehensive, integrated curriculum that spans across STEM, Technology, Music, Dance, Art, and Physical Education. Extra Help: If you [&hellip;]<\/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-59","page","type-page","status-publish","hentry"],"_links":{"self":[{"href":"https:\/\/ps1x.org\/index.php?rest_route=\/wp\/v2\/pages\/59","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/ps1x.org\/index.php?rest_route=\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/ps1x.org\/index.php?rest_route=\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/ps1x.org\/index.php?rest_route=\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/ps1x.org\/index.php?rest_route=%2Fwp%2Fv2%2Fcomments&post=59"}],"version-history":[{"count":7,"href":"https:\/\/ps1x.org\/index.php?rest_route=\/wp\/v2\/pages\/59\/revisions"}],"predecessor-version":[{"id":241,"href":"https:\/\/ps1x.org\/index.php?rest_route=\/wp\/v2\/pages\/59\/revisions\/241"}],"wp:attachment":[{"href":"https:\/\/ps1x.org\/index.php?rest_route=%2Fwp%2Fv2%2Fmedia&parent=59"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}