From f2e8937bd8a17c578b30860eac52b1bc5cb79a3e Mon Sep 17 00:00:00 2001 From: samaradel Date: Wed, 22 Sep 2021 15:41:31 +0200 Subject: [PATCH] init team --- content/page/home/home.md | 1 + content/page/home/team/index.md | 5 ++ gridsome.config.js | 11 ++- src/components/custom/HorizontalScroll.vue | 90 ++++++++++++++++++++++ src/pages/Index.vue | 26 ++++++- 5 files changed, 129 insertions(+), 4 deletions(-) create mode 100644 content/page/home/team/index.md create mode 100644 src/components/custom/HorizontalScroll.vue diff --git a/content/page/home/home.md b/content/page/home/home.md index 46b429f96..d7be247ee 100644 --- a/content/page/home/home.md +++ b/content/page/home/home.md @@ -50,6 +50,7 @@ partnerships: [tag, solidaridad] BlogsMain: blog_main blogs: [zero_os_blog, smart_contract_blog, threefold_regenerates] subscribe: home_subscribe +team: team --- - + --> - + - + @@ -402,6 +420,7 @@ import SignUp from "~/components/custom/sections/SignUp.vue"; import VideoPanel from "~/components/custom/VideoPanel.vue"; import Partenerships from "~/components/marketing/sections/team-sections/grid_with_large_round_images.vue"; import SplitWithForm from "~/components/custom/SplitWithForm.vue"; +import HorizontalScroll from "~/components/custom/HorizontalScroll.vue"; export default { components: { Header, @@ -423,6 +442,7 @@ export default { VideoPanel, Partenerships, SplitWithForm, + HorizontalScroll, }, computed: { getImg() {