-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathindex.html
73 lines (68 loc) · 3.6 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
<!DOCTYPE html>
<html>
<head>
<title>CSCE 190: Keshawn Blakely </title>
<link rel="stylesheet" href="styles.css">
</head>
<body>
<h1> Keshawn Blakely's CSCE 190 Site</h1>
<div class="assignments">
<!--Problem Statement Assignment-->
<section class="assignment">
<a href="Files/Problem Statement.pdf"><h2>Problem Statement: Student Scheduler</h2></a>
<a href="Files/Problem Statement.pdf"><img src="Images/ProblemStatementImg.png"></a>
<p>
Our users are frustrated because they often miss out on important material due to their lack of time management. Our solution should provide users with a way to easily manage their time by alerting them when class is coming up.
</p>
</section>
<!--Affinity Diagram Assignment-->
<section class="assignment">
<a href="Files/Affinity diagram.pdf"><h2>Affinity Diagram: Student Scheduler</h2></a>
<a href="Files/Affinity diagram.pdf"><img src="Images/Affinity diagram IMG.png"></a>
<p>
Me and my group collectively brainstormed everthing related to a Scheduler.
</p>
</section>
<!--Persona Assignment-->
<section class="assignment">
<a href="Files/teamPersonas.pdf"><h2>Personas for student scheduler</h2></a>
<a href="Files/teamPersonas.pdf"><img src="Images/TeamPersonas.png"></a>
<p>
Personas for typical student scheduler users.
</p>
</section>
<!--Storyboard Assignment-->
<section class="assignment">
<a href="Files/Team Student Scheduler Storyboard.pdf"><h2>StoryBoard for the student scheduler</h2></a>
<a href="Files/Team Student Scheduler Storyboard.pdf"><img src="Images/StoryBoard.png"></a>
<p>
Typical situations where someone would use the storyboard app.
</p>
</section>
<!--Sketching Assignment-->
<section class="assignment">
<a href="Files/SS Team Sketch.pdf"><h2>Sketches of the student scheduler app</h2></a>
<a href="Files/SS Team Sketch.pdf"><img src="Images/SS Sketch.png"></a>
<p>
Sketeckes of what the screen of the app will look like.
</p>
</section>
<!--Prototype Assignment-->
<section class="assignment">
<a href="https://youtu.be/kbj-qSfr35o"><h2>Paper prototype</h2></a>
<a href="https://youtu.be/kbj-qSfr35o"><img src="Images/Paper Prototype.png"></a>
<p>
A paper example of how the app will work for every screen.
</p>
</section>
<!--HIFI Prototype Assignment-->
<section class="assignment">
<a href="Files/Student Scheduler Prototype-html (1)/preview.html"><h2>Hi-Fi prototype</h2></a>
<a href="Files/Student Scheduler Prototype-html (1)/preview.html"><img src="Images/HiFi Prototype img.png"></a>
<p>
A functional example of how the app will work for every screen.
</p>
</section>
</div>
</body>
</html>