Merge branch 'development_new' of github.com:threefoldfoundation/www_threefold_io into development_new

This commit is contained in:
samaradel
2021-09-22 21:01:57 +02:00
39 changed files with 76 additions and 7 deletions

Binary file not shown.

After

Width:  |  Height:  |  Size: 41 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 734 KiB

View File

@@ -27,7 +27,7 @@ cta4: home_cta4
cta5: home_cta5
comparisonMain: comparison
comparisonSecs: [private, equal, sustainable]
logos: [logo1, logo2, logo3, logo4, logo5, logo6]
logos: [logo1]
logosMain : logo_home
inTheNews: in_the_news
solution_image: ./cta_image.png

View File

@@ -1,5 +1,5 @@
---
id: logo1
image: ./solidaridad.png
image: ./our_partners.png
url: /partners/hpe
---

Binary file not shown.

After

Width:  |  Height:  |  Size: 202 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 16 KiB

View File

@@ -0,0 +1,5 @@
---
id: log10
image: ./dash.png
url: /partners/skale_labs
---

View File

@@ -0,0 +1,5 @@
---
id: logo11
image: ./saspelabs.png
url: /partners/dash
---

Binary file not shown.

After

Width:  |  Height:  |  Size: 9.9 KiB

View File

@@ -0,0 +1,5 @@
---
id: logo6
image: ./matic.png
url: /partners/presearch
---

Binary file not shown.

After

Width:  |  Height:  |  Size: 8.3 KiB

View File

@@ -0,0 +1,5 @@
---
id: logo13
image: ./matic.png
url: /partners/presearch
---

Binary file not shown.

After

Width:  |  Height:  |  Size: 8.3 KiB

View File

@@ -0,0 +1,5 @@
---
id: logo6
image: ./matic.png
url: /partners/presearch
---

Binary file not shown.

After

Width:  |  Height:  |  Size: 8.3 KiB

View File

@@ -0,0 +1,5 @@
---
id: logo15
image: ./matic.png
url: /partners/presearch
---

Binary file not shown.

After

Width:  |  Height:  |  Size: 8.3 KiB

View File

@@ -0,0 +1,5 @@
---
id: logo16
image: ./matic.png
url: /partners/presearch
---

Binary file not shown.

After

Width:  |  Height:  |  Size: 8.3 KiB

View File

@@ -0,0 +1,5 @@
---
id: logo17
image: ./matic.png
url: /partners/presearch
---

Binary file not shown.

After

Width:  |  Height:  |  Size: 8.3 KiB

View File

@@ -0,0 +1,5 @@
---
id: logo18
image: ./matic.png
url: /partners/presearch
---

Binary file not shown.

After

Width:  |  Height:  |  Size: 8.3 KiB

View File

@@ -0,0 +1,5 @@
---
id: logo19
image: ./matic.png
url: /partners/presearch
---

Binary file not shown.

After

Width:  |  Height:  |  Size: 8.3 KiB

View File

@@ -0,0 +1,5 @@
---
id: logo20
image: ./matic.png
url: /partners/presearch
---

Binary file not shown.

After

Width:  |  Height:  |  Size: 8.3 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 362 KiB

File diff suppressed because one or more lines are too long

Before

Width:  |  Height:  |  Size: 34 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 16 KiB

View File

@@ -0,0 +1,5 @@
---
id: logo7
image: ./solidaridad.png
url: /partners/hpe
---

Binary file not shown.

After

Width:  |  Height:  |  Size: 28 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 12 KiB

View File

@@ -0,0 +1,5 @@
---
id: logo2
image: ./hpe.png
url: /partners/harmony
---

Binary file not shown.

After

Width:  |  Height:  |  Size: 22 KiB

View File

@@ -0,0 +1,5 @@
---
id: logo3
image: ./digitalbyte.png
url: /partners/casperlabs
---

View File

@@ -1,6 +1,6 @@
<template>
<div class="flex flex-col mt-5 p-auto">
<h1 class="flex py-5 mx-auto uppercase font-bold text-4xl text-gray-800">
<div class="lg:my-20 flex flex-col mt-5 p-auto">
<h1 class="flex py-2 mx-auto uppercase font-bold text-5xl">
{{ team.title }}
</h1>
<div

View File

@@ -29,7 +29,7 @@
v-for="(logo, idx) in logos"
:key="idx"
:href="logo.url"
class="w-1/2 md:w-1/6 px-8 mb-8"
class="px-8 mb-8"
>
<g-image :src="img(logo.image)" />
</a>

View File

@@ -66,7 +66,7 @@
</div>
<div class="container mx-auto sm:pxi-0 overflow-x-hidden">
<BrandPanel
<BrandPanel class="my-20"
:brand="$page.markdownPage.brandPanel"
:id="$page.markdownPage.id"
v-if="$page.markdownPage.brandPanel"