From 38c59018488ad94de6cd764750d1146c3fc4b78e Mon Sep 17 00:00:00 2001 From: Idaapayo Date: Thu, 3 Jun 2021 21:48:16 +0300 Subject: [PATCH] more about-us styling --- content/pages/food-forests.rst | 3 +- ge-theme/static/css/about-us.css | 38 ++++++++++++-- ge-theme/static/css/food-forest.css | 0 ge-theme/templates/Food forests.html | 11 +++++ ge-theme/templates/about-us.html | 23 +++++---- output/pages/about-us.html | 23 +++++---- output/pages/food-forests.html | 7 +-- output/theme/css/about-us.css | 38 ++++++++++++-- output/theme/css/about-us.css~ | 74 ++++++++++++++++++++++++++++ output/theme/css/food-forest.css | 0 10 files changed, 185 insertions(+), 32 deletions(-) create mode 100644 ge-theme/static/css/food-forest.css create mode 100644 ge-theme/templates/Food forests.html create mode 100644 output/theme/css/about-us.css~ create mode 100644 output/theme/css/food-forest.css diff --git a/content/pages/food-forests.rst b/content/pages/food-forests.rst index 5b641d7..c2a4709 100644 --- a/content/pages/food-forests.rst +++ b/content/pages/food-forests.rst @@ -1,2 +1,3 @@ -:title: Food Forests \ No newline at end of file +:title: Food Forests +:template: Food forests \ No newline at end of file diff --git a/ge-theme/static/css/about-us.css b/ge-theme/static/css/about-us.css index 617e4c8..30fe764 100644 --- a/ge-theme/static/css/about-us.css +++ b/ge-theme/static/css/about-us.css @@ -50,7 +50,39 @@ .wrapper-carousel{ box-sizing: border-box; margin: auto; - border: solid 2px blue; + border: solid 2px #ffffff; max-height: 600px; - max-width: 400px; -} \ No newline at end of file + max-width: 500px; +} +.carousel-indicators li{ + width: 10px; + height: 10px; + border-radius: 100%; + +} +.carousel-indicators{ + bottom: -50px; + /*padding-top: 50px;*/ +} +.iframe-container{ + position: relative; + width: 100%; + padding-bottom: 56.25%; + height: 0; +} +.iframe-container iframe{ + position: absolute; + top:0; + left: 0; + width: 100%; + height: 100%; +} +/*.col-carousel-left{*/ +/* padding-left: 100px;*/ +/*}*/ +/*.carousel-indicators-round{*/ +/* width: 14px;*/ +/* height: 14px;*/ +/* border: 2px solid black;*/ +/* border-radius: 100%;*/ +/*}*/ diff --git a/ge-theme/static/css/food-forest.css b/ge-theme/static/css/food-forest.css new file mode 100644 index 0000000..e69de29 diff --git a/ge-theme/templates/Food forests.html b/ge-theme/templates/Food forests.html new file mode 100644 index 0000000..9821356 --- /dev/null +++ b/ge-theme/templates/Food forests.html @@ -0,0 +1,11 @@ +{% extends "base.html" %} + +{% block head %} +{{ super() }} + +{% endblock %} + +{% block content %} + + +{% endblock %} \ No newline at end of file diff --git a/ge-theme/templates/about-us.html b/ge-theme/templates/about-us.html index bae94da..ef86448 100644 --- a/ge-theme/templates/about-us.html +++ b/ge-theme/templates/about-us.html @@ -35,6 +35,7 @@
+

Photo grid missing!!

@@ -49,25 +50,27 @@
-