From 8af1af14b07e08c10b6c09ad2a4c4b48abda7763 Mon Sep 17 00:00:00 2001 From: Jake Howard Date: Sun, 9 Jul 2017 21:13:07 +0100 Subject: [PATCH] Add SR16 and 17 pages and galleries --- content/robotics/2016/_index.md | 7 +++++++ content/robotics/2016/gallery.md | 6 ++++++ content/robotics/2017/_index.md | 7 +++++++ content/robotics/2017/gallery.md | 6 ++++++ static/src/scss/style.scss | 1 + 5 files changed, 27 insertions(+) create mode 100644 content/robotics/2016/_index.md create mode 100644 content/robotics/2016/gallery.md create mode 100644 content/robotics/2017/_index.md create mode 100644 content/robotics/2017/gallery.md diff --git a/content/robotics/2016/_index.md b/content/robotics/2016/_index.md new file mode 100644 index 0000000..22c2ad6 --- /dev/null +++ b/content/robotics/2016/_index.md @@ -0,0 +1,7 @@ +--- +title: Student Robotics 2016 +linkTitle: 2016 +image: https://farm2.staticflickr.com/1466/26707090961_9b44a94f31_o_d.jpg +--- + +Student Robotics 2016 diff --git a/content/robotics/2016/gallery.md b/content/robotics/2016/gallery.md new file mode 100644 index 0000000..832d042 --- /dev/null +++ b/content/robotics/2016/gallery.md @@ -0,0 +1,6 @@ +--- +title: Gallery +--- + +{{% flickr 72157667801651676 %}} + diff --git a/content/robotics/2017/_index.md b/content/robotics/2017/_index.md new file mode 100644 index 0000000..98a6140 --- /dev/null +++ b/content/robotics/2017/_index.md @@ -0,0 +1,7 @@ +--- +title: Student Robotics 2017 +linkTitle: 2017 +image: https://farm3.staticflickr.com/2837/33771948196_bd306d2a8f_o_d.jpg +--- + +Student Robotics 2017 diff --git a/content/robotics/2017/gallery.md b/content/robotics/2017/gallery.md new file mode 100644 index 0000000..221f38e --- /dev/null +++ b/content/robotics/2017/gallery.md @@ -0,0 +1,6 @@ +--- +title: Gallery +--- + +{{% flickr 72157679850996831 %}} + diff --git a/static/src/scss/style.scss b/static/src/scss/style.scss index fbd2844..35ee309 100644 --- a/static/src/scss/style.scss +++ b/static/src/scss/style.scss @@ -121,6 +121,7 @@ blockquote p { cursor: zoom-in; width: 100%; overflow: hidden; + border-bottom: 0; img { transition: opacity 0.5s;