-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
102 lines (96 loc) · 4.16 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
<!DOCTYPE html>
<html>
<head>
<title> CSCE 190-003: Dominic Gaines</title>
<link rel="stylesheet" href="styles.css">
</head>
<body>
<h1>Dominic Gaines' CSCE 190 Site</h1>
<div class="assignments">
<!--Problem Statement Assignment-->
<section class="assignment">
<a href="DJ GAP CSCE 190-003 Problem Statement.pdf">
<h2 >Personal Alcohol Identifier: Problem Statement</h2>
</a>
<a href="DJ GAP CSCE 190-003 Problem Statement.pdf">
<img src="problem-statement.png">
</a>
<p>
Our users are struggling with finding drinks to suit their tastes while developing healthy drinking habits. Most people may spend a significant amount of time trying different alcoholic beverages before they find a drink that attains both their ideal flavor and alcohol by volume. We seek to ease this process by matching one’s tastes with numerous options to choose from, while also making sure they are aware of how the drinks will affect them in both small and large numbers.
</p>
</section>
<!--Affinity Diagram Assignment-->
<section class="assignment">
<a href="DJ GAP Affinity Diagram.pdf">
<h2 >Personal Alcohol Identifier: Affinity Diagram</h2>
</a>
<a href="DJ GAP Affinity Diagram.pdf">
<img src="affinity-diagram.png">
</a>
<p>
My team and I brainstormed various topics and possibilities for the details of our personal alcohol identifier.
</p>
</section>
<!--Personna Assignment-->
<section class="assignment">
<a href="Personas.pdf">
<h2 >5 Personnas for our Personal Alcohol Identifier</h2>
</a>
<a href="Personas.pdf">
<img src="personna.png">
</a>
<p>
A personna of an average personal alcohol identifier user.
</p>
</section>
<!--Personna Storyboard Assignment-->
<section class="assignment">
<a href="Persona Storyboard.pdf">
<h2 >5 Storyboards for our app's personnas</h2>
</a>
<a href="Persona Storyboard.pdf">
<img src="storyboard.png">
</a>
<p>
A storyboard of how our app influenced our respective personnas.
</p>
</section>
<!--Sketch Assignment-->
<section class="assignment">
<a href="AIF.Sketch.pdf">
<h2>Sketches</h2>
</a>
<a href="AIF.Sketch.pdf">
<img src="AIF.Sketch.png">
</a>
<p>
A rough draft of the design our app is aiming to achieve.
</p>
</section>
<!--Prototype Video-->
<section class="assignment">
<a href="https://www.youtube.com/watch?v=jFF3uvmN8II">
<h2>Paper Prototype</h2>
</a>
<a href="https://www.youtube.com/watch?v=jFF3uvmN8II">
<img src="prototype.png">
</a>
<p>
A printed prototype of our application.
</p>
</section>
<!--Hi-Fi Prototype-->
<section class="assignment">
<a href="hi-fi-prototype/src/index.html">
<h2>Hi-Fi Prototype</h2>
</a>
<a href="hi-fi-prototype/src/index.html">
<img src="prototype1.png">
</a>
<p>
A hi-fi prototype of our application.
</p>
</section>
</div>
</body>
<html>