From f709084777ce6cd60117e953400a1b2455d9c51b Mon Sep 17 00:00:00 2001 From: Oliver Date: Mon, 2 Aug 2021 23:13:48 +1000 Subject: [PATCH] Add partials for carousel --- _includes/carousel_end.html | 14 ++++++++++++++ _includes/carousel_img.html | 3 +++ _includes/carousel_start.html | 28 ++++++++++++++++++++++++++++ docs/index.md | 7 +++++++ docs/stylesheets/bootstrap.css | 3 +++ 5 files changed, 55 insertions(+) create mode 100644 _includes/carousel_end.html create mode 100644 _includes/carousel_img.html create mode 100644 _includes/carousel_start.html diff --git a/_includes/carousel_end.html b/_includes/carousel_end.html new file mode 100644 index 0000000..0a36342 --- /dev/null +++ b/_includes/carousel_end.html @@ -0,0 +1,14 @@ + + + + + + + Previous + + + + Next + + + \ No newline at end of file diff --git a/_includes/carousel_img.html b/_includes/carousel_img.html new file mode 100644 index 0000000..2eb6a27 --- /dev/null +++ b/_includes/carousel_img.html @@ -0,0 +1,3 @@ +
+ {{ alt }} +
\ No newline at end of file diff --git a/_includes/carousel_start.html b/_includes/carousel_start.html new file mode 100644 index 0000000..2b953f4 --- /dev/null +++ b/_includes/carousel_start.html @@ -0,0 +1,28 @@ +