Skip to content

A few grammatical fixes #24

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 2 commits into
base: master
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
18 changes: 9 additions & 9 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<meta
name="description"
content="Hi, I am Gaurav, I am a Full Stack Developer, If you need a Website, then email me may be. - programmergaurav"
content="Hi, I am Gaurav, I am a Full Stack Developer, If you need a Website, you can always email me. - programmergaurav"
/>
<meta name="keywords" content="PortFolio, programmegaurav, Programmer Gaurav, Gaurav Gupta, Web Developer" />
<!-- Twitter Card -->
Expand All @@ -28,15 +28,15 @@
<meta name="twitter:title" content="programmergaurav" />
<meta
name="twitter:description"
content="Hi, I am a Gaurav, I am a Full Stack Developer, If you need a Website, then email me may be."
content="Hi, I'm Gaurav, I'm a Full Stack Developer, If you need a Website, you can always email me."
/>
<meta name="twitter:image" content="https://programmergaurav.me/img/icon.jpg" />
<!-- Twitter Card Ends -->
<!-- Open Graph Protocol -->
<meta property="og:title" content="Programmer Gaurav" />
<meta
property="og:description"
content="Hi, I am a Gaurav, I am a Full Stack Developer, If you need a Website, then email me may be."
content="Hi, I'm Gaurav, I'm a Full Stack Developer, If you need a Website, you can always email me."
/>
<meta property="og:type" content="image.jpg" />
<meta property="og:url" content="https://programmegaurav.me" />
Expand Down Expand Up @@ -79,17 +79,17 @@ <h1>Programmer Gaurav</h1>
<div class="row">
<div class="col-12 typing">
<div id="typed-strings">
<h2>Hi, I am Gaurav.</h2>
<h2>I am a Full Stack Developer.</h2>
<h2>Hi, I'm Gaurav.</h2>
<h2>I'm a Full Stack Developer.</h2>
<h2>I Love Coding.</h2>
</div>
<span id="typed"></span>
</div>
<div class="col-12 subtitle">
<p>
If you need a Website, then
If you need a Website, you can always
<a href="mailto:[email protected]">email</a>
me may be.
me.
</p>
</div>
<div class="col-12">
Expand Down Expand Up @@ -324,7 +324,7 @@ <h3>Service One Pavilion</h3>
MYSQL database.
</li>
<li>Integrated Paytm payment gateway on the website.</li>
<li>In short, I created a full-fledged e-commerce website(Swiggy Clone).</li>
<li>In short, I created a full-fledged e-commerce website (Swiggy Clone).</li>
</ul>
</div>
</div>
Expand Down Expand Up @@ -410,7 +410,7 @@ <h3>Let's Chat</h3>
</div>
</div>
<div class="copyright">
<span>Gaurav Gupta &copy;2020</span>
<span>Gaurav Gupta &copy;2021</span>
</div>
</section>
<!-- Footer Ends -->
Expand Down