diff --git a/components/footer.tsx b/components/footer.tsx index 25116f732..e730b23f4 100644 --- a/components/footer.tsx +++ b/components/footer.tsx @@ -1,4 +1,4 @@ -import { Box, Container, Flex, Image, Link, Stack, Text } from '@chakra-ui/react'; +import { Box, Container, Flex, Image, Link, SimpleGrid, Stack, Text } from '@chakra-ui/react'; import siteConfig from '../content/site.json'; import { CustomAd } from './custom-ad'; import React from 'react'; @@ -6,7 +6,8 @@ import React from 'react'; function NavigationLinks() { return ( <> - + Roadmaps Guides Videos @@ -14,7 +15,7 @@ function NavigationLinks() { YouTube - + Roadmaps - - - - - roadmap.sh + + + + + + 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 + + + + + + - by - @kamranahmedse - - Community created roadmaps, articles, resources and - journeys to help you choose your path and grow in your career. + The leading DevOps resource for Kubernetes, cloud-native + computing, and the latest in at-scale development, deployment, and management. - - © roadmap.sh· - FAQs· - Terms· - Privacy - - + + DevOps· + Kubernetes· + Cloud-Native + + + diff --git a/components/teams-banner.tsx b/components/teams-banner.tsx index 402053fd4..1dec11f43 100644 --- a/components/teams-banner.tsx +++ b/components/teams-banner.tsx @@ -2,6 +2,8 @@ import { Box, Button, Container, Heading, Link, Text } from '@chakra-ui/react'; import { event } from '../lib/gtag'; export function TeamsBanner() { + return null; + return ( diff --git a/public/tns.png b/public/tns.png new file mode 100644 index 000000000..f08a6dbb0 Binary files /dev/null and b/public/tns.png differ