-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathsurvey.html
More file actions
39 lines (34 loc) · 1.14 KB
/
Copy pathsurvey.html
File metadata and controls
39 lines (34 loc) · 1.14 KB
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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<title>Hegemony and Meritocracy Survey</title>
<meta name="description" content="Hegemony and Meritocracy Survey">
<link rel="icon" href="survey.jpeg">
<meta name="author" content="Markus Priede">
<meta name="viewport" content="width=device-width,initial-scale=1">
<link rel="stylesheet" type="text/css" href="indexstyle.css">
</head>
<body>
<header>
<div class="navlinks">
<ul>
<li ><a href="index.html">About</a></li>
<li><a href="surveyhome.html">Take The Survey</a></li>
<li><a href="results.html">Results</a></li>
<li><a href="analysis.html">Analysis</a></li>
</ul>
</div>
</header>
<div>
<center><iframe src="https://forms.gle/B3nBaPGJLA4xFACK7" align="center" width="1000px" height="500px" frameborder="0" marginheight="0" marginwidth="0" style="margin-top:150px; margin-bottom:50px" ></iframe></center>
</div>
<footer>
<div id = "foot" style="line-height: 2.0;">
<br>Survey created by Akarsh, Anwita, Irasema, and Markus
<br>LIS 500
<br>University of Wisconsin-Madison
</div>
</footer>
</body>
</html>