-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
82 lines (68 loc) · 3.67 KB
/
Copy pathindex.html
File metadata and controls
82 lines (68 loc) · 3.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
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
<!DOCTYPE html>
<html>
<head>
<title>CSCE 190: Matthew T</title>
<link rel = "stylesheet" href = "styles.css">
<body>
<h1>Matthew Tieman's CSCE 190 Site</h1>
<div class = "assignments">
<!-- Problem Statement-->
<section class="assignment">
<a href="files/ProblemStatement.pdf"><h2> Problem Statement: UofSC Parking Finder</h2></a>
<a href="files/ProblemStatement.pdf"><img src="image/ProblemStatement.png"></a>
<p>
Students at UofSC need a way to find a parking spot even if they have a parking pass because they don’t have the time to waste going through a parking lot just to not have a spot.
</p>
</section>
<!--Affinity Chart-->
<section class="assignment">
<a href="files/AffinityChart.pdf"><h2> Affinity Diagram: UofSC Parking Finder</h2></a>
<a href="files/AffinityChart.pdf"><img src="image/AffinityDiagram.png"></a>
<p>
My group and I brainstormed ways to find an efficient and productive way to solve our Parking Finder app.
</p>
</section>
<!--Personna Assignment-->
<section class="assignment">
<a href="files/csce190Personas.pdf"><h2>Personna: 4 personnas for parking finder app user</h2></a>
<a href="files/csce190Personas.pdf"><img src="image/Persona.png"></a>
<p>
Personnas of a typical parking finder app user.
</p>
</section>
<!--Storyboard-->
<section class="assignment">
<a href="files/storyboard.pdf"><h2>Storyboard: 4 storyboards of people using the parking finder app</h2></a>
<a href="files/storyboard.pdf"><img src="image/Storyboard.png"></a>
<p>
Storyboards for the people that uses parking finder app.
</p>
</section>
<!--Sketches-->
<section class="assignment">
<a href="files/Sketches.pdf"><h2>Sketches</h2></a>
<a href="files/Sketches.pdf"><img src="image/sketch.jpg"></a>
<p>
What the app would typically look like.
</p>
</section>
<!--Paper Prototype-->
<section class="assignment">
<a href="https://youtu.be/d5cb7u1f07U"><h2>Paper Prototype</h2></a>
<a href="https://youtu.be/d5cb7u1f07U"><img src="image/paperprototype.png"></a>
<p>
A paper walkthrough of the Parking Searcher app.
</p>
</section>
<!--Prototype-->
<section class="assignment">
<a href="https://terrancebutler.github.io/preview.html"><h2>Hi-Fi Prototype</h2></a>
<a href="https://terrancebutler.github.io/preview.html"><img src="image/prototype.png"></a>
<p>
A Hi-Fi prototype of the Parking Searcher app.
</p>
</section>
</div>
</body>
</head>
</html>