update our partners

This commit is contained in:
2021-09-23 10:47:25 +02:00
parent b40170c77f
commit 9ccb41e75d
5 changed files with 6 additions and 6 deletions

View File

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

Binary file not shown.

After

Width:  |  Height:  |  Size: 202 KiB

View File

@@ -1,5 +1,5 @@
--- ---
id: partnersMain id: partnersMain
title: Our Partners title: Believers in TFT
--- ---

View File

@@ -22,6 +22,6 @@ brandPanel: token_brandPanel
brandPanel2: token_brandPanel2 brandPanel2: token_brandPanel2
brandPanel3: token_brandPanel3 brandPanel3: token_brandPanel3
cta2: token_cta2 cta2: token_cta2
logos: [partner1, partner2, partner3, partner4, partner5, partner6] logos: [partner1]
logosMain : partnersMain logosMain : partnersMain
--- ---

View File

@@ -1,10 +1,10 @@
<template> <template>
<div class="lg:my-20 flex flex-col mt-5 p-auto"> <div class="lg:my-20 flex flex-col mt-5 p-auto">
<h1 class="flex py-2 mx-auto uppercase font-bold text-5xl"> <h2 class="flex py-2 mx-auto uppercase font-bold text-5xl">
{{ team.title }} {{ team.title }}
</h1> </h2>
<div <div
class="max-w-xl text-center mb-8 mx-auto leading-relaxed" class="max-w-x2 text-xl text-center mb-8 mx-auto leading-relaxed"
v-html="team.content" v-html="team.content"
></div> ></div>
<div class="flex overflow-x-scroll pb-10 scrollable"> <div class="flex overflow-x-scroll pb-10 scrollable">