-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
93 lines (81 loc) · 3.5 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
<!DOCTYPE html>
<html>
<head>
<title>CSCE 190: Daniel Ruiz</title>
<link rel="stylesheet" href="Styles.css">
</head>
<body>
<h1>Daniel Ruiz's CSCE 190 site</h1>
<section class="assignment">
<img src="CSCE 190 Problem Statement-1.png">
<section class="ass-details">
<h2>Problem Statement: Tardiness</h2>
<p>
People keep arriving too late to meetings.
</p>
<a href="CSCE 190 Problem Statement.pdf">Problem Statement pdf</a>
</section>
</section>
<section class="assignment">
<h2>Affinity Diagram: Budgeting</h2>
<img src="affinity diagram-1.png">
<p>
Multiple ideas were brought up but these were the bullet points we needed to keep in mind for the app.
</p>
<a href="affinity diagram.pdf">Affinity Diagram pdf</a>
<h2> Teams PDF </h2>
<a href="Teams - C.O.C.pdf">Teams pdf</a>
</section>
</section>
<section class="assignment">
<h2>Personna: Bartholomew Simpkins</h2>
<a href="Bartholomew_Simpkins.pdf"><img src="Bartholomew_Simpkins-1.png"></a>
<section class="ass-details">
<a href="Bartholomew_Simpkins.pdf">
<p>
A personna of a typical application user.
</p>
</section>
</section>
<section class="assignment">
<h2>Personna Storyboard</h2>
<a href="190group_mergedStoryboard.pdf"><img src="StoryboardCSCE190.PNG"></a>
<section class="ass-details">
<a href="190group_mergedStoryboard.pdf">
<p>
A scenario for the typical user application.
</p>
</section>
</section>
<section class="assignment">
<h2>Team Sketches</h2>
<a href="Combine190Teamsketches.pdf"><img src="Combine190Teamsketches.PNG"></a>
<section class="ass-details">
<a href="Combine190Teamsketches.pdf">
<p>
A sketch of what the team believes the application should appear.
</p>
</section>
</section>
<section class="assignment">
<h2>Paper Prototype</h2>
<a href="https://www.youtube.com/watch?v=EzHmqYf1ySY"><img src="Paper_Pro_1.PNG"></a>
<section class="ass-details">
<a href="https://www.youtube.com/watch?v=EzHmqYf1ySY">
</a>
<p>
A paper walkthrough of the potential look of every sceen in the application.
</p>
</section>
</section>
<section class="assignment">
<h2>Hi-Fi Prototype: Money App</h2>
<a href="money-html/preview.html"><h2>Hi-Fi Prototype: Money App</h2></a>
<a href="money-html/preview.html"><img src="Money.PNG"></a>
<p>
A digital walktrhough of how the application should work in practice.
</p>
</section>
</section>
</body>
</html>