Fix logo showcase
This commit is contained in:
@@ -27,7 +27,7 @@ cta4: home_cta4
|
||||
cta5: home_cta5
|
||||
comparisonMain: comparison
|
||||
comparisonSecs: [private, equal, sustainable]
|
||||
logos: [logo1]
|
||||
#logos: logo1
|
||||
logosMain : logo_home
|
||||
inTheNews: in_the_news
|
||||
solution_image: ./cta_image.png
|
||||
|
||||
@@ -1,6 +1,7 @@
|
||||
---
|
||||
id: logo_home
|
||||
title: Our Partners
|
||||
image: ./our_partners.png
|
||||
button: Check All Partners
|
||||
link : /partners
|
||||
---
|
||||
|
||||
|
Before Width: | Height: | Size: 228 KiB After Width: | Height: | Size: 228 KiB |
@@ -1,12 +1,14 @@
|
||||
<template>
|
||||
<section class="py-10 pb-8 px-4 text-center">
|
||||
<div class="max-w-4xl mx-auto mb-4" v-if="main">
|
||||
<div class="mx-auto mb-4" v-if="main">
|
||||
<h2
|
||||
class="lg:text-6xl uppercase leading-tight mb-6 font-bold font-heading"
|
||||
>
|
||||
{{ main.title }}
|
||||
</h2>
|
||||
<p class="text-gray-400 leading-relaxed"></p>
|
||||
|
||||
<g-image :src="img(main.image)" class="w-3/4 mx-auto" />
|
||||
</div>
|
||||
<div
|
||||
v-if="id == 'support' || id == 'community'"
|
||||
|
||||
@@ -34,12 +34,12 @@
|
||||
|
||||
|
||||
|
||||
<!-- <logoShowcase
|
||||
v-if="$page.markdownPage.logos.length > 0"
|
||||
<logoShowcase
|
||||
v-if="$page.markdownPage.logos"
|
||||
:id="$page.markdownPage.id"
|
||||
:logos="$page.markdownPage.logos"
|
||||
:main="$page.markdownPage.logosMain"
|
||||
/> -->
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div class="container-fluid sm:pxi-0 mx-auto overflow-x-hidden">
|
||||
@@ -277,6 +277,7 @@
|
||||
logosMain {
|
||||
id
|
||||
title
|
||||
image
|
||||
button
|
||||
link
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user