updae video button
This commit is contained in:
@@ -2,6 +2,9 @@
|
|||||||
id: home_videoPanel
|
id: home_videoPanel
|
||||||
video: https://www.youtube.com/embed/5DtVU66Z74s
|
video: https://www.youtube.com/embed/5DtVU66Z74s
|
||||||
title: More than an Internet, a new paradigm
|
title: More than an Internet, a new paradigm
|
||||||
|
btn: Learn More
|
||||||
|
link: https://threefold.io/info/threefold#/threefold__grid_concepts
|
||||||
|
|
||||||
---
|
---
|
||||||
ThreeFold started from the ground up to build secure and sustainable peer-to-peer Internet
|
ThreeFold started from the ground up to build secure and sustainable peer-to-peer Internet
|
||||||
infrastructure and technologies that can scale anywhere and empower you, your business
|
infrastructure and technologies that can scale anywhere and empower you, your business
|
||||||
@@ -9,6 +12,5 @@ and your community with data sovereignty.
|
|||||||
|
|
||||||
|
|
||||||
|
|
||||||
<!-- btn: Learn More
|
|
||||||
link: https://threefold.io/info/threefold#/threefold__grid_concepts -->
|
|
||||||
|
|
||||||
|
|||||||
@@ -20,6 +20,14 @@
|
|||||||
{{ card.title }}
|
{{ card.title }}
|
||||||
</h2>
|
</h2>
|
||||||
<div class="mt-4 text-gray-700" v-html="card.content"></div>
|
<div class="mt-4 text-gray-700" v-html="card.content"></div>
|
||||||
|
<div class="mx-auto mt-6 mb-6" v-if="card.btn">
|
||||||
|
<g-link
|
||||||
|
class="inline-block bg-blue-900 text-sm learn-button hover:bg-blue-800 text-gray-100 px-12 py-2 mr-5 mb-4 rounded shadow rounded-full"
|
||||||
|
:to="card.link"
|
||||||
|
>{{ card.btn }}
|
||||||
|
</g-link>
|
||||||
|
|
||||||
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|||||||
@@ -321,6 +321,8 @@
|
|||||||
video
|
video
|
||||||
title
|
title
|
||||||
content
|
content
|
||||||
|
btn
|
||||||
|
link
|
||||||
}
|
}
|
||||||
partenershipsMain{
|
partenershipsMain{
|
||||||
id
|
id
|
||||||
|
|||||||
Reference in New Issue
Block a user