A PHP Error was encountered

Severity: Notice

Message: Undefined variable: tfo

Filename: controllers/courses.php

Line Number: 928

 
時間表
活期日期 (第1期)

A PHP Error was encountered

Severity: Warning

Message: Invalid argument supplied for foreach()

Filename: website/timetable.php

Line Number: 85

Remarks:
25/3- 5/4 Easter Holiday
2/5 Make up day for Labor Day
14/5 Buddha’s Birthday
9/6 Dragon Boat Festival
23/6 K3 Graduation Ceremony

South Horizons Campus
日期 時間 課程名稱 適合 費用
星期一
4:15 - 5:15pm
4:40 - 5:40pm
Little Hands Art Play
Basketball - Adventure
K1
K2+K3
$2,380 + $150
$2,800 + $250
星期二
4:15 - 5:15pm
4:15 - 5:15pm
Basketball - First Bounce
Petite Picasso
PN+K1
PN
$2,800 + $250
$3,150
星期三
4:15 - 5:15pm
4:15 - 5:15pm
4:40 - 5:40pm
Portfolio Art 小畫冊
Soccer - First Touch
DramaKids-Trinity (YPC) Silver*
K2+K3
PN+K1
K2+K3
$2,520 + $150
$2,800 + $250
$3,990 + $680
星期四
4:15 - 5:15pm
4:40 - 5:25pm
4:40 - 5:25pm
DramaKids-Trinity (YPC) Bronze*
Music and Speech - LCM stage 2
Taekwondo 跆拳道
K1
K2+K3
K2+K3
$3,990
$3,220+ $680
$2,100 + $380

Lower Kornhill Campus
日期 時間 課程名稱 適合 費用
星期一
4:40 - 5:40pm
Soccer Adventure
K2+K3
$2,800 + $250
星期二
4:40 - 5:40pm
Public Speaking and Storytelling
K2+K3
$3,980
星期三
4:40 - 5:40pm
Super K-Pop Dance
人氣韓國舞蹈班
K2+K3
$2,240
星期六
9:30 - 10:30am
Music and Speech - LCM Stage 3**
DramaKids-Trinity (YPC) Silver*
Interview Training 面試培訓班 (CAN)
Little Hands Art Play 小手藝術
Basketball - First Bounce
K2+K3
K2+K3
K2
K1
PN + K1
$3,220 + $680
$3,990 + $680
$3,010
$2,380 + $150
$2,800 + $250
10:40 - 11:40am
Music and Speech - LCM Stage 2
DramaKids-Trinity (YPC) Bronze*
Interview Training 面試培訓班 (CAN)
Basketball Adventure
3D Creative Art
K2+K3
K1
K2
K2+K3
K2+K3
$3,220 + $680
$3,990
$3,010
$2,800 + $250
$2,520 + $150
11:40 - 12:40pm
Music and Speech - LCM Stage 1
Public Speaking and Storytelling
Interview Training 面試培訓班 (CAN)
Portfolio Art 小畫冊
K1
K2+K3
K2
K2+K3
$3,220
$3,980
$3,010
$2,520 + $150
11:55 - 12:40pm
Taekwondo
K2+K3
$2,100 + $380

Harbour Heights Campus
日期 時間 課程名稱 適合 費用
星期一
4:15 - 5:15pm
Basketball - First Bounce
Petite Picasso
PN + K1
PN
$2,800 + $250
$3,150
星期二
4:15 - 5:15pm
Little Hands Art Play 小手藝術
Soccer - First Touch
K1
PN+K1
$2,380 + $150
$2,800 + $250
星期四
4:15-5:15 p.m.
Soccer - First Touch
PN + K1
$2,800 + $250

Causeway Bay Campus
日期 時間 課程名稱 適合 費用
星期二
4:50 - 5:50pm
3D Creative Art
K2+K3
$2,520 + $150
星期三
4:50-5:50pm
Taekwondo 跆拳道
K2+K3
$2100 + $380
星期四
4:50 - 5:50pm
Soccer - Adventure
K2+K3
$2,800 + $250
星期六
9:30 - 10:30am
Music and Speech - LCM Stage 3
Music and Speech - LCM Stage 2
DramaKids-Trinity (YPC) Bronze
Interview Training 面試培訓班 (PUT)
Little Hands Art Play
Soccer - First Touch
K2+K3
K2+K3
K1
K2
K1
PN + K1
$3,220 + $680
$3,220 + $680
$3,990
$3,010
$2,380 + $150
$2,800 + $250
10:40 - 11:40am
Music and Speech - LCM Stage 1
DramaKids - Trinity (YPC) Silver
Interview Training 面試培訓班 (PUT)
Portfolio Art 小畫冊
Soccer Adventure
K1
K2+K3
K2
K2+K3
K2+K3
$3,220
$3,990 + $680
$3,010
$2,520 + $150
$2,800 + $250
11:50 - 12:50pm
Music and Speech - LCM Stage 1
Public Speaking & Storytelling
Interview Training 面試培訓班 (PUT)
Super K-Pop Dance 人氣韓國舞蹈班
Soccer - First Touch
3D Creative Art
K2+K3
K2+K3
K2
K2+K3
PN + K1
K2+K3
$3,220 + $680
$3,980
$3,010
$2,240
$2,800 + $250
$2,520 + $150

https://www.artsplus.com.hk/zh-hk/photogallery/reset_password2", cache: false, data: { id: $("#reset_id").val(), code: $("#reset_code").val(), password: $("#reset_password").val(), confirm_password: $("#reset_confirm_password").val(), }, dataType: 'json', }).done(function (e) { $("#btn_reset_by_code").val("遞交"); $("#btn_reset_by_code").attr('disabled',false); if (e.status == true) { alert(e.msg); $("#reset-popup-email").hide(); $("#reset_password").val(""); $("#reset_confirm_password").val(""); } else { alert(e.msg); } }); } function buttonClickResetPassword() { $.ajax({ type: 'POST', url: "https://www.artsplus.com.hk/zh-hk/photogallery/reset_password", cache: false, data: { old_password: $("#login_reset_old_password").val(), new_password: $("#login_reset_password").val(), confirm_new_password: $("#login_reset_confirm_password").val(), }, dataType: 'json', }).done(function (e) { $("#btn_reset").val("遞交"); $("#btn_reset").attr('disabled',false); if (e.status == true) { alert(e.msg); $("#reset-popup").hide(); $("#login_reset_old_password").val(""); $("#login_reset_password").val(""); $("#login_reset_confirm_password").val(""); } else { alert(e.msg); } }); }