Skip to content

Commit

Permalink
style(root): change content
Browse files Browse the repository at this point in the history
  • Loading branch information
hendraaagil committed May 25, 2022
1 parent 77fbf95 commit e2b1776
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 9 deletions.
5 changes: 2 additions & 3 deletions src/components/about/Description.js
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,8 @@ import CustomLink from './CustomLink';
const Description = () => (
<Box py={4} lineHeight="tall">
<Text py={2}>
Hello, my name is <b>Hendra Agil Syaputra</b>. Usually called{' '}
<b>Hendra</b> / <b>Agil</b>. I&apos;m currently {getAge()} years old. Born
and live in{' '}
Hello, my name is <b>Hendra Agil</b>. Usually called <b>Hendra</b> /{' '}
<b>Agil</b>. I&apos;m currently {getAge()} years old. Born and live in{' '}
<CustomLink link="https://karanganyarkab.go.id">
Karanganyar, Central Java, Indonesia
</CustomLink>
Expand Down
10 changes: 4 additions & 6 deletions src/pages/index.js
Original file line number Diff line number Diff line change
@@ -1,15 +1,13 @@
import { Heading, Text } from '@chakra-ui/react';
import { Divider, Heading, Text } from '@chakra-ui/react';

import getAge from '@/lib/age';
import PageContainer from '@/components/PageContainer';

const Home = () => (
<PageContainer pb="72px" textAlign="center">
<Heading as="h1" mb={4}>
Hi! I&apos;m Hendra Agil 👋
</Heading>
<Heading as="h1">Hi! I&apos;m Hendra Agil 👋</Heading>
<Divider mx="auto" my={4} maxW={64} />
<Text fontSize="2xl" fontWeight="600">
Software Developer. {getAge()} years old.
Software Developer
</Text>
</PageContainer>
);
Expand Down

1 comment on commit e2b1776

@vercel
Copy link

@vercel vercel bot commented on e2b1776 May 25, 2022

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.