-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
103 lines (79 loc) · 3.78 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
103
<!DOCTYPE html>
<html>
<head>
<title>CSCE 190: Mark Johnson</title>
<link rel="stylesheet" href="styles.css">
</head>
<body>
<h1>Mark Johnson's CSCE 190 Website</h1>
<!--Problem Statement Assignment-->
<section class="assignment">
<a href="files190/CSCE 190 Problem Statement (1).pdf"><img src="images/Screenshot (3).png"></a>
<section class="ass-details">
<a href="files190/CSCE 190 Problem Statement (1).pdf"><h2>Problem Statement: Blackbored</h2></a>
<p>Our users are struggling to find efficient ways to find their homework because there are so many different homework websites. Our solution should provide a consolidation of professor preferences on several homework platforms.
</p>
</section>
</section>
<!--Affinity Diagram Assignment-->
<section class ="assignment">
<a href="files190/Blackbored Brainstorming Jamboard (1).pdf"><img src="images/Blackbored Brainstorming Jamboard 1.png"></a>
<section class="ass-details">
<a href="files190/Blackbored Brainstorming Jamboard (1).pdf"><h2>Affiniey Diagram: Blackbored</h2></a>
<p> Our group brainstormed about the many online resources students use for school.
</p>
</section>
</section>
</body>
<!--Personna Assignment-->
<section class = "assignment">
<a href="files190/Personas ChekIn-combined.pdf"><img src="images/personna1.png"></a>
<section class="ass-details">
<a href="files190/Blackbored Brainstorming Jamboard (1).pdf"><h2>Persona: 4 Personas for Blackbored</h2></a>
<p> Our group brainstormed about the many online resources students use for school.
Personas of a typical blackbored user.
</p>
</section>
</section>
</body>
<!--Storyboard Assignment-->
<section class = "assignment">
<a href="files190/StoryBoard TeamWork (1).pdf"><img src="images/storyboard.png"></a>
<section class="ass-details">
<a href="files190/StoryBoard TeamWork (1).pdf"><h2>StoryBoard: 4 StoryBoards for Blackbored</h2></a>
<p> Our group created different stories and scenarios for how our app can be beneficial to someone.
</p>
</section>
</section>
</body>
<!--Sketches Assignment-->
<section class = "assignment">
<a href="files190/CSCE 190 Drawing Group.pdf"><img src="images/sketches.png"></a>
<section class="ass-details">
<a href="files190/CSCE 190 Drawing Group.pdf"><h2>Sketches: 4 sketches for Blackbored</h2></a>
<p> Our group created different sketches of our version of the app blackbored.
</p>
</section>
</section>
</body>
<!--Paper Prototype Assignment -->
<section class = "assignment">
<a href="https://www.youtube.com/watch?v=iaRMuGJDzVA"><img src="images/Screenshot (10).png"></a>
<section class="ass-details">
<a href="https://www.youtube.com/watch?v=iaRMuGJDzVA"><h2>prototype: A prototype for Blackbored</h2></a>
<p> Our group created a paper prototype of our application.
</p>
</section>
</section>
</body>
<!--Low-fi Prototype Assignment -->
<section class = "assignment">
<a href="files190/low-fi prototype/preview.html/"><img src="images/lowfiprototype.png"></a>
<section class="ass-details">
<a href="files190/low-fi prototype/preview.html"><h2>low-fi prototype: A prototype for Blackbored</h2></a>
<p> Our group created a low-fi prototype of our application.
</p>
</section>
</section>
</body>
</html>