-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
245 lines (166 loc) · 5.49 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
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
<!DOCTYPE html>
<html lang="en" manifest="assets/offline.appcache">
<head>
<!-- Title -->
<title>Usability Planner</title>
<!-- CSS -->
<link media="all" rel="stylesheet" type="text/css" href="assets/css/styles.css" />
<!-- Meta -->
<meta charset="utf-8" />
<meta name="author" content="Xavier Ferre, Nigel Bevan, Alberto Blazquez" />
<meta name="description" content="Usability Planner, a tool for helping developers and designers" />
<meta name="generator" content="Espresso 2" />
<meta name="viewport" content="initial-scale=1.0, maximum-scale=1.0, user-scalable=0">
<meta name="apple-mobile-web-app-capable" content="yes">
<meta name="apple-mobile-web-app-status-bar-style" content="black">
<link rel="apple-touch-icon-precomposed" sizes="72x72" href="assets/images/ipad-icon.png">
<link rel="apple-touch-icon-precomposed" sizes="114x114" href="assets/images/ipad-icon@2x.png">
<link rel="shortcut icon" href="assets/images/favicon.ico">
<link rel="icon" href="assets/images/favicon.ico">
</head>
<body>
<style>
.box {
width: 29%;
}
.box .button {
cursor: auto;
}
.box-title {
font-size: 1.15em;
font-weight: bold;
padding-top: 15px;
height: 40px;
}
.box-description {
font-family: Calibri, Helvetica, sans-serif;
margin: 0 auto;
padding-top: 10px;
text-align: justify;
width: 85%;
}
.home-screenshots {
padding-bottom: 1em;
}
.screenshot {
width: 95%;
}
.home-info {
padding-top: 0.1em;
}
.home-screenshots {
padding-top: 1em;
}
.home-logo {
padding: 15px;
}
.reason {
padding-top: 25px;
}
.reason.first {
padding-top: 0;
}
.auto {
margin: auto;
}
.home-links {
padding-top: 9px;
}
.home-buttons {
margin-top: 2em;
margin-bottom: 3em;
width: 70%;
}
.width75 {
width: 75%;
}
.home-buttons .button:hover {
background: url('assets/images/buttom-hover-usabilityplanner.png') no-repeat right center
}
.home-buttons .button:active {
background: url('assets/images/nav-button.png') no-repeat right center
}
/*
.home-button .button:hover {
background: url('assets/images/nav-button.png') no-repeat right center
}
.home-button .button:active {
background: url('assets/images/nav-button-selected.gif') no-repeat right center
}
*/
.progress-arrow {
background: url('assets/images/progress-icon-usabilityplanner.png') no-repeat center center;
height: 49px;
width: 49px;
}
.button.selected {
background: url('assets/images/nav-button-selected.gif') no-repeat right center;
}
</style>
<div class="wrapper">
<header class="header">
<figure class="left">
<a href=".">
<h1>
<img src="assets/images/logo.gif" alt="Usability Planner"/>
</h1>
</a>
</figure>
<div class="clear"></div>
</header>
<div class="home-content">
<section class="home-info">
<h2 class="main headline">What is Usability Planner?</h2>
<p class="reason first">Usability Planner gathers information about how to plan which methods to use to support User Centred Design, and optionally prioritize the project stages where usability will provide most benefit</p>
<p class="reason">The tool has a comprehensive list of all the potential purposes for using UCD methods during systems development and possible constraints applicable, based on <a target="_blank" href="http://www.iso.org/iso/iso_catalogue/catalogue_tc/catalogue_detail.html?csnumber=38596">ISO PAS 18152</a></p>
</section>
<section class="home-screenshots">
<h2 class="main headline">How does the tool work?</h2>
<div class="auto">
<article class="left box">
<div class="box-title headline center auto">Activities / Stages</div>
<p class="box-description">1. Choose the activities or stages where you want to consider User Centred Design methods. Optionally prioritize the project stages where usability will provide most benefit</p>
</article>
<div class="left progress-arrow"></div>
<article class="left box">
<div class="box-title headline center auto">Methods</div>
<p class="box-description">2. Specify the applicable constraints (low resources, fast results, general or specific user profiles...)</p>
</article>
<div class="left progress-arrow"></div>
<article class="left box">
<div class="box-title headline center auto">Your Plan</div>
<p class="box-description">3. Personalize the suggested list of methods in order to obtain your usability plan</p>
</article>
<div class="clear"></div>
</div>
</section>
<section class="home-buttons auto center">
<hr />
<h1 class="main headline">You can choose between two versions</h1>
<div class="width75 auto">
<div class="home-button left">
<a href="./activities/" class="button selected nav-link">Activities version</a>
</div>
<div class="home-button right">
<a href="./stages/" class="button selected nav-link">Stages version</a>
</div>
<div class="clear"></div>
</div>
</section>
</div>
<footer id="footer">
<nav>
<ul class="home-links right">
<li class="link"><a class="normal-font" href="#">About</a></li>
<li class="link"><a class="normal-font" href="#">Feedback</a></li>
</ul>
</nav>
<div class="copyright auto" style="font-size: 16px;">
<p>Usability Planner by <a href="http://www.nigelbevan.com">Nigel Bevan</a>, <a href="http://is.ls.fi.upm.es/xavier/index_e.html">Xavier Ferre</a></p>
</div>
</footer>
</div>
<!-- JavaScript -->
<script type="text/javascript" src="assets/js/lib/html5shiv.js"></script>
</body>
</html>