update map button
This commit is contained in:
@@ -4,6 +4,10 @@ title: TOGETHER WE CO-CREATE THE NEW INTERNET
|
|||||||
button: More Stats
|
button: More Stats
|
||||||
link: https://explorer.threefold.io
|
link: https://explorer.threefold.io
|
||||||
image: ./map.png
|
image: ./map.png
|
||||||
|
btn1: Become a Farmer
|
||||||
|
link1: https://threefold.io/info/threefold#/threefold__farming_hardware_overview?id=plug-amp-farm-3nodes
|
||||||
|
btn2: What is Internet Capacity?
|
||||||
|
link2: https://threefold.io/info/threefold#/threefold__farming_hardware_overview?id=plug-amp-farm-3nodes
|
||||||
---
|
---
|
||||||
|
|
||||||
The ThreeFold Grid is formed by a global network of independent Farmers – people <br />
|
The ThreeFold Grid is formed by a global network of independent Farmers – people <br />
|
||||||
|
|||||||
@@ -43,6 +43,19 @@
|
|||||||
v-html="section.content"
|
v-html="section.content"
|
||||||
></div>
|
></div>
|
||||||
<g-image :src="img(section.image)" :alt="section.title" />
|
<g-image :src="img(section.image)" :alt="section.title" />
|
||||||
|
<div class="mx-auto mt-4">
|
||||||
|
<g-link
|
||||||
|
class="inline-block green text-sm learn-button hover:bg-blue-800 text-gray-100 px-12 py-2 mr-5 mb-4 rounded shadow rounded-full"
|
||||||
|
:to="section.link1"
|
||||||
|
>{{ section.btn1 }}
|
||||||
|
</g-link>
|
||||||
|
<g-link
|
||||||
|
class="inline-block green text-sm learn-button hover:bg-blue-800 text-gray-100 px-12 py-2 mr-5 mb-4 rounded shadow rounded-full"
|
||||||
|
:to="section.link2"
|
||||||
|
>{{ section.btn2 }}</g-link
|
||||||
|
>
|
||||||
|
<!-- <div v-html="main.content" class="text-sm text-gray-400 mt-5"></div> -->
|
||||||
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</section>
|
</section>
|
||||||
|
|||||||
@@ -356,6 +356,10 @@
|
|||||||
content
|
content
|
||||||
button
|
button
|
||||||
link
|
link
|
||||||
|
btn1
|
||||||
|
link1
|
||||||
|
btn2
|
||||||
|
link2
|
||||||
image
|
image
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user