Files
www_threefold_io/content/community/index.md
2024-09-30 17:30:44 +03:00

204 lines
3.4 KiB
Markdown

---
title: "community"
description: "Join the Community" # quotation marks to allow colons where used
template: "page.html"
insert_anchor_links: "left"
extra:
imgPath: community.png
---
<!-- section 1 (header) -->
<div class="container mx-auto">
{% row( style="center mtop semiNarrow") %}
## **Join the <span class="blue">Community</span>**
{% end %}
{% row( style="center semiNarrow") %}
<div class="myscale">
[![Image](discourse.png#social)](https://forum.threefold.io/)
</div>
###### **Forum**
<p class="text-base leading-snug">Ask Questions<p>
|||
<div class="myscale">
[![Image](gh.png#social)](https://github.com/threefoldfoundation)
</div>
###### **GitHub | Tech**
<p class="text-base leading-snug">Open-Source Collaboration for Tech Development<p>
|||
<div class="myscale">
[![Image](gh.png#social)](https://github.com/threefoldtech)
</div>
###### **GitHub | Foundation**
<p class="text-base leading-snug">Open-source Collaboration for Websites and Online Info<p>
|||
<div class="myscale">
[![Image](x.png#social)](https://x.com/threefold_io)
</div>
###### **X | Twitter**
<p class="text-base leading-snug">"Tweet" With Us<p>
{% end %}
{% row( style="center semiNarrow") %}
<div class="myscale">
[![Image](telegram.png#social)](https://t.me/threefoldnews)
</div>
###### **Telegram News**
<p class="text-base leading-snug">Stay Updated<p>
|||
<div class="myscale">
[![Image](telegram.png#social)](https://t.me/threefold)
</div>
###### **Telegram Main Chat**
<p class="text-base leading-snug">Community Conversation<p>
|||
<div class="myscale">
[![Image](telegram.png#social)](https://t.me/threefoldfarmers)
</div>
###### **Telegram Farmers Chat**
<p class="text-base leading-snug">Farming Community<p>
|||
<div class="myscale">
[![Image](telegram.png#social)](https://t.me/threefoldtesting)
</div>
###### **Telegram Grid User Chat**
<p class="text-base leading-snug">Grid User Community<p>
{% end %}
{% row( style="center mbottom semiNarrow") %}
<div class="myscale">
[![Image](reddit.png#social)](https://www.reddit.com/r/threefold/)
</div>
###### **Reddit**
<p class="text-base leading-snug">Join In<p>
|||
<div class="myscale">
[![Image](youtube.png#social)](https://www.youtube.com/@ThreeFoldFoundation)
</div>
###### **YouTube**
<p class="text-base leading-snug">Watch Things Unfold<p>
|||
<div class="myscale">
<a target="_self" href="javascript:;" onclick="ml_account('webforms', '3562741', 'n7q9l7', 'show')">
![Image](mail.png#social)
</a>
</div>
###### **E-mail Newsletter**
<p class="text-base leading-snug">Updates in Your Inbox<p>
|||
<div class="myscale">
[![Image](linkedin.png#social)](https://www.linkedin.com/company/threefold-io/)
</div>
###### **LinkedIn**
<p class="text-base leading-snug">Lets Network<p>
{% end %}
{% row( style="center mtop semiNarrow") %}
## **Keep up with <span class="blue">ThreeFold Events</span>**
{% end %}
<br>
<iframe class="mx-auto w-full" src="https://calendar.google.com/calendar/embed?height=600&wkst=2&ctz=Europe%2FBrussels&bgcolor=%23ffffff&title&showTitle=0&showPrint=0&showCalendars=0&src=Y185OGMwNTEwZDVlMmMzMGY1MGM1NTNmZmUxZDNiOTRjMTliMzRmNTNiNDhhNzY3NjdkNDEyNTU3ZjVhYzc1ODAyQGdyb3VwLmNhbGVuZGFyLmdvb2dsZS5jb20&color=%2333B679" style="border:solid 1px #777" frameborder="0" height="800px"></iframe>
</div>
<style>
.myscale{
transition: transform .5s;
}
.myscale:hover{
transform: scale(1.2);
}
</style>