From 8e1a7f05eb6fa5f78cc803b542e8a35178117f03 Mon Sep 17 00:00:00 2001 From: elvistony Date: Wed, 18 Oct 2023 21:52:08 +0100 Subject: [PATCH] Fixed broken images --- _config.yml | 4 ++-- _data/navigation.yml | 2 ++ _includes/head.html | 3 --- _includes/masthead.html | 2 +- assets/azosans.otf | Bin 0 -> 68520 bytes assets/css/custom.css | 16 +++++++++++++--- assets/img/at-laptop-v.png | Bin 0 -> 49010 bytes assets/img/at-laptop.webp | Bin 0 -> 100154 bytes assets/img/create-logo.png | Bin 0 -> 74037 bytes assets/img/experts.webp | Bin 0 -> 497628 bytes assets/img/happy-orange.png | Bin 0 -> 469011 bytes assets/img/jr-logo.png | Bin 0 -> 97208 bytes assets/img/logo.svg | 1 + index.html | 24 +++++++++++++----------- pages/about.html | 15 ++++++++------- pages/camps.html | 19 ++++++++++++++++++- pages/programmes.html | 8 ++++---- 17 files changed, 62 insertions(+), 32 deletions(-) create mode 100644 assets/azosans.otf create mode 100644 assets/img/at-laptop-v.png create mode 100644 assets/img/at-laptop.webp create mode 100644 assets/img/create-logo.png create mode 100644 assets/img/experts.webp create mode 100644 assets/img/happy-orange.png create mode 100644 assets/img/jr-logo.png create mode 100644 assets/img/logo.svg diff --git a/_config.yml b/_config.yml index efe4781..b3e971a 100644 --- a/_config.yml +++ b/_config.yml @@ -12,7 +12,7 @@ # theme : "minimal-mistakes-jekyll" # remote_theme : "mmistakes/minimal-mistakes" -minimal_mistakes_skin : "default" # "air", "aqua", "contrast", "dark", "dirt", "neon", "mint", "plum", "sunrise" +minimal_mistakes_skin : "dark" # "air", "aqua", "contrast", "dark", "dirt", "neon", "mint", "plum", "sunrise" # Site Settings locale : "en-US" @@ -25,7 +25,7 @@ url : "https://codeninjaslangley.co.uk" # the base hostname baseurl : # the subpath of your site, e.g. "/blog" repository : # GitHub username/repo-name e.g. "mmistakes/minimal-mistakes" teaser : # path of fallback teaser image, e.g. "/assets/images/500x300.png" -logo : "https://www.codeninjas.co.uk/assets/img/brands/codeNinjas/code-ninjas-logo.png" # path of logo image to display in the masthead, e.g. "/assets/images/88x88.png" +logo : "/assets/img/logo.svg" # path of logo image to display in the masthead, e.g. "/assets/images/88x88.png" masthead_title : " " # overrides the website title displayed in the masthead, use " " for no title # breadcrumbs : false # true, false (default) words_per_minute : 200 diff --git a/_data/navigation.yml b/_data/navigation.yml index 39ea3ae..c5e22c9 100644 --- a/_data/navigation.yml +++ b/_data/navigation.yml @@ -1,5 +1,7 @@ # main links main: + - title: "Home" + url: / - title: "Programmes" url: /programmes/ - title: "Camps" diff --git a/_includes/head.html b/_includes/head.html index 73e5637..dc66785 100644 --- a/_includes/head.html +++ b/_includes/head.html @@ -1,14 +1,11 @@ {% include seo.html %} - {% unless site.atom_feed.hide %} {% endunless %} - - diff --git a/_includes/masthead.html b/_includes/masthead.html index 0c66aa6..65a0d63 100644 --- a/_includes/masthead.html +++ b/_includes/masthead.html @@ -5,7 +5,7 @@