mirror of
https://github.com/codeninjasuk/showcase.git
synced 2024-11-28 18:35:44 -05:00
Added MwM
This commit is contained in:
parent
0c1dd4adb4
commit
8775a2507b
7 changed files with 87 additions and 1 deletions
7
_includes/social.html
Normal file
7
_includes/social.html
Normal file
|
@ -0,0 +1,7 @@
|
||||||
|
<div class="share-page">
|
||||||
|
Share your achievement! </br>
|
||||||
|
<a class="btn mt-2 text-white" style="background: rgb(3, 196, 255);font-weight:600" href="https://twitter.com/intent/tweet?text={{ page.title }}&url={{ site.url }}{{ page.url }}&via=codeninjaslangley&related={{ site.twitter_username }}" rel="nofollow" target="_blank" title="Share on Twitter"> <i class="fab fa-twitter"></i> Twitter</a>
|
||||||
|
<a class="btn mt-2 text-white" style="background: rgb(0, 72, 173);font-weight:600" href="https://facebook.com/sharer.php?u={{ site.url }}{{ page.url }}" rel="nofollow" target="_blank" title="Share on Facebook"> <i class="fab fa-facebook"></i> Facebook</a>
|
||||||
|
<a class="btn mt-2 text-white" style="background: rgb(0, 194, 58);font-weight:600" href="whatsapp://send?text={{ site.url }}{{ page.url }}" rel="nofollow" target="_blank" title="Share on Whatsapp"><i class="fab fa-whatsapp"></i> WhatsApp</a>
|
||||||
|
<a class="btn mt-2 text-white" style="background: rgb(234, 0, 109);font-weight:600" href="https://www.instagram.com/?url={{ site.url }}{{ page.url }}" rel="nofollow" target="_blank" title="Share on Instagram"><i class="fab fa-instagram"></i> Instagram</a>
|
||||||
|
</div>
|
|
@ -14,6 +14,7 @@
|
||||||
<!-- custom CSS - Remove this if you don't use it or choose to customize the stylesheet with sass-->
|
<!-- custom CSS - Remove this if you don't use it or choose to customize the stylesheet with sass-->
|
||||||
<link href="{{ site.baseurl }}/assets/css/custom.css" rel="stylesheet">
|
<link href="{{ site.baseurl }}/assets/css/custom.css" rel="stylesheet">
|
||||||
<!-- custom CSS end-->
|
<!-- custom CSS end-->
|
||||||
|
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.4.2/css/all.min.css" integrity="sha512-z3gLpd7yknf1YoNbCzqRKc4qyor8gaKU1qmn+CShxbuBusANI9QpRohGBreCFkKxLhei6S9CQXFEbbKuqLg0DA==" crossorigin="anonymous" referrerpolicy="no-referrer" />
|
||||||
|
|
||||||
{% if jekyll.environment == "production" %}
|
{% if jekyll.environment == "production" %}
|
||||||
<!-- Global site tag (gtag.js) - Google Analytics -->
|
<!-- Global site tag (gtag.js) - Google Analytics -->
|
||||||
|
|
|
@ -46,9 +46,13 @@ post_class: post-template
|
||||||
<div class="clearfix"></div>
|
<div class="clearfix"></div>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
|
{% include social.html %}
|
||||||
|
|
||||||
<!-- Post Date -->
|
<!-- Post Date -->
|
||||||
<p>
|
<p>
|
||||||
<small>
|
<small>
|
||||||
|
</br>
|
||||||
|
<span>Published on: </span>
|
||||||
<span class="post-date"><time class="post-date" datetime="{{ page.date | date:"%Y-%m-%d" }}">{{ page.date | date_to_string }}</time></span>
|
<span class="post-date"><time class="post-date" datetime="{{ page.date | date:"%Y-%m-%d" }}">{{ page.date | date_to_string }}</time></span>
|
||||||
{% if page.last_modified_at %}
|
{% if page.last_modified_at %}
|
||||||
(Updated: <time datetime="{{ page.last_modified_at | date_to_xmlschema }}" itemprop="dateModified">{{ page.last_modified_at | date: "%b %-d, %Y" }}</time>)
|
(Updated: <time datetime="{{ page.last_modified_at | date_to_xmlschema }}" itemprop="dateModified">{{ page.last_modified_at | date: "%b %-d, %Y" }}</time>)
|
||||||
|
|
24
_posts/camps/2023-08-02-teamA.md
Normal file
24
_posts/camps/2023-08-02-teamA.md
Normal file
|
@ -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
|
||||||
|
|
||||||
|
<p><iframe style="width:100%;" height="315" src="https://www.youtube.com/embed/FFzdqhXKt5Y?rel=0&showinfo=0" frameborder="0" allowfullscreen></iframe></p>
|
||||||
|
|
||||||
|
<!-- Please check back after a while, the sensei is uploading the content to the hub.
|
||||||
|
<div style="width:100%">
|
||||||
|
<img src='/assets/images/upload-cat.gif' style="width:80%;margin:auto;">
|
||||||
|
<div> -->
|
25
_posts/camps/2023-08-02-teamB.md
Normal file
25
_posts/camps/2023-08-02-teamB.md
Normal file
|
@ -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
|
||||||
|
|
||||||
|
<p><iframe style="width:100%;" height="315" src="https://www.youtube.com/embed/IK0R8a-AGi8?rel=0&showinfo=0" frameborder="0" allowfullscreen></iframe></p>
|
||||||
|
|
||||||
|
|
||||||
|
<!-- Please check back after a while, the sensei is uploading the content to the hub.
|
||||||
|
<div style="width:100%">
|
||||||
|
<img src='/assets/images/upload-cat.gif' style="width:80%;margin:auto;">
|
||||||
|
<div> -->
|
25
_posts/camps/2023-08-02-teamC.md
Normal file
25
_posts/camps/2023-08-02-teamC.md
Normal file
|
@ -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
|
||||||
|
|
||||||
|
<p><iframe style="width:100%;" height="315" src="https://www.youtube.com/embed/FFzdqhXKt5Y?rel=0&showinfo=0" frameborder="0" allowfullscreen></iframe></p>
|
||||||
|
|
||||||
|
|
||||||
|
<!-- Please check back after a while, the sensei is uploading the content to the hub.
|
||||||
|
<div style="width:100%">
|
||||||
|
<img src='/assets/images/upload-cat.gif' style="width:80%;margin:auto;">
|
||||||
|
<div> -->
|
|
@ -5,4 +5,4 @@ Just customize your theme here.
|
||||||
|
|
||||||
.author-thumb{
|
.author-thumb{
|
||||||
border: none;
|
border: none;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue