Skip to content

Commit

Permalink
fixed unescaped entities
Browse files Browse the repository at this point in the history
  • Loading branch information
shashiirk committed Mar 25, 2022
1 parent 0eba09e commit fb7e1da
Showing 1 changed file with 14 additions and 14 deletions.
28 changes: 14 additions & 14 deletions components/About.js
Original file line number Diff line number Diff line change
Expand Up @@ -5,26 +5,26 @@ const About = () => {
<div className="w-full tablet:mr-8">
<div className="mb-8 text-5xl tablet:text-6xl font-black">About.</div>
<div className="text-xl leading-relaxed mb-8 tablet:mb-0">
👋 Hi! I'm Shashikanth Reddy, a frontend developer based in India.
Building web applications with appealing design while keeping it's
functionality is what I strive for. I'm into frontend development
from past one year. Since then I've been building projects to
develop my skills. I'm also learning backend development and looking
forward to be a full stack developer.
👋 Hi! I&apos;m Shashikanth Reddy, a frontend developer based in
India. Building web applications with appealing design while keeping
it&apos;s functionality is what I strive for. I&apos;m into frontend
development from past one year. Since then I&apos;ve been building
projects to develop my skills. I&apos;m also learning backend
development and looking forward to be a full stack developer.
</div>
</div>
<div className="w-full text-xl leading-relaxed">
<p className="mb-8">
Currently, I'm pursuing under-graduation in the field of Information
Technology. I'm interested in JavaScript technologies. Some of the
frontend technologies which I worked with and would like to work
with in the future are Next.js, React, Redux, Styled components,
Tailwind CSS, Firebase etc.
Currently, I&apos;m pursuing under-graduation in the field of
Information Technology. I&apos;m interested in JavaScript
technologies. Some of the frontend technologies which I worked with
and would like to work with in the future are Next.js, React, Redux,
Styled components, Tailwind CSS, Firebase etc.
</p>
<p>
I'm actively looking for opportunities where I can utilize my skills
and learn new things at the same time. Do consider me if you have
one.
I&apos;m actively looking for opportunities where I can utilize my
skills and learn new things at the same time. Do consider me if you
have one.
</p>
</div>
</div>
Expand Down

1 comment on commit fb7e1da

@vercel
Copy link

@vercel vercel bot commented on fb7e1da Mar 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.