From 4428e8d82b053337da73d592cc7c8f237075eb0d Mon Sep 17 00:00:00 2001 From: Kamran Ahmed Date: Mon, 2 Aug 2021 12:49:35 +0200 Subject: [PATCH] Guides listing --- pages/index.tsx | 120 ++++++++++++++++++++++++++++++++++++++++++------ 1 file changed, 105 insertions(+), 15 deletions(-) diff --git a/pages/index.tsx b/pages/index.tsx index 253f1cefd..d015b455d 100644 --- a/pages/index.tsx +++ b/pages/index.tsx @@ -1,5 +1,5 @@ -import { Box, Container, Flex, Heading, Image, Link, SimpleGrid, Stack, Text, Tooltip } from '@chakra-ui/react'; -import { InfoIcon } from '@chakra-ui/icons'; +import { Badge, Box, Container, Flex, Heading, Image, Link, SimpleGrid, Stack, Text, Tooltip } from '@chakra-ui/react'; +import { ArrowForwardIcon, InfoIcon } from '@chakra-ui/icons'; export default function Home() { return ( @@ -99,7 +99,7 @@ export default function Home() { - Session based Authentication - June 12, 2021 + June 12, 2021 - - JSON Web Tokens - June 05, 2021 + + JSON Web Tokens + + June 05, 2021 - - Token Based Authentication - May 15, 2021 + + Token Based Authentication + Pro + + May 15, 2021 - Character Encodings - March 06, 2021 + March 06, 2021 - - SSL vs TLS vs HTTPs vs SSH - February 15, 2021 + SSL vs TLS vs HTTPs vs + SSH + February 15, 2021 + + + + Continuous Integration and + Deployment + February 15, 2021 + + + + Basic Authentication + February 15, 2021 + + + + + Character Encodings + Pro + + February 01, 2021 + + + + + DHCP in One Picture + + February 01, 2021 + + + + + Session Based Authentication + + February 01, 2021 + + + + + View all Guides