Skip to content

Added email input field in contact form for better user experience #9

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 1 commit
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
8 changes: 4 additions & 4 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -18,21 +18,21 @@
<meta charset="utf-8">
<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, then you may email me. - programmergaurav">
Copy link
Owner

Choose a reason for hiding this comment

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

I think email me maybe is better

<meta name="keywords" content="PortFolio, programmegaurav, Programmer Gaurav, Gaurav Gupta, Web Developer">
<!-- Twitter Card -->
<meta name="twitter:card" content="summary">
<meta name="twitter:site" content="@ProgrammerGRG" />
<meta name="twitter:creator" content="@ProgrammerGRG" />
<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 am a Gaurav, I am a Full Stack Developer, If you need a Website, then you may 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 am a Gaurav, I am a Full Stack Developer, If you need a Website, then you may email me." />
<meta property="og:type" content="image.jpg" />
<meta property="og:url" content="https://programmegaurav.me" />
<meta property="og:image" content="https://programmergaurav.me/img/icon.jpg" />
Expand Down Expand Up @@ -512,4 +512,4 @@ <h3 class="text-light">
<script src="js/script.js"></script>
</body>

</html>
</html>