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