Join our Team
diff --git a/content/support/_index.md b/content/support/_index.md
new file mode 100644
index 0000000..6d12a61
--- /dev/null
+++ b/content/support/_index.md
@@ -0,0 +1,74 @@
+---
+title: "support"
+template: "section.html"
+insert_anchor_links: "left"
+---
+
+
+
+
+
+{% row(style="center narrow") %}
+
+
+## GET IN TOUCH **WITH THREEFOLD**
+
+
+{% end %}
+
+{% row(style="center between") %}
+
+[](https://t.me/threefold)
+
+
+|||
+
+[](https://mail.google.com/mail/u/0/?fs=1&tf=cm&source=mailto&to=press@threefold.io)
+
+
+|||
+
+[](https://mail.google.com/mail/u/0/?fs=1&tf=cm&source=mailto&to=info@threefold.io)
+
+
+{% end %}
+
+
+
+
+
+
+
+
+
+
+
+{% row(bgColor="#f2f2f2" style="center") %}
+
+## FREQUENTLY ASKED **QUESTIONS**
+
+Check out the most common questions from the community. There's a good chance your answer is there already!
+
+[ThreeFold FAQ](/faq)
+[Farm FAQ](/farmfaq)
+[TFT FAQ](/tftfaq)
+
+
+{% end %}
+
+
+
+
+
+{% row(style="center") %}
+
+
+
+
+## HAVE A QUESTION ABOUT **BUILDING ON THREEFOLD?**
+
+
+[Create Forum Post](https://forum.threefold.io/)
+
+
+{% end %}
\ No newline at end of file
diff --git a/static/images/ask.png b/static/images/ask.png
new file mode 100644
index 0000000..a4b0921
Binary files /dev/null and b/static/images/ask.png differ
diff --git a/static/images/support_join.png b/static/images/support_join.png
new file mode 100644
index 0000000..4097137
Binary files /dev/null and b/static/images/support_join.png differ
diff --git a/static/images/support_others.png b/static/images/support_others.png
new file mode 100644
index 0000000..010709b
Binary files /dev/null and b/static/images/support_others.png differ
diff --git a/static/images/support_press.png b/static/images/support_press.png
new file mode 100644
index 0000000..d47a7b3
Binary files /dev/null and b/static/images/support_press.png differ
diff --git a/templates/shortcodes/row.html b/templates/shortcodes/row.html
index 2dcea36..6aac996 100644
--- a/templates/shortcodes/row.html
+++ b/templates/shortcodes/row.html
@@ -58,7 +58,7 @@ Parameters:
{% endif %}
{% if bgColor %}
{% set styles = "background-color: " ~ bgColor ~ "; background-size: cover" %}
- {% set row_class = row_class ~ "w-screen -mx-8 sm:-mx-12 md:-mx-16 lg:-mx-20 lg:py-40 p-8 sm:p-12 md:p-16 lg:p-20" %}
+ {% set row_class = row_class ~ "w-screen -mx-8 sm:-mx-12 md:-mx-16 lg:-mx-20 lg:py-20 p-8 sm:p-12 md:p-16 lg:p-20" %}
{% endif %}