Skip to content

Commit 9bed12f

Browse files
added intro
1 parent 9dbca47 commit 9bed12f

File tree

2 files changed

+4
-8
lines changed

2 files changed

+4
-8
lines changed

src/components/header.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -116,7 +116,7 @@ const Header = ({ siteTitle }) => (
116116
<Link
117117
to="/">
118118
<Li>
119-
About Us
119+
About
120120
</Li>
121121
</Link>
122122
<Link

src/pages/index.js

+3-7
Original file line numberDiff line numberDiff line change
@@ -48,23 +48,19 @@ const IndexPage = () => (
4848
<Intro>
4949
<Heading1>Hi, I'm Prashant! I'm a student.</Heading1>
5050
<Paragraph>
51-
A Software Engineer. I write code and blog posts.
51+
I love working with Python and JavaScript. I enjoy building web apps and learning the ecosystem around them. I've been developing websites for several years now and learning new skills along the way which help me become a better developer.
5252
</Paragraph>
5353
<Paragraph>
54-
This is my corner of the web where I share things I learn. As a developer I write code in Django and React.
54+
This is my corner of the web where I share things I learn.
5555
</Paragraph>
5656
<Paragraph>
57-
When I'm not coding, you'll find me playing mobile games or watching some web series.
58-
</Paragraph>
59-
<Paragraph>
60-
You can read my <Link to='/blog'>blog</Link>.
57+
Read my <Link to='/blog'>blog</Link> here.
6158
</Paragraph>
6259
</Intro>
6360
<StaticImage
6461
src="../images/prashantpandey9.webp"
6562
alt="Photo of Prashant Pandey"
6663
className=""
67-
// width={250}
6864
style={{
6965
marginBottom: `1.45rem`,
7066
borderRadius: `12px`,

0 commit comments

Comments
 (0)