{"id":156,"date":"2026-06-06T07:38:43","date_gmt":"2026-06-06T07:38:43","guid":{"rendered":"https:\/\/meremere.school.nz\/?page_id=156"},"modified":"2026-06-06T12:49:46","modified_gmt":"2026-06-06T12:49:46","slug":"our-school-new","status":"publish","type":"page","link":"https:\/\/meremere.school.nz\/?page_id=156","title":{"rendered":"Our School-new"},"content":{"rendered":"\n<style data-wp-block-html=\"css\">\n\/* FOOTER *\/\n\n.school-footer {\n    background: #003366;\n    color: white;\n    padding-top: 70px;\n}\n\n\/* CONTAINER *\/\n\n.footer-container {\n    width: 90%;\n    max-width: 1300px;\n    margin: auto;\n    display: grid;\n    grid-template-columns: repeat(3, 1fr);\n    gap: 50px;\n    padding-bottom: 50px;\n}\n\n\/* FOOTER BOX *\/\n\n.footer-box h3 {\n    font-size: 28px;\n    margin-bottom: 25px;\n}\n\n.footer-box p {\n    font-size: 17px;\n    line-height: 1.8;\n    color: #d6e4ff;\n}\n\n\/* LINKS *\/\n\n.footer-box ul {\n    list-style: none;\n}\n\n.footer-box ul li {\n    margin-bottom: 15px;\n}\n\n.footer-box ul li a {\n    text-decoration: none;\n    color: #d6e4ff;\n}\n\n\/* COPYRIGHT *\/\n\n.footer-bottom {\n    border-top: 1px solid rgba(255,255,255,0.2);\n    text-align: center;\n    padding: 20px;\n}\n\n.footer-bottom p {\n    color: #d6e4ff;\n    font-size: 15px;\n}\n\n\/* MOBILE *\/\n\n@media (max-width: 768px){\n\n    .footer-container{\n        grid-template-columns: 1fr;\n        text-align: center;\n    }\n\n}\n\n\/* HEADER *\/\n\n.school-header {\n    background: #ffffff;\n    padding: 20px;\n    border-bottom: 3px solid #0056b3;\n}\n\n\/* TOP HEADER *\/\n\n.top-header{\n    position: relative;\n    display: flex;\n    align-items: center;\n    margin-bottom: 25px;\n    min-height: 170px;\n}\n\n.school-title{\n    position: absolute;\n    left: 50%;\n    transform: translateX(-50%);\n    text-align: center;\n    width: 100%;\n}\n\n\/* LOGO *\/\n\n.logo-section{\n    margin-left: 40px;\n    z-index: 2;\n}\n\n.logo-section img {\n    width: 150px;\n    height: auto;\n    display: block;\n}\n\n\/* SCHOOL TITLE *\/\n\n.school-title {\n    font-size: 54px;\n    color: #003366;\n    background: #ffffff;\n    font-family: Arial, sans-serif;\n}\n\n.school-title a {\n    text-decoration: none;\n    color: #003366;\n}\n\n\/* NAVIGATION *\/\n\n.main-nav{\n    width: 100%;\n    background: #ffffff;\n    padding: 20px 0;\n}\n\n\/* BUTTONS *\/\n\n.nav-btn{\n    text-decoration: none;\n    color: white;\n    padding: 14px 26px;\n    border-radius: 14px;\n    font-size: 18px;\n    font-weight: 600;\n    transition: 0.3s ease;\n    display: inline-block;\n}\n\n.blue-btn{\n    background: #0086ff;\n}\n\n.light-btn{\n    background: #d498ff;\n}\n\n.purple-btn{\n    background: #58dabc;\n}\n\n.green-btn{\n    background: #00ee2e;\n}\n\n.white-btn{\n    background: #17b6c1;\n}\n\n.orange-btn{\n    background: #e2e750;\n}\n\n\/* NAV *\/\n\n.nav-top{\n    display: flex;\n    justify-content: center;\n    align-items: center;\n    gap: 16px;\n    flex-wrap: wrap;\n}\n\n\/* DROPDOWN *\/\n\n.dropdown{\n    position: relative;\n}\n\n.dropdown-content{\n    display: none;\n    position: absolute;\n    top: 60px;\n    left: 0;\n    min-width: 220px;\n    background: white;\n    border-radius: 12px;\n    overflow: hidden;\n    box-shadow: 0 10px 25px rgba(0,0,0,0.15);\n    z-index: 999;\n}\n\n.dropdown-content a{\n    display: block;\n    padding: 14px 18px;\n    text-decoration: none;\n    color: #222;\n}\n\n.dropdown:hover .dropdown-content{\n    display: block;\n}\n\n\/* MOBILE *\/\n\n@media (max-width: 768px){\n\n    .top-header{\n        flex-direction: column;\n    }\n\n    .school-title{\n        font-size: 28px;\n    }\n\n    .nav-top{\n        flex-direction: column;\n    }\n\n}\n\n\n\/* INNER BANNER *\/\n\n.inner-banner {\n    position: relative;\n    width: 100%;\n    height: 450px;\n    background-image: url('https:\/\/meremere.school.nz\/wp-content\/uploads\/2026\/06\/1-1.png');\n    background-position: center;\n    background-size: cover;\n    background-repeat: no-repeat;\n\n    display: flex;\n    align-items: center;\n    justify-content: center;\n}\n\n\/* OVERLAY *\/\n\n.banner-overlay {\n    background: rgba(0,0,0,0.45);\n    width: 100%;\n    height: 100%;\n    display: flex;\n    flex-direction: column;\n    align-items: center;\n    justify-content: center;\n    color: white;\n    text-align: center;\n    padding: 20px;\n}\n\n\/* TITLE *\/\n\n.banner-overlay h1 {\n    font-size: 68px;\n    margin-bottom: 20px;\n}\n\n\/* TEXT *\/\n\n.banner-overlay p {\n    font-size: 24px;\n    max-width: 700px;\n    line-height: 1.7;\n}\n\n\/* MOBILE *\/\n\n@media (max-width: 768px) {\n\n    .inner-banner {\n        height: 320px;\n    }\n\n    .banner-overlay h1 {\n        font-size: 42px;\n    }\n\n    .banner-overlay p {\n       font-size: 18px;\n    }\n\n}\n\n\n\/* SCHOOL INTRO *\/\n\n.school-intro {\n    padding: 100px 40px;\n    background: #ffffff;\n}\n\n\/* CONTAINER *\/\n\n.intro-container {\n    max-width: 1300px;\n    margin: auto;\n    display: grid;\n    grid-template-columns: 1fr 1fr;\n    gap: 60px;\n    align-items: center;\n}\n\n\/* TEXT *\/\n\n.intro-text h2 {\n    font-size: 54px;\n    color: #003366;\n    margin-bottom: 30px;\n}\n\n.intro-text p {\n    font-size: 30px;\n    line-height: 1.9;\n    color: #555555;\n    margin-bottom: 25px;\n}\n\n\/* IMAGE *\/\n\n.intro-image img {\n    width: 100%;\n    border-radius: 20px;\n    box-shadow: 0 10px 25px rgba(0,0,0,0.1);\n}\n\n\/* MOBILE *\/\n\n@media (max-width: 768px) {\n\n    .school-intro {\n        padding: 60px 20px;\n    }\n\n    .intro-container {\n        grid-template-columns: 1fr;\n    }\n\n    .intro-text h2 {\n        font-size: 34px;\n    }\n\n    .intro-text p {\n       font-size: 18px;\n    }\n\n}\n\n\n\/* VISION MISSION SECTION *\/\n\n.vision-mission {\n    background: #f5f9ff;\n    padding: 100px 40px;\n}\n\n\/* CONTAINER *\/\n\n.vm-container {\n    max-width: 1300px;\n    margin: auto;\n    display: grid;\n    grid-template-columns: repeat(2, 1fr);\n    gap: 40px;\n}\n\n\/* CARD *\/\n\n.vm-card {\n    background: white;\n    padding: 50px;\n    border-radius: 20px;\n    box-shadow: 0 10px 25px rgba(0,0,0,0.08);\n    text-align: center;\n}\n\n\/* TITLE *\/\n\n.vm-card h2 {\n    font-size: 54px;\n    color: #003366;\n    margin-bottom: 30px;\n}\n\n\/* HIGHLIGHT *\/\n\n.highlight {\n    font-size: 30px;\n    color: #0056b3;\n    font-weight: bold;\n    line-height: 1.7;\n    margin-bottom: 30px;\n}\n\n\/* TEXT *\/\n\n.vm-card p {\n    font-size: 30px;\n    line-height: 1.9;\n    color: #555555;\n}\n\n\/* MOBILE *\/\n\n@media (max-width: 768px) {\n\n    .vision-mission {\n        padding: 60px 20px;\n    }\n\n    .vm-container {\n        grid-template-columns: 1fr;\n    }\n\n    .vm-card {\n        padding: 35px 25px;\n    }\n\n    .vm-card h2 {\n        font-size: 32px;\n    }\n\n    .highlight {\n        font-size: 22px;\n    }\n\n}\n\n\n\/* VALUES SECTION *\/\n\n.values-section {\n    background: #ffffff;\n    padding: 100px 40px;\n}\n\n\/* HEADING *\/\n\n.values-heading {\n    text-align: center;\n    margin-bottom: 70px;\n}\n\n.values-heading h2 {\n    font-size: 54px;\n    color: #003366;\n    margin-bottom: 20px;\n}\n\n.values-heading p {\n    font-size: 30px;\n    color: #666666;\n}\n\n\/* GRID *\/\n\n.values-grid {\n    max-width: 1300px;\n    margin: auto;\n    display: grid;\n    grid-template-columns: repeat(3, 1fr);\n    gap: 35px;\n}\n\n\/* CARD *\/\n\n.value-card {\n    background: #003b8e;\n    padding: 60px 30px;\n    border-radius: 20px;\n    text-align: center;\n    transition: 0.4s;\n    box-shadow: 0 10px 25px rgba(0,0,0,0.08);\n}\n\n\/* HOVER *\/\n\n.value-card:hover {\n    transform: translateY(-10px);\n    background: #0056b3;\n}\n\n\/* TEXT *\/\n\n.value-card h3 {\n    color: white;\n    font-size: 30px;\n    font-weight: bold;\n}\n\n\/* MOBILE *\/\n\n@media (max-width: 768px) {\n\n    .values-section {\n        padding: 60px 20px;\n    }\n\n    .values-heading h2 {\n        font-size: 36px;\n    }\n\n    .values-heading p {\n       font-size: 18px;\n    }\n\n    .values-grid {\n        grid-template-columns: 1fr;\n    }\n\n    .value-card {\n        padding: 45px 20px;\n    }\n\n    .value-card h3 {\n        font-size: 24px;\n    }\n\n}\n<\/style>\n\n<meta charset=\"UTF-8\">\n    <meta name=\"viewport\" content=\"width=device-width, initial-scale=1.0\">\n    <link rel=\"stylesheet\" href=\"css\/header.css\">\n\n    <link rel=\"stylesheet\" href=\"css\/footer.css\">\n\n    <link rel=\"stylesheet\" href=\"css\/home.css\">\n    \n    <title>Meremere School<\/title>\n\n   \n\n \n<!-- java-script -->\n   <script src=\"js\/include.js\"><\/script> \n\n\n\n\n\n   <!--  <script src=\"js\/include.js\"><\/script> -->\n\n    <!-- HEADER -->\n\n   <header class=\"school-header\">\n\n    <div class=\"top-header\">\n\n        <div class=\"logo-section\">\n            <img decoding=\"async\" src=\"https:\/\/meremere.school.nz\/wp-content\/uploads\/2026\/06\/logo.png\" alt=\"Meremere School Logo\">\n        <\/div>\n\n        <h1 class=\"school-title\">\n           <a href=\"https:\/\/meremere.school.nz\/\">Meremere School<\/a>\n        <\/h1>\n\n    <\/div>\n\n    <nav class=\"main-nav\">\n\n        <div class=\"nav-top\">\n\n            <a href=\"https:\/\/meremere.school.nz\/?page_id=146\" class=\"nav-btn blue-btn\">\n                Our People\n            <\/a>\n\n            <a href=\"https:\/\/meremere.school.nz\/?page_id=151\" class=\"nav-btn light-btn\">\n                Our Students\n            <\/a>\n\n            <div class=\"dropdown\">\n\n                <a href=\"https:\/\/meremere.school.nz\/?page_id=156\" class=\"nav-btn purple-btn\">\n                    Our School \u25bc\n                <\/a>\n\n                <div class=\"dropdown-content\">\n\n                    <a href=\"our-school.html\">Vision<\/a>\n                    <a href=\"our-school.html\">Mission<\/a>\n                    <a href=\"our-school.html\">Values<\/a>\n\n                <\/div>\n\n            <\/div>\n\n            <a href=\"https:\/\/meremere.school.nz\/?page_id=161\" class=\"nav-btn white-btn\">\n                Learning \/ Attendance\n            <\/a>\n\n            <a href=\"https:\/\/meremere.school.nz\/?page_id=166\" class=\"nav-btn orange-btn\">\n                School Administration\n            <\/a>\n\n            <a href=\"https:\/\/meremere.school.nz\/?page_id=171\" class=\"nav-btn green-btn\">\n                Contact Us\n            <\/a>\n\n        <\/div>\n\n    <\/nav>\n\n<\/header>\n\n    <!-- HEADER end-->\n<meta charset=\"UTF-8\">\n\n    <meta name=\"viewport\" content=\"width=device-width, initial-scale=1.0\">\n\n    <title>Our School<\/title>\n\n    <!-- CSS -->\n\n    <link rel=\"stylesheet\" href=\"css\/header.css\">\n\n    <link rel=\"stylesheet\" href=\"css\/footer.css\">\n\n    <link rel=\"stylesheet\" href=\"css\/school.css\">\n\n    <!-- JAVASCRIPT -->\n\n    <script src=\"js\/include.js\"><\/script>\n\n\n\n\n\n    <!-- HEADER -->\n\n    <div id=\"header\"><\/div>\n\n    <!-- INNER BANNER START -->\n\n    <section class=\"inner-banner\">\n\n        <div class=\"banner-overlay\">\n\n            <h1>Our School<\/h1>\n\n            <p>\n                Learn more about our vision, mission and values.\n            <\/p>\n\n        <\/div>\n\n    <\/section>\n\n    <!-- INNER BANNER END -->\n\n\n\n    <!-- SCHOOL INTRO START -->\n\n    <section class=\"school-intro\">\n\n        <div class=\"intro-container\">\n\n            <div class=\"intro-text\">\n\n                <h2>About Our School<\/h2>\n\n                <p>\n                    Meremere School is committed to creating a caring,\n                    inclusive and inspiring learning environment where\n                    every learner is encouraged to grow, succeed and\n                    achieve their full potential.\n                <\/p>\n\n                <p>\n                    Our school focuses on strong community relationships,\n                    quality education and supporting students through\n                    positive learning experiences.\n                <\/p>\n\n            <\/div>\n\n            <div class=\"intro-image\">\n\n                <img decoding=\"async\" src=\"https:\/\/meremere.school.nz\/wp-content\/uploads\/2026\/06\/12.png\" alt=\"School Students\">\n\n            <\/div>\n\n        <\/div>\n\n    <\/section>\n\n    <!-- SCHOOL INTRO END -->\n\n\n\n    <!-- VISION MISSION SECTION START -->\n\n    <section class=\"vision-mission\">\n\n        <div class=\"vm-container\">\n\n            <!-- VISION -->\n\n            <div class=\"vm-card\">\n\n                <h2>Our Vision<\/h2>\n\n                <p class=\"highlight\">\n                    Believe \u2022 Achieve \u2022 Succeed\n                <\/p>\n\n                <p>\n                    We encourage every learner to believe in themselves,\n                    achieve their goals and succeed through confidence,\n                    growth and positive learning experiences.\n                <\/p>\n\n            <\/div>\n\n            <!-- MISSION -->\n\n            <div class=\"vm-card\">\n\n                <h2>Our Mission<\/h2>\n\n                <p class=\"highlight\">\n                    Success through Achievement<br>\n                    Achievement through Education\n                <\/p>\n\n                <p>\n                    Our mission is to provide quality education in a\n                    caring and inclusive environment that supports\n                    lifelong learning and student wellbeing.\n                <\/p>\n\n            <\/div>\n\n        <\/div>\n\n    <\/section>\n\n    <!-- VISION MISSION SECTION END -->\n\n\n\n    <!-- VALUES SECTION START -->\n\n    <section class=\"values-section\">\n\n        <div class=\"values-heading\">\n\n            <h2>School Values<\/h2>\n\n            <p>\n                Our values guide the way we learn, grow and support one another.\n            <\/p>\n\n        <\/div>\n\n        <!-- VALUES GRID -->\n\n        <div class=\"values-grid\">\n\n            <div class=\"value-card\">\n                <h3>Respect<\/h3>\n            <\/div>\n\n            <div class=\"value-card\">\n                <h3>Honesty<\/h3>\n            <\/div>\n\n            <div class=\"value-card\">\n                <h3>Responsibility<\/h3>\n            <\/div>\n\n            <div class=\"value-card\">\n                <h3>Manaaki<\/h3>\n            <\/div>\n\n            <div class=\"value-card\">\n                <h3>Persistence<\/h3>\n            <\/div>\n\n            <div class=\"value-card\">\n                <h3>Love &amp; Caring<\/h3>\n            <\/div>\n\n        <\/div>\n\n    <\/section>\n\n    <!-- VALUES SECTION END -->\n\n\n\n    <!-- FOOTER -->\n\n   <!-- FOOTER START -->\n\n<footer class=\"school-footer\">\n\n    <div class=\"footer-container\">\n\n        <!-- FOOTER ABOUT -->\n\n        <div class=\"footer-box\">\n\n            <h3>Meremere School<\/h3>\n\n            <p>\n                Creating a caring and inspiring environment\n                where every child can believe, achieve and succeed.\n            <\/p>\n\n        <\/div>\n\n        <!-- QUICK LINKS -->\n\n       <div class=\"footer-box\">\n\n    <h3>Quick Links<\/h3>\n\n    <ul>\n        <li><a href=\"https:\/\/meremere.school.nz\/?page_id=146\">Our People<\/a><\/li>\n\n        <li><a href=\"https:\/\/meremere.school.nz\/?page_id=151\">Our Students<\/a><\/li>\n\n        <li><a href=\"https:\/\/meremere.school.nz\/?page_id=156\">Our School<\/a><\/li>\n\n        <li><a href=\"https:\/\/meremere.school.nz\/?page_id=161\">Learning \/ Attendance<\/a><\/li>\n\n        <li><a href=\"https:\/\/meremere.school.nz\/?page_id=166\">Contact Us<\/a><\/li>\n\n        <li><a href=\"https:\/\/meremere.school.nz\/?page_id=171\">Home<\/a><\/li>\n    <\/ul>\n\n<\/div>\n\n        <!-- CONTACT -->\n\n        <div class=\"footer-box\">\n\n            <h3>Contact Us<\/h3>\n\n            <p>Email: info@meremere.school<\/p>\n\n            <p>Phone: +00 123 456 789<\/p>\n\n            <p>Meremere, New Zealand<\/p>\n\n        <\/div>\n\n    <\/div>\n\n    <!-- COPYRIGHT -->\n\n    <div class=\"footer-bottom\">\n\n        <p>\n            \u00a9 2026 Meremere School. All Rights Reserved.\n        <\/p>\n\n    <\/div>\n\n<\/footer>\n\n<!-- FOOTER END -->\n","protected":false},"excerpt":{"rendered":"<p>Meremere School Meremere School Our People Our Students Our School \u25bc Vision Mission Values Learning \/ Attendance School Administration Contact Us Our School Our School Learn more about our vision, mission and values. About Our School Meremere School is committed to creating a caring, inclusive and inspiring learning environment where every learner is encouraged to [&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-156","page","type-page","status-publish","hentry"],"_links":{"self":[{"href":"https:\/\/meremere.school.nz\/index.php?rest_route=\/wp\/v2\/pages\/156","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/meremere.school.nz\/index.php?rest_route=\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/meremere.school.nz\/index.php?rest_route=\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/meremere.school.nz\/index.php?rest_route=\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/meremere.school.nz\/index.php?rest_route=%2Fwp%2Fv2%2Fcomments&post=156"}],"version-history":[{"count":13,"href":"https:\/\/meremere.school.nz\/index.php?rest_route=\/wp\/v2\/pages\/156\/revisions"}],"predecessor-version":[{"id":357,"href":"https:\/\/meremere.school.nz\/index.php?rest_route=\/wp\/v2\/pages\/156\/revisions\/357"}],"wp:attachment":[{"href":"https:\/\/meremere.school.nz\/index.php?rest_route=%2Fwp%2Fv2%2Fmedia&parent=156"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}