From ba6e3f23f3a5d19ab5dea397d18bbc7081bc0574 Mon Sep 17 00:00:00 2001 From: ehab-hassan Date: Sun, 3 Apr 2022 10:17:20 +0200 Subject: [PATCH] header and footer --- content/footer/_index.md | 2 +- content/header/_index.md | 2 +- static/images/tft_log.svg | 120 +++++++++++++++++++++++++++++++++ templates/partials/footer.html | 2 +- templates/partials/header.html | 2 +- templates/shortcodes/row.html | 2 +- 6 files changed, 125 insertions(+), 5 deletions(-) create mode 100644 static/images/tft_log.svg diff --git a/content/footer/_index.md b/content/footer/_index.md index 12867e6..0f31e5a 100644 --- a/content/footer/_index.md +++ b/content/footer/_index.md @@ -4,7 +4,7 @@ description: "The alternative to the current too centralized and unsustainable i insert_anchor_links: "left" template: "partials/footer.html" extra: - logoPath: "/images/ourworld_logo2.png" + logoPath: "/images/tft_log.svg" socialLinks: { Facebook: "https://", Github: "https://", Twitter: "https://" } --- diff --git a/content/header/_index.md b/content/header/_index.md index 67161ce..c3fc393 100644 --- a/content/header/_index.md +++ b/content/header/_index.md @@ -4,7 +4,7 @@ description: "NEAR is on a mission to empower everyone to take back control of t insert_anchor_links: "left" template: "partials/header.html" extra: - logoPath: "/images/ourworld_logo2.png" + logoPath: "/images/tft_log.svg" imgPath: "" --- diff --git a/static/images/tft_log.svg b/static/images/tft_log.svg new file mode 100644 index 0000000..567d83f --- /dev/null +++ b/static/images/tft_log.svg @@ -0,0 +1,120 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/templates/partials/footer.html b/templates/partials/footer.html index 88ea407..fd2a0fc 100644 --- a/templates/partials/footer.html +++ b/templates/partials/footer.html @@ -13,7 +13,7 @@
- Company name + Company name

{{section.description}}

diff --git a/templates/partials/header.html b/templates/partials/header.html index a56b661..7b0f039 100644 --- a/templates/partials/header.html +++ b/templates/partials/header.html @@ -93,7 +93,7 @@
diff --git a/templates/shortcodes/row.html b/templates/shortcodes/row.html index e536b4d..b2a7f5c 100644 --- a/templates/shortcodes/row.html +++ b/templates/shortcodes/row.html @@ -10,7 +10,7 @@ Parameters: --> {% set columns = body | safe | markdown | split(pat="|||") %} -{% set row_class = "relative pt-12 flex flex-col sm:grid sm:grid-cols-2 sm:gap-10 xl:flex xl:flex-row md:py-4 lg:py-4"%} +{% set row_class = "relative pt-12 flex flex-col sm:grid sm:grid-cols-2 sm:gap-10 xl:flex xl:flex-row md:py-12 lg:py-16"%} {% if 2 < columns | length %}