Skip to content

Commit

Permalink
Dot
Browse files Browse the repository at this point in the history
Dot
  • Loading branch information
mthao123 committed May 20, 2024
1 parent b0598ee commit ee97f82
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 9 deletions.
6 changes: 3 additions & 3 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -16,9 +16,9 @@
</head>
<body>
<nav>
<a href="/index.html">Home</a>
<a href="/pages/MoreAboutMe.html">More about me</a>
<a href="/pages/MyResume.html">My Resume</a>
<a href="./index.html">Home</a>
<a href="./pages/MoreAboutMe.html">More about me</a>
<a href="./pages/MyResume.html">My Resume</a>
</nav>
<!-- below is the anchor element and is written in "a" -->
<!-- below is the href atribute and is written in "href"-->
Expand Down
6 changes: 3 additions & 3 deletions pages/MoreAboutMe.html
Original file line number Diff line number Diff line change
Expand Up @@ -13,9 +13,9 @@
</style>
<body class="More">
<nav>
<a href="/index.html">Home</a>
<a href="/pages/MoreAboutMe.html">More about me</a>
<a href="/pages/MyResume.html">My Resume</a>
<a href="./index.html">Home</a>
<a href="./pages/MoreAboutMe.html">More about me</a>
<a href="./pages/MyResume.html">My Resume</a>
</nav>
<center>
<h1>I see you want to know more about me?</h1>
Expand Down
6 changes: 3 additions & 3 deletions pages/MyResume.html
Original file line number Diff line number Diff line change
Expand Up @@ -13,9 +13,9 @@
</style>
<body>
<nav>
<a href="/index.html">Home</a>
<a href="/pages/MoreAboutMe.html">More about me</a>
<a href="/pages/MyResume.html">My Resume</a>
<a href="./index.html">Home</a>
<a href="./pages/MoreAboutMe.html">More about me</a>
<a href="./pages/MyResume.html">My Resume</a>
</nav>
</body>
<a
Expand Down

0 comments on commit ee97f82

Please sign in to comment.