-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
executable file
·21 lines (19 loc) · 823 Bytes
/
index.html
File metadata and controls
executable file
·21 lines (19 loc) · 823 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
<!DOCTYPE html>
<html>
<head>
<title>Page Title</title>
</head>
<body>
<h1>Projects</h1>
<ul>
<li><a href="https://eparker71.github.io/memory/">Memory Game</a></li>
<li><a href="https://eparker71.github.io/jira-bookmarklets/">Jira Bookmarklets</a></li>
<li><a href="https://eparker71.github.io/ride/">MBTA Ride</a></li>
<li><a href="https://eparker71.github.io/crypto/">Crypto Asset Report</a></li>
<li><a href="https://eparker71.github.io/pmp-process-matching-game/">PMP Process Mapping Game</a></li>
<li><a href="https://eparker71.github.io/portfolio_rebalancer/">Portfolio Rebalancer</a></li>
<li><a href="https://eparker71.github.io/theRiddler/">The Riddler</a></li>
<li><a href="https://eparker71.github.io/scrum-game/agile_scrum_game.html">Scrum Game</a></li>
</ul>
</body>
</html>