2023-07-19 18:11:34 -04:00
---
title: Camps
layout: default
permalink: /camps/
w3: true
2023-07-20 07:33:07 -04:00
camps:
- name: Stopmotion Animation
img: https://img.icons8.com/?size=512& id=NDoZ1UbUuS7c& format=png
link: /camps/stopmotion-animation/
dates: 25th, 26th July
youtubeid: 5Zs7vqM8t24
2023-08-05 15:04:17 -04:00
ended: true
2023-07-20 07:33:07 -04:00
- name: Moviemaking with Minecraft
img: https://img.icons8.com/?size=512x& id=nQVd58awWcQA& format=gif
link: /camps/moviemaking-with-minecraft/
2023-08-05 15:04:17 -04:00
<!-- link: https://www.codeninjas.co.uk/langley - brk - uk/camps/become - a - youtuber -->
2023-07-20 07:33:07 -04:00
dates: 1st, 2nd August
youtubeid: UMKng76YFq4
2023-08-05 15:04:17 -04:00
ended: true
2023-07-20 07:33:07 -04:00
- name: Become a Youtuber
img: https://img.icons8.com/?size=512x& id=qdWsFiGwz7NW& format=gif
2023-08-05 15:04:17 -04:00
link: https://www.codeninjas.co.uk/langley-brk-uk/camps/become-a-youtuber
2023-07-20 07:33:07 -04:00
dates: 8th, 9th August
youtubeid: A5oDCEHdOpM
2023-10-18 16:52:08 -04:00
ended: true
2023-07-20 07:33:07 -04:00
- name: Roblox Development
img: https://img.icons8.com/?size=512x& id=113741& format=png
2023-08-05 15:04:17 -04:00
link: https://www.codeninjas.co.uk/langley-brk-uk/camps/intro-to-roblox-development
2023-07-20 07:33:07 -04:00
dates: 15th, 16th August
youtubeid: ANL0Jz7Yt2c
2023-10-18 16:52:08 -04:00
ended: true
2023-07-19 18:11:34 -04:00
---
< div class = "w3-content" style = "max-width:1100px" >
2023-10-18 16:52:08 -04:00
< div class = "w3-row w3-white w3-container text-center" >
2023-07-20 07:33:07 -04:00
< div class = "w3-center w3-padding-32" >
< img src = "/assets/img/camp-program.png" class = "w3-round w3-image" width = "200" height = "200" >
< h2 class = "w3-text-right w3-bolder" style = "font-weight: 1000;" > CODE NINJAS< span class = "display-4 regicon" > ®< / span > < / h2 >
2023-07-19 18:11:34 -04:00
< h1 class = "w3-center w3-jumbo w3-bolder" style = "font-weight: 1000;font-size:8vw;;" > < span style = "color:teal" > CAMPS< / span > < / h1 >
2023-07-20 07:33:07 -04:00
< p class = "w3-padding-16 w3-large" > Our camps offer an immersive environment for kids to explore and develop new skills, gain confidence, and have fun with friends. From coding and game building, to STEM and robotics - it's an unforgettable experience!< / p >
2023-07-19 18:11:34 -04:00
< / div >
2023-07-20 07:33:07 -04:00
{% for camp in page.camps %}
< div class = "w3-col l6 m6 w3-container w3-padding-32" >
< img src = "{{camp.img}}" width = "100px" alt = "{{camp.name}}" >
< h3 class = "w3-bolder w3-petite-caps" > {{camp.name}}< / h3 >
< div class = "w3-margin" >
{{camp.dates}}
< / div >
2023-08-05 15:04:17 -04:00
{% if camp.ended %}
< p class = "w3-text-red" > CAMP CONCLUDED< / p >
{% endif %}
2023-07-20 07:33:07 -04:00
< a class = "btn btn-success" href = "{{camp.link}}" > Learn More< / a > < button class = "btn btn-success" onclick = "document.getElementsByName('{{camp.name}}')[0].style.display='block'" href = "{{camp.link}}" > < i class = "fa fa-video" > < / i > < / button >
2023-08-05 15:04:17 -04:00
2023-07-20 07:33:07 -04:00
< div name = "{{camp.name}}" class = "w3-modal" >
< div class = "w3-modal-content" >
< div class = "w3-container" >
< span onclick = "document.getElementsByName('{{camp.name}}')[0].style.display='none'"
class="w3-button w3-display-topright">< i class = "fa fa-times" > < / i > < / span >
< p > {{camp.name}}< / p >
< iframe width = "420" height = "315" style = "width: 100%;" src = "https://www.youtube-nocookie.com/embed/{{camp.youtubeid}}?autoplay=1&controls=0&modestbranding=1&showinfo=0&rel=0" allowfullscreen > < / iframe >
< / div >
< / div >
< / div >
2023-07-19 18:11:34 -04:00
< / div >
2023-07-20 07:33:07 -04:00
{% endfor %}
2023-10-18 16:52:08 -04:00
< / div >
< div class = "w3-row w3-black w3-padding-32 w3-container" >
< div class = "w3-margin w3-round" >
< div class = "w3-row w3-padding-16 w3-margin" >
< div class = "w3-col m9" >
< p > Check out our Camp Creations!< / p >
< h1 style = "font-weight: 1000;font-size: 6vh;" > Showcase< / h1 >
< h3 > A Place to Showcase works of art that are made by our talented & creative ninjas.< / h3 >
< a href = "https://showcase.codeninjaslangley.co.uk" class = "btn btn-success w3-small" target = "_blank" > View Showcase< / a >
< / div >
< div class = "w3-col m3" >
2023-10-21 19:04:28 -04:00
< img class = "w3-margin" src = "/assets/img/camp-fun.webp" style = "width: 300px;" alt = "" >
2023-10-18 16:52:08 -04:00
< / div >
< / div >
< / div >
2023-07-19 18:11:34 -04:00
< / div >