-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
122 lines (111 loc) · 5.18 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
<DOCTYPE html>
<html>
<head>
<title>CSCE 190: MOSTAFA ALI</title>
<Link rel="stylesheet" href="styles.css">
</head>
<body>
<h1>MOSTAFA ALI's CSCE 190 site</h1>
<div class="assignments"
<!-- Problem Statement Assignment-->
<section class="assignment">
<a href="problemstatement.pdf"><h2>Prob statement: College Hobby Management</h2></a>
<a href="problemstatement.pdf"><img src="CHMNEW.png"><a>
<section class="ass-details">
<p>
Users are exhausted and frazzled because there does not appear to be enough time to utilize or enjoy all the campus resources and/or events offered to them. A solution should provide users with an organized list of the choices, optimal activities on campus.
</p>
</section>
</section>
<!-- Affinity Diagram Assignment-->
<section class="assignment">
<a href="affinity-diagram.pdf"><h2> Affinity Diagram: College Hobby Management User</h2></a>
<a href="affinity-diagram.pdf"><img src="affinitydiagramNEW.png"><a>
<section class="ass-details">
<p>
My group (Mango) worked together to get ideas about college hobby management.
</p>
</section>
</section>
<!-- Personna Assignment-->
<section class="assignment">
<a href="personas.pdf"><h2>Personna: John Kellerman Assignment</h2></a>
<a href="personas.pdf"><img src="personnanew.png"><a>
<section class="ass-details">
<p>
A personna of a College Hobby Management.
</p>
</section>
</section>
<!-- Storyboard Assignment-->
<section class="assignment">
<a href="storyboardfinal.pdf"><h2>Storyboard Assignment: Daniel Rio</h2></a>
<a href="storyboardfinal.pdf"><img src="storyboardnew.png"><a>
<section class="ass-details">
<p>
A comic strip illustrating the need for a custom College Hobby Management.
</p>
</section>
</section>
<!-- Sketches Assignment-->
<section class="assignment">
<a href="allsketches.pdf"><h2>Sketches: College Hobby Management</h2></a>
<a href="allsketches.pdf"><img src="allsketchesnew.png"><a>
<section class="ass-details">
<p>
Multiple sketches of potential app solutions for College Hobby Management.
</p>
</section>
</section>
<!-- Paper Prototype Assignment-->
<section class="assignment">
<a href="https://youtu.be/8eXMXiPBPck"><h2>Paper Prototype: College Hobby Management</h2></a>
<a href="https://youtu.be/8eXMXiPBPck"><img src="prototypenew.png"><a>
<section class="ass-details">
<p>
A functional prototype on paper which we use to ideate.
</p>
</section>
</section>
<!-- Usability Testing Script Assignment-->
<section class="assignment">
<a href="scenarioc.pdf"><h2>Usability Testing: College Hobby Management App</h2></a>
<a href="scenarioc.pdf"><img src="scnariopicture.png"><a>
<section class="ass-details">
<p>
A functional prototype on paper which we use to ideate.
</p>
</section>
</section>
<!-- Low-fi Prototyoe Assignment-->
<section class="assignment">
<a href="/low%20fi%20prototype/index.html"><h2>Low-fi Prototyoe: College Hobby Management App</h2></a>
<a href="/low%20fi%20prototype/index.html"><img src="lowfiprototypess.png"><a>
<section class="ass-details">
<p>
A scenario and tasks and the outcome of usability tests.
</p>
</section>
</section>
<!-- hi-fi Prototyoe Assignment-->
<section class="assignment">
<a href="/hifiprototype/index.html"><h2>Hi-fi Prototyoe: College Hobby Management App</h2></a>
<a href="/hifiprototype/index.html"><img src="highfipross.png"><a>
<section class="ass-details">
<p>
A high fidelity prototype.
</p>
</section>
</section>
<!-- hi-fi Prototyoe Presentation Assignment-->
<section class="assignment">
<a href="https://www.youtube.com/watch?v=bCUK8CyUvI0"><h2>Final Presentation: College Hobby Management App</h2></a>
<a href="https://www.youtube.com/watch?v=bCUK8CyUvI0"><img src="highfipross.png"><a>
<section class="ass-details">
<p>
A final presentation of College Hobby Management.
</p>
</section>
</section>
</body>
</html>