From db7974ccfbbbefec2cc3255261a85a62597460bc Mon Sep 17 00:00:00 2001 From: JS Ng Date: Mon, 6 Apr 2026 07:44:03 +0000 Subject: [PATCH 1/4] content: add page with header --- pages/cence-courses.md | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 pages/cence-courses.md diff --git a/pages/cence-courses.md b/pages/cence-courses.md new file mode 100644 index 0000000..272b6bc --- /dev/null +++ b/pages/cence-courses.md @@ -0,0 +1,7 @@ +--- +title: CeNCE Courses +permalink: "/cence-courses" +layout: page +style: assets/custom.css +--- + From f0c6b4723faa2dd5b34842a1c1c706d1fb40974b Mon Sep 17 00:00:00 2001 From: Matthew Silaban Date: Mon, 6 Apr 2026 13:37:02 +0000 Subject: [PATCH 2/4] content: added the course syllabus for cence --- pages/cence-courses.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/pages/cence-courses.md b/pages/cence-courses.md index 272b6bc..f56ba7d 100644 --- a/pages/cence-courses.md +++ b/pages/cence-courses.md @@ -4,4 +4,12 @@ permalink: "/cence-courses" layout: page style: assets/custom.css --- +#CeNCE courses + - Conducted by NUS Centre for Nurturing Computing Excellence (CeNCE) + - Website: [https://cence.comp.nus.edu.sg/cence/courses.html](https://cence.comp.nus.edu.sg/cence/courses.html) + - Online, self-paced courses on computational thinking and programming +##Some Available Courses + - [https://cence.comp.nus.edu.sg/cence/cs0.html](https://cence.comp.nus.edu.sg/cence/cs0.html) + - [https://cence.comp.nus.edu.sg/cence/cs1.html](https://cence.comp.nus.edu.sg/cence/cs1.html) + - [https://cence.comp.nus.edu.sg/cence/cs2.html](https://cence.comp.nus.edu.sg/cence/cs1.html) \ No newline at end of file From 12a46e334b8c74bd1479fbcf7aee7b2aefee3110 Mon Sep 17 00:00:00 2001 From: Matthew Silaban Date: Mon, 6 Apr 2026 13:38:42 +0000 Subject: [PATCH 3/4] content: polishing the structure --- pages/cence-courses.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pages/cence-courses.md b/pages/cence-courses.md index f56ba7d..e7c790d 100644 --- a/pages/cence-courses.md +++ b/pages/cence-courses.md @@ -9,7 +9,7 @@ style: assets/custom.css - Website: [https://cence.comp.nus.edu.sg/cence/courses.html](https://cence.comp.nus.edu.sg/cence/courses.html) - Online, self-paced courses on computational thinking and programming -##Some Available Courses +##Course Syl - [https://cence.comp.nus.edu.sg/cence/cs0.html](https://cence.comp.nus.edu.sg/cence/cs0.html) - [https://cence.comp.nus.edu.sg/cence/cs1.html](https://cence.comp.nus.edu.sg/cence/cs1.html) - [https://cence.comp.nus.edu.sg/cence/cs2.html](https://cence.comp.nus.edu.sg/cence/cs1.html) \ No newline at end of file From 18ca54d3ffc9e225f3312d53e8dc3f8001e37796 Mon Sep 17 00:00:00 2001 From: Matthew Silaban Date: Mon, 6 Apr 2026 13:45:08 +0000 Subject: [PATCH 4/4] content: fix spelling --- pages/cence-courses.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/pages/cence-courses.md b/pages/cence-courses.md index e7c790d..9b78557 100644 --- a/pages/cence-courses.md +++ b/pages/cence-courses.md @@ -5,11 +5,13 @@ layout: page style: assets/custom.css --- #CeNCE courses + +##Overview - Conducted by NUS Centre for Nurturing Computing Excellence (CeNCE) - Website: [https://cence.comp.nus.edu.sg/cence/courses.html](https://cence.comp.nus.edu.sg/cence/courses.html) - Online, self-paced courses on computational thinking and programming -##Course Syl +##Course Syllabus - [https://cence.comp.nus.edu.sg/cence/cs0.html](https://cence.comp.nus.edu.sg/cence/cs0.html) - [https://cence.comp.nus.edu.sg/cence/cs1.html](https://cence.comp.nus.edu.sg/cence/cs1.html) - [https://cence.comp.nus.edu.sg/cence/cs2.html](https://cence.comp.nus.edu.sg/cence/cs1.html) \ No newline at end of file