clean logos
@@ -22,8 +22,7 @@ cta4: home_cta4
|
|||||||
cta5: home_cta5
|
cta5: home_cta5
|
||||||
comparisonMain: comparison
|
comparisonMain: comparison
|
||||||
comparisonSecs: [private, equal, sustainable]
|
comparisonSecs: [private, equal, sustainable]
|
||||||
logos: [partner1]
|
logosMain : logos
|
||||||
logosMain : partnersMain
|
|
||||||
inTheNews: in_the_news
|
inTheNews: in_the_news
|
||||||
solution_image: ./cta_image.png
|
solution_image: ./cta_image.png
|
||||||
cta: home_cta
|
cta: home_cta
|
||||||
|
|||||||
@@ -1,5 +0,0 @@
|
|||||||
---
|
|
||||||
id: partner1
|
|
||||||
image: ./our_partners.png
|
|
||||||
url: /partners
|
|
||||||
---
|
|
||||||
|
Before Width: | Height: | Size: 28 KiB |
|
Before Width: | Height: | Size: 12 KiB |
@@ -1,5 +0,0 @@
|
|||||||
---
|
|
||||||
id: partner2
|
|
||||||
image: ./hpe.png
|
|
||||||
url: /partners/harmony
|
|
||||||
---
|
|
||||||
|
Before Width: | Height: | Size: 22 KiB |
@@ -1,5 +0,0 @@
|
|||||||
---
|
|
||||||
id: partner3
|
|
||||||
image: ./digitalbyte.png
|
|
||||||
url: /partners/casperlabs
|
|
||||||
---
|
|
||||||
|
Before Width: | Height: | Size: 16 KiB |
|
Before Width: | Height: | Size: 362 KiB |
|
Before Width: | Height: | Size: 34 KiB |
@@ -1,5 +0,0 @@
|
|||||||
---
|
|
||||||
id: partner4
|
|
||||||
image: ./dash.png
|
|
||||||
url: /partners/skale_labs
|
|
||||||
---
|
|
||||||
|
Before Width: | Height: | Size: 16 KiB |
@@ -1,5 +0,0 @@
|
|||||||
---
|
|
||||||
id: partner5
|
|
||||||
image: ./saspelabs.png
|
|
||||||
url: /partners/dash
|
|
||||||
---
|
|
||||||
|
Before Width: | Height: | Size: 9.9 KiB |
@@ -1,5 +0,0 @@
|
|||||||
---
|
|
||||||
id: partner6
|
|
||||||
image: ./matic.png
|
|
||||||
url: /partners/presearch
|
|
||||||
---
|
|
||||||
|
Before Width: | Height: | Size: 8.3 KiB |
@@ -1,5 +1,5 @@
|
|||||||
---
|
---
|
||||||
id: partnersMain
|
id: logos
|
||||||
title: Our Greatest strength
|
title: Our Greatest strength
|
||||||
title2: comes from our partners
|
title2: comes from our partners
|
||||||
subtitle: We are truly proud to be trusted by some of the biggest names in the industry.
|
subtitle: We are truly proud to be trusted by some of the biggest names in the industry.
|
||||||
|
|||||||
@@ -68,9 +68,8 @@
|
|||||||
/>
|
/>
|
||||||
|
|
||||||
<LogoShowcase
|
<LogoShowcase
|
||||||
v-if="$page.markdownPage.logos.length > 0"
|
v-if="$page.markdownPage.logosMain"
|
||||||
:id="$page.markdownPage.id"
|
:id="$page.markdownPage.id"
|
||||||
:logos="$page.markdownPage.logos"
|
|
||||||
:main="$page.markdownPage.logosMain"
|
:main="$page.markdownPage.logosMain"
|
||||||
/>
|
/>
|
||||||
<InTheNews
|
<InTheNews
|
||||||
@@ -295,11 +294,11 @@
|
|||||||
button
|
button
|
||||||
link
|
link
|
||||||
}
|
}
|
||||||
logos{
|
#logos{
|
||||||
id
|
# id
|
||||||
image
|
# image
|
||||||
url
|
# url
|
||||||
}
|
#}
|
||||||
inTheNews {
|
inTheNews {
|
||||||
id
|
id
|
||||||
content
|
content
|
||||||
|
|||||||