-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
111 lines (110 loc) · 4.28 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
<!DOCTYPE html>
<html>
<head>
<title>CSCE 190: Jordan duBarry</title>
</head>
<body>
<h1>Jordan duBarry's CSCE 190 Site</h1>
<link rel="stylesheet" href="styles.css">
<div class = "assignments">
<!--Problem Statement-->
<section class = "assignment">
<a href="files/problem-statement.pdf">
<h2>Problem Statement: Trail Mix</h2>
</a>
<a href="files/problem-statement.pdf">
<img src="images/ProblemStatement.png">
</a>
<section class="assign-details">
<p>
People often forget to bring their rain gear with them and then proceed to get rained on. Our solution will provide users with a way to remember to bring their rain gear.
</p>
</section>
</section>
<!--Affinity Diagram-->
<section class = "assignment">
<a href="files/affinity-diagram.pdf">
<h2>Affinity Diagram</h2>
</a>
<a href="files/affinity-diagram.pdf">
<img src="images/AffinityDiagram.png">
</a>
<section class="assign-details">
<p>
My group and I came up with a list of ideas that could be implemented into our app
</p>
</section>
</section>
<!--Personnas-->
<section class = "assignment">
<a href="files/personnas.pdf">
<h2>Personnas</h2>
</a>
<a href="files/personnas.pdf">
<img src="images/Personna.png">
</a>
<section class="assign-details">
<p>
Five personnas of an average user of the rain gear alert app
</p>
</section>
</section>
<!--Storyboards-->
<section class = "assignment">
<a href="files/storyboards.pdf">
<h2>Storyboards</h2>
</a>
<a href="files/storyboards.pdf">
<img src="images/Storyboard.png">
</a>
<section class="assign-details">
<p>
Five storyboards for typical use of the app using the personnas we created
</p>
</section>
</section>
<!--Sketches-->
<section class = "assignment">
<a href="files/sketches.pdf">
<h2>Sketches</h2>
</a>
<a href="files/sketches.pdf">
<img src="images/Sketch.png">
</a>
<section class="assign-details">
<p>
Five sketches of how the app may possible look like in usage
</p>
</section>
</section>
<!--Paper Prototype-->
<section class = "assignment">
<a href="https://youtu.be/NwyiwXiuZXI">
<h2>Paper Prototype</h2>
</a>
<a href="https://youtu.be/NwyiwXiuZXI">
<img src="images/PrototypePic.png">
</a>
<section class="assign-details">
<p>
A paper walkthrough of possible screens in the application
</p>
</section>
</section>
<!--High-Fi Prototype-->
<section class = "assignment">
<a href="files/prototype/src/index.html">
<h2>High-Fi Prototype</h2>
</a>
<a href="files/prototype/src/index.html">
<img src="images/Prototype.png">
</a>
<section class="assign-details">
<p>
A prototype that represents how the app would work.
</p>
</section>
</section>
</div>
</body>
</html>