From 22cde420a9b64573a30a964cb41eedf61b07ec7b Mon Sep 17 00:00:00 2001 From: jadenliu12 Date: Wed, 19 Jul 2023 08:47:35 +0700 Subject: [PATCH] feat: add links --- pages/internship.tsx | 2113 ++++++++++++++++++++++-------------------- 1 file changed, 1083 insertions(+), 1030 deletions(-) diff --git a/pages/internship.tsx b/pages/internship.tsx index 5072c8d..ee3a25c 100644 --- a/pages/internship.tsx +++ b/pages/internship.tsx @@ -1,1053 +1,1106 @@ import { - Heading, - Avatar, - Box, - Center, - Text, - Stack, - Button, - useColorModeValue, - Flex, - Divider, - Wrap, - ListItem, - UnorderedList, - OrderedList, - Accordion, - AccordionItem, - AccordionButton, - AccordionPanel, - SimpleGrid, - Image, - useTheme, - Link, + Heading, + Avatar, + Box, + Center, + Text, + Stack, + useColorModeValue, + Flex, + Divider, + ListItem, + UnorderedList, + Accordion, + AccordionItem, + AccordionButton, + AccordionPanel, + Image, + useTheme, + Link, } from '@chakra-ui/react'; -import { FaCode, FaInfoCircle } from 'react-icons/fa'; - -import { BsGlobe2 } from 'react-icons/bs'; - -import { ChevronDownIcon, ExternalLinkIcon, EmailIcon } from '@chakra-ui/icons'; +import { ChevronDownIcon, ExternalLinkIcon } from '@chakra-ui/icons'; import PageLayout from '@/components/page-layout'; -import Community from '@/components/Community'; import { useEffect } from 'react'; import { useAnalytics } from '../src/utils/analytics'; import { useTranslation } from 'react-i18next'; -import CallToActionWithVideo, { SplitWithImage } from '@/components/CTA'; +import { SplitWithImage } from '@/components/CTA'; import GridListWithCTA from '@/components/GridCTA'; import { ApplyButtonWithPopover } from '@/components/ApplyButton'; -import Head from "next/head" - +import Head from 'next/head'; const InternshipPage = () => { - const { t } = useTranslation(); - const banner = '/assets/images/banner.png'; - const { analytics } = useAnalytics(); - const theme = useTheme(); - const spacing = theme.space[5]; - - useEffect(() => { - analytics.page('Links/Intern'); - }, []); - - return ( - <> - - {t('internship.Intro.title')} - - - - - -
- - - - - - - Crypto Arsenal - - - - - - - - - - - @CryptoArsena1 - - - - ๐Ÿ“„ {t('intro.Strategy Development')} & {t('intro.Copy Trading')} - ๐Ÿ”— {t('intro.Integration with APIs of Major Exchanges')} - ๐Ÿ‘จ๐Ÿปโ€๐Ÿ’ป TradingView & Python - -
- - - 2k - - {t('stats.Trading Bots')} - - - - 6.6k - - {t('stats.Users')} - - - - - $145M - - {t('stats.Trading Volume')} - - - -
- - {/* - - - - */} - {/* */} - - - - - + const { t } = useTranslation(); + const banner = '/assets/images/banner.png'; + const { analytics } = useAnalytics(); + const theme = useTheme(); + const spacing = theme.space[5]; - - - - - - - - {t('internship.Recruitment Plan.title')} ๐Ÿ—“ - - - - - - {t('internship.Recruitment Plan.content')} - - - - - - - {t('internship.Company Profile.title')} ๐Ÿข - - - - - - {t('internship.Company Profile.content')} -
-
- - About Crypto Arsenal @ Youtube - - {/* - - 2023 {t('internship.Year')}: - - - {t('internship.Company Profile.year.2023.0')} - - - - - 2022 {t('internship.Year')}: - - - {t('internship.Company Profile.year.2022.0')} - - - {t('internship.Company Profile.year.2022.1')} - - - - - 2021 {t('internship.Year')}: - - - {t('internship.Company Profile.year.2021.0')} - - - {t('internship.Company Profile.year.2021.1')} - - - - - 2020 {t('internship.Year')}: - - - {t('internship.Company Profile.year.2020.0')} - - - - */} -
-
-
- - - - {t('internship.Internship Content.title')} ๐Ÿ’ผ - - - - - - - - {t('internship.Internship Content.list.0')} - - - {t('internship.Internship Content.list.1')} - - - {t('internship.Internship Content.list.2')} - - - {t('internship.Internship Content.list.3')} - - - {t('internship.Internship Content.list.4')} - - - - - - - - - {t('internship.Internship Benefit.title')} ๐ŸŽ - - - - - - {t('internship.Internship Benefit.content')} - - - {t('internship.Internship Benefit.list.0')} - - - {t('internship.Internship Benefit.list.1')} - - - {t('internship.Internship Benefit.list.2')} - - - {t('internship.Internship Benefit.list.3')} - - - {t('internship.Internship Benefit.list.4')} - - - {t('internship.Internship Benefit.list.5')} - - - - - - - - - {t('internship.About The Internship.title')} ๐Ÿ“‹ - - - - - - - - {t('internship.About The Internship.list.0')} - - - {t('internship.About The Internship.list.1')} - - - {t('internship.About The Internship.list.2')} - - - {t('internship.About The Internship.list.3')} - - - - - - - - - {t('internship.Required Skills.title')} ๐Ÿ”‘ - - - - - - - - {t('internship.Required Skills.list.0')} - - - {t('internship.Required Skills.list.1')} - - - {t('internship.Required Skills.list.2')} - - - {t('internship.Required Skills.list.3')} - - - - - - - - - {t('internship.Internship Details.title')} ๐Ÿ“ - - - - - - - - {t('internship.Internship Details.list.0')} - - - {t('internship.Internship Details.list.1')} - - - {t('internship.Internship Details.list.2')} - - - {t('internship.Internship Details.list.3')} - - - - - -
+ useEffect(() => { + analytics.page('Links/Intern'); + }, []); - {/*
- - - - Register Now - - - - -
*/} -
- - - - - - - + + {t('internship.Intro.title')} + + + + + - - - {t('internship.Program Partners')} - - - -
- +
- - - - - Lead Capital - - - -
-
- - - - - - - Builder DAO - - - -
-
- - - - - - - LeapFi - - - -
-
- - - - - - - TBH - - - -
-
- - - - - - - TradingTrain - - - -
-
- - - - - - - Ace Exchange - - - -
-
- - - + + + + + + Crypto Arsenal + + + + + + + + + + + @CryptoArsena1 + + + + ๐Ÿ“„ {t('intro.Strategy Development')} &{' '} + {t('intro.Copy Trading')} + ๐Ÿ”—{' '} + {t( + 'intro.Integration with APIs of Major Exchanges' + )} + ๐Ÿ‘จ๐Ÿปโ€๐Ÿ’ป TradingView & Python + +
+ + + 2k + + {t('stats.Trading Bots')} + + + + 6.6k + + {t('stats.Users')} + + + + + $145M + + {t('stats.Trading Volume')} + + + +
+ + + + + + + + + + + + + {t( + 'internship.Recruitment Plan.title' + )}{' '} + ๐Ÿ—“ + + + + + + {t( + 'internship.Recruitment Plan.content' + )} + + + + + + + {t( + 'internship.Company Profile.title' + )}{' '} + ๐Ÿข + + + + + + {t( + 'internship.Company Profile.content' + )} +
+
+ + About Crypto Arsenal @ Youtube{' '} + + +
+
+
+ + + + {t( + 'internship.Internship Content.title' + )}{' '} + ๐Ÿ’ผ + + + + + + + + {t( + 'internship.Internship Content.list.0' + )} + + + {t( + 'internship.Internship Content.list.1' + )} + + + {t( + 'internship.Internship Content.list.2' + )} + + + {t( + 'internship.Internship Content.list.3' + )} + + + {t( + 'internship.Internship Content.list.4' + )} + + + + + + + + + {t( + 'internship.Internship Benefit.title' + )}{' '} + ๐ŸŽ + + + + + + {t( + 'internship.Internship Benefit.content' + )} + + + {t( + 'internship.Internship Benefit.list.0' + )} + + + {t( + 'internship.Internship Benefit.list.1' + )} + + + {t( + 'internship.Internship Benefit.list.2' + )} + + + {t( + 'internship.Internship Benefit.list.3' + )} + + + {t( + 'internship.Internship Benefit.list.4' + )} + + + {t( + 'internship.Internship Benefit.list.5' + )} + + + + + + + + + {t( + 'internship.About The Internship.title' + )}{' '} + ๐Ÿ“‹ + + + + + + + + {t( + 'internship.About The Internship.list.0' + )} + + + {t( + 'internship.About The Internship.list.1' + )} + + + {t( + 'internship.About The Internship.list.2' + )} + + + {t( + 'internship.About The Internship.list.3' + )} + + + + + + + + + {t( + 'internship.Required Skills.title' + )}{' '} + ๐Ÿ”‘ + + + + + + + + {t( + 'internship.Required Skills.list.0' + )} + + + {t( + 'internship.Required Skills.list.1' + )} + + + {t( + 'internship.Required Skills.list.2' + )} + + + {t( + 'internship.Required Skills.list.3' + )} + + + + + + + + + {t( + 'internship.Internship Details.title' + )}{' '} + ๐Ÿ“ + + + + + + + + {t( + 'internship.Internship Details.list.0' + )} + + + {t( + 'internship.Internship Details.list.1' + )} + + + {t( + 'internship.Internship Details.list.2' + )} + + + {t( + 'internship.Internship Details.list.3' + )} + + + + + +
+
+ + + + + + + + + + {t('internship.Program Partners')} + + + +
+ + + + + + + + Lead Capital + + + + +
+
+ + + + + + + + Builder DAO + + + + +
+
+ + + + + + + + LeapFi + + + + +
+
+ + + + + + + + TBH + + + + +
+
+ + + + + + + + TradingTrain + + + + +
+
+ + + + + + + + Ace + + + + +
+
+ + + + + + + + BCA + + + + +
+
+
+ + + +
+ + + + + +
- - - BCA - - -
- - - - - - -
- - - - {/* - {t('internship.How To Register.title')} - - - {t('internship.How To Register.content')} - */} - - - - -
-
-
-
- - ); + + + ); }; export default InternshipPage;