-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathproduct-design.html
More file actions
467 lines (373 loc) · 25.5 KB
/
product-design.html
File metadata and controls
467 lines (373 loc) · 25.5 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
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
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
<!DOCTYPE html>
<html lang="en">
<head>
<script>
(function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){
(i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o),
m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m)
})(window,document,'script','//www.google-analytics.com/analytics.js','ga');
ga('create', 'UA-68883515-1', 'auto');
ga('send', 'pageview');
</script>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta name="description" content="">
<meta name="author" content="">
<title>SkipQueues - Product Design</title>
<link rel="shortcut icon" type="image/x-icon" href="./img/coffee.ico" />
<!-- Bootstrap Core CSS -->
<link href="css/bootstrap.min.css" rel="stylesheet">
<!-- Custom CSS -->
<link href="css/grayscale.css" rel="stylesheet">
<!-- Custom CSS -->
<link href="css/landing-page.css" rel="stylesheet">
<!-- Custom Fonts -->
<link href="font-awesome/css/font-awesome.min.css" rel="stylesheet" type="text/css">
<link href="http://fonts.googleapis.com/css?family=Lato:300,400,700,300italic,400italic,700italic" rel="stylesheet" type="text/css">
<link href="css/bootstrap-modal-carousel.css" rel="stylesheet" />
<!-- HTML5 Shim and Respond.js IE8 support of HTML5 elements and media queries -->
<!-- WARNING: Respond.js doesn't work if you view the page via file:// -->
<!--[if lt IE 9]>
<script src="https://oss.maxcdn.com/libs/html5shiv/3.7.0/html5shiv.js"></script>
<script src="https://oss.maxcdn.com/libs/respond.js/1.4.2/respond.min.js"></script>
<![endif]-->
</head>
<body>
<!-- Navigation -->
<nav class="navbar navbar-custom navbar-fixed-top" role="navigation">
<div class="container">
<div class="navbar-header">
<button type="button" class="navbar-toggle" data-toggle="collapse" data-target=".navbar-main-collapse">
<i class="fa fa-bars"></i>
</button>
<a class="navbar-brand page-scroll" href="index.html">
<i class="fa fa-coffee"></i> <span class="light">Skip</span>Queues
</a>
</div>
<!-- Collect the nav links, forms, and other content for toggling -->
<div class="collapse navbar-collapse navbar-right navbar-main-collapse">
<ul class="nav navbar-nav">
<li >
<a href="./index.html" >Home</a>
</li>
<li>
<a href="./service-design.html" >Service design</a>
</li>
<li>
<a style="color: rgb(239,71,58);" href="./product-design.html">Product design</a>
</li>
</ul>
</div>
<!-- /.navbar-collapse -->
</div>
<!-- /.container -->
</nav>
<!-- Header -->
<a name="about"></a>
<div class="intro-header">
<div class="container" id="containerHeader">
<div class="row">
<div class="col-lg-12">
<div class="intro-message">
<h1>Product design</h1>
<h3>Creating the system</h3>
<hr class="intro-divider">
<div class="row">
<a href="#content" class="btn btn-circle page-scroll">
<i class="fa fa-angle-double-down animated"></i>
</a>
</div>
</div>
</div>
</div>
</div>
<!-- /.container -->
</div>
<!-- /.intro-header -->
<!-- Page Content -->
<a name="services"></a>
<div class="content-section-a" id="content">
<div class="container">
<div class="row" >
<div class="col-lg-7 col-sm-6" >
<hr class="section-heading-spacer">
<div class="clearfix"></div>
<h2 class="section-heading" style="color:black;">
<a href="information.html" class="custom-link-left">Information architecture <i class="fa fa-angle-right"></i></a>
</h2>
<p class="lead" style="color:black;">In order to decide the place in which every component makes sense, simple skeletons are incrementally built to structure the information in the application.</p>
<p style="color:grey;"><a href="" data-toggle="modal" data-target="#wireframes-modal">Wireframes</a> | <a href="" data-toggle="modal" data-target="#mockups-modal">Mockups</a>
<!-- Modal Wireframes -->
<div class="modal fade" id="wireframes-modal" tabindex="-1" role="dialog"
aria-labelledby="myModalLabel" aria-hidden="true">
<div class="modal-dialog modal-lg" role="document">
<div class="modal-content">
<div class="modal-header">
<button type="button" class="close" data-dismiss="modal" aria-hidden="true">×</button>
<h4 class="modal-title uc3m-modal" id="myModalLabel">Wireframes</h4>
</div>
<div class="modal-body">
<!-- Carousel Start-->
<div id="myCarousel5" class="carousel slide">
<!-- Carousel items -->
<div class="carousel-inner">
<div class="active item" style="text-align:center;">
<div style="text-align:center; width:100%;">
<img src="img/pop/Wireframe1.jpg" class="responsive" style="width:100%;">
</div>
</div>
<div class="item" style="text-align:center;">
<div style="text-align:center; width:100%;">
<img src="img/pop/Wireframe2.jpg" class="responsive" style="width:100%;">
</div>
</div>
</div>
<!-- Carousel nav -->
<a class="carousel-control left" href="#myCarousel5" data-slide="prev">‹</a>
<a class="carousel-control right" href="#myCarousel5" data-slide="next">›</a>
</div>
<!-- Carousel End -->
</div>
</div>
</div>
</div>
<!-- Modal Mockups -->
<div class="modal fade" id="mockups-modal" tabindex="-1" role="dialog"
aria-labelledby="myModalLabel" aria-hidden="true">
<div class="modal-dialog modal-lg" role="document">
<div class="modal-content">
<div class="modal-header">
<button type="button" class="close" data-dismiss="modal" aria-hidden="true">×</button>
<h4 class="modal-title uc3m-modal" id="myModalLabel">Mockups</h4>
</div>
<div class="modal-body">
<!-- Carousel Start-->
<div id="myCarousel6" class="carousel slide">
<!-- Carousel items -->
<div class="carousel-inner">
<div class="active item" style="text-align:center;">
<div style="text-align:center; width:100%;">
<img src="img/pop/Mockup-page-001.jpg" class="responsive" style="width:90%;">
</div>
</div>
<div class="item" style="text-align:center;">
<div style="text-align:center; width:100%;">
<img src="img/pop/Mockup-page-002.jpg" class="responsive" style="width:90%;">
</div>
</div>
<div class="item" style="text-align:center;">
<div style="text-align:center; width:100%;">
<img src="img/pop/Mockup-page-003.jpg" class="responsive" style="width:90%;">
</div>
</div>
<div class="item" style="text-align:center;">
<div style="text-align:center; width:100%;">
<img src="img/pop/Mockup-page-004.jpg" class="responsive" style="width:90%;">
</div>
</div>
<div class="item" style="text-align:center;">
<div style="text-align:center; width:100%;">
<img src="img/pop/Mockup-page-005.jpg" class="responsive" style="width:90%;">
</div>
</div>
<div class="item" style="text-align:center;">
<div style="text-align:center; width:100%;">
<img src="img/pop/Mockup-page-006.jpg" class="responsive" style="width:90%;">
</div>
</div>
</div>
<!-- Carousel nav -->
<a class="carousel-control left" href="#myCarousel6" data-slide="prev">‹</a>
<a class="carousel-control right" href="#myCarousel6" data-slide="next">›</a>
</div>
<!-- Carousel End -->
</div>
</div>
</div>
</div>
<!-- Modal User feedback -->
<div class="modal fade" id="feedback-modal" tabindex="-1" role="dialog" aria-labelledby="myModalLabel">
<div class="modal-dialog modal-lg" role="document">
<div class="modal-content">
<div class="modal-header">
<button type="button" class="close" data-dismiss="modal" aria-label="Close"><span aria-hidden="true">×</span></button>
<h4 class="modal-title uc3m-modal" id="myModalLabel">User Feedback</h4>
</div>
<div class="modal-body" style="color:black;">
<br>
In order to create a product that not only looks great or makes what we want, but it does something useful for people (something, they would actually use), we requested, collected and gathered feedback from the users.
<br>
<br>
We wanted to get users's feedback since day one, because we think is a good practica and also has been proved by iterative software development techniques as one of the best ways of software development for our usecase.
<br>
<br>
When we had the first ideas, we just told it to different students, to know if that was interesting.
<br>
Later, when whe had the firsts mockups, we asked the people what do they thought about it.
<br>
As soon as interactive prototypes were out of the oven, we did the same thing.
<br>
<br>
In conclusion: We think feedback is one of the most important parts of designing, no matter if it is software, products or any other field.
Being able to collect feedback from users since the early stages of a project, is something not only great to have, but, in our opinion, mandatory to be able to get ahead of the competition.
<br>
</div>
</div>
</div>
</div>
</div>
<div class="col-lg-5 col-sm-6">
<img class="img-responsive" src="img/artsy/mockup.jpg" alt="">
</div>
</div>
</div>
<!-- /.container -->
</div>
<!-- /.content-section-a -->
<div class="content-section-b">
<div class="container">
<div class="row">
<div class="col-lg-7 col-sm-push-5 col-sm-6">
<hr class="section-heading-spacer">
<div class="clearfix"></div>
<h2 class="section-heading">
<a href="visualization.html" class="custom-link-right">Visual design <i class="fa fa-angle-right"></i></a>
</h2>
<p class="lead" >Designing the colors, fonts, images, shapes… requires a low fidelity prototype like mock-ups which define the visual feeling of the app, focusing the design on Android systems and testing it with experts. </p>
<p style="color:grey;"><a href="" data-toggle="modal" data-target="#mockups2-modal">Mock-ups</a></p>
<!-- Modal Mockups -->
<div class="modal fade" id="mockups2-modal" tabindex="-1" role="dialog" aria-labelledby="myModalLabel">
<div class="modal-dialog modal-lg" role="document">
<div class="modal-content">
<div class="modal-header">
<button type="button" class="close" data-dismiss="modal" aria-label="Close"><span aria-hidden="true">×</span></button>
<h4 class="modal-title uc3m-modal" id="myModalLabel">Mockups</h4>
</div>
<div class="modal-body">
<img class="img-responsive" src="img/mock-ups (3).png" alt="">
<img class="img-responsive" src="img/mock-ups (1).png" alt="">
<img class="img-responsive" src="img/mock-ups (2).png" alt="">
</div>
</div>
</div>
</div>
</div>
<div class="col-lg-5 col-sm-pull-7 col-sm-6">
<img class="img-responsive" src="img/mock-up.png" alt="">
</div>
</div>
</div>
<!-- /.container -->
</div>
<!-- /.content-section-b -->
<div class="content-section-a" id="content">
<div class="container">
<div class="row" >
<div class="col-lg-7 col-sm-6" >
<hr class="section-heading-spacer">
<div class="clearfix"></div>
<h2 class="section-heading" style="color:black;">
<a href="interaction.html" class="custom-link-left">Interaction <i class="fa fa-angle-right"></i></a>
</h2>
<p class="lead" style="color:black;">In order to create an interaction design of the system it is required to use high fidelity prototyping. It simulates the final product in order to get valuable feedbacks from its use. </p>
<p style="color:grey;"><a href=""data-toggle="modal" data-target="#question-modal" >Question asking evaluation </a> | <a href=""data-toggle="modal" data-target="#evaluation-modal" >Think aloud evaluation </a> </p>
<!-- Modal question -->
<div class="modal fade" id="question-modal" tabindex="-1" role="dialog" aria-labelledby="myModalLabel">
<div class="modal-dialog modal-lg" role="document">
<div class="modal-content">
<div class="modal-header">
<button type="button" class="close" data-dismiss="modal" aria-label="Close"><span aria-hidden="true">×</span></button>
<h4 class="modal-title uc3m-modal" id="myModalLabel">Question asking evaluation</h4>
</div>
<div class="modal-body">
<div class="embed-container"><iframe src="https://player.vimeo.com/video/140589603?color=ef473a&title=0&byline=0&portrait=0" frameborder="0" webkitAllowFullScreen mozallowfullscreen allowFullScreen></iframe></div>
</div>
</div>
</div>
</div>
<!-- Modal Evaluation -->
<div class="modal fade" id="evaluation-modal" tabindex="-1" role="dialog" aria-labelledby="myModalLabel">
<div class="modal-dialog modal-lg" role="document">
<div class="modal-content">
<div class="modal-header">
<button type="button" class="close" data-dismiss="modal" aria-label="Close"><span aria-hidden="true">×</span></button>
<h4 class="modal-title uc3m-modal" id="myModalLabel">Evaluation</h4>
</div>
<div class="modal-body">
<!-- Carousel Start-->
<div id="myCarousel7" class="carousel slide">
<!-- Carousel items -->
<div class="carousel-inner">
<div class="active item" style="text-align:center;">
<div class="embed-container"><iframe src="https://player.vimeo.com/video/140591194?color=ef473a&title=0&byline=0&portrait=0" frameborder="0" webkitAllowFullScreen mozallowfullscreen allowFullScreen></iframe></div>
</div>
<div class="item" style="text-align:center;">
<div class="embed-container"><iframe src="https://player.vimeo.com/video/140591351?color=ef473a&title=0&byline=0&portrait=0" frameborder="0" webkitAllowFullScreen mozallowfullscreen allowFullScreen></iframe></div>
</div>
<div class="item" style="text-align:center;">
<div class="embed-container"><iframe src="https://player.vimeo.com/video/141989965?color=ef473a&title=0&byline=0&portrait=0" frameborder="0" webkitAllowFullScreen mozallowfullscreen allowFullScreen></iframe></div>
</div>
<div class="item" style="text-align:center;">
<div class="embed-container"><iframe src="https://player.vimeo.com/video/140590126?color=ef473a&title=0&byline=0&portrait=0" frameborder="0" webkitAllowFullScreen mozallowfullscreen allowFullScreen></iframe></div>
</div>
</div>
<!-- Carousel nav -->
<a class="carousel-control left" href="#myCarousel7" data-slide="prev" style="height:80%">‹</a>
<a class="carousel-control right" href="#myCarousel7" data-slide="next" style="height:80%">›</a>
</div>
<!-- Carousel End -->
</div>
</div>
</div>
</div>
</div>
<div class="col-md-5 text-center" >
<img class="img-responsive" src="img/interaction.png" alt="">
</div>
</div>
</div>
<!-- /.container -->
</div>
<!-- /.content-section-a -->
<div class="banner2">
<div class="container" style="text-align:center;">
<div class="row">
<div class="col-lg-12">
<h2 style="font-size:36px; margin-bottom:10px; text-shadow: 2px 2px 50px rgba(0, 0, 0, 1);">Service design</h2>
</div>
</div>
<div class="row">
<div class ="col-lg-12">
<p style="text-shadow: 2px 2px 50px rgba(0, 0, 0, 1); margin-bottom:10px;">Discover how we redefine the food & beverage service at Universidad Carlos III de Madrid (UC3M).</p>
</div>
</div>
<div class="col-lg-12">
<a href="service-design.html" class="btn btn-circle page-scroll" id="buttonLeft">
<i class="fa fa-angle-double-left animated"></i>
</a>
</div>
</div>
<!-- /.container -->
</div>
<!-- /.banner -->
<!-- Footer -->
<footer>
<div class="container text-center">
<p id="footerText">© 2015 SkipQueues</p>
</div>
</footer>
<!-- jQuery -->
<script defer src="js/jquery.js"></script>
<!-- Bootstrap Core JavaScript -->
<script defer src="js/bootstrap.min.js"></script>
<!-- Plugin JavaScript -->
<script defer src="js/jquery.easing.min.js"></script>
<!-- Google Maps API Key - Use your own API key to enable the map feature. More information on the Google Maps API can be found at https://developers.google.com/maps/ -->
<!-- Custom Theme JavaScript -->
<script defer src="js/grayscale.js"></script>
<script defer src="js/bootstrap-modal-carousel.js"></script>
<script defer src="js/carousel-fit.js"></script>
<script defer src="js/demo.min.js"></script>
</body>
</html>