-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpersonal.html
93 lines (82 loc) · 3.17 KB
/
personal.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
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
<!DOCTYPE html>
<html>
<head>
<meta http-equiv="Cache-Control" content="no-cache, no-store, must-revalidate"/>
<meta http-equiv="Pragma" content="no-cache"/>
<meta http-equiv="Expires" content="0"/>
<link rel="stylesheet" type="text/css" href="http://fonts.googleapis.com/css?family=Questrial">
<link href="http://s3.amazonaws.com/codecademy-content/courses/ltp/css/shift.css" rel="stylesheet">
<link rel="stylesheet" href="bootstrap.css">
<link rel="stylesheet" href="nav-bar.css">
<link rel="stylesheet" href="re-te-pe.css">
<title>Adam Check - Personal</title>
</head>
<body>
<div class="nav">
<div class="container">
<ul>
<li><a href="index.html">Home</a></li>
<li><a href="research.html">Research</a></li>
<li><a href="teaching.html">Teaching</a></li>
<li><a target="_blank" href="Check_CV.pdf">CV</a></li>
<!--<li><a href="personal.html">Personal</a></li>-->
<!-- <li><a href="http://asymmetriceconomist.wordpress.com" target="_blank">Blog</a></li> -->
</ul>
</div>
</div>
<div class ="name">
<div class="container">
<div class="row">
<div class="col-md-4">
<h1>Adam Check</h1>
<p>University of Oregon</p>
</div>
</div>
</div>
</div>
</div>
<div class ="personal">
<div class="container">
<div class="row">
<div class="col-md-12">
<h3> About Me</h3>
<p> I'm a fifth year graduate student in the Economics Department at the University of Oregon in Eugene, OR. I'm orignially from the suburbs of Philadelphia, PA, and I attended Temple University in Philadelphia during my undergrad years. </p>
<p> When I'm not researching or teaching, you can usually still find me in front of a screen: watching sports, playing with sports statistics, or trying to forecast the results in my fantasy baseball and football leagues. When I'm not in front of a screen, you can probably find me cycling, skiing, hiking, taking pictures, or (recently) cooking.</p>
<p>
</p>
</div>
</div>
</div>
</div>
<div class ="personal">
<div class="container">
<div class="row">
<div class="col-md-3">
<div class="thumbnail">
<img src="hiking2.jpg"/>
</div>
</div>
<div class="col-md-6">
<div class="thumbnail">
<img src="standing.jpg"/>
</div>
</div>
<div class="col-md-3">
<div class="thumbnail">
<img src="hiking1.jpg"/>
</div>
</div>
</div>
</div>
</div>
</div>
</body>
<script>
(function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){
(i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o),
m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m)
})(window,document,'script','//www.google-analytics.com/analytics.js','ga');
ga('create', 'UA-54745637-1', 'auto');
ga('send', 'pageview');
</script>
</html>