-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
41 lines (37 loc) · 1.44 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Usability Test Index</title>
<!-- Bootstrap and special CSS files for display -->
<link href="./css/bootstrap_ext.css" rel="stylesheet">
<link href="./css/salvis.css" rel="stylesheet">
</head>
<body class="container-fluid">
<header>
<!-- NAV BAR GOES HERE -->
</header>
<main>
<h1>Scenarios for usability</h1>
<div class="row">
<div class="col-md-4 col-sm-4 well-lg">
<ul class="scenarios list-unstyled">
<li><a href="./scenario01a/countdown.html" title="">Scenario 1a</a></li>
<li><a href="./scenario01b/countdown.html" title="">Scenario 1b</a></li>
<li><a href="./scenario01c/countdown.html" title="">Scenario 1c</a></li>
<li><a href="./scenario02a/welcome.html" title="">Scenario 2a</a></li>
<li><a href="./scenario02b/welcome.html" title="">Scenario 2b</a></li>
<li><a href="./scenario02c/welcome.html" title="">Scenario 2c</a></li>
<li><a href="./scenario03a/countdown.html" title="">Scenario 3a</a></li>
<li><a href="./scenario03b/welcome.html" title="">Scenario 3b</a></li>
<li><a href="./scenario04a/countdown.html" title="">Scenario 4a</a></li>
<li><a href="./scenario04b/welcome.html" title="">Scenario 4b</a></li>
</ul></div>
</div>
</main>
<footer>
</footer>
</body>
</html>