blog back
This commit is contained in:
13
content/page/home/blogs/blog4/index.md
Normal file
13
content/page/home/blogs/blog4/index.md
Normal file
@@ -0,0 +1,13 @@
|
|||||||
|
---
|
||||||
|
id: blog4
|
||||||
|
image: https://images.unsplash.com/photo-1492724441997-5dc865305da7?ixlib=rb-1.2.1&ixid=eyJhcHBfaWQiOjEyMDd9&auto=format&fit=crop&w=1650&q=80
|
||||||
|
tagUrl: '#'
|
||||||
|
tag: Case Study
|
||||||
|
blogUrl: '#'
|
||||||
|
title: Improve your customer experience
|
||||||
|
authorUrl: '#'
|
||||||
|
authorImg: https://images.unsplash.com/photo-1487412720507-e7ab37603c6f?ixlib=rb-1.2.1&ixid=eyJhcHBfaWQiOjEyMDd9&auto=format&fit=facearea&facepad=2&w=256&h=256&q=80
|
||||||
|
author: Daniela Metz
|
||||||
|
---
|
||||||
|
|
||||||
|
Lorem ipsum dolor sit amet consectetur adipisicing elit. Sint harum rerum voluptatem quo recusandae magni placeat saepe molestiae, sed excepturi cumque corporis perferendis hic.
|
||||||
13
content/page/home/blogs/blog5/index.md
Normal file
13
content/page/home/blogs/blog5/index.md
Normal file
@@ -0,0 +1,13 @@
|
|||||||
|
---
|
||||||
|
id: blog5
|
||||||
|
image: https://images.unsplash.com/photo-1492724441997-5dc865305da7?ixlib=rb-1.2.1&ixid=eyJhcHBfaWQiOjEyMDd9&auto=format&fit=crop&w=1650&q=80
|
||||||
|
tagUrl: '#'
|
||||||
|
tag: Case Study
|
||||||
|
blogUrl: '#'
|
||||||
|
title: Improve your customer experience
|
||||||
|
authorUrl: '#'
|
||||||
|
authorImg: https://images.unsplash.com/photo-1487412720507-e7ab37603c6f?ixlib=rb-1.2.1&ixid=eyJhcHBfaWQiOjEyMDd9&auto=format&fit=facearea&facepad=2&w=256&h=256&q=80
|
||||||
|
author: Daniela Metz
|
||||||
|
---
|
||||||
|
|
||||||
|
Lorem ipsum dolor sit amet consectetur adipisicing elit. Sint harum rerum voluptatem quo recusandae magni placeat saepe molestiae, sed excepturi cumque corporis perferendis hic.
|
||||||
@@ -42,7 +42,7 @@ features2:
|
|||||||
partenershipsMain: home_partenerships_main
|
partenershipsMain: home_partenerships_main
|
||||||
partnerships: [tag, solidaridad , threefold]
|
partnerships: [tag, solidaridad , threefold]
|
||||||
BlogsMain: blog_main
|
BlogsMain: blog_main
|
||||||
blogs: [blog1, blog2, blog3]
|
blogs: [blog1, blog2, blog3 ,blog4 ,blog5]
|
||||||
---
|
---
|
||||||
|
|
||||||
<!-- header: home_header
|
<!-- header: home_header
|
||||||
|
|||||||
@@ -34,11 +34,11 @@
|
|||||||
</div>
|
</div>
|
||||||
<div class="flex-1 bg-white p-6 flex flex-col justify-between">
|
<div class="flex-1 bg-white p-6 flex flex-col justify-between">
|
||||||
<div class="flex-1">
|
<div class="flex-1">
|
||||||
<p class="text-sm leading-5 font-medium text-indigo-600">
|
<!-- <p class="text-sm leading-5 font-medium text-indigo-600">
|
||||||
<a :href="blog.tagUrl" class="hover:underline">
|
<a :href="blog.tagUrl" class="hover:underline">
|
||||||
{{ blog.tag }}
|
{{ blog.tag }}
|
||||||
</a>
|
</a>
|
||||||
</p>
|
</p> -->
|
||||||
<a :href="blog.blogUrl" class="block">
|
<a :href="blog.blogUrl" class="block">
|
||||||
<h3 class="mt-2 text-xl leading-7 font-semibold text-gray-900">
|
<h3 class="mt-2 text-xl leading-7 font-semibold text-gray-900">
|
||||||
{{ blog.title }}
|
{{ blog.title }}
|
||||||
|
|||||||
@@ -65,6 +65,12 @@
|
|||||||
: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"
|
||||||
@@ -153,7 +159,23 @@
|
|||||||
link3
|
link3
|
||||||
link4
|
link4
|
||||||
}
|
}
|
||||||
|
BlogsMain{
|
||||||
|
id
|
||||||
|
title
|
||||||
|
content
|
||||||
|
}
|
||||||
|
blogs{
|
||||||
|
id
|
||||||
|
image
|
||||||
|
tagUrl
|
||||||
|
tag
|
||||||
|
blogUrl
|
||||||
|
title
|
||||||
|
authorUrl
|
||||||
|
authorImg
|
||||||
|
author
|
||||||
|
content
|
||||||
|
}
|
||||||
cta2{
|
cta2{
|
||||||
id
|
id
|
||||||
title
|
title
|
||||||
@@ -331,6 +353,7 @@ import Header from "~/components/marketing/sections/cta-sections/Header.vue";
|
|||||||
import SolutionsHeader from "~/components/custom/sections/header/HeaderSection.vue";
|
import SolutionsHeader from "~/components/custom/sections/header/HeaderSection.vue";
|
||||||
import ShowcaseProducts from "~/components/marketing/sections/cta-sections/ShowcaseProductsHome.vue";
|
import ShowcaseProducts from "~/components/marketing/sections/cta-sections/ShowcaseProductsHome.vue";
|
||||||
import Comparison from "~/components/custom/sections/Comparison.vue";
|
import Comparison from "~/components/custom/sections/Comparison.vue";
|
||||||
|
import Blogs from "~/components/marketing/sections/blog-sections/3_column_cards.vue";
|
||||||
import Features from "~/components/custom/sections/Features.vue";
|
import Features from "~/components/custom/sections/Features.vue";
|
||||||
import Map from "~/components/marketing/sections/cta-sections/StateMap.vue";
|
import Map from "~/components/marketing/sections/cta-sections/StateMap.vue";
|
||||||
import NewCard from "~/components/marketing/sections/cta-sections/NewCard.vue";
|
import NewCard from "~/components/marketing/sections/cta-sections/NewCard.vue";
|
||||||
@@ -362,6 +385,7 @@ export default {
|
|||||||
CallToActionbg2,
|
CallToActionbg2,
|
||||||
InTheNews,
|
InTheNews,
|
||||||
SignUp,
|
SignUp,
|
||||||
|
Blogs,
|
||||||
VideoPanel,
|
VideoPanel,
|
||||||
Partenerships,
|
Partenerships,
|
||||||
},
|
},
|
||||||
|
|||||||
Reference in New Issue
Block a user