-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
29 lines (28 loc) · 843 Bytes
/
index.html
File metadata and controls
29 lines (28 loc) · 843 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
<html>
<head>
<meta charset="utf-8">
<title>Dan Morris - Projects on GitHub</title>
<link rel="stylesheet" href="styles.css">
<style type="text/css"></style>
</head>
<body>
<a href='./911'>Continue on to the 9/11 Topics Project?</a>
<!-- <div id='header'>
<h1>To come: Projects by Dan!</h1>
</div>
<div id='content'>
<table>
<tr id='project-header-row'>
<td><b>Project Link</b></td>
<td><b>Description</b></td>
</tr>
<tr class='project-row'>
<td><a class='project-link' href='/CrimeStates/'>Crimes by State</a></td>
<td>A D3 visualization of the incidence of various major crimes by state.</td>
</tr>
</table>
</div>
<div id='footer'>
</div> -->
</body>
</html>