-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
82 lines (72 loc) · 4.11 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
<!DOCTYPE html>
<html>
<head>
<title>CSCE 190: KeShunna Morton</title>
<link rel="stylesheet" href="styles.css">
</head>
<body>
<h1>Ke'Shunna Morton's CSCE 190 Site</h1>
<div class="assignments">
<!--Problem Statement Assignment-->
<section class="assignment">
<a href="Files/problem-statement.pdf"><h2>Problem Statement: Tip of My Mind</h2></a>
<a href="Files/problem-statement.pdf"> <img src="Images/problem-statement.png"></a>
<p>
Our users are having trouble keeping track of everything they have going on in their lives; from
classes, to work, to personal obligations. Physical planners take up space and can be easily
forgotten, and many digital alternatives don’t have everything our users need. Our solution
should be to develop an all-in-one solution that will notify students of tasks and allow students
to modify it to their needs.
</p>
</section>
<!--Affinity Diagram Assignment-->
<section class="assignment">
<a href="Files/affinity-diagram.pdf"><h2>Affinity Diagram: Tip of My Mind</h2></a>
<a href="Files/affinity-diagram.pdf"> <img src="Images/affinity-diagram.png"></a>
<p>
My group and I worked together to brainstorm the problems college students might face when trying to manage tasks, and we
came up with solutions that will fix the problems. My team and I also came up with details the app will have.
</p>
</section>
<!--Personas Assignment-->
<section class="assignment">
<a href="Files/Personas.pdf"><h2>Personas: 4 Personas for Tip of My Mind</h2></a>
<a href="Files/Personas.pdf"> <img src="Images/personas.png"></a>
<p>
My group and I created personas of typical task management app users.
</p>
</section>
<!--Storyboard Assignment-->
<section class="assignment">
<a href="Files/storyboard.pdf"><h2>Storyboard: 4 Storyboard for Tip of My Mind</h2></a>
<a href="Files/storyboard.pdf"> <img src="Images/storyboard.png"></a>
<p>
My group and I created storyboards of typical task management app users.
</p>
</section>
<!--Sketches Assignment-->
<section class="assignment">
<a href="Files/sketches.pdf"><h2>Sketches: Looks of Tip of My Mind</h2></a>
<a href="Files/sketches.pdf"> <img src="Images/sketch.png"></a>
<p>
My group and I created ideas on how the app may look.
</p>
</section>
<!--Prototype Assignment-->
<section class="assignment">
<a href="https://www.youtube.com/watch?v=lCzD7DgrxfI"><h2>Paper Prototype of Tip of My Mind</h2></a>
<a href="https://www.youtube.com/watch?v=lCzD7DgrxfI"> <img src="Images/paper-prototype.png"></a>
<p>
My group and I created a paper walkthrough of the potential look of every screen in the app.
</p>
</section>
<!--Sketches Assignment-->
<section class="assignment">
<a href="Files/src/index.html"><h2>HiFi Prototype: Looks of Tip of My Mind</h2></a>
<a href="Files/src/index.html"> <img src="Images/HiFiPrototype.png"></a>
<p>
</p>
</section>
</div>
</body>
</html>