-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathabout.html
25 lines (21 loc) · 962 Bytes
/
about.html
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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="icon" href="sf_avatar.png" />
<link rel="stylesheet" href="stylesheet.css">
<title>About Me</title>
</head>
<body>
<div class="nav fontSize" >
<a class="nav" href="index.html">Home</a>
</div>
<h1 class="center">About Me</h1>
<p class="fontSize">
I <a href="https://youthandsocialissues.com/people/scott-franz/"> work</a> for the Youth & Social Issues Program within the Survey Research Center at the University of Michigan's Institute for Social Research.
I am interested in the intersection of data science and web development. My goal is to provide a <a href="projects.html">space</a> to explore and explain complex data in a simple understandable way.
</p>
</body>
</html>