mobile career & support
This commit is contained in:
@@ -3,17 +3,15 @@ title: "Developers"
|
||||
template: "page.html"
|
||||
---
|
||||
|
||||
|
||||
|
||||
<!-- section 1 (header) -->
|
||||
|
||||
{% row(style="center margin") %}
|
||||
{% row(style="margin moderate reverse") %}
|
||||
|
||||
## ThreeFold <br> **Developer** <br> **Resources**
|
||||
## ThreeFold <br> **Developer Resources**
|
||||
|
||||
A builder’s manual for ThreeFold. Built <br> by visionaries, for visionaries.
|
||||
|
||||
<button>[Join The Developer Community](https://t.me/threefoldtesting)</button>
|
||||
<button class="long-text">[Join The Developer Community](https://t.me/threefoldtesting)</button>
|
||||
|
||||
|||
|
||||
|
||||
@@ -21,7 +19,7 @@ A builder’s manual for ThreeFold. Built <br> by visionaries, for visionaries.
|
||||
|
||||
{% end %}
|
||||
|
||||
<!-- section 4 (DEVELOPER RESOURCES) -->
|
||||
<!-- section 2 (DEVELOPER RESOURCES) -->
|
||||
|
||||
{% dev_resourses() %}
|
||||
|
||||
@@ -31,11 +29,14 @@ A builder’s manual for ThreeFold. Built <br> by visionaries, for visionaries.
|
||||
|
||||
{% end %}
|
||||
|
||||
<!-- section 3 (TESTING GRANTS) -->
|
||||
|
||||
{% row(bgColor="#f2f2f2" style="center between margin") %}
|
||||
{% row(bgColor="#f2f2f2" style="center margin") %}
|
||||
|
||||
## Our <br> **Developer Resources**
|
||||
|
||||
<br>
|
||||
|
||||
ThreeFold is here to build the open-source Internet and Cloud infrastructure. The documentation helps you <br> build on ThreeFold by introducing you to some foundational concepts as well as our development stacks.<br>
|
||||
Inspired by the open-source movement, everything at ThreeFold is open to be audited, extended and improved.<br> If you have any feedback, please reach out with a GitHub issue or on our telegram.
|
||||
|
||||
@@ -46,12 +47,10 @@ Inspired by the open-source movement, everything at ThreeFold is open to be audi
|
||||
|
||||
{% end %}
|
||||
|
||||
<br>
|
||||
<br>
|
||||
|
||||
<!-- section 5 (TESTING GRANTS) -->
|
||||
<!-- section 4 (TESTING GRANTS) -->
|
||||
|
||||
{% row() %}
|
||||
{% row(style="margin") %}
|
||||
|
||||

|
||||
|
||||
@@ -67,8 +66,6 @@ All our docs are the results of community efforts. Create a pull request if you
|
||||
|
||||
{% end %}
|
||||
|
||||
<br>
|
||||
<br>
|
||||
|
||||
<!-- section 6 (DOCUMENTATION) -->
|
||||
|
||||
|
||||
@@ -1,9 +1,9 @@
|
||||
{% block content %}
|
||||
|
||||
<div class="relative flex flex-col lg:flex-row items-baseline -mx-8 sm:-mx-12 md:-mx-16 lg:-mx-20">
|
||||
{% set url = page.permalink ~ "careers" %}
|
||||
{# {% set url = page.permalink ~ "careers" %} #}
|
||||
|
||||
<a href="{{url}}" class="section banner">
|
||||
<a href="careers" class="section banner">
|
||||
<div class="center">
|
||||
<h2 class="h1">
|
||||
<strong>Join our Team</strong>
|
||||
|
||||
@@ -10,10 +10,10 @@
|
||||
{% set url = '' %}
|
||||
{% endif %}
|
||||
|
||||
<div class="my-5 lg:my-40 lg:mx-40 mx-4">
|
||||
<div class="my-5 lg:py-24 py-10 lg:mx-28 mx-4">
|
||||
<div class="w-full text-center">
|
||||
<h2 class="lg:text-6xl uppercase font-normal leading-tight">
|
||||
WHERE WOULD YOU LIKE TO START?
|
||||
<h2 class="lg:text-6xl capitalize font-normal leading-tight">
|
||||
where would you like to start?
|
||||
</h2>
|
||||
<div class="max-w-4xl mb-10 py-2 text-xl mx-auto leading-tight tracking-wide">ThreeFold's open-source
|
||||
infrastructure has been built from the ground up on the Linux Kernel to create a fully decentralized
|
||||
|
||||
@@ -39,7 +39,8 @@
|
||||
text-lg
|
||||
learn-button
|
||||
hover:bg-gray-400
|
||||
px-12
|
||||
lg:px-12
|
||||
px-6
|
||||
py-1
|
||||
mr-5
|
||||
my-4
|
||||
@@ -77,7 +78,8 @@
|
||||
text-lg
|
||||
learn-button
|
||||
hover:bg-gray-400
|
||||
px-12
|
||||
lg:px-12
|
||||
px-6
|
||||
py-1
|
||||
mr-5
|
||||
my-4
|
||||
@@ -115,7 +117,8 @@
|
||||
text-lg
|
||||
learn-button
|
||||
hover:bg-gray-400
|
||||
px-12
|
||||
lg:px-12
|
||||
px-6
|
||||
py-1
|
||||
mr-5
|
||||
my-4
|
||||
@@ -153,7 +156,8 @@
|
||||
text-lg
|
||||
learn-button
|
||||
hover:bg-gray-400
|
||||
px-12
|
||||
lg:px-12
|
||||
px-6
|
||||
py-1
|
||||
mr-5
|
||||
my-4
|
||||
@@ -191,7 +195,8 @@
|
||||
text-lg
|
||||
learn-button
|
||||
hover:bg-gray-400
|
||||
px-12
|
||||
lg:px-12
|
||||
px-6
|
||||
py-1
|
||||
mr-5
|
||||
my-4
|
||||
|
||||
@@ -59,6 +59,7 @@ Parameters:
|
||||
|
||||
{% endif %}
|
||||
|
||||
|
||||
{% if style %}
|
||||
|
||||
{% if "center" in style %}
|
||||
|
||||
Reference in New Issue
Block a user