support page
This commit is contained in:
parent
2aa4b83a86
commit
a904202a0d
@ -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">
|
||||
<a href="/careers" class="section banner" >
|
||||
<a href="/community" class="section banner" >
|
||||
<div class="center">
|
||||
<h2 class="h1">
|
||||
<strong>Join our Team</strong>
|
||||
|
74
content/support/_index.md
Normal file
74
content/support/_index.md
Normal 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") %}
|
||||
|
||||
[](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 %}
|
||||
|
||||
|
||||
<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") %}
|
||||
|
||||

|
||||
<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
BIN
static/images/ask.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 2.3 KiB |
BIN
static/images/support_join.png
Normal file
BIN
static/images/support_join.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 4.7 KiB |
BIN
static/images/support_others.png
Normal file
BIN
static/images/support_others.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 3.3 KiB |
BIN
static/images/support_press.png
Normal file
BIN
static/images/support_press.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 3.3 KiB |
@ -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 %}
|
||||
|
||||
|
||||
|
Reference in New Issue
Block a user