-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
57 lines (57 loc) · 2.42 KB
/
index.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
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<link href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.6/css/bootstrap.min.css" rel="stylesheet">
<title>Patrick Stetz</title>
<link rel="stylesheet" type="text/css" href="css/main.css">
</head>
<body>
<div class="container" style="width:100%; padding: 0">
<div class="jumbotron" style="padding: 0">
<nav>
<div class="row my-nav">
<div class="col-xs-10 col-xs-offset-1">
<div class='my-nav-items selected-nav'><a href="index.html">Home</a></div>
<div class='my-nav-items'><a href="projects.html">Projects</a></div>
<div class='my-nav-items'><a href="publications.html">Publications</a></div>
<div class='my-nav-items'><a href="extra.html">Extra</a></div>
</div>
</div>
</nav>
<div class="row">
<div class="col-xs-10 col-xs-offset-1">
<h1>Welcome!</h1>
</div>
</div>
</div>
<div class="row">
<div class="col-xs-7 col-xs-offset-1">
<div class="row">
<p>My name is Patrick Stetz. I grew up in San José, California and studied Physics at UC Berkeley. Some of my interests are physics (still), novels, and music.</p>
<p>Currently I work as a data engineer on LinkedIn's careers data science team. Previously, I programmed for a Neuroscience lab at Stanford which studies depression through fMRI.</p>
</div>
<div class="row" style="padding-top:50px;">
<div class="logo" style="width:100px;">
<a href="https://github.com/pstetz"><img src="img/octocat.png" style="height:70px;"></a>
</div>
<div class="logo" style="width:120px;">
<a href="https://www.linkedin.com/in/patrick-stetz-358197143/"><img src="img/linkedin.png" style="height:70px;"></a>
</div>
<div class="logo" style="width:220px;">
<a href="https://www.kaggle.com/pstetz"><img src="img/kaggle.png" style="height:70px;"></a>
</div>
<div class="logo" style="width:100px;">
<a href="https://rateyourmusic.com/~pstetz"><img src="img/rate_your_music.png" style="height:70px;"></a>
</div>
</div>
</div>
<div class="col-xs-2">
<div class="row">
<img src="img/me.JPG" style="width:100%; padding-left:30px; max-width: 300px">
</div>
</div>
</div>
</div>
</body>
</html>