update cloud page with new links
This commit is contained in:
@@ -3,7 +3,7 @@ id: storage
|
||||
title: STORAGE
|
||||
image: ./storage.jpg
|
||||
btnTxt : Learn More
|
||||
sourceUrl : https://library.threefold.me/info/manual/#/technology/threefold__qsss2_home
|
||||
sourceUrl : https://library.threefold.me/info/manual/#/technology/qsss/threefold__qsss_home
|
||||
---
|
||||
Plug in standard tools and protocols to the most resilient and versatile storage system ever created, or access raw disk on the location of your choice.
|
||||
|
||||
|
||||
@@ -1,15 +1,15 @@
|
||||
---
|
||||
id: cloud
|
||||
metaTitle: ThreeFold P2P Cloud | Scale Limitlessly
|
||||
metaDesc: Deploy any workload with unprecedented security, scalability, and efficiency, on a fully comprehensive peer-to-peer digital infrastructure. Discover a cloud like no other
|
||||
metaDesc: Deploy any workload with unprecedented security, scalability, and efficiency, on a fully comprehensive peer-to-peer digital infrastructure. Discover a cloud like no other.
|
||||
metaImg: ./cloud_header_seprated.png
|
||||
header_title: THE NEXT GENERATION
|
||||
header_title2: OF CLOUD COMPUTING
|
||||
header_image: ./cloud_header_seprated.png
|
||||
header_altImg: tfcloud
|
||||
header_excerpt: Deploy any workload with unprecedented security, scalability, and efficiency, on a fully comprehensive peer-to-peer digital infrastructure. Discover a cloud like no other
|
||||
header_excerpt: Deploy any workload with unprecedented security, scalability, and efficiency, on a fully comprehensive peer-to-peer digital infrastructure. Discover a cloud like no other.
|
||||
header_link1_txt: STORE
|
||||
header_link1: https://library.threefold.me/info/manual/#/technology/threefold__qsss2_home
|
||||
header_link1: https://library.threefold.me/info/manual/#/technology/qsss/threefold__qsss_home
|
||||
header_link2_txt: BUILD
|
||||
header_link2: https://library.threefold.me/info/manual/#/manual__weblets_home
|
||||
button: '' #Learn More
|
||||
@@ -24,7 +24,7 @@ workloads: [workload1, workload2, workload3, workload4]
|
||||
stats: stats
|
||||
cta2: cloud_cta2
|
||||
cta3: cloud_cta3
|
||||
logos: [logo1, logo7, logo8, logo4, logo2, logo3, logo5, logo6]
|
||||
logos: [logo1, logo7, logo8, logo2, logo3, logo6]
|
||||
|
||||
# signup: home_signup
|
||||
|
||||
|
||||
@@ -5,4 +5,4 @@ subtitle: TEST DRIVE
|
||||
button: Get Started
|
||||
link: https://library.threefold.me/info/manual/#/getstarted/manual__tfgrid3_getstarted
|
||||
---
|
||||
Ready to try the future cloud? Drop us a line, and we'll provide everything you need to launch your first deployments, at no cost to you.
|
||||
|
||||
|
||||
@@ -3,8 +3,8 @@ id: cloud_cta3
|
||||
title: Introducing Zero-OS
|
||||
image: ./zero_os.png
|
||||
button: Learn More
|
||||
link: https://library.threefold.me/info/threefold#/cloud/threefold__cloud_products
|
||||
link: https://library.threefold.me/info/threefold#/technology/threefold__zos
|
||||
button2: Expand The Grid
|
||||
link2: https://explorer.threefold.io/all
|
||||
link2: https://library.threefold.me/info/threefold#/tfgrid/farming/threefold__farming_intro
|
||||
---
|
||||
A decentralized autonomous OS designed to dedicate hardware capacity to the People’s Internet via the ThreeFold Blockchain. Zero-OS can be booted on most modern computers to host anything that runs on Linux in a decentralized way.
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
---
|
||||
id: logo1
|
||||
image: ./qss.png
|
||||
url: https://library.threefold.me/info/manual/#/technology/threefold__qsss2_home
|
||||
url: https://library.threefold.me/info/manual/#/technology/qsss/threefold__qsss_home
|
||||
---
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
---
|
||||
id: logo7
|
||||
image: ./weblet.png
|
||||
image: ./weblets.png
|
||||
url: https://library.threefold.me/info/manual/#/manual__weblets_home
|
||||
---
|
||||
|
||||
BIN
content/page/cloud/logos/sec7/weblets.png
Normal file
BIN
content/page/cloud/logos/sec7/weblets.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 26 KiB |
@@ -55,15 +55,15 @@
|
||||
</h2>
|
||||
<p class="text-gray-400 leading-relaxed"></p>
|
||||
</div>
|
||||
<div class="flex flex-wrap -mx-8">
|
||||
<div class="flex flex-wrap lg:max-w-6xl mx-auto">
|
||||
<a
|
||||
v-for="(logo, idx) in logos"
|
||||
:key="idx"
|
||||
:href="logo.url"
|
||||
class="md:w-1/4 px-8 mb-5"
|
||||
class="lg:w-1/3 px-4 mb-5"
|
||||
target="_blank"
|
||||
>
|
||||
<g-image :src="img(logo.image)" />
|
||||
<g-image class="lg:w-3/4 mx-auto" :src="img(logo.image)" />
|
||||
</a>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
@@ -189,7 +189,7 @@
|
||||
:features="$page.markdownPage.network"
|
||||
/>
|
||||
</div>
|
||||
<div class="container sm:pxi-0 mx-auto overflow-x-hidden">
|
||||
<!-- <div class="container sm:pxi-0 mx-auto overflow-x-hidden"> -->
|
||||
<LogoShowcase
|
||||
v-if="
|
||||
$page.markdownPage.logos.length > 0 &&
|
||||
@@ -198,7 +198,7 @@
|
||||
:id="$page.markdownPage.id"
|
||||
:logos="$page.markdownPage.logos"
|
||||
/>
|
||||
</div>
|
||||
<!-- </div> -->
|
||||
<div class="container-fluid sm:pxi-0 mx-auto overflow-x-hidden">
|
||||
<BrandPanel
|
||||
:id="$page.markdownPage.id"
|
||||
@@ -272,7 +272,7 @@
|
||||
:textOnly="true"
|
||||
/>
|
||||
|
||||
<BrandPanel
|
||||
<!-- <BrandPanel
|
||||
class="my-20"
|
||||
:brand="$page.markdownPage.brandPanel2"
|
||||
:id="$page.markdownPage.id"
|
||||
@@ -280,7 +280,7 @@
|
||||
$page.markdownPage.brandPanel2 && $page.markdownPage.id == 'cloud'
|
||||
"
|
||||
:lastBrand="true"
|
||||
/>
|
||||
/> -->
|
||||
</div>
|
||||
<div class="container sm:pxi-0 mx-auto overflow-x-hidden">
|
||||
<ConversationSec
|
||||
|
||||
Reference in New Issue
Block a user