From efbdea1b5709254b2dde3c063c43948771b26b21 Mon Sep 17 00:00:00 2001 From: Jake Howard Date: Sun, 6 Aug 2017 11:32:41 +0100 Subject: [PATCH] Add images --- content/robotics/smallpiece/2017/_index.md | 1 + content/robotics/smallpiece/2017/day-1.md | 2 +- content/robotics/smallpiece/development.md | 4 ---- static/src/scss/style.scss | 4 ++++ 4 files changed, 6 insertions(+), 5 deletions(-) delete mode 100644 content/robotics/smallpiece/development.md diff --git a/content/robotics/smallpiece/2017/_index.md b/content/robotics/smallpiece/2017/_index.md index c065292..e026107 100644 --- a/content/robotics/smallpiece/2017/_index.md +++ b/content/robotics/smallpiece/2017/_index.md @@ -3,6 +3,7 @@ title: Smallpiece 2017 image: https://farm5.staticflickr.com/4426/35552704294_5aa52e2ed6_k_d.jpg linkTitle: 2017 date: 2017-08-05 +show_images: true --- Smallpiece 2017 was my first experience into the realm of smallpiece's _Computing and Micro Electronics_ course. This took place between the 29th July and 5th August, for me. The students were only around 31st to 4th. diff --git a/content/robotics/smallpiece/2017/day-1.md b/content/robotics/smallpiece/2017/day-1.md index 6609834..c4629fc 100644 --- a/content/robotics/smallpiece/2017/day-1.md +++ b/content/robotics/smallpiece/2017/day-1.md @@ -1,6 +1,6 @@ --- title: Day 1 -image: https://farm5.staticflickr.com/4426/35552704294_5aa52e2ed6_k_d.jpg +image: https://farm5.staticflickr.com/4373/36251679941_9c7fd90f07_o_d.jpg linkTitle: Monday date: 2017-07-31 --- diff --git a/content/robotics/smallpiece/development.md b/content/robotics/smallpiece/development.md deleted file mode 100644 index 10256ac..0000000 --- a/content/robotics/smallpiece/development.md +++ /dev/null @@ -1,4 +0,0 @@ ---- -title: Smallpiece Development -linkTitle: Development ---- diff --git a/static/src/scss/style.scss b/static/src/scss/style.scss index cc84611..1b35432 100644 --- a/static/src/scss/style.scss +++ b/static/src/scss/style.scss @@ -18,6 +18,10 @@ $fa-font-path: "../fonts"; h1 { font-size: 2.75em; } + + img { + width: 100%; + } } .box a .image {