Fix conflicts

This commit is contained in:
samaradel
2021-05-24 10:04:46 +02:00
7 changed files with 13 additions and 32 deletions

View File

@@ -10,7 +10,7 @@ header_altImg: threefold
header_excerpt: Welcome to the worlds largest peer-to-peer internet, formed by people who want to make a difference, by people who care, by people just like you. header_excerpt: Welcome to the worlds largest peer-to-peer internet, formed by people who want to make a difference, by people who care, by people just like you.
button: "We invite you to join in!" button: "We invite you to join in!"
link: "#home" link: "#home"
solution_image2: ./header_solution.jpg solution_image2: ./quentum_safe.jpg
cta2: home_cta2 cta2: home_cta2
productsMain: product productsMain: product
productData: [tokens_home, nodes_home, storage_home] productData: [tokens_home, nodes_home, storage_home]

Binary file not shown.

After

Width:  |  Height:  |  Size: 548 KiB

View File

@@ -1,5 +1,5 @@
<template> <template>
<div class="video_bg lg:py-20 lg:flex lg:justify-center flex flex-col"> <div class="lg:py-20 lg:flex lg:justify-center flex flex-col">
<div class="lg:flex lg:rounded-lg lg:px-40"> <div class="lg:flex lg:rounded-lg lg:px-40">
<div class="lg:w-1/2"> <div class="lg:w-1/2">
<div class="aspect-w-16 aspect-h-9"> <div class="aspect-w-16 aspect-h-9">

View File

@@ -43,7 +43,8 @@
</div> </div>
<!-- home --> <!-- home -->
<div class="w-full max-w-7xl mx-auto mt-10 p-16" v-else-if="id == 'home'">
<div class="w-full max-w-7xl mx-auto mt-10 px-16" v-else-if="id == 'home'">
<h2 <h2
v-if="cta.title" v-if="cta.title"
class="text-3xl mb-2 uppercase leading-tight font-semibold font-heading" class="text-3xl mb-2 uppercase leading-tight font-semibold font-heading"

View File

@@ -8,12 +8,12 @@
<div class="relative max-w-7xl mx-auto"> <div class="relative max-w-7xl mx-auto">
<div class="text-center"> <div class="text-center">
<h2 <h2
class="text-3xl leading-9 tracking-tight font-extrabold text-gray-900 sm:text-4xl sm:leading-10" class="text-4xl leading-tight mb-6 font-bold font-heading uppercase sm:text-4xl sm:leading-10"
> >
{{ main.title }} {{ main.title }}
</h2> </h2>
<div <div
class="mt-3 max-w-2xl mx-auto text-xl leading-7 text-gray-600 sm:mt-4" class="mt-3 max-w-2xl mx-auto text-gray-700 sm:mt-4"
v-html="main.content" v-html="main.content"
></div> ></div>
</div> </div>

View File

@@ -77,7 +77,7 @@
> >
<div class="lg:self-center"> <div class="lg:self-center">
<h2 <h2
class="text-3xl py-10 leading-9 font-extrabold text-black sm:leading-10" class="text-4xl leading-tight mb-6 font-bold font-heading uppercase"
> >
<span class="block">{{ brand.title }}</span> <span class="block">{{ brand.title }}</span>
<span class="block" v-if="brand.subtitle">{{ <span class="block" v-if="brand.subtitle">{{
@@ -94,7 +94,7 @@
</div> </div>
<div class="relative pb-3/5 -mt-6 md:pb-1/2"> <div class="relative pb-3/5 -mt-6 md:pb-1/2">
<g-image <g-image
class="absolute brandpanel inset-0 w-full h-full transform translate-x-0 translate-y-6 rounded-md object-fill object-left-top sm:translate-x-0 lg:translate-y-20" class="absolute brandpanel inset-0 w-full h-full transform rounded-md object-fill"
:src="image" :src="image"
:alt="brand.title" :alt="brand.title"
/> />

View File

@@ -65,17 +65,16 @@
:id="$page.markdownPage.id" :id="$page.markdownPage.id"
/> />
<Blogs
v-if="$page.markdownPage.blogs || $page.markdownPage.BlogsMain"
:main="$page.markdownPage.BlogsMain"
:blogs="$page.markdownPage.blogs"
/>
<InTheNews <InTheNews
v-if="$page.markdownPage.inTheNews" v-if="$page.markdownPage.inTheNews"
:news="$page.markdownPage.inTheNews" :news="$page.markdownPage.inTheNews"
/> />
<!-- <SignUp
v-if="$page.markdownPage.signup"
:signup="$page.markdownPage.signup"
/> -->
<g-image <g-image
class="m-auto w-3/4 mt-8" class="m-auto w-3/4 mt-8"
v-if="$page.markdownPage.solution_image" v-if="$page.markdownPage.solution_image"
@@ -315,23 +314,6 @@
link2 link2
image image
} }
BlogsMain{
id
title
content
}
blogs{
id
image
tagUrl
tag
blogUrl
title
authorUrl
authorImg
author
content
}
} }
} }
@@ -362,7 +344,6 @@ import InTheNews from "~/components/marketing/sections/logo-clouds/off_white_gri
import SignUp from "~/components/custom/sections/SignUp.vue"; import SignUp from "~/components/custom/sections/SignUp.vue";
import VideoPanel from "~/components/custom/VideoPanel.vue"; import VideoPanel from "~/components/custom/VideoPanel.vue";
import Partenerships from "~/components/marketing/sections/team-sections/grid_with_large_round_images.vue"; import Partenerships from "~/components/marketing/sections/team-sections/grid_with_large_round_images.vue";
import Blogs from "~/components/marketing/sections/blog-sections/3_column_cards.vue";
export default { export default {
components: { components: {
@@ -383,7 +364,6 @@ export default {
SignUp, SignUp,
VideoPanel, VideoPanel,
Partenerships, Partenerships,
Blogs,
}, },
computed: { computed: {
getImg() { getImg() {