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';
import { event } from '../lib/gtag';
function NavigationLinks() {
return (
<>
Roadmaps
Guides
Videos
About
YouTube
Roadmaps
Guides
Videos
About
YouTube
>
);
}
export function Footer() {
return (
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
The leading DevOps resource for Kubernetes, cloud-native
computing, and the latest in at-scale development, deployment, and management.
{
event({
category: 'PartnerClick',
action: `TNS Referral`,
label: `TNS Referral - Footer`,
});
}}
color='gray.400' mx='10px' ml={['0', '0', '10px']}>DevOps·
{
event({
category: 'PartnerClick',
action: `TNS Referral`,
label: `TNS Referral - Footer`,
});
}}
color='gray.400' mx='10px'>Kubernetes·
{
event({
category: 'PartnerClick',
action: `TNS Referral`,
label: `TNS Referral - Footer`,
});
}}
color='gray.400' mx='10px'>Cloud-Native
);
}