Skip to content

Fix: Corrected grammar and typos in website content #1974

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
16 changes: 8 additions & 8 deletions components/UI/Hero.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -20,10 +20,10 @@ const Hero = () => {
<h2 className="mt-3 mb-3">I&apos;m Piyush Garg</h2>
<h5 className="mb-4">Fullstack Developer & Instructor</h5>
<p id="about-me">
Hi there! My name is Piyush Garg and I&rsquo;m a software
engineer with over 5 years of experience in the industry. I love
all things tech and coding, and on my channel, I share my
knowledge and experience with others.
Meet Piyush Garg, a content creator, educator, and entrepreneur renowned for his expertise
in the tech industry. He has successfully launched numerous technical courses across various
platforms. Piyush is also the founder of Teachyst, a white-labeled Learning Management System (LMS)
designed to help educators monetize their content globally.
</p>
</div>
<div className="mt-5 flex place-content-center md:block">
Expand Down Expand Up @@ -83,10 +83,10 @@ const Hero = () => {
</h2>
<h5 className="mb-4">Fullstack Developer & Instructor</h5>
<p id="about-me" className="text-center">
Hi there! My name is Piyush Garg and I&rsquo;m a software
engineer with over 5 years of experience in the industry. I
love all things tech and coding, and on my channel, I share my
knowledge and experience with others.
Meet Piyush Garg, a content creator, educator, and entrepreneur renowned for his expertise
in the tech industry. He has successfully launched numerous technical courses across various
platforms. Piyush is also the founder of Teachyst, a white-labeled Learning Management System (LMS)
designed to help educators monetize their content globally.
</p>
</div>
</div>
Expand Down
Loading