{"id":25396,"date":"2023-08-09T11:13:38","date_gmt":"2023-08-09T10:13:38","guid":{"rendered":"https:\/\/shs2025.sophia.sytes.net\/?page_id=25396"},"modified":"2025-12-23T13:22:31","modified_gmt":"2025-12-23T13:22:31","slug":"student-work","status":"publish","type":"page","link":"https:\/\/shs2025.sophia.sytes.net\/?page_id=25396","title":{"rendered":"Student Work"},"content":{"rendered":"\t\t<div data-elementor-type=\"wp-page\" data-elementor-id=\"25396\" class=\"elementor elementor-25396\" data-elementor-post-type=\"page\">\n\t\t\t\t<div class=\"elementor-element elementor-element-dc3bf8e e-flex e-con-boxed e-con e-parent\" data-id=\"dc3bf8e\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t\t<div class=\"e-con-inner\">\n\t\t\t\t<div class=\"elementor-element elementor-element-f19d7f3 elementor-widget elementor-widget-heading\" data-id=\"f19d7f3\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t\t<h1 class=\"elementor-heading-title elementor-size-default\">Student Work \ud83c\udfa8<\/h1>\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<section class=\"elementor-section elementor-top-section elementor-element elementor-element-15336e7 elementor-section-boxed elementor-section-height-default elementor-section-height-default\" data-id=\"15336e7\" data-element_type=\"section\" data-e-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-546e471\" data-id=\"546e471\" data-element_type=\"column\" data-e-type=\"column\">\n\t\t\t<div class=\"elementor-widget-wrap elementor-element-populated\">\n\t\t\t\t<div class=\"elementor-element elementor-element-d71a3ec e-con-full e-flex e-con e-parent\" data-id=\"d71a3ec\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t<div class=\"elementor-element elementor-element-fe1f1f7 e-con-full e-flex e-con e-child\" data-id=\"fe1f1f7\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-6178474 elementor-widget elementor-widget-html\" data-id=\"6178474\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"html.default\">\n\t\t\t\t\t<style>\r\n\/* Container Flexbox para centralizar *\/\r\n.shs-flipbook-wrapper {\r\n    display: flex;\r\n    justify-content: center;\r\n    align-items: center;\r\n    position: relative;\r\n    width: 100%;\r\n    max-width: 100%;\r\n    \/* Ajuste o aspect-ratio se o flipbook for muito alto ou largo. 16\/9 \u00e9 padr\u00e3o para monitores *\/\r\n    aspect-ratio: 16\/9; \r\n    background-color: #f4f4f4; \/* Cor de fundo leve enquanto carrega *\/\r\n    overflow: hidden;\r\n    cursor: pointer;\r\n    border: 1px solid #e0e0e0;\r\n}\r\n\r\n\/* A imagem de capa *\/\r\n.shs-flipbook-cover {\r\n    width: 100%;\r\n    height: 100%;\r\n    object-fit: cover; \/* Garante que a imagem preencha o espa\u00e7o *\/\r\n    transition: transform 0.3s ease;\r\n}\r\n\r\n\/* Efeito Hover na imagem *\/\r\n.shs-flipbook-wrapper:hover .shs-flipbook-cover {\r\n    transform: scale(1.02);\r\n}\r\n\r\n\/* Bot\u00e3o de \"Clique para Ler\" *\/\r\n.shs-cta-overlay {\r\n    position: absolute;\r\n    background: rgba(0, 0, 0, 0.7); \/* Preto com transpar\u00eancia *\/\r\n    color: #fff;\r\n    padding: 12px 24px;\r\n    border-radius: 4px;\r\n    font-family: sans-serif;\r\n    font-weight: bold;\r\n    text-transform: uppercase;\r\n    letter-spacing: 1px;\r\n    pointer-events: none; \/* O clique passa direto para o container *\/\r\n    transition: background 0.3s;\r\n}\r\n\r\n.shs-flipbook-wrapper:hover .shs-cta-overlay {\r\n    background: rgba(0, 0, 0, 0.9);\r\n}\r\n\r\n\/* O Iframe (inicialmente n\u00e3o existe no DOM para performance) *\/\r\n.shs-active-iframe {\r\n    width: 100%;\r\n    height: 100%;\r\n    border: none;\r\n}\r\n<\/style>\r\n\r\n<div class=\"shs-flipbook-wrapper\" id=\"flipbookContainer\" onclick=\"loadFlipbook(this)\">\r\n    <img decoding=\"async\" src=\"https:\/\/shs2025.sophia.sytes.net\/wp-content\/uploads\/2025\/12\/2025-26autumn.png\" alt=\"Sophia High School Autumn 2025 Prospectus\" class=\"shs-flipbook-cover\">\r\n    \r\n<\/div>\r\n\r\n<script>\r\nfunction loadFlipbook(container) {\r\n    \/\/ URL do Flipbook\r\n    const flipbookUrl = \"https:\/\/shs2025.sophia.sytes.net\/autumn2025v5\/\";\r\n    \r\n    \/\/ Cria o iframe dinamicamente\r\n    const iframe = document.createElement('iframe');\r\n    iframe.setAttribute('src', flipbookUrl);\r\n    iframe.setAttribute('allowfullscreen', '');\r\n    iframe.setAttribute('class', 'shs-active-iframe');\r\n    iframe.setAttribute('loading', 'lazy'); \/\/ Boa pr\u00e1tica\r\n    \r\n    \/\/ Limpa o container (remove imagem e bot\u00e3o) e adiciona o iframe\r\n    container.innerHTML = '';\r\n    container.appendChild(iframe);\r\n    \r\n    \/\/ Remove o clique e o cursor pointer depois de carregar\r\n    container.removeAttribute('onclick');\r\n    container.style.cursor = 'default';\r\n}\r\n<\/script>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-22cbac3 e-con-full e-flex e-con e-child\" data-id=\"22cbac3\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-4dd40f0 elementor-widget elementor-widget-heading\" data-id=\"4dd40f0\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t\t<h5 class=\"elementor-heading-title elementor-size-default\">Autumn 2025 Student Work Portfolio<\/h5>\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-0236274 elementor-widget elementor-widget-text-editor\" data-id=\"0236274\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"text-editor.default\">\n\t\t\t\t\t\t\t\t\t<p>Our students&#8217; work speaks louder than any marketing claim.<\/p><p>This term&#8217;s look book showcases outcomes across every year group &#8211; evidence of growth, engagement, and future-ready skills development through our C-Suite Experience.<\/p><p>No vanity metrics. No filtered highlights. Just the work our students actually produced. Real progress. Real outcomes. Real preparation for what&#8217;s next.\u00a0<\/p>\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-71c2195 e-con-full e-flex e-con e-parent\" data-id=\"71c2195\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t<div class=\"elementor-element elementor-element-0571c5b e-con-full e-flex e-con e-child\" data-id=\"0571c5b\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-f64f470 elementor-widget elementor-widget-video\" data-id=\"f64f470\" data-element_type=\"widget\" data-e-type=\"widget\" data-settings=\"{&quot;youtube_url&quot;:&quot;https:\\\/\\\/youtu.be\\\/IIf9ZZN32LY&quot;,&quot;video_type&quot;:&quot;youtube&quot;,&quot;controls&quot;:&quot;yes&quot;}\" data-widget_type=\"video.default\">\n\t\t\t\t\t\t\t<div class=\"elementor-wrapper elementor-open-inline\">\n\t\t\t<div class=\"elementor-video\"><\/div>\t\t<\/div>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-b358c28 e-con-full e-flex e-con e-child\" data-id=\"b358c28\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-af4befd elementor-widget elementor-widget-heading\" data-id=\"af4befd\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t\t<h5 class=\"elementor-heading-title elementor-size-default\">Virtual News Studio: Meet Diana<\/h5>\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-2a2f326 elementor-widget elementor-widget-text-editor\" data-id=\"2a2f326\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"text-editor.default\">\n\t\t\t\t\t\t\t\t\t<p>Diana took the anchor position in our Virtual News Studio, reporting on key moments from the story of <em>The Boy at the Back of the Class<\/em>. This project allowed learners to explore empathy and develop their storytelling and presentation skills.<\/p>\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-5d3f24c e-con-full e-flex e-con e-parent\" data-id=\"5d3f24c\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t<div class=\"elementor-element elementor-element-52bbcf3 e-con-full e-flex e-con e-child\" data-id=\"52bbcf3\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-daf9077 elementor-widget elementor-widget-video\" data-id=\"daf9077\" data-element_type=\"widget\" data-e-type=\"widget\" data-settings=\"{&quot;youtube_url&quot;:&quot;https:\\\/\\\/www.youtube.com\\\/watch?v=oViQp4-G7r4&quot;,&quot;video_type&quot;:&quot;youtube&quot;,&quot;controls&quot;:&quot;yes&quot;}\" data-widget_type=\"video.default\">\n\t\t\t\t\t\t\t<div class=\"elementor-wrapper elementor-open-inline\">\n\t\t\t<div class=\"elementor-video\"><\/div>\t\t<\/div>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-ccfa65b e-con-full e-flex e-con e-child\" data-id=\"ccfa65b\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-d3e4945 elementor-widget elementor-widget-heading\" data-id=\"d3e4945\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t\t<h5 class=\"elementor-heading-title elementor-size-default\">From Zero to Start Up: Meet Lucas<\/h5>\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-82a284c elementor-widget elementor-widget-text-editor\" data-id=\"82a284c\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"text-editor.default\">\n\t\t\t\t\t\t\t\t\t<p>Our VS3 Simulation delivers skills for entrepreneurship and provides a bootcamp setting for students to incubate their ideas and put their start up plan into action.<\/p>\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-f606854 e-con-full e-flex e-con e-parent\" data-id=\"f606854\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t<div class=\"elementor-element elementor-element-fda1e30 e-con-full e-flex e-con e-child\" data-id=\"fda1e30\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-401c579 elementor-widget elementor-widget-video\" data-id=\"401c579\" data-element_type=\"widget\" data-e-type=\"widget\" data-settings=\"{&quot;youtube_url&quot;:&quot;https:\\\/\\\/youtu.be\\\/HadKWM7UcGk&quot;,&quot;video_type&quot;:&quot;youtube&quot;,&quot;controls&quot;:&quot;yes&quot;}\" data-widget_type=\"video.default\">\n\t\t\t\t\t\t\t<div class=\"elementor-wrapper elementor-open-inline\">\n\t\t\t<div class=\"elementor-video\"><\/div>\t\t<\/div>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-7d29036 e-con-full e-flex e-con e-child\" data-id=\"7d29036\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-4a7e8cf elementor-widget elementor-widget-heading\" data-id=\"4a7e8cf\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t\t<h5 class=\"elementor-heading-title elementor-size-default\">Metaverse Explorers<\/h5>\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-2e9f705 elementor-widget elementor-widget-text-editor\" data-id=\"2e9f705\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"text-editor.default\">\n\t\t\t\t\t\t\t\t\t<p>Step inside the Immersive world of VR and the Metaverse and explore all the possibilities this brings as we learn the way the brain was designed to learn; experientially.\u00a0<\/p>\t\t\t\t\t\t\t\t<\/div>\n\t\t\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<section class=\"elementor-section elementor-top-section elementor-element elementor-element-ceeeaa5 elementor-section-boxed elementor-section-height-default elementor-section-height-default\" data-id=\"ceeeaa5\" data-element_type=\"section\" data-e-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-4b82782\" data-id=\"4b82782\" data-element_type=\"column\" data-e-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-5568ef2 elementor-widget elementor-widget-text-editor\" data-id=\"5568ef2\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"text-editor.default\">\n\t\t\t\t\t\t\t\t\t<p>If you would like to experience Sophia High School, your child can join one of our upcoming Discovery Day sessions or to enquire about spaces in our current cohort, please contact our Admissions Team via the contact form or send an email to <a href=\"mailto:admissions@shs2025.sophia.sytes.net\">admissions@shs2025.sophia.sytes.net\u00a0<\/a><\/p><p>Sophia High School was evaluated by Ofsted in September 2023 as part of the <a href=\"https:\/\/www.gov.uk\/education\/inspections-and-performance-of-education-providers#services\">UK Department for Education\u00a0<\/a> Online Education Accreditation Scheme\u00a0<\/p>\t\t\t\t\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>Student Work \ud83c\udfa8 Autumn 2025 Student Work Portfolio Our students&#8217; work speaks louder than any marketing claim. This term&#8217;s look book showcases outcomes across every year group &#8211; evidence of&hellip;<\/p>\n","protected":false},"author":1,"featured_media":0,"parent":0,"menu_order":0,"comment_status":"closed","ping_status":"closed","template":"","meta":{"footnotes":""},"class_list":["post-25396","page","type-page","status-publish","hentry"],"_links":{"self":[{"href":"https:\/\/shs2025.sophia.sytes.net\/index.php?rest_route=\/wp\/v2\/pages\/25396","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/shs2025.sophia.sytes.net\/index.php?rest_route=\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/shs2025.sophia.sytes.net\/index.php?rest_route=\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/shs2025.sophia.sytes.net\/index.php?rest_route=\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/shs2025.sophia.sytes.net\/index.php?rest_route=%2Fwp%2Fv2%2Fcomments&post=25396"}],"version-history":[{"count":46,"href":"https:\/\/shs2025.sophia.sytes.net\/index.php?rest_route=\/wp\/v2\/pages\/25396\/revisions"}],"predecessor-version":[{"id":43152,"href":"https:\/\/shs2025.sophia.sytes.net\/index.php?rest_route=\/wp\/v2\/pages\/25396\/revisions\/43152"}],"wp:attachment":[{"href":"https:\/\/shs2025.sophia.sytes.net\/index.php?rest_route=%2Fwp%2Fv2%2Fmedia&parent=25396"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}