-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathassignment-11.html
121 lines (112 loc) · 3.7 KB
/
assignment-11.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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8" />
<title>IML 400 Spring 2015 Assignment 11</title>
<style>
body{
background: #222;
color:#ddd;
margin:0;
}
a{
font-weight:bold;
text-decoration:none;
color:crimson;
}
a:link, a:visited, a:active{
font-weight:bold;
text-decoration:none;
color:crimson;
}
a:hover{
color:gold;
}
ul{
margin:5px 0;
}
ol h3, ul h3{
margin:0 0 10px 0;
}
h4{
color:gold;
}
#wrapper{
width: 640px;
margin:40px auto;
margin-bottom:0;
bottom:0;
}
#assignment{
font-size:21px;
}
.due-date{
color:gold;
}
p{
margin:0;
padding:0;
}
strong{
color:gold;
}
</style>
</head>
<body>
<div id="wrapper">
<div id="assignment">
<h2><a href="index.html">IML 400 Spring 2015</a></h2>
<h2>Assignment 11: Final project landing page first pass</h2>
<p>
<h4>Final Project Landing Page</h4>
At this point you have clarity on design and scope and you should have all your tech resources and assets available, so you're ready to start testing the waters and build a prototype for your landing page. This is a list of things you should deliver next week:
<ol>
<li>Landing page <strong>visual design</strong> in place
<ul><li>CSS</li>
<li>Fonts</li>
<li>Icons</li>
<li>etc</li></ul>
</li>
<li>Landing page <strong>final assets</strong> in place
<ul><li>Images</li>
<li>Videos</li>
<li>Sounds</li>
<li>etc</li></ul>
<li>Working first user experience <strong>functionality</strong> (landing page only)</li>
<li><strong>Active links</strong> to placeholder locations and/or other sections</li>
<li><strong>Usability testing</strong>. Test your landing page design finding and using real-life approximations to the personas you developed last week. Invite a classmate, friend or family member to use your website.
<ul>
<li>Did they understand it?</li>
<li>Could they perform the tasks you had prepared for them?</li>
<li>Could they find what they were looking for?</li>
<li>Was it an engaging experience for them?</li>
</ul>
Write down a brief usability report explaining how your tests informed your design.
</li>
</ol>
<h2>Due Date</h2>
<p>
<span class="due-date">Monday, April 20, 9:00am.</span>
</p>
<p>
<h2>Readings</h2>
</p>
<ol>
<li>No more readings :D</li>
</ol>
<p>
<!--
<p>
<h2>Additional Resources</h2>
<ol><h3></h3>
<li><a href=""></a>/li>
</ol>
</p>
-->
<p style="text-align:center; margin:0; padding:0;">
<img src="fall-2012/images/roboteena.png" style="display:block; margin:auto;"/>
</p>
</div>
</div>
</body>
</html>