From 04bb5b46c2169b568f75132a7a1d525e5c1a7854 Mon Sep 17 00:00:00 2001 From: ehab-hassan Date: Thu, 17 Aug 2023 19:42:20 +0300 Subject: [PATCH] fix footer links to open in new page --- content/about/index.md | 2 +- content/footer/_index.md | 38 +++++++++++++++++++++++------------ templates/shortcodes/row.html | 2 +- 3 files changed, 27 insertions(+), 15 deletions(-) diff --git a/content/about/index.md b/content/about/index.md index a5ea81d..8c6c3fe 100644 --- a/content/about/index.md +++ b/content/about/index.md @@ -91,7 +91,7 @@ There are multiple ventures waiting to be born as more funding comes in to use o -{% row(style="center narrow" margin="header" bgColor="#007fc7") %} +{% row(style="center" margin="header" padding="top" bgColor="#007fc7") %}
diff --git a/content/footer/_index.md b/content/footer/_index.md index 1570f30..37df636 100644 --- a/content/footer/_index.md +++ b/content/footer/_index.md @@ -14,13 +14,15 @@ extra:
-###### [Litepaper](https://threefold.docsend.com/view/b6wmefr47r2qsjcc/d/84eh676k7a9pcw36) +
Litepaper
-###### [Fact Sheet](https://threefold.docsend.com/view/b6wmefr47r2qsjcc/d/hehw4is7pvg8gbcc) +
Fact Shee
+ +
estore the Commons
+ +
Project Details
-###### [Restore the Commons](https://threefold.docsend.com/view/b6wmefr47r2qsjcc/d/58shuiksemuaeiyb) -###### [Project Details](https://threefold.docsend.com/view/b6wmefr47r2qsjcc/d/tvqf5pq4nvuukqgx) ||| @@ -28,15 +30,16 @@ extra:
-###### [ThreeFold](https://threefold.io) +
ThreeFold
-###### [OurWorld Free Zone](https://freezone.ourworld.tf/) +
OurWorld Free Zone
-###### [Sikana](https://sikana.tv/) +
Sikana
-###### [OurVerse](https://ourverse.tf/) +
OurVerse
+ +
OurPhone
-###### [OurPhone](https://ourphone.tf/) ||| @@ -44,10 +47,19 @@ extra:
-###### [Main Community](https://t.me/threefold) +
Main Community
-###### [Manual](https://manual.grid.tf) +
Manual
-###### [Forum](https://forum.threefold.io/) +
Forum
-{% end %} \ No newline at end of file + +{% end %} + + \ No newline at end of file diff --git a/templates/shortcodes/row.html b/templates/shortcodes/row.html index abd9d4c..30a34ee 100644 --- a/templates/shortcodes/row.html +++ b/templates/shortcodes/row.html @@ -44,7 +44,7 @@ Parameters: {% set row_class = row_class ~ " items-center" %} {% endif %} -{% set col_class = "flex-1 mb-4 md:mb-12 lg:mb-0" %} +{% set col_class = "flex-1 mb-4 md:mb-12 lg:mb-0 mx-4" %} {% set row_id = '' %}