support page

This commit is contained in:
Ehab Hassan 2022-04-04 16:25:45 +02:00
parent 2aa4b83a86
commit a904202a0d
7 changed files with 76 additions and 2 deletions

View File

@ -65,7 +65,7 @@ Check out our available positions below. Can't find your perfect fit and don't w
<div class="relative flex flex-col lg:flex-row items-baseline -mx-8 sm:-mx-12 md:-mx-16 lg:-mx-20"> <div class="relative flex flex-col lg:flex-row items-baseline -mx-8 sm:-mx-12 md:-mx-16 lg:-mx-20">
<a href="/careers" class="section banner" > <a href="/community" class="section banner" >
<div class="center"> <div class="center">
<h2 class="h1"> <h2 class="h1">
<strong>Join our Team</strong> <strong>Join our Team</strong>

74
content/support/_index.md Normal file
View File

@ -0,0 +1,74 @@
---
title: "support"
template: "section.html"
insert_anchor_links: "left"
---
<br>
<!-- section 1 (Farm) -->
{% row(style="center narrow") %}
## GET IN TOUCH <br> **WITH THREEFOLD**
{% end %}
{% row(style="center between") %}
[![Image](/images/support_join.png)](https://t.me/threefold)
|||
[![Image](/images/support_press.png)](https://mail.google.com/mail/u/0/?fs=1&tf=cm&source=mailto&to=press@threefold.io)
|||
[![Image](/images/support_join.png)](https://mail.google.com/mail/u/0/?fs=1&tf=cm&source=mailto&to=info@threefold.io)
{% end %}
<br>
<br>
<br>
<!-- section 2 (QUESTIONS) -->
{% row(bgColor="#f2f2f2" style="center") %}
## FREQUENTLY ASKED <br> **QUESTIONS**
Check out the most common questions from the community. <br> There's a good chance your answer is there already!
<button>[ThreeFold FAQ](/faq)</button>
<button>[Farm FAQ](/farmfaq)</button>
<button>[TFT FAQ](/tftfaq)</button>
{% end %}
<!-- section 3 (world of farmers) -->
{% row(style="center") %}
![Image](/images/ask.png#mx-auto)
<br>
## HAVE A QUESTION ABOUT <br> **BUILDING ON THREEFOLD?**
<button>[Create Forum Post](https://forum.threefold.io/)</button>
{% end %}

BIN
static/images/ask.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.3 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 4.7 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 3.3 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 3.3 KiB

View File

@ -58,7 +58,7 @@ Parameters:
{% endif %} {% endif %}
{% if bgColor %} {% if bgColor %}
{% set styles = "background-color: " ~ bgColor ~ "; background-size: cover" %} {% 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 %} {% endif %}