diff --git a/content/pages/media.rst b/content/pages/media.rst index dcff91f..fbd828c 100644 --- a/content/pages/media.rst +++ b/content/pages/media.rst @@ -1 +1,2 @@ -:title: Media \ No newline at end of file +:title: Media +:template: media \ No newline at end of file diff --git a/content/pages/terms-and-conditions.rst b/content/pages/terms-and-conditions.rst new file mode 100644 index 0000000..46ebfc2 --- /dev/null +++ b/content/pages/terms-and-conditions.rst @@ -0,0 +1,3 @@ +:title: Terms and conditions +:template: terms-and-conditions +:status: hidden \ No newline at end of file diff --git a/ge-theme/static/css/home-styles.css b/ge-theme/static/css/home-styles.css index 5067b3a..b31bdd9 100644 --- a/ge-theme/static/css/home-styles.css +++ b/ge-theme/static/css/home-styles.css @@ -69,15 +69,26 @@ background-color: #3E3F45; color: #ffffff; } -/*.words-col-wrapper a{*/ -/* text-decoration: none;*/ -/* color: black;*/ -/* border-color: black;*/ -/* border-width: 2px;*/ -/* padding: 20px 10px;*/ -/* border-radius: 2px;*/ +.home-last-row{ + border-top: 1px solid gray; + border-bottom: 1px solid gray; +} +.inline-block{ + display: flex; + justify-content: center; + align-items: center; + flex-wrap: wrap; + padding-bottom: 20px; + gap: 5px; +} +.a-feat{ + padding-top: 20px; +} +.a-feat a{ + color: black; + font-size: 20px; +} -/*}*/ @media only screen and (max-width: 480px){ .img-style{ padding-left: 20px; @@ -108,4 +119,19 @@ .style-img{ padding-top: 20px; } +} +@media (min-width: 768px) and (max-width: 1024px){ + + .row-2-words{ + padding-top: 10px; + padding-bottom: 20px; + } + .h2-title{ + padding-top: 10px; + } + .words-col-wrapper{ + /*adding spacing between the cols that are rows*/ + padding-bottom: 30px; + } + } \ No newline at end of file diff --git a/ge-theme/static/css/style.css b/ge-theme/static/css/style.css index c730684..711df45 100644 --- a/ge-theme/static/css/style.css +++ b/ge-theme/static/css/style.css @@ -1,8 +1,4 @@ -#blue{ - color: #0040D0; -} - .base-home{ font-family: 'Nanum Gothic', sans-serif; } @@ -14,3 +10,22 @@ .navbar-light .navbar-nav .nav-link{ color: black; } +.base-footer{ + display: flex; + justify-content: center; + align-items: center; + padding-top: 40px; + padding-bottom: 40px; + flex-wrap: wrap; + gap: 5px; +} +#terms-conditions{ + color: #3E3F45; + padding-left: 40px; + text-decoration: none; + font-weight: bold; + font-size: 15px; +} +#terms-conditions:hover{ + text-decoration: underline; +} \ No newline at end of file diff --git a/ge-theme/static/images/base-imgs/facebook.webp b/ge-theme/static/images/base-imgs/facebook.webp new file mode 100644 index 0000000..89df2e3 Binary files /dev/null and b/ge-theme/static/images/base-imgs/facebook.webp differ diff --git a/ge-theme/static/images/base-imgs/twitter.webp b/ge-theme/static/images/base-imgs/twitter.webp new file mode 100644 index 0000000..11c3ae2 Binary files /dev/null and b/ge-theme/static/images/base-imgs/twitter.webp differ diff --git a/ge-theme/static/images/base-imgs/whatsaap.webp b/ge-theme/static/images/base-imgs/whatsaap.webp new file mode 100644 index 0000000..c271de0 Binary files /dev/null and b/ge-theme/static/images/base-imgs/whatsaap.webp differ diff --git a/ge-theme/static/images/base-imgs/youtube.webp b/ge-theme/static/images/base-imgs/youtube.webp new file mode 100644 index 0000000..afbc605 Binary files /dev/null and b/ge-theme/static/images/base-imgs/youtube.webp differ diff --git a/ge-theme/static/images/home-imgs/afd.webp b/ge-theme/static/images/home-imgs/afd.webp new file mode 100644 index 0000000..b4c618d Binary files /dev/null and b/ge-theme/static/images/home-imgs/afd.webp differ diff --git a/ge-theme/static/images/home-imgs/aljazeera.webp b/ge-theme/static/images/home-imgs/aljazeera.webp new file mode 100644 index 0000000..30b8f9d Binary files /dev/null and b/ge-theme/static/images/home-imgs/aljazeera.webp differ diff --git a/ge-theme/static/images/home-imgs/bbc.webp b/ge-theme/static/images/home-imgs/bbc.webp new file mode 100644 index 0000000..f9916c2 Binary files /dev/null and b/ge-theme/static/images/home-imgs/bbc.webp differ diff --git a/ge-theme/static/images/home-imgs/bloomberg.webp b/ge-theme/static/images/home-imgs/bloomberg.webp new file mode 100644 index 0000000..d1e4d79 Binary files /dev/null and b/ge-theme/static/images/home-imgs/bloomberg.webp differ diff --git a/ge-theme/static/images/home-imgs/doughnut.webp b/ge-theme/static/images/home-imgs/doughnut.webp new file mode 100644 index 0000000..e20024c Binary files /dev/null and b/ge-theme/static/images/home-imgs/doughnut.webp differ diff --git a/ge-theme/static/images/home-imgs/huffpost.webp b/ge-theme/static/images/home-imgs/huffpost.webp new file mode 100644 index 0000000..d4f3d6d Binary files /dev/null and b/ge-theme/static/images/home-imgs/huffpost.webp differ diff --git a/ge-theme/static/images/home-imgs/ktb.webp b/ge-theme/static/images/home-imgs/ktb.webp new file mode 100644 index 0000000..51aeed1 Binary files /dev/null and b/ge-theme/static/images/home-imgs/ktb.webp differ diff --git a/ge-theme/static/images/home-imgs/quartz.webp b/ge-theme/static/images/home-imgs/quartz.webp new file mode 100644 index 0000000..482d3bd Binary files /dev/null and b/ge-theme/static/images/home-imgs/quartz.webp differ diff --git a/ge-theme/static/images/home-imgs/yes.webp b/ge-theme/static/images/home-imgs/yes.webp new file mode 100644 index 0000000..79db5cb Binary files /dev/null and b/ge-theme/static/images/home-imgs/yes.webp differ diff --git a/ge-theme/templates/base.html b/ge-theme/templates/base.html index 3c2a780..d1d24e5 100644 --- a/ge-theme/templates/base.html +++ b/ge-theme/templates/base.html @@ -78,6 +78,22 @@ {% block content %} {% endblock %} - +
+ +
\ No newline at end of file diff --git a/ge-theme/templates/home-template.html b/ge-theme/templates/home-template.html index 8b7a9f2..c1d757a 100644 --- a/ge-theme/templates/home-template.html +++ b/ge-theme/templates/home-template.html @@ -31,7 +31,8 @@ -
+
+
@@ -55,5 +56,39 @@
+
+
+ As featured in media +
+
+ + + + + + + + + + + + + + + + + + + + + + + + + + + +
+
{% endblock %} \ No newline at end of file diff --git a/ge-theme/templates/index.html b/ge-theme/templates/index.html index aa571e6..783dc69 100644 --- a/ge-theme/templates/index.html +++ b/ge-theme/templates/index.html @@ -18,7 +18,7 @@
  • - +
    diff --git a/ge-theme/templates/media.html b/ge-theme/templates/media.html new file mode 100644 index 0000000..e69de29 diff --git a/ge-theme/templates/terms-and-conditions.html b/ge-theme/templates/terms-and-conditions.html new file mode 100644 index 0000000..e69de29 diff --git a/output/archives.html b/output/archives.html index 57d96a8..532ae86 100644 --- a/output/archives.html +++ b/output/archives.html @@ -74,6 +74,22 @@
    Thu 07 January 2021
    Community Currencies and DEX Multitudes
    - + \ No newline at end of file diff --git a/output/author/amina-godana.html b/output/author/amina-godana.html index e276462..7623013 100644 --- a/output/author/amina-godana.html +++ b/output/author/amina-godana.html @@ -57,7 +57,7 @@
  • - +
    @@ -79,6 +79,22 @@
    - + \ No newline at end of file diff --git a/output/author/isavary-khabuqwi.html b/output/author/isavary-khabuqwi.html index e2b5941..50a5efa 100644 --- a/output/author/isavary-khabuqwi.html +++ b/output/author/isavary-khabuqwi.html @@ -57,7 +57,7 @@
  • - +
    @@ -78,7 +78,7 @@
  • - +
    @@ -99,6 +99,22 @@
    - + \ No newline at end of file diff --git a/output/author/james-thiongo.html b/output/author/james-thiongo.html index 1fc192b..f9ad7fe 100644 --- a/output/author/james-thiongo.html +++ b/output/author/james-thiongo.html @@ -57,7 +57,7 @@
  • - +
    @@ -78,6 +78,22 @@
    - + \ No newline at end of file diff --git a/output/author/janet-akinyi-atieno.html b/output/author/janet-akinyi-atieno.html index f15eece..a7ceb0f 100644 --- a/output/author/janet-akinyi-atieno.html +++ b/output/author/janet-akinyi-atieno.html @@ -57,7 +57,7 @@
  • - +
    @@ -79,6 +79,22 @@
    - + \ No newline at end of file diff --git a/output/author/marcelin-munga-petro.html b/output/author/marcelin-munga-petro.html index d4cd6a7..cb1c980 100644 --- a/output/author/marcelin-munga-petro.html +++ b/output/author/marcelin-munga-petro.html @@ -57,7 +57,7 @@
  • - +
    @@ -78,6 +78,22 @@
    - + \ No newline at end of file diff --git a/output/author/shaila-agha.html b/output/author/shaila-agha.html index bb8d891..7a49615 100644 --- a/output/author/shaila-agha.html +++ b/output/author/shaila-agha.html @@ -57,7 +57,7 @@
  • - +
    @@ -78,6 +78,22 @@
    - + \ No newline at end of file diff --git a/output/author/will-ruddick.html b/output/author/will-ruddick.html index d483067..a2ead88 100644 --- a/output/author/will-ruddick.html +++ b/output/author/will-ruddick.html @@ -57,7 +57,7 @@
  • - +
    @@ -78,7 +78,7 @@
  • - +
    @@ -99,7 +99,7 @@
  • - +
    @@ -120,7 +120,7 @@
  • - +
    @@ -141,7 +141,7 @@
  • - +
    @@ -162,7 +162,7 @@
  • - +
    @@ -183,6 +183,22 @@
    - + \ No newline at end of file diff --git a/output/authors.html b/output/authors.html index 67104a2..936a396 100644 --- a/output/authors.html +++ b/output/authors.html @@ -56,6 +56,22 @@
  • Shaila Agha (1)
  • Will Ruddick (6)
  • - + \ No newline at end of file diff --git a/output/categories.html b/output/categories.html index b2e8757..1fde3c4 100644 --- a/output/categories.html +++ b/output/categories.html @@ -50,6 +50,22 @@ - + \ No newline at end of file diff --git a/output/category/blog.html b/output/category/blog.html index 6e3782a..9e394a2 100644 --- a/output/category/blog.html +++ b/output/category/blog.html @@ -57,7 +57,7 @@
  • - +
    @@ -78,7 +78,7 @@
  • - +
    @@ -99,7 +99,7 @@
  • - +
    @@ -121,7 +121,7 @@
  • - +
    @@ -142,7 +142,7 @@
  • - +
    @@ -163,7 +163,7 @@
  • - +
    @@ -184,7 +184,7 @@
  • - +
    @@ -205,7 +205,7 @@
  • - +
    @@ -226,7 +226,7 @@
  • - +
    @@ -247,7 +247,7 @@
  • - +
    @@ -273,6 +273,22 @@

    - + \ No newline at end of file diff --git a/output/category/blog2.html b/output/category/blog2.html index b8c829f..7639522 100644 --- a/output/category/blog2.html +++ b/output/category/blog2.html @@ -57,7 +57,7 @@
  • - +
    @@ -78,7 +78,7 @@
  • - +
    @@ -104,6 +104,22 @@

    - + \ No newline at end of file diff --git a/output/cic-will.html b/output/cic-will.html index 1799556..2e6057c 100644 --- a/output/cic-will.html +++ b/output/cic-will.html @@ -102,6 +102,22 @@
  • - + \ No newline at end of file diff --git a/output/index.html b/output/index.html index 92ca8b2..cdf7f31 100644 --- a/output/index.html +++ b/output/index.html @@ -57,7 +57,7 @@
  • - +
    @@ -78,7 +78,7 @@
  • - +
    @@ -99,7 +99,7 @@
  • - +
    @@ -121,7 +121,7 @@
  • - +
    @@ -142,7 +142,7 @@
  • - +
    @@ -163,7 +163,7 @@
  • - +
    @@ -184,7 +184,7 @@
  • - +
    @@ -205,7 +205,7 @@
  • - +
    @@ -226,7 +226,7 @@
  • - +
    @@ -247,7 +247,7 @@
  • - +
    @@ -273,6 +273,22 @@

    - + \ No newline at end of file diff --git a/output/index2.html b/output/index2.html index ff6bd49..5fba3b6 100644 --- a/output/index2.html +++ b/output/index2.html @@ -57,7 +57,7 @@
  • - +
    @@ -78,7 +78,7 @@
  • - +
    @@ -104,6 +104,22 @@

    - + \ No newline at end of file diff --git a/output/kakuma-amina.html b/output/kakuma-amina.html index 540b12b..f843812 100644 --- a/output/kakuma-amina.html +++ b/output/kakuma-amina.html @@ -90,6 +90,22 @@
  • - + \ No newline at end of file diff --git a/output/kenyancic-will.html b/output/kenyancic-will.html index 8c85e1a..6047367 100644 --- a/output/kenyancic-will.html +++ b/output/kenyancic-will.html @@ -98,6 +98,22 @@
  • - + \ No newline at end of file diff --git a/output/kilifi-isavary.html b/output/kilifi-isavary.html index 7e83797..7788bdc 100644 --- a/output/kilifi-isavary.html +++ b/output/kilifi-isavary.html @@ -115,6 +115,22 @@
  • - + \ No newline at end of file diff --git a/output/municipal-will.html b/output/municipal-will.html index 92d5c4d..3bd8d1e 100644 --- a/output/municipal-will.html +++ b/output/municipal-will.html @@ -103,6 +103,22 @@
  • - + \ No newline at end of file diff --git a/output/pages/.html b/output/pages/.html index bc2d9f9..b640a22 100644 --- a/output/pages/.html +++ b/output/pages/.html @@ -6,7 +6,7 @@ - + @@ -14,7 +14,7 @@ - + @@ -36,11 +36,12 @@ - + + @@ -48,13 +49,27 @@ -

    + - \ No newline at end of file diff --git a/output/pages/about-us.html b/output/pages/about-us.html index 52b1835..1fd1a50 100644 --- a/output/pages/about-us.html +++ b/output/pages/about-us.html @@ -53,6 +53,22 @@ - + \ No newline at end of file diff --git a/output/pages/food-forests.html b/output/pages/food-forests.html index e1c89a9..1e3d93d 100644 --- a/output/pages/food-forests.html +++ b/output/pages/food-forests.html @@ -53,6 +53,22 @@ - + \ No newline at end of file diff --git a/output/pages/get-involved.html b/output/pages/get-involved.html index 0494d5e..8d9a073 100644 --- a/output/pages/get-involved.html +++ b/output/pages/get-involved.html @@ -53,6 +53,22 @@ - + \ No newline at end of file diff --git a/output/pages/home.html b/output/pages/home.html index b437334..0992307 100644 --- a/output/pages/home.html +++ b/output/pages/home.html @@ -73,7 +73,8 @@
  • -
    +
    +
    @@ -97,7 +98,57 @@
    +
    - + \ No newline at end of file diff --git a/output/pages/media.html b/output/pages/media.html index da4af59..e69de29 100644 --- a/output/pages/media.html +++ b/output/pages/media.html @@ -1,58 +0,0 @@ - - - - grassroots-pelican - Media - - - - - - - - - - - - - - - - - - - - - - - - -

    Media

    - - - - - - - \ No newline at end of file diff --git a/output/pages/research.html b/output/pages/research.html index 367d016..e4bdfc8 100644 --- a/output/pages/research.html +++ b/output/pages/research.html @@ -53,6 +53,22 @@ - + \ No newline at end of file diff --git a/output/pages/sarafu-network.html b/output/pages/sarafu-network.html index 6472d1d..e6877ee 100644 --- a/output/pages/sarafu-network.html +++ b/output/pages/sarafu-network.html @@ -53,6 +53,22 @@ - + \ No newline at end of file diff --git a/output/pages/terms-and-conditions.html b/output/pages/terms-and-conditions.html new file mode 100644 index 0000000..e69de29 diff --git a/output/recycling.html b/output/recycling.html index 66e4337..cff0ee8 100644 --- a/output/recycling.html +++ b/output/recycling.html @@ -104,6 +104,22 @@
  • - + \ No newline at end of file diff --git a/output/redcross-will.html b/output/redcross-will.html index 712b073..2050e49 100644 --- a/output/redcross-will.html +++ b/output/redcross-will.html @@ -147,6 +147,22 @@ Jackton at his place of work in Manyani village accepts payment in sarafu for th
  • - + \ No newline at end of file diff --git a/output/refugee.html b/output/refugee.html index d87936f..17b2a84 100644 --- a/output/refugee.html +++ b/output/refugee.html @@ -100,6 +100,22 @@
  • - + \ No newline at end of file diff --git a/output/self-funded-james.html b/output/self-funded-james.html index b3a9bab..ed23b5f 100644 --- a/output/self-funded-james.html +++ b/output/self-funded-james.html @@ -134,6 +134,22 @@
  • - + \ No newline at end of file diff --git a/output/shalia_agha.html b/output/shalia_agha.html index 9f84fb2..7fb9626 100644 --- a/output/shalia_agha.html +++ b/output/shalia_agha.html @@ -96,6 +96,22 @@
  • - + \ No newline at end of file diff --git a/output/static-will.html b/output/static-will.html index db087dd..13e25d2 100644 --- a/output/static-will.html +++ b/output/static-will.html @@ -107,6 +107,22 @@
  • - + \ No newline at end of file diff --git a/output/tag/agroforestry.html b/output/tag/agroforestry.html index 2986df9..8f23403 100644 --- a/output/tag/agroforestry.html +++ b/output/tag/agroforestry.html @@ -57,7 +57,7 @@
  • - +
    @@ -78,6 +78,22 @@
    - + \ No newline at end of file diff --git a/output/tag/basic-income.html b/output/tag/basic-income.html index 6e1c6dd..302ad40 100644 --- a/output/tag/basic-income.html +++ b/output/tag/basic-income.html @@ -57,7 +57,7 @@
  • - +
    @@ -78,7 +78,7 @@
  • - +
    @@ -99,7 +99,7 @@
  • - +
    @@ -120,6 +120,22 @@
    - + \ No newline at end of file diff --git a/output/tag/community-currency.html b/output/tag/community-currency.html index d52c8c5..2d122d5 100644 --- a/output/tag/community-currency.html +++ b/output/tag/community-currency.html @@ -57,7 +57,7 @@
  • - +
    @@ -78,7 +78,7 @@
  • - +
    @@ -99,7 +99,7 @@
  • - +
    @@ -120,6 +120,22 @@
    - + \ No newline at end of file diff --git a/output/tag/covid.html b/output/tag/covid.html index 80b8702..4de685e 100644 --- a/output/tag/covid.html +++ b/output/tag/covid.html @@ -57,7 +57,7 @@
  • - +
    @@ -78,6 +78,22 @@
    - + \ No newline at end of file diff --git a/output/tag/debt.html b/output/tag/debt.html index e862092..942c05b 100644 --- a/output/tag/debt.html +++ b/output/tag/debt.html @@ -57,7 +57,7 @@
  • - +
    @@ -78,7 +78,7 @@
  • - +
    @@ -99,6 +99,22 @@
    - + \ No newline at end of file diff --git a/output/tag/debtors.html b/output/tag/debtors.html index 831a29e..0d52e0b 100644 --- a/output/tag/debtors.html +++ b/output/tag/debtors.html @@ -57,7 +57,7 @@
  • - +
    @@ -78,6 +78,22 @@
    - + \ No newline at end of file diff --git a/output/tag/defaulters.html b/output/tag/defaulters.html index 012d1c1..2510ffb 100644 --- a/output/tag/defaulters.html +++ b/output/tag/defaulters.html @@ -57,7 +57,7 @@
  • - +
    @@ -78,6 +78,22 @@
    - + \ No newline at end of file diff --git a/output/tag/defi.html b/output/tag/defi.html index 467d185..94111fa 100644 --- a/output/tag/defi.html +++ b/output/tag/defi.html @@ -57,7 +57,7 @@
  • - +
    @@ -78,6 +78,22 @@
    - + \ No newline at end of file diff --git a/output/tag/dex.html b/output/tag/dex.html index 608ec13..202132c 100644 --- a/output/tag/dex.html +++ b/output/tag/dex.html @@ -57,7 +57,7 @@
  • - +
    @@ -78,7 +78,7 @@
  • - +
    @@ -99,6 +99,22 @@
    - + \ No newline at end of file diff --git a/output/tag/directors.html b/output/tag/directors.html index eb896aa..c5a4189 100644 --- a/output/tag/directors.html +++ b/output/tag/directors.html @@ -57,7 +57,7 @@
  • - +
    @@ -78,6 +78,22 @@
    - + \ No newline at end of file diff --git a/output/tag/elderly.html b/output/tag/elderly.html index 5770ad7..a467318 100644 --- a/output/tag/elderly.html +++ b/output/tag/elderly.html @@ -57,7 +57,7 @@
  • - +
    @@ -78,6 +78,22 @@
    - + \ No newline at end of file diff --git a/output/tag/exchange.html b/output/tag/exchange.html index 40c1430..b0fe7fb 100644 --- a/output/tag/exchange.html +++ b/output/tag/exchange.html @@ -57,7 +57,7 @@
  • - +
    @@ -78,7 +78,7 @@
  • - +
    @@ -99,6 +99,22 @@
    - + \ No newline at end of file diff --git a/output/tag/food-forest.html b/output/tag/food-forest.html index 39636f7..fd214b5 100644 --- a/output/tag/food-forest.html +++ b/output/tag/food-forest.html @@ -57,7 +57,7 @@
  • - +
    @@ -78,6 +78,22 @@
    - + \ No newline at end of file diff --git a/output/tag/kakuma.html b/output/tag/kakuma.html index cabd8c3..e5edb39 100644 --- a/output/tag/kakuma.html +++ b/output/tag/kakuma.html @@ -57,7 +57,7 @@
  • - +
    @@ -78,6 +78,22 @@
    - + \ No newline at end of file diff --git a/output/tag/kenya.html b/output/tag/kenya.html index 688cfb4..d94e201 100644 --- a/output/tag/kenya.html +++ b/output/tag/kenya.html @@ -57,7 +57,7 @@
  • - +
    @@ -78,6 +78,22 @@
    - + \ No newline at end of file diff --git a/output/tag/kilifi.html b/output/tag/kilifi.html index 2848ce5..d0fd55b 100644 --- a/output/tag/kilifi.html +++ b/output/tag/kilifi.html @@ -57,7 +57,7 @@
  • - +
    @@ -78,6 +78,22 @@
    - + \ No newline at end of file diff --git a/output/tag/kisauni.html b/output/tag/kisauni.html index c76da6b..d5dcb58 100644 --- a/output/tag/kisauni.html +++ b/output/tag/kisauni.html @@ -57,7 +57,7 @@
  • - +
    @@ -78,6 +78,22 @@
    - + \ No newline at end of file diff --git a/output/tag/lenders.html b/output/tag/lenders.html index be3a37a..fd9a825 100644 --- a/output/tag/lenders.html +++ b/output/tag/lenders.html @@ -57,7 +57,7 @@
  • - +
    @@ -78,6 +78,22 @@
    - + \ No newline at end of file diff --git a/output/tag/liquidity.html b/output/tag/liquidity.html index 24b9471..8dd37c7 100644 --- a/output/tag/liquidity.html +++ b/output/tag/liquidity.html @@ -57,7 +57,7 @@
  • - +
    @@ -78,7 +78,7 @@
  • - +
    @@ -99,7 +99,7 @@
  • - +
    @@ -120,6 +120,22 @@
    - + \ No newline at end of file diff --git a/output/tag/mbi.html b/output/tag/mbi.html index baf78f3..dd689ab 100644 --- a/output/tag/mbi.html +++ b/output/tag/mbi.html @@ -57,7 +57,7 @@
  • - +
    @@ -78,6 +78,22 @@
    - + \ No newline at end of file diff --git a/output/tag/mission.html b/output/tag/mission.html index c8f721a..c719dd9 100644 --- a/output/tag/mission.html +++ b/output/tag/mission.html @@ -57,7 +57,7 @@
  • - +
    @@ -78,6 +78,22 @@
    - + \ No newline at end of file diff --git a/output/tag/municipe.html b/output/tag/municipe.html index 829aea6..7888688 100644 --- a/output/tag/municipe.html +++ b/output/tag/municipe.html @@ -57,7 +57,7 @@
  • - +
    @@ -78,6 +78,22 @@
    - + \ No newline at end of file diff --git a/output/tag/organization.html b/output/tag/organization.html index cae3477..c786390 100644 --- a/output/tag/organization.html +++ b/output/tag/organization.html @@ -57,7 +57,7 @@
  • - +
    @@ -78,6 +78,22 @@
    - + \ No newline at end of file diff --git a/output/tag/pools.html b/output/tag/pools.html index 1886908..7f879c9 100644 --- a/output/tag/pools.html +++ b/output/tag/pools.html @@ -57,7 +57,7 @@
  • - +
    @@ -78,6 +78,22 @@
    - + \ No newline at end of file diff --git a/output/tag/red-cross.html b/output/tag/red-cross.html index e0d642a..d47046f 100644 --- a/output/tag/red-cross.html +++ b/output/tag/red-cross.html @@ -57,7 +57,7 @@
  • - +
    @@ -78,6 +78,22 @@
    - + \ No newline at end of file diff --git a/output/tag/refugee.html b/output/tag/refugee.html index d1bff75..56f079a 100644 --- a/output/tag/refugee.html +++ b/output/tag/refugee.html @@ -57,7 +57,7 @@
  • - +
    @@ -78,6 +78,22 @@
    - + \ No newline at end of file diff --git a/output/tag/regen.html b/output/tag/regen.html index 2e507af..1be48ef 100644 --- a/output/tag/regen.html +++ b/output/tag/regen.html @@ -57,7 +57,7 @@
  • - +
    @@ -78,6 +78,22 @@
    - + \ No newline at end of file diff --git a/output/tag/sarafu.html b/output/tag/sarafu.html index 5083c26..cceaabe 100644 --- a/output/tag/sarafu.html +++ b/output/tag/sarafu.html @@ -57,7 +57,7 @@
  • - +
    @@ -78,6 +78,22 @@
    - + \ No newline at end of file diff --git a/output/tag/staff.html b/output/tag/staff.html index 1caa578..c3bc81b 100644 --- a/output/tag/staff.html +++ b/output/tag/staff.html @@ -57,7 +57,7 @@
  • - +
    @@ -78,6 +78,22 @@
    - + \ No newline at end of file diff --git a/output/tag/syntropic.html b/output/tag/syntropic.html index 123d40f..ef0282c 100644 --- a/output/tag/syntropic.html +++ b/output/tag/syntropic.html @@ -57,7 +57,7 @@
  • - +
    @@ -78,6 +78,22 @@
    - + \ No newline at end of file diff --git a/output/tag/ubi.html b/output/tag/ubi.html index e50544d..6a5713d 100644 --- a/output/tag/ubi.html +++ b/output/tag/ubi.html @@ -57,7 +57,7 @@
  • - +
    @@ -78,6 +78,22 @@
    - + \ No newline at end of file diff --git a/output/tag/youth.html b/output/tag/youth.html index 4f0019f..f6b7063 100644 --- a/output/tag/youth.html +++ b/output/tag/youth.html @@ -57,7 +57,7 @@
  • - +
    @@ -78,6 +78,22 @@
    - + \ No newline at end of file diff --git a/output/tags.html b/output/tags.html index edc99e9..2bdb53e 100644 --- a/output/tags.html +++ b/output/tags.html @@ -81,6 +81,22 @@
  • UBI (1)
  • youth (1)
  • - + \ No newline at end of file diff --git a/output/theme/css/home-styles.css b/output/theme/css/home-styles.css index 5067b3a..b31bdd9 100644 --- a/output/theme/css/home-styles.css +++ b/output/theme/css/home-styles.css @@ -69,15 +69,26 @@ background-color: #3E3F45; color: #ffffff; } -/*.words-col-wrapper a{*/ -/* text-decoration: none;*/ -/* color: black;*/ -/* border-color: black;*/ -/* border-width: 2px;*/ -/* padding: 20px 10px;*/ -/* border-radius: 2px;*/ +.home-last-row{ + border-top: 1px solid gray; + border-bottom: 1px solid gray; +} +.inline-block{ + display: flex; + justify-content: center; + align-items: center; + flex-wrap: wrap; + padding-bottom: 20px; + gap: 5px; +} +.a-feat{ + padding-top: 20px; +} +.a-feat a{ + color: black; + font-size: 20px; +} -/*}*/ @media only screen and (max-width: 480px){ .img-style{ padding-left: 20px; @@ -108,4 +119,19 @@ .style-img{ padding-top: 20px; } +} +@media (min-width: 768px) and (max-width: 1024px){ + + .row-2-words{ + padding-top: 10px; + padding-bottom: 20px; + } + .h2-title{ + padding-top: 10px; + } + .words-col-wrapper{ + /*adding spacing between the cols that are rows*/ + padding-bottom: 30px; + } + } \ No newline at end of file diff --git a/output/theme/css/home-styles.css~ b/output/theme/css/home-styles.css~ index a59673d..790ad8a 100644 --- a/output/theme/css/home-styles.css~ +++ b/output/theme/css/home-styles.css~ @@ -1,10 +1,11 @@ .row-one-words{ text-align: center; font-size: 40px; + padding-top: 50px; } -.row-one-img{ - padding: 20px; -} +/*.row-one-img{*/ +/* padding: 20px;*/ +/*}*/ .height-row{ height: 80%; } @@ -16,8 +17,9 @@ } .wrapper-col{ - margin-top: 100px; - margin-left: 150px; + /*margin-top: 100px;*/ + /*margin-left: 150px;*/ + margin: auto; border-style: solid; border-color: #ffffff; box-sizing: border-box; @@ -66,6 +68,24 @@ .butt-style:hover{ background-color: #3E3F45; color: #ffffff; +} +.home-last-row{ + border-top: 1px solid gray; + border-bottom: 1px solid gray; + /*display: flex;*/ + /*justify-content: center;*/ + /*align-items: center;*/ +} +.inline-block{ + /*display: inline-block;*/ + display: flex; + justify-content: center; + align-items: center; + /*padding-left: 20px;*/ + /*padding-right: 20px;*/ +} +.a-center{ + } /*.words-col-wrapper a{*/ /* text-decoration: none;*/ @@ -94,11 +114,12 @@ /*border-color: #ff4c85;*/ } .row-2-words{ + padding-top: 20px; padding-bottom: 10px; } - /*.row-margin{*/ - /* margin-bottom: 1px;*/ - /*}*/ + .row-margin{ + margin-bottom: 10px; + } .h2-title{ padding-top: 20px; } diff --git a/output/theme/css/style.css b/output/theme/css/style.css index c730684..711df45 100644 --- a/output/theme/css/style.css +++ b/output/theme/css/style.css @@ -1,8 +1,4 @@ -#blue{ - color: #0040D0; -} - .base-home{ font-family: 'Nanum Gothic', sans-serif; } @@ -14,3 +10,22 @@ .navbar-light .navbar-nav .nav-link{ color: black; } +.base-footer{ + display: flex; + justify-content: center; + align-items: center; + padding-top: 40px; + padding-bottom: 40px; + flex-wrap: wrap; + gap: 5px; +} +#terms-conditions{ + color: #3E3F45; + padding-left: 40px; + text-decoration: none; + font-weight: bold; + font-size: 15px; +} +#terms-conditions:hover{ + text-decoration: underline; +} \ No newline at end of file diff --git a/output/theme/css/style.css~ b/output/theme/css/style.css~ index 02f7db1..8e07b04 100644 --- a/output/theme/css/style.css~ +++ b/output/theme/css/style.css~ @@ -1,20 +1,29 @@ -#blue{ - color: #0040D0; -} - -.navbar a { - color: black; -} -.navbar-light .navbar-toggler-icon{ - color: black; +.base-home{ + font-family: 'Nanum Gothic', sans-serif; } .navbar { background-color: rgba(255, 255, 255, 0.6); - /*opacity: 0.6;*/ box-shadow: 2px 2px 2px #A1A1A1; + padding: 20px; } -/*}*/ -/*.try {*/ -/* color: blue;*/ -/*}*/ \ No newline at end of file +.navbar-light .navbar-nav .nav-link{ + color: black; +} +.base-footer{ + display: flex; + justify-content: center; + align-items: center; + padding-top: 40px; + padding-bottom: 40px; + flex-wrap: wrap; + gap: 5px; +} +#terms-conditions{ + color: #3E3F45; + padding-left: 20px; + text-decoration: none; + font-weight: bold; + font-size: 10px; + +} \ No newline at end of file diff --git a/output/theme/images/base-imgs/facebook.webp b/output/theme/images/base-imgs/facebook.webp new file mode 100644 index 0000000..89df2e3 Binary files /dev/null and b/output/theme/images/base-imgs/facebook.webp differ diff --git a/output/theme/images/base-imgs/twitter.webp b/output/theme/images/base-imgs/twitter.webp new file mode 100644 index 0000000..11c3ae2 Binary files /dev/null and b/output/theme/images/base-imgs/twitter.webp differ diff --git a/output/theme/images/base-imgs/whatsaap.webp b/output/theme/images/base-imgs/whatsaap.webp new file mode 100644 index 0000000..c271de0 Binary files /dev/null and b/output/theme/images/base-imgs/whatsaap.webp differ diff --git a/output/theme/images/base-imgs/youtube.webp b/output/theme/images/base-imgs/youtube.webp new file mode 100644 index 0000000..afbc605 Binary files /dev/null and b/output/theme/images/base-imgs/youtube.webp differ diff --git a/output/theme/images/home-imgs/afd.webp b/output/theme/images/home-imgs/afd.webp new file mode 100644 index 0000000..b4c618d Binary files /dev/null and b/output/theme/images/home-imgs/afd.webp differ diff --git a/output/theme/images/home-imgs/aljazeera.webp b/output/theme/images/home-imgs/aljazeera.webp new file mode 100644 index 0000000..30b8f9d Binary files /dev/null and b/output/theme/images/home-imgs/aljazeera.webp differ diff --git a/output/theme/images/home-imgs/bbc.webp b/output/theme/images/home-imgs/bbc.webp new file mode 100644 index 0000000..f9916c2 Binary files /dev/null and b/output/theme/images/home-imgs/bbc.webp differ diff --git a/output/theme/images/home-imgs/bloomberg.webp b/output/theme/images/home-imgs/bloomberg.webp new file mode 100644 index 0000000..d1e4d79 Binary files /dev/null and b/output/theme/images/home-imgs/bloomberg.webp differ diff --git a/output/theme/images/home-imgs/doughnut.webp b/output/theme/images/home-imgs/doughnut.webp new file mode 100644 index 0000000..e20024c Binary files /dev/null and b/output/theme/images/home-imgs/doughnut.webp differ diff --git a/output/theme/images/home-imgs/huffpost.webp b/output/theme/images/home-imgs/huffpost.webp new file mode 100644 index 0000000..d4f3d6d Binary files /dev/null and b/output/theme/images/home-imgs/huffpost.webp differ diff --git a/output/theme/images/home-imgs/ktb.webp b/output/theme/images/home-imgs/ktb.webp new file mode 100644 index 0000000..51aeed1 Binary files /dev/null and b/output/theme/images/home-imgs/ktb.webp differ diff --git a/output/theme/images/home-imgs/quartz.webp b/output/theme/images/home-imgs/quartz.webp new file mode 100644 index 0000000..482d3bd Binary files /dev/null and b/output/theme/images/home-imgs/quartz.webp differ diff --git a/output/theme/images/home-imgs/yes.webp b/output/theme/images/home-imgs/yes.webp new file mode 100644 index 0000000..79db5cb Binary files /dev/null and b/output/theme/images/home-imgs/yes.webp differ diff --git a/output/youth-will.html b/output/youth-will.html index 10c2114..c798823 100644 --- a/output/youth-will.html +++ b/output/youth-will.html @@ -93,6 +93,22 @@
  • - + \ No newline at end of file