我們感謝30年來各機構給予我們的肯定。 這給予我們莫大的鼓舞與支持,未來我們將會精益求精,以不同的教學方法,提升孩子的創意。

2016年獲香港文化產業聯合總會頒發的文化創意大獎(文化教育界別)

榮獲5年Oh 爸媽最喜愛品牌大奬(2017, 2018, 2021, 2022 and 2023)!
我們很榮幸被家長評選為十大最喜愛品牌之一! 這項認可肯定了我們致力於透過藝術和設計教育來開發兒童的全能潛力。
衷心感謝所有家長的信任與支持。 共同建立充滿創造力的未來!
document.addEventListener("DOMContentLoaded", function () { // Spider Chart Data const data = { labels: ["Science", "Design", "Mathematics", "Creativity", "Skills"], datasets: [{ label: "Program Benefits", data: [7, 8, 5, 8, 5], backgroundColor: "rgba(54, 162, 235, 0.2)", borderColor: "rgba(54, 162, 235, 1)", borderWidth: 2, pointBackgroundColor: "rgba(54, 162, 235, 1)", pointBorderColor: "#fff", pointHoverBackgroundColor: "#fff", pointHoverBorderColor: "rgba(54, 162, 235, 1)" }] }; // Spider Chart Configuration const config = { type: "radar", data: data, options: { responsive: true, scales: { r: { angleLines: { color: "#e0e0e0" }, grid: { color: "#e0e0e0" }, suggestedMin: 0, suggestedMax: 10, ticks: { display: false }, pointLabels: { font: { size: 14, family: "Arial", weight: "bold" }, color: "#333" } } }, plugins: { legend: { display: false } } } }; // Render the Spider Chart const ctx = document.getElementById("spiderChart").getContext("2d"); new Chart(ctx, config); });