Skip to content

Commit

Permalink
Update index.html
Browse files Browse the repository at this point in the history
  • Loading branch information
DPEIW committed May 25, 2024
1 parent 82a8492 commit d563ed6
Showing 1 changed file with 10 additions and 9 deletions.
19 changes: 10 additions & 9 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -33,22 +33,23 @@
<body>
<div class="container">
<header>
<h1>Index of what I did in ICTS</h1>
<h1>ICTS Job Shadow Index</h1>
<nav>
<!-- You can add navigation links here if needed -->
</nav>
</header>
<nav>
<a href="Week_1/Week1.html".html” onclick=“window.open(Week1.html’, ‘_self’);”>
<button> Week 1 </button>
</a>
<a href="Week_2/Week2.html".html” onclick=“window.open(Week2.html’, ‘_self’);”>
<a href="Week_2/Week2.html".html” onclick=“window.open(Week2.html’, ‘_self’);”>
<button> Week 2 </button>
</a>
<a href="Week_3/Week3.html".html” onclick=“window.open(Week3.html’, ‘_self’);”>
<a href="Week_3/Week3.html".html” onclick=“window.open(Week3.html’, ‘_self’);”>
<button> Week 3 </button>
</a>
</nav>
</a>
</nav>
</header>
<br>
<paragraph>
This is a compilation of all the resources created during the Job Shadow program. For the full report, refer to this link {update}
</paragraph>
<footer>
<!-- Add footer content if needed -->
</footer>
Expand Down

0 comments on commit d563ed6

Please sign in to comment.