-
Notifications
You must be signed in to change notification settings - Fork 0
/
surveyhome.html
50 lines (43 loc) · 1.77 KB
/
surveyhome.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
<!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">
<link rel="stylesheet" type="text/css" href="begin.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 class="home-content">
<section class="home-content-blurb">
<h2 class="home-content-blurb-title">Take the Survey</h2>
<article>
<p>The purpose of this survey is to measure bias regarding hegemony, meritocracy, and gender roles in the technology sector. This test consists of 18 questions, which should take around 5 minutes to complete, however please go at your own pace.</p>
<p>All responses are anonymous, and results can be viewed either by clicking "View Responses" at the end of the survey to view them in a graph format, or by clicking the <a href="results.html">results</a> page to view them in a spreadsheet format. <p>Click "Begin" to start the survey!</p></p>
<button id="begin">
<a href="survey.html">Begin</a></button>
</article>
</section>
</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>