Init search item

This commit is contained in:
samaradel
2020-11-22 17:04:14 +02:00
parent d8ea099edf
commit 71272822c7
4 changed files with 137 additions and 32 deletions

View File

@@ -1,41 +1,31 @@
<template>
<Layout :hideHeader="true" :disableScroll="true">
<div class="container sm:pxi-0 mx-auto overflow-x-hidden">
<VacationCard
img=""
imgAlt=""
eyebrow=""
title=""
pricing=""
url=""
/>
<div class="flex flex-col h-screen">
<img class="py-20" src="/img/new_home.png" alt="">
<div class="center py-10">
<!-- <h2 class="text-center">CO-CREATING BETTER FUTURES TOGETHER</h2> -->
<!-- <p class="text-center py-1">The ThreeFold Foundation is not ThreeFold rather, it is sparking a movement to bring the world <br> a truly peer-to-peer internet. We acknowledge and support the many people and organizations around the world <br> who bring crucial support to the growth and adoption of the ThreeFold Grid.</p> -->
</div>
<VacationCard img="" imgAlt="" eyebrow="" title="" pricing="" url="" />
<div class="flex flex-col">
<img class="py-20" src="/img/new_home.png" alt="" />
<div class="center py-10">
<!-- <h2 class="text-center">CO-CREATING BETTER FUTURES TOGETHER</h2> -->
<!-- <p class="text-center py-1">The ThreeFold Foundation is not ThreeFold rather, it is sparking a movement to bring the world <br> a truly peer-to-peer internet. We acknowledge and support the many people and organizations around the world <br> who bring crucial support to the growth and adoption of the ThreeFold Grid.</p> -->
</div>
</div>
<vue-markdown>
</vue-markdown>
<vue-markdown> </vue-markdown>
</div>
</Layout>
</Layout>
</template>
<script>
import VueMarkdown from 'vue-markdown'
import VueMarkdown from "vue-markdown";
export default {
metaInfo: {
title: "Home"
title: "Home",
},
components: {
VueMarkdown
}
VueMarkdown,
},
};
</script>
<style scoped>