Skip to content

Commit

Permalink
Update index.html
Browse files Browse the repository at this point in the history
updated index and added ICTS logo, need to see if it is ok to use it
  • Loading branch information
DPEIW committed May 25, 2024
1 parent d563ed6 commit f5e3be0
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 2 deletions.
Binary file added images/ICTS_logo.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
15 changes: 13 additions & 2 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -27,12 +27,18 @@
color: #fafafa;
background-color: #b31d0f;
}

.moveimage
{
position: relative;
right: 180px;
}
</style>
</head>
<body>
<div class="container">
<header>
<img src="images/ICTS_logo.png" alt="ICTS_logo" align = "top" class="moveimage">
<!-- see if the ICTS logo is allowed-->
<h1>ICTS Job Shadow Index</h1>
<nav>
<a href="Week_1/Week1.html".html” onclick=“window.open(Week1.html’, ‘_self’);”>
Expand All @@ -44,11 +50,16 @@ <h1>ICTS Job Shadow Index</h1>
<a href="Week_3/Week3.html".html” onclick=“window.open(Week3.html’, ‘_self’);”>
<button> Week 3 </button>
</a>
<a href="Week_4/Week4.html".html” onclick=“window.open(Week4.html’, ‘_self’);”>
<button> Week 4 </button>
<!-- Week 4 not added, update when created-->
</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}
This is a compilation of all the resources created during the Job Shadow program. For the full report, refer to this link
<!-- update when latex report is complete -->
</paragraph>
<footer>
<!-- Add footer content if needed -->
Expand Down

0 comments on commit f5e3be0

Please sign in to comment.