{"id":166,"date":"2026-06-06T07:49:31","date_gmt":"2026-06-06T07:49:31","guid":{"rendered":"https:\/\/meremere.school.nz\/?page_id=166"},"modified":"2026-06-06T12:53:49","modified_gmt":"2026-06-06T12:53:49","slug":"school-administration-new","status":"publish","type":"page","link":"https:\/\/meremere.school.nz\/?page_id=166","title":{"rendered":"School Administration-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\n.inner-banner {\n    position: relative;\n    width: 100%;\n    height: 450px;\n\n    background-image: url('https:\/\/meremere.school.nz\/wp-content\/uploads\/2026\/06\/5-1.png');\n\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\/* ADMIN INTRO *\/\n\n.admin-intro {\n    background: #ffffff;\n    padding: 100px 40px;\n}\n\n\/* CONTAINER *\/\n\n.admin-container {\n    max-width: 1000px;\n    margin: auto;\n    text-align: center;\n}\n\n\/* TITLE *\/\n\n.admin-container h2 {\n    font-size: 52px;\n    color: #003366;\n    margin-bottom: 30px;\n}\n\n\/* TEXT *\/\n\n.admin-container p {\n    font-size: 21px;\n    line-height: 1.9;\n    color: #555555;\n    margin-bottom: 25px;\n}\n\n\/* MOBILE *\/\n\n@media (max-width: 768px) {\n\n    .admin-intro {\n        padding: 60px 20px;\n    }\n\n    .admin-container h2 {\n        font-size: 36px;\n    }\n\n    .admin-container p {\n       font-size: 18px;\n    }\n\n}\n\n\n\/* ADMIN CARDS SECTION *\/\n\n.admin-cards-section {\n    background: #f5f9ff;\n    padding: 100px 40px;\n}\n\n\/* GRID *\/\n\n.admin-cards-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.admin-card {\n    background: white;\n    padding: 45px 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.admin-card:hover {\n    transform: translateY(-10px);\n}\n\n\/* TITLE *\/\n\n.admin-card h3 {\n    font-size: 30px;\n    color: #003366;\n    margin-bottom: 20px;\n}\n\n\/* TEXT *\/\n\n.admin-card p {\n    font-size: 19px;\n    line-height: 1.8;\n    color: #555555;\n}\n\n\/* MOBILE *\/\n\n@media (max-width: 768px) {\n\n    .admin-cards-section {\n        padding: 60px 20px;\n    }\n\n    .admin-cards-grid {\n        grid-template-columns: 1fr;\n    }\n\n    .admin-card h3 {\n        font-size: 24px;\n    }\n\n    .admin-card p {\n        font-size: 17px;\n    }\n\n}\n\n\n\/* BELL TIMES SECTION *\/\n\n.bell-times-section {\n    background: #ffffff;\n    padding: 100px 40px;\n}\n\n\/* HEADING *\/\n\n.bell-heading {\n    text-align: center;\n    margin-bottom: 60px;\n}\n\n.bell-heading h2 {\n    font-size: 52px;\n    color: #003366;\n    margin-bottom: 20px;\n}\n\n.bell-heading p {\n    font-size: 22px;\n    color: #666666;\n}\n\n\/* TABLE CONTAINER *\/\n\n.bell-table-container {\n    max-width: 900px;\n    margin: auto;\n    overflow-x: auto;\n}\n\n\/* TABLE *\/\n\n.bell-table {\n    width: 100%;\n    border-collapse: collapse;\n    background: white;\n    box-shadow: 0 10px 25px rgba(0,0,0,0.08);\n    border-radius: 20px;\n    overflow: hidden;\n}\n\n\/* HEADER *\/\n\n.bell-table th {\n    background: #003b8e;\n    color: white;\n    padding: 22px;\n    font-size: 22px;\n}\n\n\/* ROWS *\/\n\n.bell-table td {\n    padding: 20px;\n    font-size: 19px;\n    color: #555555;\n    border-bottom: 1px solid #eeeeee;\n    text-align: center;\n}\n\n\/* HOVER *\/\n\n.bell-table tr:hover {\n    background: #f5f9ff;\n}\n\n\/* MOBILE *\/\n\n@media (max-width: 768px) {\n\n    .bell-times-section {\n        padding: 60px 20px;\n    }\n\n    .bell-heading h2 {\n        font-size: 36px;\n    }\n\n    .bell-heading p {\n       font-size: 18px;\n    }\n\n    .bell-table th,\n    .bell-table td {\n        font-size: 16px;\n        padding: 14px;\n    }\n\n}\n\n\n\/* DOCUMENTS SECTION *\/\n\n.documents-section {\n    background: #f5f9ff;\n    padding: 100px 40px;\n}\n\n\/* HEADING *\/\n\n.documents-heading {\n    text-align: center;\n    margin-bottom: 70px;\n}\n\n.documents-heading h2 {\n    font-size: 52px;\n    color: #003366;\n    margin-bottom: 20px;\n}\n\n.documents-heading p {\n    font-size: 22px;\n    color: #666666;\n}\n\n\/* GRID *\/\n\n.documents-grid {\n    max-width: 1200px;\n    margin: auto;\n    display: grid;\n    grid-template-columns: repeat(3, 1fr);\n    gap: 30px;\n}\n\n\/* CARD *\/\n\n.document-card {\n    background: white;\n    padding: 35px 25px;\n    text-align: center;\n    border-radius: 18px;\n    text-decoration: none;\n    color: #003366;\n    font-size: 22px;\n    font-weight: 600;\n    transition: 0.3s;\n    box-shadow: 0 10px 25px rgba(0,0,0,0.08);\n}\n\n\/* HOVER *\/\n\n.document-card:hover {\n    background: #003b8e;\n    color: white;\n    transform: translateY(-8px);\n}\n\n\/* MOBILE *\/\n\n@media (max-width: 768px) {\n\n    .documents-section {\n        padding: 60px 20px;\n    }\n\n    .documents-heading h2 {\n        font-size: 36px;\n    }\n\n    .documents-heading p {\n       font-size: 18px;\n    }\n\n    .documents-grid {\n        grid-template-columns: 1fr;\n    }\n\n    .document-card {\n       font-size: 18px;\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\n\n<meta charset=\"UTF-8\">\n\n    <meta name=\"viewport\" content=\"width=device-width, initial-scale=1.0\">\n\n    <title>School Administration<\/title>\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\/admin.css\">\n    <!-- java-script -->\n   <script src=\"js\/include.js\"><\/script> \n\n\n\n\n\n   <!-- HEADER -->\n\n    <div id=\"header\"><\/div>\n\n    <!-- HEADER end-->\n\n\n<!-- ADMIN BANNER START -->\n\n<section class=\"inner-banner admin-banner\">\n\n    <div class=\"banner-overlay\">\n\n        <h1>School Administration<\/h1>\n\n        <p>\n            Important school information, procedures and resources\n            for students and families.\n        <\/p>\n\n    <\/div>\n\n<\/section>\n\n<!-- ADMIN BANNER END -->\n\n<!-- ADMIN INTRO START -->\n\n<section class=\"admin-intro\">\n\n    <div class=\"admin-container\">\n\n       \n <h2>Administration Information<\/h2> \n\n        <p>\n            Meremere School provides important administrative\n            information to support students, parents and the\n            wider school community.\n        <\/p>\n\n        <p>\n            Here you can find information regarding enrolments,\n            uniforms, stationery, newsletters, school times\n            and other important updates.\n        <\/p>\n\n    <\/div>\n\n<\/section>\n\n<!-- ADMIN INTRO END -->\n\n<!-- ADMIN CARDS SECTION START -->\n\n<section class=\"admin-cards-section\">\n\n    <div class=\"admin-cards-grid\">\n\n        <div class=\"admin-card\">\n            <h3>Enrolment<\/h3>\n\n            <p>\n                Information regarding student enrolment\n                procedures and requirements.\n            <\/p>\n        <\/div>\n\n        <div class=\"admin-card\">\n            <h3>Uniforms<\/h3>\n\n            <p>\n                School uniform guidelines, expectations\n                and purchasing information.\n            <\/p>\n        <\/div>\n\n        <div class=\"admin-card\">\n            <h3>Stationery<\/h3>\n\n            <p>\n                Recommended stationery requirements\n                for students and classrooms.\n            <\/p>\n        <\/div>\n\n        <div class=\"admin-card\">\n            <h3>Newsletters<\/h3>\n\n            <p>\n                Stay updated with important school\n                announcements and activities.\n            <\/p>\n        <\/div>\n\n        <div class=\"admin-card\">\n            <h3>Term Dates<\/h3>\n\n            <p>\n                Important school calendar dates,\n                holidays and events.\n            <\/p>\n        <\/div>\n\n        <div class=\"admin-card\">\n            <h3>School Policies<\/h3>\n\n            <p>\n                Access school policies, procedures\n                and community expectations.\n            <\/p>\n        <\/div>\n\n    <\/div>\n\n<\/section>\n\n<!-- ADMIN CARDS SECTION END -->\n\n\n<!-- BELL TIMES SECTION START -->\n\n<section class=\"bell-times-section\">\n\n    <div class=\"bell-heading\">\n\n        <h2>School Bell Times<\/h2>\n\n        <p>\n            Daily timetable and school learning schedule.\n        <\/p>\n\n    <\/div>\n\n    <!-- TABLE -->\n\n    <div class=\"bell-table-container\">\n\n        <table class=\"bell-table\">\n\n            <tbody><tr>\n                <th>Time<\/th>\n                <th>Activity<\/th>\n            <\/tr>\n\n            <tr>\n                <td>8:30 AM<\/td>\n                <td>School Opens<\/td>\n            <\/tr>\n\n            <tr>\n                <td>8:55 AM<\/td>\n                <td>Learning Begins<\/td>\n            <\/tr>\n\n            <tr>\n                <td>10:30 AM<\/td>\n                <td>Morning Tea<\/td>\n            <\/tr>\n\n            <tr>\n                <td>10:50 AM<\/td>\n                <td>Classes Resume<\/td>\n            <\/tr>\n\n            <tr>\n                <td>12:30 PM<\/td>\n                <td>Lunch Break<\/td>\n            <\/tr>\n\n            <tr>\n                <td>1:15 PM<\/td>\n                <td>Afternoon Learning<\/td>\n            <\/tr>\n\n            <tr>\n                <td>3:00 PM<\/td>\n                <td>School Ends<\/td>\n            <\/tr>\n\n        <\/tbody><\/table>\n\n    <\/div>\n\n<\/section>\n\n<!-- BELL TIMES SECTION END -->\n\n<!-- DOCUMENTS SECTION START -->\n\n<section class=\"documents-section\">\n\n    <div class=\"documents-heading\">\n\n        <h2>School Documents<\/h2>\n\n        <p>\n            Access important school forms, policies,\n            reports and downloadable resources.\n        <\/p>\n\n    <\/div>\n\n    <!-- DOCUMENT GRID -->\n\n    <div class=\"documents-grid\">\n\n        <a href=\"#\" class=\"document-card\">\n            Enrolment Form\n        <\/a>\n\n        <a href=\"#\" class=\"document-card\">\n            School Newsletter\n        <\/a>\n\n        <a href=\"#\" class=\"document-card\">\n            Annual Report\n        <\/a>\n\n        <a href=\"#\" class=\"document-card\">\n            Strategic Plan\n        <\/a>\n\n        <a href=\"#\" class=\"document-card\">\n            School Policies\n        <\/a>\n\n        <a href=\"#\" class=\"document-card\">\n            Stationery List\n        <\/a>\n\n    <\/div>\n\n<\/section>\n\n<!-- DOCUMENTS SECTION END -->\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\">School Administration<\/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\n    <!-- JAVASCRIPT -->\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 School Administration School Administration Important school information, procedures and resources for students and families. Administration Information Meremere School provides important administrative information to support students, parents and the wider school community. Here you can [&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-166","page","type-page","status-publish","hentry"],"_links":{"self":[{"href":"https:\/\/meremere.school.nz\/index.php?rest_route=\/wp\/v2\/pages\/166","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=166"}],"version-history":[{"count":14,"href":"https:\/\/meremere.school.nz\/index.php?rest_route=\/wp\/v2\/pages\/166\/revisions"}],"predecessor-version":[{"id":360,"href":"https:\/\/meremere.school.nz\/index.php?rest_route=\/wp\/v2\/pages\/166\/revisions\/360"}],"wp:attachment":[{"href":"https:\/\/meremere.school.nz\/index.php?rest_route=%2Fwp%2Fv2%2Fmedia&parent=166"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}