Skip to content
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
Binary file added .DS_Store
Binary file not shown.
6 changes: 3 additions & 3 deletions contact.html
Original file line number Diff line number Diff line change
Expand Up @@ -59,8 +59,8 @@ <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="Message">Message</label>
<textarea type="email" class="form-control" id="message" name="message"
required></textarea>
</div>
<button type="submit" class="btn">Submit</button>
Expand All @@ -72,7 +72,7 @@ <h1 class="">ProgrammerGaurav</h1>
</section>
<section>
<div class="copyright fixed-bottom">
Gaurav Gupta &copy;2019
Gaurav Gupta &copy;2020
</div>
</section>
<script src="js/jquery.min.js"></script>
Expand Down
2 changes: 1 addition & 1 deletion index.html
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ <h1 class="">Programmer Gaurav</h1>
<a title="SKills Navigation" class="nav-link" href="#skills">Skills</a>
</li>
<li class="nav-item">
<a title="Contact Navigation" class="nav-link" href="/contact.html">Contact</a>
<a title="Contact Navigation" class="nav-link" href="contact.html">Contact</a>
</li>
</ul>
</div>
Expand Down