update links at developer
This commit is contained in:
@@ -4,7 +4,7 @@ title: JOIN US IN MAKING
|
|||||||
subtitle : THREEFOLD BETTER
|
subtitle : THREEFOLD BETTER
|
||||||
image: join_us_developer.jpg # src/assets/brandPanel/..
|
image: join_us_developer.jpg # src/assets/brandPanel/..
|
||||||
btnTxt : Contribute
|
btnTxt : Contribute
|
||||||
sourceUrl : https://library.threefold.me/info/threefold#/tfgrid/farming/threefold__farming_home
|
sourceUrl : https://github.com/threefoldfoundation/info_threefold_pub
|
||||||
btnTxt2 : ''
|
btnTxt2 : ''
|
||||||
sourceUrl2 : ''
|
sourceUrl2 : ''
|
||||||
---
|
---
|
||||||
|
|||||||
@@ -4,7 +4,7 @@ title: APPLY FOR
|
|||||||
subtitle : TESTING GRANTS
|
subtitle : TESTING GRANTS
|
||||||
image: developer_testing.png # src/assets/brandPanel/..
|
image: developer_testing.png # src/assets/brandPanel/..
|
||||||
btnTxt : Start Testing
|
btnTxt : Start Testing
|
||||||
sourceUrl : https://forum.threefold.io/t/diy-nodes-guide/837
|
sourceUrl : https://088nfpf6v5s.typeform.com/to/DS8hUAdV
|
||||||
---
|
---
|
||||||
We have different use cases for you to take ThreeFold’s technology on a test drive.
|
We have different use cases for you to take ThreeFold’s technology on a test drive.
|
||||||
<br>
|
<br>
|
||||||
|
|||||||
@@ -3,7 +3,7 @@ id: developer_cta3
|
|||||||
title: OUR
|
title: OUR
|
||||||
subtitle : DEVELOPER RESOURCES
|
subtitle : DEVELOPER RESOURCES
|
||||||
button: Explore Documentation
|
button: Explore Documentation
|
||||||
link: ''
|
link: https://library.threefold.me/info/threefold/#/
|
||||||
---
|
---
|
||||||
ThreeFold is here to build the open-source Internet and Cloud infrastructure.
|
ThreeFold is here to build the open-source Internet and Cloud infrastructure.
|
||||||
|
|
||||||
|
|||||||
@@ -2,5 +2,5 @@
|
|||||||
id: developer1
|
id: developer1
|
||||||
title: Operating System
|
title: Operating System
|
||||||
image: ./operating_system.png
|
image: ./operating_system.png
|
||||||
link: ''
|
link: https://github.com/threefoldtech/zos
|
||||||
---
|
---
|
||||||
|
|||||||
@@ -2,5 +2,5 @@
|
|||||||
id: developer2
|
id: developer2
|
||||||
title: Automation Components
|
title: Automation Components
|
||||||
image: ./automation.png
|
image: ./automation.png
|
||||||
link: ''
|
link: https://github.com/threefoldtech/js-ng
|
||||||
---
|
---
|
||||||
@@ -2,5 +2,5 @@
|
|||||||
id: developer3
|
id: developer3
|
||||||
title: Developer Tooling
|
title: Developer Tooling
|
||||||
image: ./tooling.png
|
image: ./tooling.png
|
||||||
link: ''
|
link: https://github.com/threefoldtech/terraform-provider-grid
|
||||||
---
|
---
|
||||||
|
|||||||
@@ -2,5 +2,5 @@
|
|||||||
id: developer4
|
id: developer4
|
||||||
title: Quantum-Safe Storage
|
title: Quantum-Safe Storage
|
||||||
image: ./qsfs.png
|
image: ./qsfs.png
|
||||||
link: ''
|
link: https://github.com/threefoldtech/quantum-storage
|
||||||
---
|
---
|
||||||
|
|||||||
@@ -2,5 +2,5 @@
|
|||||||
id: developer5
|
id: developer5
|
||||||
title: ThreeFold Bloackchain
|
title: ThreeFold Bloackchain
|
||||||
image: ./blockchain.png
|
image: ./blockchain.png
|
||||||
link: ''
|
link: https://github.com/threefoldtech/tfchain
|
||||||
---
|
---
|
||||||
@@ -2,5 +2,5 @@
|
|||||||
id: developer6
|
id: developer6
|
||||||
title: Software Development Kits
|
title: Software Development Kits
|
||||||
image: ./sdk.png
|
image: ./sdk.png
|
||||||
link: ''
|
link: https://github.com/threefoldtech/js-sdk
|
||||||
---
|
---
|
||||||
|
|||||||
@@ -153,7 +153,7 @@
|
|||||||
>
|
>
|
||||||
<div
|
<div
|
||||||
v-for="(product, idx) in products"
|
v-for="(product, idx) in products"
|
||||||
target="_blank"
|
|
||||||
:key="idx"
|
:key="idx"
|
||||||
:href="product.link"
|
:href="product.link"
|
||||||
class="
|
class="
|
||||||
@@ -166,7 +166,7 @@
|
|||||||
bg-gray-100
|
bg-gray-100
|
||||||
"
|
"
|
||||||
>
|
>
|
||||||
<a :href="product.link">
|
<a :href="product.link" target="_blank">
|
||||||
<g-image :src="img(product.image)" />
|
<g-image :src="img(product.image)" />
|
||||||
<div class="font-bold text-xl py-5 mx-4">
|
<div class="font-bold text-xl py-5 mx-4">
|
||||||
{{ product.title }}
|
{{ product.title }}
|
||||||
|
|||||||
Reference in New Issue
Block a user