-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
92 lines (84 loc) · 5.1 KB
/
index.html
File metadata and controls
92 lines (84 loc) · 5.1 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
83
84
85
86
87
88
89
90
91
92
<!DOCTYPE html>
<html>
<head>
<title>CSCE 190: Danielle Cook</title>
<link rel="stylesheet" href="styles.css"/>
</head>
<body>
<h1>Danielle Cook</h1>
<!-- Problem Statement Assignment-->
<section class="assign">
<a href="./files/problem-statement.pdf"> <img src="./images/problemStatement.png" > </a>
<section class="assign-details">
<a href="./files/problem-statement.pdf"><h2>Problem statement: College for Dummies</h2></a>
<p>
New students arrive at university with no way of knowing how to get to class the fastest way, where to park, or what dining halls they should use. This causes students a lot of stress since maps will take you on the main route, which might be 10 minutes longer than a short cut or you do not know where other dining halls are, so they are stuck eating at the same one every day.
</p>
</section>
</section>
<!-- Affinity Diagram Assignment-->
<section class="assign">
<a href="./files/affinity-diagram.pdf"> <img src="./images/affinity-diagram.png" ></a>
<section class="assign-details">
<a href="./files/affinity-diagram.pdf"> <h2>Affinity Diagram: College for Dummies</h2> </a>
<p>
The group worked together in order to brainstorm ideas for an app that helps students, especially incoming freshman. Students want a way to learn what the fastest, most effective way to get to class is. Maps will take you on the most known route even if it 10 minutes longer than a short cut.
They also are nervous about where they are going to eat because they don't know all their options, or even where they are located. We also brainstormed about the gyms on campus
students want to stay in shape and workout but dont know where all the gyms are, what times they open and close, as well as the occupancy level. We discussed how we would market this tool for students and how we would make it accessiable for all.
Our group even considered if their should be a social aspect to this tool where students can post clubs or events on campus. Next we talk about it as an app and how it could be created. We also addressed issues that would follow while creatiing this app.
Finally discussed/brainstormed if and what images would be added.
</p>
</section>
</section>
<!-- Personas assignment -->
<section class="assign">
<a href="./files/groupPersonas.pdf"> <img src="./images/persona.png" />
<section class="assign-det">
<a href="./files/groupPersonas.pdf"><h2>Team Personas: 5 Personas for College for Dummies</h2></a>
<p>
Richard Hardiman is the owner/creator of College for Dummies and he said "Just trying to fix a simple problem to make life easier".
</p>
</section>
</section>
<!-- Storyboard -->
<section class="assign">
<a href="./files/csce-190-storyboard_merged.pdf"> <img src="./images/storyboard.png" />
<section class="assign-det">
<a href="files/csce-190-storyboard_merged.pdf"><h2>College for Dummies Storyboard</h2></a>
<p>
Our group created story board to show how the users came to create or use the app.
</p>
</section>
</section>
<!-- Sketch -->
<section class="assign">
<a href="./files/app_merged.pdf"> <img src="./images/app.jpg" />
<section class="assign-det">
<a href="./files/app_merged.pdf"><h2>College for Dummies App Sketch</h2></a>
<p>
A rough sketch of what our team was thinking for the design of our app.
</p>
</section>
</section>
<section class="assign">
<a href="https://youtu.be/21j0C0X5i5A?si=LY32AkdC_i8R0Y0z"> <img src="./images/IMG_5791.jpeg" />
<section class="assign-det">
<a href="https://youtu.be/21j0C0X5i5A?si=LY32AkdC_i8R0Y0z">
<a href="https://youtu.be/21j0C0X5i5A?si=LY32AkdC_i8R0Y0z"><h2>College for Dummies Demo</h2></a>
<p>
A video showing the pages within our app and how it works together. A walk through of the app itself and how it can be used.
</p>
</section>
</section>
<section class="assign">
<a href="https://www.youtube.com/watch?v=7ZH8mvKAjUs&authuser=0"> <img src="./appDemo.png" />
<section class="assign-det">
<a href="https://www.youtube.com/watch?v=7ZH8mvKAjUs&authuser=0">
<a href="https://www.youtube.com/watch?v=7ZH8mvKAjUs&authuser=0"><h2>College for Dummies App Demo</h2></a>
<p>
A realistic app demo that shows the pages and interworking of our app.
</p>
</section>
</section>
</body>
</html>