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