update
This commit is contained in:
@@ -14,6 +14,11 @@
|
|||||||
"name": "Values",
|
"name": "Values",
|
||||||
"link": "/about",
|
"link": "/about",
|
||||||
"external": false
|
"external": false
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"name": "Test",
|
||||||
|
"link": "/about2",
|
||||||
|
"external": false
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
"footerNavigation": [
|
"footerNavigation": [
|
||||||
|
|||||||
@@ -51,6 +51,7 @@ ul {
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
.animated-link:after {
|
.animated-link:after {
|
||||||
content: '';
|
content: '';
|
||||||
width: 0px;
|
width: 0px;
|
||||||
|
|||||||
@@ -115,7 +115,7 @@ export default {
|
|||||||
}
|
}
|
||||||
};
|
};
|
||||||
</script>
|
</script>
|
||||||
<style>
|
<style scoped>
|
||||||
|
|
||||||
.hand{
|
.hand{
|
||||||
width:70%;
|
width:70%;
|
||||||
|
|||||||
46
src/pages/About2.vue
Normal file
46
src/pages/About2.vue
Normal file
@@ -0,0 +1,46 @@
|
|||||||
|
<template>
|
||||||
|
<Layout :hideHeader="true" :disableScroll="true">
|
||||||
|
|
||||||
|
<div class="container sm:pxi-0 mx-auto overflow-x-hidden">
|
||||||
|
|
||||||
|
<VacationCard
|
||||||
|
img="/img/Homepage.jpg"
|
||||||
|
imgAlt="Beach in Cancun"
|
||||||
|
eyebrow=""
|
||||||
|
title=""
|
||||||
|
pricing=""
|
||||||
|
url=""
|
||||||
|
/>
|
||||||
|
<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>
|
||||||
|
|
||||||
|
<vue-markdown>
|
||||||
|
</vue-markdown>
|
||||||
|
</div>
|
||||||
|
</Layout>
|
||||||
|
</template>
|
||||||
|
|
||||||
|
<script>
|
||||||
|
import VueMarkdown from 'vue-markdown'
|
||||||
|
|
||||||
|
export default {
|
||||||
|
metaInfo: {
|
||||||
|
title: "About us"
|
||||||
|
},
|
||||||
|
|
||||||
|
components: {
|
||||||
|
VueMarkdown
|
||||||
|
}
|
||||||
|
};
|
||||||
|
</script>
|
||||||
|
<style scoped>
|
||||||
|
/* h2 {
|
||||||
|
padding-bottom: 8rem;
|
||||||
|
} */
|
||||||
|
</style> >
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
BIN
static/img/Homepage.jpg
Normal file
BIN
static/img/Homepage.jpg
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 264 KiB |
Binary file not shown.
|
Before Width: | Height: | Size: 44 KiB |
Binary file not shown.
|
Before Width: | Height: | Size: 198 KiB |
Reference in New Issue
Block a user