-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
86 lines (79 loc) · 2.51 KB
/
index.html
File metadata and controls
86 lines (79 loc) · 2.51 KB
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
<!DOCTYPE html>
<html>
<head>
<link rel="stylesheet" href="styles.css" />
<title>CSCE190: Julius Parker </title>
</head>
<body>
<h1> Julius Parker </h1>
<section class="assign">
<img src="Images/images:problem-statement.jpg" />
<section class="assign-det">
<h2>Problem statement: Dining Hall Counter </h2>
<p>
Students need a way to gauge how many people are in the dining halls at a given time, and what food options they have available
</p>
</section>
</section>
</body>
<!-- Affinity diagram assignment -->
<section class="assign">
<img src="Images/affinityD.jpg" />
<section class="assign-det">
<a href="Images/affinitydiagram.pdf"><h2>Affinity Diagram: Dining Hall Counter</h2></a>
<p>
The affinity diagram talks about an app that will display food options and the amount of people present at the various dining halls around the USC campus.It coveres basic features, marketing, hurdles, platofrm, and feedback.
</p>
</section>
</section>
<!-- Personas assignment -->
<section class="assign">
<img src="Images/my-persona.jpg" />
<section class="assign-det">
<a href="Images/all-personas.pdf"> <h2>Team Personas: All personas</h2></a>
<p>
Teresa Jones: "If you can't do it right, then don't do it at all"
</p>
</section>
</section>
<!-- Storyboard assignment -->
<section class="assign">
<img src="Images/my-storyboard.jpg" />
<section class="assign-det">
<a href="Images/all-storyboards.pdf"><h2>Team Storyboards: </h2></a>
<p>
Teresa Jones takes a trip to the Honeycomb Cafe.
</p>
</section>
</section>
<!-- Sketching assignment -->
<section class="assign">
<img src="Images/Sketch1.png" />
<section class="assign-det">
<a href="Images/all-sketches.pdf"><h2>Team Sketches: Campus Counter</h2></a>
<p>
Sketches of the app and its possible functions
</p>
</section>
</section>
<!-- Paper prototype assignment -->
<section class="assign">
<img src="Images/prototype1.png" />
<section class="assign-det">
<a href="https://www.youtube.com/watch?v=9Ap-8VvFn54"><h2>Team Paper Prototype: Campus Counter </h2></a>
<p>
This is a paper prototype of the Campus Counter app
</p>
</section>
</section>
<!-- Hi-Fi prototype assignment -->
<section class="assign">
<img src="Images/team-prototype.png" />
<section class="assign-det">
<a href="https://www.youtube.com/watch?v=BsSV8JYRavI"><h2>Team Hi-Fi Prototype: Campus Counter </h2></a>
<p>
This is a high fidelity prototype of the Campus Counter app
</p>
</section>
</section>
</html>