Skip to content
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

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

Open
wants to merge 2 commits into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
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
11 changes: 8 additions & 3 deletions contact.html
Original file line number Diff line number Diff line change
Expand Up @@ -59,8 +59,13 @@ <h1 class="">ProgrammerGaurav</h1>
<input type="text" class="form-control" id="name" name="name" required>
</div>
<div class="form-group">
<label for="Messege">Messege</label>
<textarea type="email" class="form-control" id="messege" name="messege"
<label for="Email">Email</label>
Copy link
Owner

Choose a reason for hiding this comment

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

I redirected the user to my WhatsApp profile so no need to take email, I am not using any backend in this portfolio,

<input type="email" class="form-control" id="Email" name="Email"
required></input>
</div>
<div class="form-group">
<label for="Messege">Your Message</label>
<textarea type="text" class="form-control" id="messege" name="messege"
required></textarea>
</div>
<button type="submit" class="btn">Submit</button>
Expand All @@ -83,4 +88,4 @@ <h1 class="">ProgrammerGaurav</h1>
<script src="js/script.js"></script>
</body>

</html>
</html>
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>