diff --git a/src/pages/Home.tsx b/src/pages/Home.tsx index 68ea36a..746c5df 100644 --- a/src/pages/Home.tsx +++ b/src/pages/Home.tsx @@ -1,5 +1,4 @@ -import { Link as RouteLink } from 'react-router-dom'; -import { Text, Heading, Link, Box } from '@chakra-ui/react'; +import { Text, Heading, Link, Box, ListItem, UnorderedList } from '@chakra-ui/react'; import Layout from '../components/layout/Layout'; const Home = () => ( @@ -12,8 +11,8 @@ const Home = () => ( {' '} here. - - Who? + + About me @@ -24,19 +23,38 @@ const Home = () => ( My real name is Vladislav Safonov, I am a software developer. In 2023, I finished my bachelor's degree at{' '} - Innopolis University. + + Innopolis University + + . - - So? - - Originally this site is meant to hold my{' '} - - CV - {' '} - written in React. + By the way, I made my thesis publicly available at{' '} + + ResearchGate + + . - Probably, I will add more stuff here later, we'll see. + + Links + + + + + telegram + + + + + telegram channel (ru) + + + + + github profile + + + );