diff --git a/components/footer.tsx b/components/footer.tsx new file mode 100644 index 000000000..bf2b999d8 --- /dev/null +++ b/components/footer.tsx @@ -0,0 +1,41 @@ +import { Box, Container, Flex, Image, Link, Stack, Text } from '@chakra-ui/react'; + +export function Footer() { + return ( + + + + Roadmaps + Guides + Videos + Podcasts + About + YouTube + + + + + + + roadmap.sh + + by + @kamranahmedse + + + Community created roadmaps, articles, resources and + journeys to help you choose your path and grow in your career. + + + © roadmap.sh· + FAQs· + Terms· + Privacy + + + + + ); +} diff --git a/components/header.tsx b/components/header.tsx new file mode 100644 index 000000000..826858ede --- /dev/null +++ b/components/header.tsx @@ -0,0 +1,28 @@ +import { Box, Container, Flex, Image, Link, Stack } from '@chakra-ui/react'; + +export function Header() { + return ( + + + + + + roadmap.sh + + + Read + Watch + Get Updates + + + + + ); +} diff --git a/components/opensource-banner.tsx b/components/opensource-banner.tsx new file mode 100644 index 000000000..f1deec4e3 --- /dev/null +++ b/components/opensource-banner.tsx @@ -0,0 +1,46 @@ +import { Box, Container, Heading, Link, Text } from '@chakra-ui/react'; + +export function OpensourceBanner() { + return ( + + + Open Source + The project is OpenSource,  + 7th most starred project on GitHub and is visited by hundreds of thousands of + developers every month. +