{"id":1565,"date":"2026-03-17T19:25:14","date_gmt":"2026-03-17T11:25:14","guid":{"rendered":"https:\/\/wmea.charity\/?page_id=1565"},"modified":"2026-04-08T13:09:11","modified_gmt":"2026-04-08T05:09:11","slug":"uk-exchange-program-summer","status":"publish","type":"page","link":"https:\/\/wmea.charity\/index.php\/uk-exchange-program-summer\/","title":{"rendered":"UK Exchange Program Summer"},"content":{"rendered":"\t\t<div data-elementor-type=\"wp-page\" data-elementor-id=\"1565\" class=\"elementor elementor-1565\">\n\t\t\t\t<div class=\"elementor-element elementor-element-fb1394d e-flex e-con-boxed e-con e-parent\" data-id=\"fb1394d\" 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-8f4af56 elementor-widget elementor-widget-html\" data-id=\"8f4af56\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"html.default\">\n\t\t\t\t\t<!DOCTYPE html>\n<html lang=\"zh-Hant\">\n<head>\n    <meta charset=\"UTF-8\">\n    <meta name=\"viewport\" content=\"width=device-width, initial-scale=1.0\">\n    <title>Holmewood House \u82f1\u570b\u77ed\u671f\u7559\u5b78\u734e\u5b78\u91d1\u8a08\u5283<\/title>\n    <script src=\"https:\/\/cdn.tailwindcss.com\"><\/script>\n    <link href=\"https:\/\/cdnjs.cloudflare.com\/ajax\/libs\/font-awesome\/6.0.0\/css\/all.min.css\" rel=\"stylesheet\">\n    <style>\n        :root {\n            --primary-blue: #94daf5;\n            --secondary-yellow: #f7f4ca;\n            --dark-blue: #5baed1;\n        }\n        body {\n            font-family: 'PingFang HK', 'Microsoft JhengHei', sans-serif;\n            background-color: #ffffff;\n            color: #333;\n        }\n        .bg-primary { background-color: var(--primary-blue); }\n        .bg-secondary { background-color: var(--secondary-yellow); }\n        .text-primary { color: var(--dark-blue); }\n        \n        .hero-gradient {\n            background: linear-gradient(135deg, var(--primary-blue) 0%, #ffffff 100%);\n        }\n        \n        .section-card {\n            background: white;\n            border-radius: 1.5rem;\n            box-shadow: 0 10px 25px -5px rgba(0, 0, 0, 0.05);\n            transition: transform 0.3s ease;\n        }\n        .section-card:hover {\n            transform: translateY(-5px);\n        }\n\n        .img-gallery {\n            display: grid;\n            grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));\n            gap: 1.5rem;\n        }\n        .img-item {\n            border-radius: 1rem;\n            overflow: hidden;\n            height: 200px;\n        }\n        .img-item img {\n            width: 100%;\n            height: 100%;\n            object-fit: cover;\n            transition: transform 0.5s ease;\n        }\n        .img-item img:hover {\n            transform: scale(1.1);\n        }\n\n        .schedule-table {\n            border-collapse: separate;\n            border-spacing: 0;\n            width: 100%;\n            border-radius: 1rem;\n            overflow: hidden;\n        }\n        .schedule-table th {\n            background-color: var(--primary-blue);\n            color: #1e3a8a;\n            padding: 1rem;\n        }\n        .schedule-table td {\n            padding: 0.75rem;\n            border-bottom: 1px solid #e2e8f0;\n            text-align: center;\n        }\n        .schedule-table tr:nth-child(even) {\n            background-color: var(--secondary-yellow);\n        }\n        \n        .nav-link {\n            position: relative;\n            transition: color 0.3s;\n        }\n        .nav-link::after {\n            content: '';\n            position: absolute;\n            width: 0;\n            height: 2px;\n            bottom: -4px;\n            left: 0;\n            background-color: var(--dark-blue);\n            transition: width 0.3s;\n        }\n        .nav-link:hover::after {\n            width: 100%;\n        }\n    <\/style>\n<\/head>\n<body class=\"antialiased\">\n\n    <!-- \u5c0e\u822a\u6b04 -->\n    <nav class=\"sticky top-0 z-50 bg-white\/90 backdrop-blur-md shadow-sm\">\n        <div class=\"max-w-7xl mx-auto px-4 sm:px-6 lg:px-8\">\n            <div class=\"flex justify-between h-20 items-center\">\n                <div class=\"flex items-center space-x-2\">\n                    <div class=\"w-10 h-10 bg-primary rounded-full flex items-center justify-center font-bold text-white text-xl\">H<\/div>\n                    <span class=\"text-xl font-bold tracking-tight text-gray-800\">Holmewood <span class=\"text-primary\">School<\/span><\/span>\n                <\/div>\n                <div class=\"hidden md:flex space-x-8 text-sm font-medium\">\n                    <a href=\"#about\" class=\"nav-link text-gray-600 hover:text-primary\">\u8a08\u5283\u4ecb\u7d39<\/a>\n                    <a href=\"#school\" class=\"nav-link text-gray-600 hover:text-primary\">\u6821\u5712\u74b0\u5883<\/a>\n                    <a href=\"#facilities\" class=\"nav-link text-gray-600 hover:text-primary\">\u8a2d\u65bd\u8a2d\u65bd<\/a>\n                    <a href=\"#schedule\" class=\"nav-link text-gray-600 hover:text-primary\">\u8ab2\u7a0b\u5b89\u6392<\/a>\n                    <a href=\"#contact\" class=\"px-5 py-2 bg-primary text-blue-900 rounded-full hover:shadow-lg transition\">\u7acb\u5373\u7533\u8acb<\/a>\n                <\/div>\n            <\/div>\n        <\/div>\n    <\/nav>\n\n    <!-- \u4e3b\u8996\u89ba\u5340 -->\n    <header class=\"hero-gradient py-16 md:py-24\">\n        <div class=\"max-w-7xl mx-auto px-4 sm:px-6 lg:px-8\">\n            <div class=\"grid md:grid-cols-2 gap-12 items-center\">\n                <div>\n                    <div class=\"inline-block px-4 py-1 bg-white border border-blue-200 text-blue-800 rounded-full text-sm font-semibold mb-4 shadow-sm\">\n                        <i class=\"fas fa-award mr-2 text-yellow-500\"><\/i>\u9999\u6e2f\u5d07\u5149\u767e\u8ca8\u555f\u5fb7\u5e97 SOGO KAI TAK \u51a0\u540d\u8d0a\u52a9\n                    <\/div>\n                    <h1 class=\"text-4xl md:text-6xl font-black text-gray-900 leading-tight mb-6\">\n                        HOLMEWOOD SCHOOL<br\/>\n                        <span class=\"text-primary\">\u82f1\u570b\u77ed\u671f\u7559\u5b78\u734e\u5b78\u91d1\u8a08\u5283<\/span> \ud83c\uddec\ud83c\udde7\n                    <\/h1>\n                    <p class=\"text-lg text-gray-700 mb-8 leading-relaxed\">\n                        \u5728\u9019\u500b\u516d\u6708\uff0c\u70ba\u5091\u51fa\u5b78\u5b50\u5448\u737b\u4e00\u6b21\u8f15\u9b06\u800c\u5145\u5be6\u3001\u5bcc\u6709\u610f\u7fa9\u7684\u65c5\u7a0b\u3002\u6c89\u6d78\u5f0f\u9ad4\u9a57\u82f1\u570b\u9802\u5c16\u79c1\u6821\u5bc4\u5bbf\u751f\u6d3b\uff0c\u8207\u82f1\u570b\u672c\u5730\u5b78\u751f\u4e00\u540c\u4e0a\u8ab2\u3002\n                    <\/p>\n                    <div class=\"flex flex-wrap gap-4\">\n                        <div class=\"bg-secondary p-4 rounded-xl border border-yellow-200\">\n                            <div class=\"text-xs text-gray-500 uppercase tracking-wider\">\u62db\u751f\u5c0d\u8c61<\/div>\n                            <div class=\"text-xl font-bold text-gray-800\">7 \u81f3 13 \u6b72<\/div>\n                        <\/div>\n                        <div class=\"bg-secondary p-4 rounded-xl border border-yellow-200\">\n                            <div class=\"text-xs text-gray-500 uppercase tracking-wider\">\u7559\u5b78\u6642\u9593<\/div>\n                            <div class=\"text-xl font-bold text-gray-800\">9 \u5929 8 \u591c<\/div>\n                        <\/div>\n                    <\/div>\n                <\/div>\n                <div class=\"relative\">\n                    <div class=\"rounded-3xl overflow-hidden shadow-2xl rotate-2\">\n                        <img decoding=\"async\" src=\"https:\/\/wmea.charity\/wp-content\/uploads\/2026\/03\/school-1.jpg\" alt=\"[\u5b78\u6821\u5efa\u7bc9]\" class=\"w-full h-auto\">\n                    <\/div>\n                    <div class=\"absolute -bottom-6 -left-6 bg-white p-4 rounded-2xl shadow-xl -rotate-3 hidden md:block border-4 border-primary\">\n                        <p class=\"text-primary font-bold\">\u734e\u5b78\u91d1\u540d\u984d\u6709\u9650\uff0c\u8acb\u5373\u7533\u8acb<\/p>\n                    <\/div>\n                <\/div>\n            <\/div>\n        <\/div>\n    <\/header>\n\n    <!-- \u8a08\u5283\u4ecb\u7d39 -->\n    <section id=\"about\" class=\"py-20 bg-white\">\n        <div class=\"max-w-7xl mx-auto px-4 sm:px-6 lg:px-8\">\n            <div class=\"text-center mb-16\">\n                <h2 class=\"text-3xl font-bold mb-4\">\u6838\u5fc3\u9ad4\u9a57\u8207\u50f9\u503c<\/h2>\n                <div class=\"w-20 h-1.5 bg-primary mx-auto rounded-full\"><\/div>\n            <\/div>\n            \n            <div class=\"grid md:grid-cols-3 gap-8\">\n                <div class=\"section-card p-8 bg-secondary\/30\">\n                    <div class=\"w-12 h-12 bg-primary rounded-lg flex items-center justify-center text-white mb-6\">\n                        <i class=\"fas fa-graduation-cap\"><\/i>\n                    <\/div>\n                    <h3 class=\"text-xl font-bold mb-4\">\u7cbe\u82f1\u6559\u80b2\u9ad4\u9a57<\/h3>\n                    <p class=\"text-gray-600\">\u8207\u82f1\u570b\u5b78\u751f\u4e00\u540c\u4e0a\u8ab2\uff0c\u89aa\u8eab\u9ad4\u9a57\u50c5\u6709\u5927\u7d04 6% \u82f1\u570b\u5b78\u751f\u624d\u80fd\u4eab\u53d7\u7684\u7cbe\u82f1\u79c1\u7acb\u6559\u80b2\u3002<\/p>\n                <\/div>\n                <div class=\"section-card p-8 bg-secondary\/30\">\n                    <div class=\"w-12 h-12 bg-primary rounded-lg flex items-center justify-center text-white mb-6\">\n                        <i class=\"fas fa-landmark\"><\/i>\n                    <\/div>\n                    <h3 class=\"text-xl font-bold mb-4\">\u82f1\u502b\u6587\u5316\u63a2\u7d22<\/h3>\n                    <p class=\"text-gray-600\">\u6c89\u6d78\u5728\u8c50\u5bcc\u7684\u6b77\u53f2\u8207\u65b0\u6f6e\u7684\u6d3b\u529b\u4e2d\uff0c\u8d70\u8a2a\u502b\u6566\u7d93\u5178\u5730\u6a19\uff0c\u611f\u53d7\u6df1\u539a\u6587\u5316\u5e95\u860a\u3002<\/p>\n                <\/div>\n                <div class=\"section-card p-8 bg-secondary\/30\">\n                    <div class=\"w-12 h-12 bg-primary rounded-lg flex items-center justify-center text-white mb-6\">\n                        <i class=\"fas fa-leaf\"><\/i>\n                    <\/div>\n                    <h3 class=\"text-xl font-bold mb-4\">\u81ea\u7136\u6236\u5916\u8ab2\u5802<\/h3>\n                    <p class=\"text-gray-600\">\u52a0\u5165\u6236\u5916\u5b78\u7fd2\u6a02\u5712\uff01\u5728\u7da0\u6a39\u4e0b\u4eab\u53d7\u81ea\u7136\u8ab2\u5802\uff0c\u63d2\u73ed\u5831\u8b80\u9ad4\u9a57\u6210\u9577\u6a02\u8da3\u3002<\/p>\n                <\/div>\n            <\/div>\n\n            <div class=\"mt-16 img-gallery\">\n                <div class=\"img-item shadow-lg\"><img decoding=\"async\" src=\"https:\/\/wmea.charity\/wp-content\/uploads\/2026\/03\/b2a31c3b-7c86-4c8f-b943-3faae1d43f0d-2.jpg\" alt=\"[\u5b78\u751f\u751f\u6d3b]\"><\/div>\n                <div class=\"img-item shadow-lg\"><img decoding=\"async\" src=\"https:\/\/wmea.charity\/wp-content\/uploads\/2026\/03\/student-1.jpg\" alt=\"[\u5b78\u751f\u751f\u6d3b]\"><\/div>\n                <div class=\"img-item shadow-lg\"><img decoding=\"async\" src=\"https:\/\/wmea.charity\/wp-content\/uploads\/2026\/03\/student-2.jpg\" alt=\"[\u5b78\u751f\u751f\u6d3b]\"><\/div>\n            <\/div>\n        <\/div>\n    <\/section>\n\n    <!-- \u5b78\u6821\u74b0\u5883 -->\n    <section id=\"school\" class=\"py-20 bg-secondary\/20\">\n        <div class=\"max-w-7xl mx-auto px-4 sm:px-6 lg:px-8\">\n            <div class=\"grid md:grid-cols-2 gap-16 items-center\">\n                <div>\n                    <h2 class=\"text-3xl font-bold mb-6\">\u5b78\u6821\u7c21\u4ecb<\/h2>\n                    <p class=\"text-gray-700 text-lg leading-relaxed mb-6\">\n                        Holmewood House \u5750\u843d\u65bc\u80af\u7279\u90e1\u6838\u5fc3\u5730\u5e36\uff0c\u662f\u4e00\u6240\u9802\u5c16\u7537\u5973\u9810\u5099\u5b78\u6821\u3002\u6821\u5712\u4f54\u5730\u9054 30 \u82f1\u755d\uff0c\u74b0\u5883\u512a\u7f8e\u4e14\u5b89\u5168\u6027\u6975\u9ad8\u3002\n                    <\/p>\n                    <p class=\"text-gray-700 text-lg leading-relaxed mb-8\">\n                        \u6211\u5011\u79c9\u6301\u300cThe Holmewood Way\u300d\u6559\u80b2\u7406\u5ff5\uff0c\u81f4\u529b\u65bc\u57f9\u990a\u5b69\u5b50\u7684\u81ea\u4fe1\uff08Believing\uff09\u3001\u6210\u5c31\u611f\uff08Achieving\uff09\u8207\u6210\u529f\uff08Succeeding\uff09\uff0c\u8b93\u6bcf\u4e00\u4f4d\u5b78\u5b50\u90fd\u80fd\u5728\u5feb\u6a02\u4e2d\u8ffd\u6c42\u5353\u8d8a\u3002\n                    <\/p>\n                    <div class=\"bg-white p-6 rounded-2xl shadow-sm border-l-4 border-primary\">\n                        <p class=\"italic text-gray-600 font-medium\">\"\u5b78\u6821\u4f4d\u65bc\u5b89\u5168\u5bcc\u9952\u7684\u82f1\u683c\u862d\u9109\u90ca\uff0c\u9130\u8fd1\u502b\u6566\u537b\u9060\u96e2\u55a7\u56c2\uff0c\u70ba\u5b78\u7fd2\u63d0\u4f9b\u6700\u4f73\u6c1b\u570d\u3002\"<\/p>\n                    <\/div>\n                <\/div>\n                <div class=\"grid grid-cols-2 gap-4\">\n                    <div class=\"img-item h-64\"><img decoding=\"async\" src=\"https:\/\/wmea.charity\/wp-content\/uploads\/2026\/03\/school-2.jpg\" alt=\"[\u5b78\u6821\u666f\u89c0]\"><\/div>\n                    <div class=\"img-item h-64 mt-8\"><img decoding=\"async\" src=\"https:\/\/wmea.charity\/wp-content\/uploads\/2026\/03\/school-3.jpg\" alt=\"[\u5b78\u6821\u5efa\u7bc9]\"><\/div>\n                <\/div>\n            <\/div>\n        <\/div>\n    <\/section>\n\n    <!-- \u8a2d\u65bd\u8207\u8a2d\u65bd -->\n    <section id=\"facilities\" class=\"py-20 bg-white\">\n        <div class=\"max-w-7xl mx-auto px-4 sm:px-6 lg:px-8\">\n            <div class=\"text-center mb-16\">\n                <h2 class=\"text-3xl font-bold mb-4\">\u5353\u8d8a\u8a2d\u65bd\u8207\u751f\u6d3b\u74b0\u5883<\/h2>\n                <div class=\"w-20 h-1.5 bg-primary mx-auto rounded-full\"><\/div>\n            <\/div>\n\n            <div class=\"space-y-20\">\n                <!-- \u4f4f\u5bbf\u8207\u4f11\u606f -->\n                <div>\n                    <div class=\"flex items-center space-x-4 mb-8\">\n                        <div class=\"p-3 bg-primary rounded-xl text-white\"><i class=\"fas fa-bed fa-lg\"><\/i><\/div>\n                        <h3 class=\"text-2xl font-bold\">\u4f4f\u5bbf\u5b89\u6392\uff1a\u5bb6\u5916\u4e4b\u5bb6 (Home from Home)<\/h3>\n                    <\/div>\n                    <div class=\"img-gallery mb-8\">\n                        <div class=\"img-item\"><img decoding=\"async\" src=\"https:\/\/wmea.charity\/wp-content\/uploads\/2026\/03\/bedroom-2.jpg\" alt=\"[\u5bbf\u820d\u623f\u9593]\"><\/div>\n                        <div class=\"img-item\"><img decoding=\"async\" src=\"https:\/\/wmea.charity\/wp-content\/uploads\/2026\/03\/bedroom-1.png\" alt=\"[\u5bbf\u820d\u74b0\u5883]\"><\/div>\n                        <div class=\"img-item\"><img decoding=\"async\" src=\"https:\/\/wmea.charity\/wp-content\/uploads\/2026\/03\/bedroom-3.png\" alt=\"[\u5bbf\u820d\u8a2d\u65bd]\"><\/div>\n                    <\/div>\n                    <p class=\"text-gray-600 leading-relaxed max-w-4xl\">\n                        \u7559\u5b78\u751f\u5c07\u5bc4\u5bbf\u65bc\u5b78\u6821\u6eab\u99a8\u7684 Boarding House \u4e2d\u3002\u5bbf\u820d\u8a2d\u6709\u5c08\u8077\u820d\u76e3\u7167\u6599\uff0c\u73fe\u4ee3\u5316\u7684\u8a2d\u65bd\u8207\u5171\u7528\u4f11\u606f\u7a7a\u9593\uff0c\u8b93\u5b69\u5b50\u8fc5\u901f\u5efa\u7acb\u53cb\u8abc\uff0c\u9ad4\u9a57\u6700\u5730\u9053\u7684\u82f1\u5f0f\u5bc4\u5bbf\u751f\u6d3b\u3002\n                    <\/p>\n                <\/div>\n\n                <!-- \u904b\u52d5\u8a2d\u65bd -->\n                <div class=\"grid md:grid-cols-2 gap-8 items-center\">\n                    <div class=\"order-2 md:order-1 grid grid-cols-1 gap-4\">\n                        <div class=\"img-item h-60\"><img decoding=\"async\" src=\"https:\/\/wmea.charity\/wp-content\/uploads\/2026\/03\/swimming-pool-1.jpg\" alt=\"[\u6e38\u6cf3\u6c60]\"><\/div>\n                        <div class=\"img-item h-60\"><img decoding=\"async\" src=\"https:\/\/wmea.charity\/wp-content\/uploads\/2026\/03\/sports-1.jpg\" alt=\"[\u9ad4\u80b2\u4e2d\u5fc3]\"><\/div>\n                    <\/div>\n                    <div class=\"order-1 md:order-2\">\n                        <div class=\"flex items-center space-x-4 mb-6\">\n                            <div class=\"p-3 bg-primary rounded-xl text-white\"><i class=\"fas fa-running fa-lg\"><\/i><\/div>\n                            <h3 class=\"text-2xl font-bold\">\u5168\u65b9\u4f4d\u904b\u52d5\u7a7a\u9593<\/h3>\n                        <\/div>\n                        <p class=\"text-gray-600 text-lg mb-6\">\n                            \u5b78\u6821\u64c1\u6709\u5b8c\u5584\u7684\u904b\u52d5\u5834\u9928\uff0c\u5305\u62ec\u73fe\u4ee3\u5316\u7684\u5ba4\u5167\u6e38\u6cf3\u6c60\u53ca\u5927\u578b\u9ad4\u80b2\u4e2d\u5fc3\u3002\u591a\u5143\u5316\u7684\u904b\u52d5\u8a2d\u65bd\u78ba\u4fdd\u5b78\u751f\u5728\u5b78\u7fd2\u4e4b\u9918\uff0c\u80fd\u767c\u5c55\u9ad4\u9b44\u3001\u57f9\u990a\u5718\u968a\u7cbe\u795e\u3002\n                        <\/p>\n                        <ul class=\"space-y-3\">\n                            <li class=\"flex items-center text-gray-700\"><i class=\"fas fa-check-circle text-primary mr-3\"><\/i> \u6046\u6eab\u5ba4\u5167\u6e38\u6cf3\u6c60<\/li>\n                            <li class=\"flex items-center text-gray-700\"><i class=\"fas fa-check-circle text-primary mr-3\"><\/i> \u591a\u529f\u80fd\u9ad4\u80b2\u6d3b\u52d5\u5ba4<\/li>\n                            <li class=\"flex items-center text-gray-700\"><i class=\"fas fa-check-circle text-primary mr-3\"><\/i> \u6236\u5916\u5927\u578b\u904b\u52d5\u8349\u576a<\/li>\n                        <\/ul>\n                    <\/div>\n                <\/div>\n\n                <!-- \u98f2\u98df -->\n                <div class=\"grid md:grid-cols-2 gap-8 items-center\">\n                    <div>\n                        <div class=\"flex items-center space-x-4 mb-6\">\n                            <div class=\"p-3 bg-primary rounded-xl text-white\"><i class=\"fas fa-utensils fa-lg\"><\/i><\/div>\n                            <h3 class=\"text-2xl font-bold\">\u71df\u990a\u8207\u7f8e\u5473\u517c\u5177\u7684\u98f2\u98df<\/h3>\n                        <\/div>\n                        <p class=\"text-gray-600 text-lg mb-6\">\n                            \u5b78\u6821\u9910\u5ef3\u6bcf\u65e5\u63d0\u4f9b\u73fe\u505a\u7684\u5065\u5eb7\u9910\u98df\uff0c\u5305\u542b\u50b3\u7d71\u82f1\u5f0f\u65e9\u5348\u9910\u3001\u8c50\u5bcc\u7684\u4e09\u9053\u5f0f\u665a\u9910\u4ee5\u53ca\u5c08\u9580\u91dd\u5c0d\u4e9e\u88d4\u53e3\u5473\u7684\u9078\u64c7\u3002\n                        <\/p>\n                        <div class=\"bg-secondary p-6 rounded-2xl border border-yellow-200\">\n                            <p class=\"text-blue-900 font-bold\">\u5c08\u696d\u8cbc\u5fc3\u5b89\u6392\uff1a<\/p>\n                            <p class=\"text-gray-700 mt-2 text-sm leading-relaxed\">\u78ba\u4fdd\u5b69\u5b50\u6210\u9577\u767c\u80b2\u6240\u9700\u7684\u5747\u8861\u71df\u990a\uff0c\u5373\u4fbf\u662f\u7570\u570b\u4ed6\u9109\u4e5f\u80fd\u611f\u53d7\u5230\u5bb6\u7684\u5473\u9053\u3002<\/p>\n                        <\/div>\n                    <\/div>\n                    <div class=\"grid grid-cols-2 gap-4\">\n                        <div class=\"img-item\"><img decoding=\"async\" src=\"https:\/\/wmea.charity\/wp-content\/uploads\/2026\/03\/food-1.jpg\" alt=\"[\u98ef\u5802\u7f8e\u98df]\"><\/div>\n                        <div class=\"img-item\"><img decoding=\"async\" src=\"https:\/\/wmea.charity\/wp-content\/uploads\/2026\/03\/food-2.jpg\" alt=\"[\u5b78\u751f\u5c31\u9910]\"><\/div>\n                    <\/div>\n                <\/div>\n            <\/div>\n        <\/div>\n    <\/section>\n\n    <!-- \u8ab2\u7a0b\u5b89\u6392 -->\n    <section id=\"schedule\" class=\"py-20 bg-secondary\/10\">\n        <div class=\"max-w-7xl mx-auto px-4 sm:px-6 lg:px-8\">\n            <div class=\"text-center mb-16\">\n                <h2 class=\"text-3xl font-bold mb-4\">\u8ab2\u7a0b\u5b89\u6392\u8868<\/h2>\n                <p class=\"text-gray-500\">*\u50c5\u4f9b\u53c3\u8003\uff0c\u5be6\u969b\u8ab2\u7a0b\u4ee5\u5165\u5b78\u8ab2\u7a0b\u8868\u70ba\u6e96<\/p>\n            <\/div>\n            \n            <div class=\"overflow-x-auto shadow-xl\">\n                <table class=\"schedule-table\">\n                    <thead>\n                        <tr>\n                            <th>\u6642\u9593<\/th>\n                            <th>Monday \u5468\u4e00<\/th>\n                            <th>Tuesday \u5468\u4e8c<\/th>\n                            <th>Wednesday \u5468\u4e09<\/th>\n                            <th>Thursday \u5468\u56db<\/th>\n                            <th>Friday \u5468\u4e94<\/th>\n                        <\/tr>\n                    <\/thead>\n                    <tbody>\n                        <tr><td>07:45-08:40<\/td><td colspan=\"5\">Breakfast (\u65e9\u9910)<\/td><\/tr>\n                        <tr><td>08:40-09:15<\/td><td colspan=\"5\">Form Time (\u5c0e\u5e2b\u6642\u9593)<\/td><\/tr>\n                        <tr><td>09:15-10:15<\/td><td>Chemistry<\/td><td>Latin<\/td><td>Maths<\/td><td>Art<\/td><td>Maths<\/td><\/tr>\n                        <tr><td>10:15-10:40<\/td><td colspan=\"5\">Break (\u8ab2\u9593\u4f11\u606f)<\/td><\/tr>\n                        <tr><td>10:40-11:40<\/td><td>Spanish<\/td><td>Geography<\/td><td>Physics<\/td><td>English<\/td><td>Biology<\/td><\/tr>\n                        <tr><td>11:50-12:50<\/td><td>D&T<\/td><td>Computer<\/td><td>PE<\/td><td>Game<\/td><td>Music<\/td><\/tr>\n                        <tr><td>12:50-13:40<\/td><td colspan=\"5\">Lunch (\u5348\u9910)<\/td><\/tr>\n                        <tr><td>14:00-14:30<\/td><td>Maths<\/td><td>Spanish<\/td><td>History<\/td><td>French<\/td><td>PSHE<\/td><\/tr>\n                        <tr><td>14:40-15:40<\/td><td>English<\/td><td>English<\/td><td>French<\/td><td>History<\/td><td>Drama<\/td><\/tr>\n                        <tr><td>16:00-17:00<\/td><td colspan=\"5\">After School Club (\u8ab2\u5f8c\u4ff1\u6a02\u90e8)<\/td><\/tr>\n                    <\/tbody>\n                <\/table>\n            <\/div>\n        <\/div>\n    <\/section>\n\n    <!-- \u5831\u540d\u8cc7\u8a0a -->\n    <section id=\"contact\" class=\"py-20 bg-white\">\n        <div class=\"max-w-7xl mx-auto px-4 sm:px-6 lg:px-8\">\n            <div class=\"bg-primary rounded-[3rem] p-12 text-blue-900 shadow-2xl relative overflow-hidden\">\n                <div class=\"absolute top-0 right-0 p-8 opacity-20\">\n                    <i class=\"fas fa-paper-plane text-9xl\"><\/i>\n                <\/div>\n                <div class=\"relative z-10 grid md:grid-cols-2 gap-12 items-center\">\n                    <div>\n                        <h2 class=\"text-4xl font-black mb-6\">\u7acb\u5373\u958b\u59cb\u82f1\u502b\u4e4b\u65c5<\/h2>\n                        <p class=\"text-xl mb-8 opacity-90 leading-relaxed text-blue-800\">\n                            \u9805\u76ee\u7684\u627f\u8fa6\u65b9\u70ba\u82f1\u570b\u672c\u571f\u7684\u6559\u80b2\u4f01\u696d\uff0c\u4ea6\u662f HOLMEWOOD \u5b78\u6821\u5b98\u65b9\u6307\u5b9a\u7684\u6821\u65b9\u4ee3\u8868\uff0c\u6df1\u53d7\u5b78\u751f\u53ca\u5bb6\u9577\u9ad8\u5ea6\u8a8d\u53ef\u3002\n                        <\/p>\n                        <div class=\"space-y-4\">\n                            <div class=\"flex items-center space-x-4 text-xl\">\n                                <i class=\"fas fa-phone-alt bg-white\/30 p-3 rounded-full\"><\/i>\n                                <span class=\"font-bold\">2677 6277<\/span>\n                            <\/div>\n                            <div class=\"flex items-center space-x-4 text-xl\">\n                                <a href=\"https:\/\/wa.link\/4lmfnf\" target=\"_blank\" class=\"flex items-center space-x-4 hover:opacity-80 transition\">\n                                    <i class=\"fab fa-whatsapp bg-white\/30 p-3 rounded-full\"><\/i>\n                                    <span class=\"font-bold\">9151 9368<\/span>\n                                <\/a>\n                            <\/div>\n                        <\/div>\n                    <\/div>\n                    <div class=\"bg-white\/40 p-8 rounded-3xl backdrop-blur-sm border border-white\/50 text-center\">\n                        <h4 class=\"text-2xl font-bold mb-4 text-blue-900\">\u7533\u8acb\u7db2\u5740<\/h4>\n                        <p class=\"mb-6 break-all font-medium text-blue-900\/80\">https:\/\/wmea.charity\/index.php\/exchange-program-enrolment-2026\/<\/p>\n                        <a href=\"https:\/\/wmea.charity\/index.php\/exchange-program-enrolment-2026\/\" target=\"_blank\" class=\"inline-block px-10 py-4 bg-blue-900 text-white font-bold rounded-full hover:bg-blue-800 transition shadow-lg\">\u7acb\u5373\u5831\u540d<\/a>\n                    <\/div>\n                <\/div>\n            <\/div>\n        <\/div>\n    <\/section>\n\n    <!-- \u9801\u8173 -->\n    <footer class=\"bg-gray-50 py-12 border-t border-gray-100\">\n        <div class=\"max-w-7xl mx-auto px-4 sm:px-6 lg:px-8 text-center\">\n            <p class=\"text-gray-500 text-sm\">\u00a9 2026 Holmewood House UK Exchange Program. All Rights Reserved.<\/p>\n        <\/div>\n    <\/footer>\n\n<\/body>\n<\/html>\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>Holmewood House \u82f1\u570b\u77ed\u671f\u7559\u5b78\u734e\u5b78\u91d1\u8a08\u5283 H Holmewood School \u8a08\u5283\u4ecb\u7d39 \u6821\u5712\u74b0\u5883 \u8a2d\u65bd\u8a2d\u65bd \u8ab2\u7a0b\u5b89\u6392 \u7acb\u5373\u7533\u8acb \u9999\u6e2f\u5d07\u5149\u767e\u8ca8\u555f\u5fb7\u5e97 SOGO KAI TAK \u51a0\u540d\u8d0a\u52a9 HOLMEWOOD SCHOOL \u82f1\u570b\u77ed\u671f\u7559\u5b78\u734e\u5b78\u91d1\u8a08\u5283 \ud83c\uddec\ud83c\udde7 \u5728\u9019\u500b\u516d\u6708\uff0c\u70ba\u5091\u51fa\u5b78\u5b50\u5448\u737b\u4e00\u6b21\u8f15\u9b06\u800c\u5145\u5be6\u3001\u5bcc\u6709\u610f\u7fa9\u7684\u65c5\u7a0b\u3002\u6c89\u6d78\u5f0f\u9ad4\u9a57\u82f1\u570b\u9802\u5c16\u79c1\u6821\u5bc4\u5bbf\u751f\u6d3b\uff0c\u8207\u82f1\u570b\u672c\u5730\u5b78\u751f\u4e00\u540c\u4e0a\u8ab2\u3002 \u62db\u751f\u5c0d\u8c61 7 \u81f3 13 \u6b72 \u7559\u5b78\u6642\u9593 9 \u5929 8 \u591c \u734e\u5b78\u91d1\u540d\u984d\u6709\u9650\uff0c\u8acb\u5373\u7533\u8acb \u6838\u5fc3\u9ad4\u9a57\u8207\u50f9\u503c \u7cbe\u82f1\u6559\u80b2\u9ad4\u9a57 \u8207\u82f1\u570b\u5b78\u751f\u4e00\u540c\u4e0a\u8ab2\uff0c\u89aa\u8eab\u9ad4\u9a57\u50c5\u6709\u5927\u7d04 6% \u82f1\u570b\u5b78\u751f\u624d\u80fd\u4eab\u53d7\u7684\u7cbe\u82f1\u79c1\u7acb\u6559\u80b2\u3002 \u82f1\u502b\u6587\u5316\u63a2\u7d22 \u6c89\u6d78\u5728\u8c50\u5bcc\u7684\u6b77\u53f2\u8207\u65b0\u6f6e\u7684\u6d3b\u529b\u4e2d\uff0c\u8d70\u8a2a\u502b\u6566\u7d93\u5178\u5730\u6a19\uff0c\u611f\u53d7\u6df1\u539a\u6587\u5316\u5e95\u860a\u3002 \u81ea\u7136\u6236\u5916\u8ab2\u5802 \u52a0\u5165\u6236\u5916\u5b78\u7fd2\u6a02\u5712\uff01\u5728\u7da0\u6a39\u4e0b\u4eab\u53d7\u81ea\u7136\u8ab2\u5802\uff0c\u63d2\u73ed\u5831\u8b80\u9ad4\u9a57\u6210\u9577\u6a02\u8da3\u3002 \u5b78\u6821\u7c21\u4ecb Holmewood House \u5750\u843d\u65bc\u80af\u7279\u90e1\u6838\u5fc3\u5730\u5e36\uff0c\u662f\u4e00\u6240\u9802\u5c16\u7537\u5973\u9810\u5099\u5b78\u6821\u3002\u6821\u5712\u4f54\u5730\u9054 30 \u82f1\u755d\uff0c\u74b0\u5883\u512a\u7f8e\u4e14\u5b89\u5168\u6027\u6975\u9ad8\u3002 \u6211\u5011\u79c9\u6301\u300cThe Holmewood Way\u300d\u6559\u80b2\u7406\u5ff5\uff0c\u81f4\u529b\u65bc\u57f9\u990a\u5b69\u5b50\u7684\u81ea\u4fe1\uff08Believing\uff09\u3001\u6210\u5c31\u611f\uff08Achieving\uff09\u8207\u6210\u529f\uff08Succeeding\uff09\uff0c\u8b93\u6bcf\u4e00\u4f4d\u5b78\u5b50\u90fd\u80fd\u5728\u5feb\u6a02\u4e2d\u8ffd\u6c42\u5353\u8d8a\u3002 &#8220;\u5b78\u6821\u4f4d\u65bc\u5b89\u5168\u5bcc\u9952\u7684\u82f1\u683c\u862d\u9109\u90ca\uff0c\u9130\u8fd1\u502b\u6566\u537b\u9060\u96e2\u55a7\u56c2\uff0c\u70ba\u5b78\u7fd2\u63d0\u4f9b\u6700\u4f73\u6c1b\u570d\u3002&#8221; \u5353\u8d8a\u8a2d\u65bd\u8207\u751f\u6d3b\u74b0\u5883 \u4f4f\u5bbf\u5b89\u6392\uff1a\u5bb6\u5916\u4e4b\u5bb6 (Home from &hellip; <\/p>\n<p class=\"link-more\"><a href=\"https:\/\/wmea.charity\/index.php\/uk-exchange-program-summer\/\" class=\"more-link\">Continue reading<span class=\"screen-reader-text\"> &#8220;UK Exchange Program Summer&#8221;<\/span><\/a><\/p>\n","protected":false},"author":1,"featured_media":0,"parent":0,"menu_order":0,"comment_status":"closed","ping_status":"closed","template":"elementor_canvas","meta":{"postBodyCss":"","postBodyMargin":[],"postBodyPadding":[],"postBodyBackground":{"backgroundType":"classic","gradient":""},"footnotes":""},"class_list":["post-1565","page","type-page","status-publish","hentry"],"_links":{"self":[{"href":"https:\/\/wmea.charity\/index.php\/wp-json\/wp\/v2\/pages\/1565","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/wmea.charity\/index.php\/wp-json\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/wmea.charity\/index.php\/wp-json\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/wmea.charity\/index.php\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/wmea.charity\/index.php\/wp-json\/wp\/v2\/comments?post=1565"}],"version-history":[{"count":40,"href":"https:\/\/wmea.charity\/index.php\/wp-json\/wp\/v2\/pages\/1565\/revisions"}],"predecessor-version":[{"id":1798,"href":"https:\/\/wmea.charity\/index.php\/wp-json\/wp\/v2\/pages\/1565\/revisions\/1798"}],"wp:attachment":[{"href":"https:\/\/wmea.charity\/index.php\/wp-json\/wp\/v2\/media?parent=1565"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}