2019-01-03 21:10:44 +00:00
|
|
|
<template>
|
|
|
|
<GalleryPage :galleries="galleries">
|
|
|
|
</GalleryPage>
|
|
|
|
</template>
|
|
|
|
|
|
|
|
<script>
|
|
|
|
import GalleryPage from '@/components/GalleryPage'
|
|
|
|
|
|
|
|
export default {
|
|
|
|
name: 'HomePage',
|
|
|
|
|
|
|
|
components: {
|
|
|
|
GalleryPage
|
|
|
|
},
|
|
|
|
|
|
|
|
data() {
|
|
|
|
return {
|
|
|
|
galleries: [
|
2019-01-10 13:13:47 +00:00
|
|
|
{ title: 'Gallery Zero',
|
2019-01-10 12:31:11 +00:00
|
|
|
featuredImage: 'https://via.placeholder.com/600x400/665588/ffffff?text=FeaturedOne',
|
2019-01-03 21:10:44 +00:00
|
|
|
images: [
|
2019-01-10 13:13:47 +00:00
|
|
|
{ thumbUrl: 'https://via.placeholder.com/400x300/885566/ffffff', url: 'https://via.placeholder.com/1920x1080/885566/ffffff?text=Zero0' },
|
|
|
|
{ thumbUrl: 'https://via.placeholder.com/400x300/668855/ffffff', url: 'https://via.placeholder.com/1920x1080/668855/ffffff?text=Zero1' },
|
|
|
|
{ thumbUrl: 'https://via.placeholder.com/400x300/558866/ffffff', url: 'https://via.placeholder.com/1920x1080/558866/ffffff?text=Zero2' },
|
|
|
|
{ thumbUrl: 'https://via.placeholder.com/400x300/886655/ffffff', url: 'https://via.placeholder.com/1920x1080/886655/ffffff?text=Zero3' }
|
2019-01-03 21:10:44 +00:00
|
|
|
]
|
|
|
|
},
|
2019-01-10 13:13:47 +00:00
|
|
|
{ title: 'Gallery One',
|
2019-01-10 12:31:11 +00:00
|
|
|
featuredImage: 'https://via.placeholder.com/600x400/ffffff/000000',
|
2019-01-03 21:10:44 +00:00
|
|
|
images: [
|
2019-01-10 13:13:47 +00:00
|
|
|
{ thumbUrl: 'https://via.placeholder.com/400x300/ff0000/ffffff', url: 'https://via.placeholder.com/1920x1080/ff0000/ffffff?text=One0' },
|
|
|
|
{ thumbUrl: 'https://via.placeholder.com/400x300/00ff00/ffffff', url: 'https://via.placeholder.com/1920x1080/00ff00/ffffff?text=One1' },
|
|
|
|
{ thumbUrl: 'https://via.placeholder.com/400x300/0000ff/ffffff', url: 'https://via.placeholder.com/1920x1080/0000ff/ffffff?text=One2' },
|
|
|
|
{ thumbUrl: 'https://via.placeholder.com/400x300/ffff00/ffffff', url: 'https://via.placeholder.com/1920x1080/ffff00/ffffff?text=One3' },
|
|
|
|
{ thumbUrl: 'https://via.placeholder.com/400x300/ff00ff/ffffff', url: 'https://via.placeholder.com/1920x1080/ff00ff/ffffff?text=One4' },
|
|
|
|
{ thumbUrl: 'https://via.placeholder.com/400x300/00ffff/ffffff', url: 'https://via.placeholder.com/1920x1080/00ffff/ffffff?text=One5' },
|
|
|
|
{ thumbUrl: 'https://via.placeholder.com/400x300/ffffff/000000', url: 'https://via.placeholder.com/1920x1080/ffffff/000000?text=One6' },
|
|
|
|
{ thumbUrl: 'https://via.placeholder.com/400x300/000000/ffffff', url: 'https://via.placeholder.com/1920x1080/000000/ffffff?text=One7' }
|
2019-01-03 21:10:44 +00:00
|
|
|
]
|
|
|
|
},
|
2019-01-10 13:13:47 +00:00
|
|
|
{ title: 'Gallery Two',
|
2019-01-03 21:10:44 +00:00
|
|
|
featuredImage: 'https://via.placeholder.com/600x400',
|
|
|
|
images: [
|
|
|
|
{ thumbUrl: 'https://via.placeholder.com/400x300', url: 'https://via.placeholder.com/1920x1080' },
|
|
|
|
{ thumbUrl: 'https://via.placeholder.com/400x300', url: 'https://via.placeholder.com/1920x1080' },
|
|
|
|
{ thumbUrl: 'https://via.placeholder.com/400x300', url: 'https://via.placeholder.com/1920x1080' },
|
|
|
|
{ thumbUrl: 'https://via.placeholder.com/400x300', url: 'https://via.placeholder.com/1920x1080' }
|
|
|
|
]
|
|
|
|
},
|
2019-01-10 13:13:47 +00:00
|
|
|
{ title: 'Gallery Three',
|
2019-01-03 21:10:44 +00:00
|
|
|
featuredImage: 'https://via.placeholder.com/600x400',
|
|
|
|
images: [
|
|
|
|
{ thumbUrl: 'https://via.placeholder.com/400x300', url: 'https://via.placeholder.com/1920x1080' },
|
|
|
|
{ thumbUrl: 'https://via.placeholder.com/400x300', url: 'https://via.placeholder.com/1920x1080' },
|
|
|
|
{ thumbUrl: 'https://via.placeholder.com/400x300', url: 'https://via.placeholder.com/1920x1080' },
|
|
|
|
{ thumbUrl: 'https://via.placeholder.com/400x300', url: 'https://via.placeholder.com/1920x1080' }
|
|
|
|
]
|
|
|
|
},
|
2019-01-10 13:13:47 +00:00
|
|
|
{ title: 'Gallery Four',
|
2019-01-03 21:10:44 +00:00
|
|
|
featuredImage: 'https://via.placeholder.com/600x400',
|
|
|
|
images: [
|
|
|
|
{ thumbUrl: 'https://via.placeholder.com/400x300', url: 'https://via.placeholder.com/1920x1080' },
|
|
|
|
{ thumbUrl: 'https://via.placeholder.com/400x300', url: 'https://via.placeholder.com/1920x1080' },
|
|
|
|
{ thumbUrl: 'https://via.placeholder.com/400x300', url: 'https://via.placeholder.com/1920x1080' },
|
|
|
|
{ thumbUrl: 'https://via.placeholder.com/400x300', url: 'https://via.placeholder.com/1920x1080' }
|
|
|
|
]
|
|
|
|
},
|
2019-01-10 13:13:47 +00:00
|
|
|
{ title: 'Gallery Five',
|
2019-01-03 21:10:44 +00:00
|
|
|
featuredImage: 'https://via.placeholder.com/600x400',
|
|
|
|
images: [
|
|
|
|
{ thumbUrl: 'https://via.placeholder.com/400x300', url: 'https://via.placeholder.com/1920x1080' },
|
|
|
|
{ thumbUrl: 'https://via.placeholder.com/400x300', url: 'https://via.placeholder.com/1920x1080' },
|
|
|
|
{ thumbUrl: 'https://via.placeholder.com/400x300', url: 'https://via.placeholder.com/1920x1080' },
|
|
|
|
{ thumbUrl: 'https://via.placeholder.com/400x300', url: 'https://via.placeholder.com/1920x1080' }
|
|
|
|
]
|
|
|
|
},
|
2019-01-10 13:13:47 +00:00
|
|
|
{ title: 'Gallery Six',
|
2019-01-03 21:10:44 +00:00
|
|
|
featuredImage: 'https://via.placeholder.com/600x400',
|
|
|
|
images: [
|
|
|
|
{ thumbUrl: 'https://via.placeholder.com/400x300', url: 'https://via.placeholder.com/1920x1080' },
|
|
|
|
{ thumbUrl: 'https://via.placeholder.com/400x300', url: 'https://via.placeholder.com/1920x1080' },
|
|
|
|
{ thumbUrl: 'https://via.placeholder.com/400x300', url: 'https://via.placeholder.com/1920x1080' },
|
|
|
|
{ thumbUrl: 'https://via.placeholder.com/400x300', url: 'https://via.placeholder.com/1920x1080' }
|
|
|
|
]
|
|
|
|
},
|
|
|
|
] // galleries end
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
</script>
|
|
|
|
|
|
|
|
<style scoped lang="scss">
|
|
|
|
</style>
|