update links at developer

This commit is contained in:
2021-11-03 15:12:45 +02:00
parent 4f99684eba
commit 0966e18ae7
10 changed files with 11 additions and 11 deletions

View File

@@ -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 : ''
---

View File

@@ -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 ThreeFolds technology on a test drive.
<br>

View File

@@ -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.

View File

@@ -2,5 +2,5 @@
id: developer1
title: Operating System
image: ./operating_system.png
link: ''
link: https://github.com/threefoldtech/zos
---

View File

@@ -2,5 +2,5 @@
id: developer2
title: Automation Components
image: ./automation.png
link: ''
link: https://github.com/threefoldtech/js-ng
---

View File

@@ -2,5 +2,5 @@
id: developer3
title: Developer Tooling
image: ./tooling.png
link: ''
link: https://github.com/threefoldtech/terraform-provider-grid
---

View File

@@ -2,5 +2,5 @@
id: developer4
title: Quantum-Safe Storage
image: ./qsfs.png
link: ''
link: https://github.com/threefoldtech/quantum-storage
---

View File

@@ -2,5 +2,5 @@
id: developer5
title: ThreeFold Bloackchain
image: ./blockchain.png
link: ''
link: https://github.com/threefoldtech/tfchain
---

View File

@@ -2,5 +2,5 @@
id: developer6
title: Software Development Kits
image: ./sdk.png
link: ''
link: https://github.com/threefoldtech/js-sdk
---

View File

@@ -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 }}