Skip to content

Commit

Permalink
fixed hrefs again
Browse files Browse the repository at this point in the history
  • Loading branch information
ZachLTech committed Feb 16, 2024
1 parent 79c8806 commit 1260900
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@
<ul id="item">

<li class="instagram">
<a href="webdevcourse/examples/ZachsMediaReviews/index.html">
<a href="/webdevcourse/examples/ZachsMediaReviews/index.html">
<span>
<h3>HTML</h3>
<p>Example HTML Media Reviews</p>
Expand All @@ -69,7 +69,7 @@ <h3>HTML</h3>
</li>

<li class="youtube">
<a href="webdevcourse/examples/MichaelScottSandwiches/index.html">
<a href="/webdevcourse/examples/MichaelScottSandwiches/index.html">
<span>
<h3>CSS</h3>
<p>Example HTML, CSS Restaurant Menu</p>
Expand All @@ -79,7 +79,7 @@ <h3>CSS</h3>
</li>

<li class="telegram">
<a href="webdevcourse/examples/ElRestauranteDeElegante/index.html">
<a href="/webdevcourse/examples/ElRestauranteDeElegante/index.html">
<span>
<h3>CSS + Flex</h3>
<p>Example HTML, CSS Restaurant Menu (with Flex)</p>
Expand All @@ -89,7 +89,7 @@ <h3>CSS + Flex</h3>
</li>

<li class="github">
<a href="webdevcourse/examples/DonkeyResume/index.html">
<a href="/webdevcourse/examples/DonkeyResume/index.html">
<span>
<h3>JavaScript</h3>
<p>Example Résumé including HTML, CSS, and JS</p>
Expand Down

0 comments on commit 1260900

Please sign in to comment.