From 8775a2507b1744e9389eb0c7f3e256e3de991120 Mon Sep 17 00:00:00 2001 From: elvistony Date: Fri, 4 Aug 2023 11:20:57 +0100 Subject: [PATCH] Added MwM --- _includes/social.html | 7 +++++++ _layouts/default.html | 1 + _layouts/post.html | 4 ++++ _posts/camps/2023-08-02-teamA.md | 24 ++++++++++++++++++++++++ _posts/camps/2023-08-02-teamB.md | 25 +++++++++++++++++++++++++ _posts/camps/2023-08-02-teamC.md | 25 +++++++++++++++++++++++++ assets/css/custom.css | 2 +- 7 files changed, 87 insertions(+), 1 deletion(-) create mode 100644 _includes/social.html create mode 100644 _posts/camps/2023-08-02-teamA.md create mode 100644 _posts/camps/2023-08-02-teamB.md create mode 100644 _posts/camps/2023-08-02-teamC.md diff --git a/_includes/social.html b/_includes/social.html new file mode 100644 index 0000000..265e17f --- /dev/null +++ b/_includes/social.html @@ -0,0 +1,7 @@ +
+ Share your achievement!
+ Twitter + Facebook + WhatsApp + Instagram +
\ No newline at end of file diff --git a/_layouts/default.html b/_layouts/default.html index b402976..dca4e28 100644 --- a/_layouts/default.html +++ b/_layouts/default.html @@ -14,6 +14,7 @@ + {% if jekyll.environment == "production" %} diff --git a/_layouts/post.html b/_layouts/post.html index c47d625..5ca0c62 100644 --- a/_layouts/post.html +++ b/_layouts/post.html @@ -46,9 +46,13 @@ post_class: post-template
+ {% include social.html %} +

+
+ Published on: {% if page.last_modified_at %} (Updated: ) diff --git a/_posts/camps/2023-08-02-teamA.md b/_posts/camps/2023-08-02-teamA.md new file mode 100644 index 0000000..fb9eb13 --- /dev/null +++ b/_posts/camps/2023-08-02-teamA.md @@ -0,0 +1,24 @@ +--- +layout: post +title: "Moviemaking with Minecraft" +author: camp +categories: [ camps, "2023", mwm ] +image: assets/images/1.jpg +hide: true +--- +# Team Cobble + +## What is Moviemaking with Minecraft? +Ninjas will shift their imagination into high gear as they learn scene building, storytelling, and video recording featuring their own Minecraft® world. They will also jump into the basics of editing and mixing audio as they produce their final stories as short movies. + +Here at Code Ninjas Langley, as part of our "Moviemaking with Minecraft" Camp, our kids have created amazing content that we'd like to share. + + +## Short Movie + +

+ + diff --git a/_posts/camps/2023-08-02-teamB.md b/_posts/camps/2023-08-02-teamB.md new file mode 100644 index 0000000..559aba4 --- /dev/null +++ b/_posts/camps/2023-08-02-teamB.md @@ -0,0 +1,25 @@ +--- +layout: post +title: "Moviemaking with Minecraft" +author: camp +categories: [ camps, "2023", mwm ] +image: assets/images/1.jpg +hide: true +--- +# Team Ferocious Falldown + +## What is Moviemaking with Minecraft? +Ninjas will shift their imagination into high gear as they learn scene building, storytelling, and video recording featuring their own Minecraft® world. They will also jump into the basics of editing and mixing audio as they produce their final stories as short movies. + +Here at Code Ninjas Langley, as part of our "Moviemaking with Minecraft" Camp, our kids have created amazing content that we'd like to share. + + +## Short Movie + +

+ + + diff --git a/_posts/camps/2023-08-02-teamC.md b/_posts/camps/2023-08-02-teamC.md new file mode 100644 index 0000000..0a6001c --- /dev/null +++ b/_posts/camps/2023-08-02-teamC.md @@ -0,0 +1,25 @@ +--- +layout: post +title: "Moviemaking with Minecraft" +author: camp +categories: [ camps, "2023", mwm ] +image: assets/images/1.jpg +hide: true +--- +# Team Shark + +## What is Moviemaking with Minecraft? +Ninjas will shift their imagination into high gear as they learn scene building, storytelling, and video recording featuring their own Minecraft® world. They will also jump into the basics of editing and mixing audio as they produce their final stories as short movies. + +Here at Code Ninjas Langley, as part of our "Moviemaking with Minecraft" Camp, our kids have created amazing content that we'd like to share. + + +## Short Movie + +

+ + + diff --git a/assets/css/custom.css b/assets/css/custom.css index 3504ed8..1be6796 100644 --- a/assets/css/custom.css +++ b/assets/css/custom.css @@ -5,4 +5,4 @@ Just customize your theme here. .author-thumb{ border: none; -} \ No newline at end of file +}