diff --git a/content/build/index.md b/content/build/index.md index bc544c5d9..b63167e9c 100644 --- a/content/build/index.md +++ b/content/build/index.md @@ -46,6 +46,74 @@ extra: + + +
+
+ + + +## Build with ThreeFold + + +
+
+ +{{ image_card( + header="Deploy", + target="_blank", + tooltip=" ", + card_link="https://dashboard.grid.tf/#/deploy/labs/" +) }} + +{{ image_card( + header="Farm", + tooltip=" ", + card_link="/farm" +) }} + +{{ image_card( + header="Manual", + target="_blank", + tooltip=" ", + card_link="https://manual.grid.tf/" +) }} + +{{ image_card( + header="Demos", + target="_blank", + tooltip=" ", + card_link="https://www.youtube.com/playlist?list=PLTGQlepPqwUUhbtKZW2okEszK3AkDgC4Y" +) }} + +
+
+
+
+ + + + + + +
+ + ## Deploy with ThreeFold + + Explore and deploy ready-to-use apps on the ThreeFold Grid. + +
+ +![Deploy with ThreeFold](/images/all_apps.png) + +
+ +
+ Discover Labs +
+ + +
@@ -92,7 +160,7 @@ extra: --> - +
@@ -101,8 +169,6 @@ extra: Products designed to power a decentralized, sustainable digital future. - -
{{ portfolio( @@ -169,9 +235,6 @@ extra: )}}
- - -
diff --git a/static/images/all_apps.png b/static/images/all_apps.png new file mode 100644 index 000000000..260b1445d Binary files /dev/null and b/static/images/all_apps.png differ diff --git a/templates/shortcodes/image_card.html b/templates/shortcodes/image_card.html index 76b5a3b24..fe7edc897 100644 --- a/templates/shortcodes/image_card.html +++ b/templates/shortcodes/image_card.html @@ -3,23 +3,35 @@ {% set title = title | default(value="") %} {% set card_link = card_link | default(value="") %} {% set tooltip = tooltip | default(value="") %} +{% set target = target | default(value="") %} +{% set header = header | default(value="") %} - - {% if tooltip %} + +
+ {% if tooltip %} {{ tooltip }} {% endif %} +
+ {% if header %} +

{{ header }}

+ {% endif %} + + {% if image_src %} {{ image_alt }} + {% endif %}
+ {% if title %}
{{ title }}
+ {% endif %}