update cloud page with new links

This commit is contained in:
2022-02-02 15:50:20 +02:00
parent 58c594f7f1
commit 5ea35cc4f5
9 changed files with 17 additions and 17 deletions

View File

@@ -3,7 +3,7 @@ id: storage
title: STORAGE title: STORAGE
image: ./storage.jpg image: ./storage.jpg
btnTxt : Learn More 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. 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.

View File

@@ -1,15 +1,15 @@
--- ---
id: cloud id: cloud
metaTitle: ThreeFold P2P Cloud | Scale Limitlessly 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 metaImg: ./cloud_header_seprated.png
header_title: THE NEXT GENERATION header_title: THE NEXT GENERATION
header_title2: OF CLOUD COMPUTING header_title2: OF CLOUD COMPUTING
header_image: ./cloud_header_seprated.png header_image: ./cloud_header_seprated.png
header_altImg: tfcloud 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_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_txt: BUILD
header_link2: https://library.threefold.me/info/manual/#/manual__weblets_home header_link2: https://library.threefold.me/info/manual/#/manual__weblets_home
button: '' #Learn More button: '' #Learn More
@@ -24,7 +24,7 @@ workloads: [workload1, workload2, workload3, workload4]
stats: stats stats: stats
cta2: cloud_cta2 cta2: cloud_cta2
cta3: cloud_cta3 cta3: cloud_cta3
logos: [logo1, logo7, logo8, logo4, logo2, logo3, logo5, logo6] logos: [logo1, logo7, logo8, logo2, logo3, logo6]
# signup: home_signup # signup: home_signup

View File

@@ -5,4 +5,4 @@ subtitle: TEST DRIVE
button: Get Started button: Get Started
link: https://library.threefold.me/info/manual/#/getstarted/manual__tfgrid3_getstarted 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.

View File

@@ -3,8 +3,8 @@ id: cloud_cta3
title: Introducing Zero-OS title: Introducing Zero-OS
image: ./zero_os.png image: ./zero_os.png
button: Learn More 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 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 Peoples 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. A decentralized autonomous OS designed to dedicate hardware capacity to the Peoples 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.

View File

@@ -1,5 +1,5 @@
--- ---
id: logo1 id: logo1
image: ./qss.png 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
--- ---

View File

@@ -1,5 +1,5 @@
--- ---
id: logo7 id: logo7
image: ./weblet.png image: ./weblets.png
url: https://library.threefold.me/info/manual/#/manual__weblets_home url: https://library.threefold.me/info/manual/#/manual__weblets_home
--- ---

Binary file not shown.

After

Width:  |  Height:  |  Size: 26 KiB

View File

@@ -55,15 +55,15 @@
</h2> </h2>
<p class="text-gray-400 leading-relaxed"></p> <p class="text-gray-400 leading-relaxed"></p>
</div> </div>
<div class="flex flex-wrap -mx-8"> <div class="flex flex-wrap lg:max-w-6xl mx-auto">
<a <a
v-for="(logo, idx) in logos" v-for="(logo, idx) in logos"
:key="idx" :key="idx"
:href="logo.url" :href="logo.url"
class="md:w-1/4 px-8 mb-5" class="lg:w-1/3 px-4 mb-5"
target="_blank" target="_blank"
> >
<g-image :src="img(logo.image)" /> <g-image class="lg:w-3/4 mx-auto" :src="img(logo.image)" />
</a> </a>
</div> </div>
</div> </div>

View File

@@ -189,7 +189,7 @@
:features="$page.markdownPage.network" :features="$page.markdownPage.network"
/> />
</div> </div>
<div class="container sm:pxi-0 mx-auto overflow-x-hidden"> <!-- <div class="container sm:pxi-0 mx-auto overflow-x-hidden"> -->
<LogoShowcase <LogoShowcase
v-if=" v-if="
$page.markdownPage.logos.length > 0 && $page.markdownPage.logos.length > 0 &&
@@ -198,7 +198,7 @@
:id="$page.markdownPage.id" :id="$page.markdownPage.id"
:logos="$page.markdownPage.logos" :logos="$page.markdownPage.logos"
/> />
</div> <!-- </div> -->
<div class="container-fluid sm:pxi-0 mx-auto overflow-x-hidden"> <div class="container-fluid sm:pxi-0 mx-auto overflow-x-hidden">
<BrandPanel <BrandPanel
:id="$page.markdownPage.id" :id="$page.markdownPage.id"
@@ -272,7 +272,7 @@
:textOnly="true" :textOnly="true"
/> />
<BrandPanel <!-- <BrandPanel
class="my-20" class="my-20"
:brand="$page.markdownPage.brandPanel2" :brand="$page.markdownPage.brandPanel2"
:id="$page.markdownPage.id" :id="$page.markdownPage.id"
@@ -280,7 +280,7 @@
$page.markdownPage.brandPanel2 && $page.markdownPage.id == 'cloud' $page.markdownPage.brandPanel2 && $page.markdownPage.id == 'cloud'
" "
:lastBrand="true" :lastBrand="true"
/> /> -->
</div> </div>
<div class="container sm:pxi-0 mx-auto overflow-x-hidden"> <div class="container sm:pxi-0 mx-auto overflow-x-hidden">
<ConversationSec <ConversationSec