Skip to content

Commit

Permalink
Update contact to remove .html
Browse files Browse the repository at this point in the history
  • Loading branch information
Techy-Nature authored Jun 27, 2024
1 parent aa27369 commit 29d5b51
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions Jae-R-Portfolio/contact.html
Original file line number Diff line number Diff line change
Expand Up @@ -83,19 +83,19 @@
</head>
<body>
<ul>
<li><a href="home.html">Home</a></li>
<li><a href="#">Contact</a></li>
<li><a href="aboutme.html">About Me</a></li>
<li><a href="./home">Home</a></li>
<li><a href="./contact">Contact</a></li>
<li><a href="./aboutme">About Me</a></li>
<li class="dropdown">
<a href="javascript:void(0)" class="dropbtn">Projects</a>
<div class="dropdown-content">
<a href="g_design_projects.html">Graphic Designs</a>
<a href="uxdesigns.html">UX Designs</a>
<a href="character_design.html">Character Designs</a>
<a href="./g_design_projects">Graphic Designs</a>
<a href="./uxdesigns">UX Designs</a>
<a href="./character_design">Character Designs</a>
</ul>
<br>
<p><b>Phone number:</b> 603-690-0223</p>
<p><b>Business Email:</b> [email protected]</p>

</body>
</html>
</html>

0 comments on commit 29d5b51

Please sign in to comment.