forked from cmu-vision/cmu-vision.github.io
-
Notifications
You must be signed in to change notification settings - Fork 0
/
people_base.html
62 lines (49 loc) · 2.27 KB
/
people_base.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
<!DOCTYPE html>
<html>
<head>
<meta charset="UTF-8">
<meta name="description" content="Listing of current members of the Carnegie Mellon Vision Lab.">
<title>Computer Vision @ CMU</title>
<link href='http://fonts.googleapis.com/css?family=EB+Garamond' rel='stylesheet' type='text/css'>
<link href='http://fonts.googleapis.com/css?family=Roboto+Condensed:700' rel='stylesheet' type='text/css'>
<link href='http://fonts.googleapis.com/css?family=Source+Sans+Pro:300,400,300italic,400italic' rel='stylesheet'
type='text/css'>
<link rel="icon" type="image/x-icon" href="./assets/ri-favicon.ico">
<link rel="stylesheet" href="./style.css">
</head>
<body class="page page-id-11 page-child parent-pageid-24 page-template-default">
<div id="wrapper">
<div id="header">
<div id="logo"><a href="./index.html"><img alt="Computer Vision @ Carnegie Mellon" src="./assets/logo.svg"></a>
</div>
<div id="navBar">
<a href="./index.html">People</a>
<a href="./research.html">Research</a>
<a href="./courses.html">Courses</a>
</div>
</div>
<div id="main" role="main">
<div class="contentItem" id="peoplePage">
<div class="pageContent">
<h2 class="peopleCategoryTitle">Faculty </h2>
<!-- autogen faculty -->
<h2 class="peopleCategoryTitle">Postdocs / Visitors</h2>
<!-- autogen postdocs -->
<h2 class="peopleCategoryTitle">Graduate Students</h2>
<!-- autogen students -->
</div>
</div>
</div>
<div id="footWrapper">
<div id="footer">
<span id="footerLogo"><a href="http://www.cmu.edu/index.shtml"><img src="./assets/cmu.svg"
alt="Carnegie Mellon University"></a></span>
<span id="footerAddress"><a
href="https://www.google.com/maps/place/Carnegie+Mellon+University/@40.442492,-79.942553,17z/data=!3m1!4b1!4m2!3m1!1s0x8834f21f58679a9f:0x88716b461fc4daf4">5000
Forbes Ave Pittsburgh, PA 15213</a></span>
</div>
</div>
</div>
</script>
</body>
</html>