-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathindex.html
More file actions
62 lines (60 loc) · 2.67 KB
/
index.html
File metadata and controls
62 lines (60 loc) · 2.67 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
<!DOCTYPE html>
<htlm>
<head>
<link rel="stylesheet" href="styles.css" />
<title>CSCE 190: Alex Tabakian</title>
<h1>Alex Tabakian, Esteban Carreno, Dan Fitzpatrick</h1>
<body>
<section class="assign">
<img src="images/problem-statement.jpg" />
<section class="assign-det">
<h2>Problem statement: Crowded Public Spaces</h2>
<p>
University students do not know if a public space is crowded before they arrive there.
</p>
</section>
</section>
<!-- Affinity diagram assignment -->
<section class="assign">
<img src="images/affinity-diagram.jpg" />
<section class="assign-det">
<a href="images/affinity-diagram.jpg"><h2>Crowded Public Places Afinity Diagram</h2></a>
<p>
We sorted our diagram by Profitability, Solutions, user feedback, requirements, and hurdles. We seperated it into these groups so we could break our brainstorming into seperate sections.
</p>
</section>
</section>
<!-- Personas assignment -->
<section class="assign">
<img src="images/Persona.jpg" />
<section class="assign-det">
<a href="images/combinepdf.pdf"><h2>Team Personas: </h2></a>
<p>
The persona I created was named Grandma Betty, she is a 90 year old grandma who is not very technology literate. She enjoys going to the pond to feed the ducks but it is always so
busy when she goes. A product that would let her know how busy the park is at a given time would benifiet her as she would know when and when not to go.
</p>
</section>
</section>
<!-- Storyboard assignment -->
<section class="assign">
<img src="images/storyboard.jpg" />
<section class="assign-det">
<a href="images/combinepdf (1).pdf"><h2>Team Storyboards: </h2></a>
<p>
This storyboard follows the path of a Grandma using an app to confirm if a park is not busy before she leaves to go feed the ducks.
</p>
</section>
</section>
<!-- Sketching assignment -->
<section class="assign">
<img src="images/app.jpg" />
<section class="assign-det">
<a href="images/all-sketches.pdf"><h2>Team Sketches: Team Sketches</h2></a>
<p>
For my sketch I created a menu where the user could select a place on campus to see how buys it if. If the user decides to go they are asked by the app how accurate its rating is so it can change to be more accurate.
</p>
</section>
</section>
</head>
</body>
</htlm>