-
Notifications
You must be signed in to change notification settings - Fork 0
/
teaching.html
47 lines (37 loc) · 1.32 KB
/
teaching.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
<html>
<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, Associate Professor, Department of Political Science">
<meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1">
<link rel="stylesheet" href="styles.css">
</head>
<body>
<div id="navbar">
<a href="index.html"> Home </a>
<a href="published.html"> Publications</a>
<a href="papers.html"> Projects </a>
<a class="active" href="teaching.html"> Teaching </a>
<a href="datacode.html"> Data/Code </a>
</div>
<div class="content">
<h1>Recent Classes</h1>
<ul>
<li>Racial and Ethnic Politics in the United States</li>
<li>Politics of Immigration and Citizenship</li>
<li>Politics of Racial and Ethnic Diversity</li>
<li>Democracy and Identity</li>
<li>Political Identities and Political Behavior</li>
</ul>
<h1>Other Classes</h1>
<ul>
<li>Psychological Perspectives on Politics</li>
<li>Voting Behavior and Elections</li>
<li>Public Opinion</li>
</ul>
</div>
<script src='js/navbar.js' type="text/javascript"> </script>
</body>
</html>