diff --git a/content/navigation/navigation.md b/content/navigation/navigation.md index bb48b0f94..c34c92448 100644 --- a/content/navigation/navigation.md +++ b/content/navigation/navigation.md @@ -1,8 +1,8 @@ --- id: navigation navLinks: - - name: Why - link: /why + - name: About Us + link: /about-us external: false expandable: false diff --git a/content/page/about-us/about-us.md b/content/page/about-us/about-us.md new file mode 100644 index 000000000..b1e79c85f --- /dev/null +++ b/content/page/about-us/about-us.md @@ -0,0 +1,14 @@ +--- +id: about-us +metaTitle: ThreeFold | About Us +metaDesc: To build the world’s most decentralized, secure and scalable digital infrastructure – for the people, by the people +metaImg: ./about_header.png +header_slogan: +header_title: OUR MISSION +header_image: ./about_header.png +header_altImg: threefold +header_excerpt: To build the world’s most decentralized, secure and scalable digital infrastructure – for the people, by the people +solution_image: +button: The Digital Future +link: "#" +--- diff --git a/content/page/about-us/about_header.png b/content/page/about-us/about_header.png new file mode 100644 index 000000000..b5a6ed716 Binary files /dev/null and b/content/page/about-us/about_header.png differ diff --git a/src/components/custom/Navbar/Navbar.vue b/src/components/custom/Navbar/Navbar.vue index 195975cec..1edb72ccd 100644 --- a/src/components/custom/Navbar/Navbar.vue +++ b/src/components/custom/Navbar/Navbar.vue @@ -17,7 +17,7 @@ 'opacity-0': !disableScroll && scrollPosition < headerHeight, }" > -