Changed Images

This commit is contained in:
elvistony 2023-10-18 22:40:34 +01:00
parent 89b2a32598
commit afbc7909c4
19 changed files with 21 additions and 16 deletions

View file

@ -4,7 +4,7 @@ timezone: UTC
baseurl: ""
permalink: "/:categories/:title/"
logo: 'assets/images/favicon.png'
favicon: 'assets/images/favicon.png'
favicon: '/assets/images/favicon.png'
author: CN Admin
paginate: 30
disqus: ''

View file

@ -31,7 +31,8 @@ footermenu:
url: "privacy-policy/"
- title: Contact
url: "contact/"
url: "https://codeninjaslangley.co.uk"
external: true
- title: YouTube Channel
url: https://www.youtube.com/channel/UC_TJJk5_k-uc40hqWIViOAQ

View file

@ -9,7 +9,7 @@ layout: default
{% endif %}
<!-- End Featured Image -->
<div class="col-lg-8 mx-auto">
<div class="col-lg-8 mt-5 mx-auto">
<div class="mainheading">
<h1 class="posttitle">{{ page.title }}</h1>

View file

@ -3,7 +3,7 @@ layout: post
title: "Stop Motion Animation"
author: camp
categories: [ camps, "2023", sma ]
image: assets/images/1.jpg
image: assets/images/camps/stopmotion-thumb.png
---
# Team: CODE MASTERS

View file

@ -3,7 +3,7 @@ layout: post
title: "Stop Motion Animation"
author: camp
categories: [ camps, "2023", sma ]
image: assets/images/1.jpg
image: assets/images/camps/stopmotion-thumb.png
---
# Team: BEACH-TASTIC TRIO

View file

@ -3,7 +3,7 @@ layout: post
title: "Stop Motion Animation"
author: camp
categories: [ camps, "2023", sma ]
image: assets/images/1.jpg
image: assets/images/camps/stopmotion-thumb.png
hide: true
---
# Team ONE PIECE

View file

@ -3,7 +3,7 @@ layout: post
title: "Moviemaking with Minecraft"
author: camp
categories: [ camps, "2023", mwm ]
image: assets/images/1.jpg
image: assets\images\camps\minecraft-thumb.png
hide: true
---
# Team Cobble

View file

@ -3,7 +3,7 @@ layout: post
title: "Moviemaking with Minecraft"
author: camp
categories: [ camps, "2023", mwm ]
image: assets/images/1.jpg
image: assets\images\camps\minecraft-thumb.png
hide: true
---
# Team Ferocious Falldown

View file

@ -3,7 +3,7 @@ layout: post
title: "Moviemaking with Minecraft"
author: camp
categories: [ camps, "2023", mwm ]
image: assets/images/1.jpg
image: assets\images\camps\minecraft-thumb.png
hide: true
---
# Team Shark

View file

@ -3,7 +3,7 @@ layout: post
title: "Become a Youtuber"
author: camp
categories: [ camps, "2023", bay ]
image: assets/images/1.jpg
image: assets\images\camps\youtuber-thumb.png
hide: true
---
# Diamondcraft

View file

@ -3,7 +3,7 @@ layout: post
title: "Become a Youtuber"
author: camp
categories: [ camps, "2023", bay ]
image: assets/images/1.jpg
image: assets\images\camps\youtuber-thumb.png
hide: true
---
# Lion Gamers

View file

@ -3,7 +3,7 @@ layout: post
title: "Become a Youtuber"
author: camp
categories: [ camps, "2023", bay ]
image: assets/images/1.jpg
image: assets\images\camps\youtuber-thumb.png
hide: true
---
# The Challengezz

View file

@ -3,7 +3,7 @@ layout: post
title: "Become a Youtuber"
author: camp
categories: [ camps, "2023", bay ]
image: assets/images/1.jpg
image: assets\images\camps\youtuber-thumb.png
hide: true
---
# G00FY G4MERS

BIN
assets/images/camp-fun.webp Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 112 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 642 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 725 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.2 MiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 293 KiB

View file

@ -11,8 +11,8 @@ permalink: /
<div class="rounded mb-5 hero">
<div class="row align-items-center justify-content-between">
<div class="col-md-6">
<h1 class="font-weight-bold mb-4 text-white serif-font">Showcase</h1>
<h3 class="font-weight-bold text-white serif-font text-warning">Ninja's Creator Hub</h3>
<h1 class="font-weight-bold mb-5 text-white">Showcase</h1>
<h3 class="font-weight-bold text-white text-warning">Ninja's Creator Hub</h3>
<p class="lead mb-4 text-white">Our bright & creative ninjas have created masterpieces that are showcased here.</p>
<p class="text-white">
Haven't Heard about Code Ninjas? </br>
@ -21,7 +21,7 @@ permalink: /
</div>
<div class="col-md-6 text-right pl-0 pl-lg-4">
<img class="intro" height="500" src="{{site.baseurl}}/assets/images/through-the-window.svg">
<img class="intro" height="500" src="{{site.baseurl}}/assets/images/camp-fun.webp">
</div>
</div>
</div>
@ -29,7 +29,11 @@ permalink: /
<!-- Featured
================================================== -->
<section class="row">
<h2 class="m-3">Check out our Creations!</h2>
{% for post in site.posts %}
{% if post.featured == true %}
<div class="col-md-4 mb-5">