forked from icl/187A_final
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathbunad.html
96 lines (69 loc) · 3.54 KB
/
bunad.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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<title>Bunad</title>
<meta name="description" content="something good should go here">
<meta name="author" content="your name should go here">
<!-- Le HTML5 shim, for IE6-8 support of HTML elements -->
<!--[if lt IE 9]>
<script src="http://html5shim.googlecode.com/svn/trunk/html5.js"></script>
<![endif]-->
<!-- Base Stylsheets http://twitter.github.com/bootstrap/ -->
<link rel="stylesheet" href="stylesheets/lib/jquery.fancybox.css" >
<!-- Your Stylesheets -->
<link rel="stylesheet" href="stylesheets/main.css" >
<!-- jQuery http://jquery.com/ -->
<script src="javascripts/lib/jquery-1.7.1.min.js"></script>
<!-- Bootstrap Javascripts http://twitter.github.com/bootstrap/javascript.html -->
<script src="javascripts/lib/bootstrap.js"></script>
<!-- Fancybox Lightbox http://fancyapps.com/fancybox/#examples -->
<script src="javascripts/lib/jquery.fancybox.js"></script>
<!-- Your Javascripts -->
<script src="javascripts/main.js"></script>
</head>
<body>
<div class="container">
<div class="header">
<h1>
<a href="bunad.html">Project part 1</a>
</h1>
</div>
<div class="nav">
<a href="bunad.html">Home </a>
<a href="interviews.html">Interviews </a>
<a href="scenarios.html">User scenarios </a>
<a href="websites.html">Similar websites</a>
</div>
<div class="container_front">
<h2> User groups </h2>
<p>We wish to create an E-Zine about the Norwegian folk costume called bunad.
In this part of the assignment we have defined three user groups and interviewed people
that fits into these groups. We have also looked at other websites about the Norwegian folk
costume that are similar to the one that we wish to develop in part 2 of this assignment.</p>
<br>
<b>Expert</b>
<p>Our expert user is someone who knows a lot about the Norwegian national costume; bunad.
The user is likely to own his/her own bunad, but that does not have to be the case.
The expert user can also be a prospective buyer at the end of the process, or simply
someone with a special interest in the Norwegian national costume. We believe that these
users are likely to be interested in detailed information about bunads, or about specific
bunads from specific regions of Norway.</p>
<br>
<b>Moderate</b>
<p>Our moderate users have some knowledge about bunads. They may be owners of the national costume or
someone that are thinking about getting one. The moderate users have some prior knowledge about the
tradition and about bunads in general. We believe that this user group are likely to be interested in
basic information about the bunads and their county of origin. </p>
<br>
<b>Novice</b>
<p>Our novice user knows little or nothing about bunads. They are likely to be foreigners or locals with
minimal knowledge about the bunad and of the history of the Norwegian national costume. We believe that
they are likely to be interested in general information about the tradition and will probably look at
images of the costumes, rather than reading the details.</p>
</div>
</div>
</div>
<!-- end container -->
</body>
</html>