暑期課程 2024 – 「得意 • 傑作」

歡迎來到「得意 • 傑作」:

暑期藝術、設計與建築課程!

今年暑假,讓1.5至18歲的孩子和青少年們一同探索充滿想像力的藝術世界,包括畫作、雕塑、裝置和實驗藝術。 以詼諧而奇妙的方式,燃點你的創造力,啟發你的玩味思維,創作屬於自己的傑作。

暑期課程時間表

請參閱各創作室的時間表:

創意藝術課程

CreativeWawa Age 1.5 - 2.5, CreativeKiddies Age 2.5 - 3.5

  • 宮西達也的恐龍國度
  • 與米羅一起夢想
  • 青花瓷「戲」有得玩

Pre-school Age 3.5 - 5.5

  • 華荷的彩色貓咪
  • 麥基的花布偶小劇場
  • 「蛙王」郭孟浩的頑皮水墨

Junior Age 5.5 - 8

  • 如何繪製馬賽克鏡畫
  • 轉動出來的繽紛世界
  • 如何創作立體山水畫

Intermediate Age 8 - 12

  • 靜物畫 : 物件與埸景互動
  • 如何創新「巧克力工廠」的紙牌
    角色
  • 克利的油畫喵喵

Senior Age 12 - 18

  • 塑膠彩畫夏日香江

設計課程

Junior Age 6.5 - 8

  • 設計星際自助販賣機

Intermediate Age 8 - 12

  • 太空轉動場景設計
  • 如何構想太空自助販賣機的「味來」

Senior Age 12 - 18

  • 霓虹燈雕塑設計入門
  • 學習建築大師貝聿銘

按以下按扭搜尋課程。

搜尋課程

歡迎以WhatsApp發短訊給我們查詢:

Leave a Comment

發佈留言必須填寫的電子郵件地址不會公開。

近期留言
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); });