-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
75 lines (68 loc) · 3.55 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
<!DOCTYPE html>
<html>
<head>
<title>CSCE 190: Anna Phan</title>
<link rel="stylesheet" href="style.css">
</head>
<body>
<h1>Anna Phan's CSCE 190 Site</h1>
<div class="assignments">
<!--Problem Statement Assignment-->
<section class="assignment">
<a href="files/problem-statement .pdf"><h2>Problem Statement: Freshy Buddy</h2></a>
<a href="files/problem-statement .pdf"><img src="images/problem-statement.png"></a>
<p>
Freshman, transfer, or international college students new to campus often find themselves alone at the gym, the library, and dining halls. Making friends with matching schedules at a big school is hard! Our users would like to find people whose schedules match their own, and who have similar interests. They would appreciate having a buddy with similar plans -- whether it’s a workout plan, study plan, or meal plan!
</p>
</section>
<!--Affinity Diagram Assignment-->
<section class="assignment">
<a href="files/affinity-diagram.pdf"><h2>Affinity Diagram: Freshy Buddy</h2></a>
<a href="files/affinity-diagram.pdf"><img src="images/affinity-diagram.png"></a>
<p>
My group and I brainstromed about the buddy system and thought of ways we could apply to our future app.
</p>
</section>
<!--Persona Assignment-->
<section class="assignment">
<a href="files/persona.pdf"><h2>Persona: 5 personas for Freshy Buddy</h2></a>
<a href="files/persona.pdf"><img src="images/persona.png"></a>
<p>
Five personas of various students that could be typical users of out buddy app.
</p>
</section>
<!--Storyboard Assignment-->
<section class="assignment">
<a href="files/storyboard.pdf"><h2>Storyboard: 5 storyboard for Freshy Buddy</h2></a>
<a href="files/storyboard.pdf"><img src="images/storyboard.png"></a>
<p>
Comic strips illustrating the potential users experience using Freshy Buddy.
</p>
</section>
<!--Sketches Assignment-->
<section class="assignment">
<a href="files/sketches.pdf"><h2>Sketches</h2></a>
<a href="files/sketches.pdf"><img src="images/sketches.png"></a>
<p>
Rough ideas of how the applicaiton ay look.
</p>
</section>
<!--Paper Prototype Assignment-->
<section class="assignment">
<a href="https://youtu.be/pyJ80q0YgVs"><h2>Paper Prototype</h2></a>
<a href="https://youtu.be/pyJ80q0YgVs"><img src="images/paper-prototype.png"></a>
<p>
A video walking a potential user through a paper prototype of our buddy app.
</p>
</section>
<!--High-fi Prototype Assignment-->
<section class="assignment">
<a href="files/high-fi-prototype/src/index.html"><h2>High-fi Prototype: Freshy Buddy</h2></a>
<a href="files/high-fi-prototype/src/index.html"><img src="images/high-fi-prototype.png"></a>
<p>
A video walking a potential user through a paper prototype of our buddy app.
</p>
</section>
</div>
</body>
</html>