-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
132 lines (112 loc) · 4.71 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
123
124
125
126
127
128
129
130
131
132
<!DOCTYPE html>
<html>
<head>
<title>Evans World</title>
<link rel = "stylesheet" href="styles.css">
</head>
<body>
<h1>Evan Scales CSCE 190 Site</h1>
<div class="assignments">
<!--problem statement assignment-->
<section class="assignment">
<a href="Files/PSPDF.pdf"><img src="Images/PSSS.png"></a>
<section class="ass-details">
<a href="Files/PSPDF.pdf"><h2> Problem Statement: Event Check in</h2></a>
<p>
The user is frustrated and needs a faster way to check into conferences with a larger audience. Our solution is aimed to provide the user with a seamless check-in for events.
</p>
</section>
</section>
<!--affinity diagram assignment-->
<section class="assignment">
<a href="Files/Diagram.pdf"><img src="Images/diagram.png"></a>
<section class="ass-details">
<a href="Files/Diagram.pdf"><h2>Affinity Diagram: Event Check in</h2></a>
<p>
My group and I came together to think of everything this is known about checking into events.
</p>
</section>
</section>
<!--personas-->
<section class="assignment">
<a href="Files/Personas.pdf"><img src="Images/NewPersonaImg.png"></a>
<section class="ass-details">
<a href="Files/Personas.pdf"><h2>Personas: 4 Personas for Event Check In</h2></a>
<p>
Personas of typical people going to large events.
</p>
</section>
</section>
<!--comic strip-->
<section class="assignment">
<a href="Files/ComicStrip.pdf"><img src="Images/StoryBoard.png"></a>
<section class="ass-details">
<a href="Files/ComicStrip.pdf"><h2>Story Board: Roger Smith</h2></a>
<p>
Short comic strip showing how Event Check In will help Roger Smith
</p>
</section>
</section>
<!--sketches-->
<section class="assignment">
<a href="Files/sketches.pdf"><img src="Images/mySketch.png"></a>
<section class="ass-details">
<a href="Files/sketches.pdf"><h2>Sketch: Event Check In</h2></a>
<p>
Sketches of app solutions for Event Check In
</p>
</section>
</section>
<!--sketching video-->
<section class="assignment">
<a href="https://youtu.be/wpOqJnkoap4"><img src="Images/video.png"></a>
<section class="ass-details">
<a href="https://youtu.be/wpOqJnkoap4Ff"><h2>Paper Prototype: Event Check In</h2></a>
<p>
Short video showing the prototype of Event Check in
</p>
</section>
</section>
<!--testing-->
<section class="assignment">
<a href="Files/testing.pdf"><img src="Images/testing.png"></a>
<section class="ass-details">
<a href="Files/testing.pdf"><h2>Usability Testing: Event Check In</h2></a>
<p>
Tasks to test the usabilty of Event Check In
</p>
</section>
</section>
<!--low fi prototype-->
<section class="assignment">
<a href="Files/prototype/index1.html"><img src="Images/prototype.png"></a>
<section class="ass-details">
<a href="Files/prototype/index1.html"><h2>Low-Fi Prototype: Event Check In</h2></a>
<p>
Using the app in a low functional way
</p>
</section>
</section>
<!--hi fi prototype-->
<section class="assignment">
<a href="Files/highLevel/index2.html"><img src="Images/hiImg.png"></a>
<section class="ass-details">
<a href="Files/highLevel/index2.html"><h2>High-Fi Prototype: Event Check In</h2></a>
<p>
A high functional prototype
</p>
</section>
</section>
<!--final presentation-->
<section class="assignment">
<a href="https://youtu.be/l4IwPd4w30I"><img src="Images/final.jpeg"></a>
<section class="ass-details">
<a href="https://youtu.be/l4IwPd4w30I"><h2>Final Presentation: Event Check In</h2></a>
<p>
The final presentation of Event Check In
</p>
</section>
</section>
</div>
</body>
</html>