-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
25 lines (24 loc) · 806 Bytes
/
index.html
File metadata and controls
25 lines (24 loc) · 806 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
<head>
<link rel="stylesheet" type="text/css" href="index.css">
<link href='http://fonts.googleapis.com/css?family=Abel' rel='stylesheet' type='text/css'>
<title>Michael Rogove</title>
</head>
<body>
<div id="main">
<div id="box">
<div id="second">
Michael Rogove
</div>
<div id="itemList">
PROJECT:
<a href="http://mrogove.github.io/SeattleBikes" style="color:white" target="_blank">Visualizing Traffic: Seattle Bikes</a>.
<br>
INFO:
<a href="https://selectstar.blog" style="color:white" target="_blank">Blog</a>,
<a href="https://www.linkedin.com/in/michael-rogove-39841666" style="color:white" target="_blank">LinkedIn</a>,
<a href="https://github.com/mrogove" style="color:white" target="_blank">GitHub</a>.
<br>
</div>
</div>
</div>
</body>