diff --git a/components/opensource-banner.tsx b/components/opensource-banner.tsx index a78743358..f3df9141b 100644 --- a/components/opensource-banner.tsx +++ b/components/opensource-banner.tsx @@ -2,7 +2,7 @@ import { Box, Container, Heading, Link, Text } from '@chakra-ui/react'; export function OpensourceBanner() { return ( - + Open Source The project is OpenSource,  diff --git a/pages/guides/index.tsx b/pages/guides/index.tsx index f6ad8765c..be771313f 100644 --- a/pages/guides/index.tsx +++ b/pages/guides/index.tsx @@ -1,5 +1,72 @@ +import { Badge, Box, Button, Container, Heading, Link, Stack, Text } from '@chakra-ui/react'; +import { Header } from '../../components/header'; +import { LinksList } from '../../components/links-list'; +import { LinksListItem } from '../../components/links-list-item'; +import { OpensourceBanner } from '../../components/opensource-banner'; +import { UpdatesBanner } from '../../components/updates-banner'; +import { Footer } from '../../components/footer'; + export default function Guides() { return ( -

Hello world

+ +
+ + + + Visual Guides + Succinct graphical explanations to development related topics. + + + + Recent Guides + {/*Recent Guides*/} + {/*Recent Guides*/} + + + June 25, 2021 + Session Based Authentication + Learn what the Session Based Authentication is, the pros and cons + . + + + + June 25, 2021 + JSON Web Tokens + Learn what the Session Based Authentication is, the pros and cons + and how you can implement it in your + apps. + + + + Past Guides + + + + + + + + + + + + + + + + + + + + + + + + + + + +