-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
executable file
·57 lines (44 loc) · 1.97 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">
<title>Cara Wong</title>
<meta name="Author" content="Cara Wong">
<meta name="Keywords" content="cara wong, homepage, website, home, political science, political behavior">
<meta name="description" content="Cara Wong, Illinois, University of Illinois, Professor, Department of Political Science">
<meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1">
<!--css-->
<link rel="stylesheet" href="styles.css">
</head>
<body>
<div class="header">
<div class="img">
<img style="width=152px;height=203px;float:left;padding:10px;" src="Images/vs1516_wong_0.jpg" alt="Cara's Face" width="152" height="203">
</div>
<h1>Cara Wong</h1>
<p>Professor<br>
<a href="http://www.pol.illinois.edu/"> Political Science</a><br>
<a href="http://asianam.illinois.edu/"> Asian American Studies</a><br>
<a href="http://www.illinois.edu"> University of Illinois at Urbana-Champaign</a><br>
<a href="mailto:[email protected]"> ([email protected]</a>,
<a href="WongCV.pdf">CV)</a></p>
</div>
<div id="navbar">
<a class="active" href="index.html"> Home </a>
<a href="published.html"> Publications</a>
<a href="papers.html"> Current Projects </a>
<a href="teaching.html"> Teaching </a>
<a href="datacode.html"> Data/Code </a>
</div>
<footer>
<!-- This site and related pages are licensed under a
<a rel="license" href="http://creativecommons.org/licenses/by-nc-nd/3.0/us/">
Creative Commons Attribution-Noncommercial-No Derivative Works 3.0 United States License</a> unless otherwise noted.
<p><a rel="license" href="http://creativecommons.org/licenses/by-nc-nd/3.0/us/">
<img alt="Creative Commons License" style="width:600px;height:100px;border-width:0" src="http://creativecommons.org/images/public/somerights20.png">
</a> -->
</footer>
</div>
<script src='js/navbar.js' type="text/javascript"> </script>
</body>
</html>