added pic to index

This commit is contained in:
HearMeWhisper 2021-09-18 03:12:58 +00:00
parent 1d12214982
commit 625c6a4f23
2 changed files with 2 additions and 0 deletions

View File

@ -65,6 +65,7 @@
<li> <li>
<h1>Chris Edwards</h1> <h1>Chris Edwards</h1>
</li> </li>
<img src="resume/chris.jpg" alt="Chris Edwards">
<li> <li>
<h4>Computer Science Student and Enthusist</h4> <h4>Computer Science Student and Enthusist</h4>
</li> </li>

View File

@ -21,6 +21,7 @@ function closemenu1() {
} }
var sites = [ var sites = [
["/", "Home"], ["/", "Home"],
["/resume/", "Resume"]
["/tictac/", "Tic Tac Touch"], ["/tictac/", "Tic Tac Touch"],
["/bingo/", "Bingo!"], ["/bingo/", "Bingo!"],
["/memory/", "Memory"], ["/memory/", "Memory"],