-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
61 lines (54 loc) · 3 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
<!DOCTYPE html>
<html>
<head>
<title>CSCE 190; Kayly Tran</title>
<link rel="stylesheet" href="styles.css">
</head>
<body>
<h1>Kayly Tran's CSCE 190 Site</h1>
<div class="assignments">
<!-- Problem Statement Assignment-->
<section class="assignment">
<a href="files/problem-statement.pdf"><h2>Problem Statement: Getting Lost on Campus</h2></a>
<a href="files/problem-statement.pdf"><img src="images/problem-statement.png"></a>
<p>College students struggle with locating classes and how much time it takes to get from building to building.</p>
</section>
<!-- Affinity Diagram Assignment-->
<section class="assignment">
<a href="files/AffinityDiagram.pdf"><h2>Affinity Diagram: GPS APP</h2></a>
<a href="files/AffinityDiagram.pdf"><img src="images/AffinityDiagram1.png"></a>
<p>My group and I together to brainstorm what functions the app should have, functions that it could have, and problems we can run into.</p>
</section>
<!-- Personna Assignment-->
<section class="assignment">
<a href="files/combinepdf.pdf"><h2>Persona: Combined</h2></a>
<a href="files/combinepdf.pdf"><img src="images/combinepdf-3.png"></a>
<p>Different types of persona to use the GPS app</p>
</section>
<!-- Storyboard Assignment-->
<section class="assignment">
<a href="files/CombinedStoryBoard.pdf"><h2>Storyboards: Combined</h2></a>
<a href="files/CombinedStoryBoard.pdf"><img src="images/CombinedStoryBoard-01.png"></a>
<p>Each team member created a scenerio for their persona using the GPS app.</p>
</section>
<!-- Sketch Assignment-->
<section class="assignment">
<a href="files/sketch.pdf"><h2>Sketches: Combined</h2></a>
<a href="files/sketch.pdf"><img src="images/sketch.png"></a>
<p>Each team member sketched different rough ideas of what the GPS app may look like.</p>
</section>
<!-- Paper Protyping Assignment-->
<section class="assignment">
<a href="https://www.youtube.com/watch?v=bzIH4QjuRc0"><h2>Paper Prototype</h2></a>
<a href="https://www.youtube.com/watch?v=bzIH4QjuRc0"><img src="images/paperPrototype.png"></a>
<p>A paper walkthrough of every page of the application.</p>
</section>
<!-- Low-fi Prototype Assignment-->
<section class="assignment">
<a href="files/HiFi Prototype-html/src/index.html"><h2>Paper Prototype</h2></a>
<a href="files/HiFi Prototype-html/src/index.html"><img src="images/HiFi_Prototype.png"></a>
<p>A scenerio and tasks and the outcome of usability tests.</p>
</section>
<div>
</body>
</html>