-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
98 lines (91 loc) · 4.33 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
<DOCTYPE html>
<html>
<head>
<title>CSCE 190: Travis Shuler II</title>
<link rel='stylesheet' href="style.css">
</head>
<body>
<h1>Travis Shuler's II CSCE 190 Site</h1>
<p>Hello World! I ♥ coding!</p>
<div class= "assignments">
<!-- Problem Statement Assignment-->
<section class="assignment">
<a href="Files/Problem Statement.pdf"><img src="Images/ProblemStatement190.png"></a>
<section class="ass-details">
<a href="Files/Problem Statement.pdf"><h2>Problem Statement: Class Locator</h2></a>
<p>
College students struggle with locating classes and
how much time it takes to get from building to building.
</p>
</section>
</section>
<!--Affinity Diagram Assignment-->
<section class="assignment">
<a href="Files/affinitydiagram.pdf"><img src="Images/affinitydiagram.png"></a>
<section class="ass-details">
<a href="Files/affinitydiagram.pdf"><h2>Affinity Diagram: Class Locator</h2></a>
<p>
My groupmates and I thought of different ideas for the Class Locator.
We sectioned each idea into a sub-category for each concept that was relatable.
</p>
</section>
</section>
<!--Persona Assignment-->
<section class="assignment">
<a href="Files/personna.pdf"><img src="Images/personna.png"></a>
<section class="ass-details">
<a href="Files/personna.pdf"><h2>Personas: Jack Parlor</h2></a>
<p>
Each member of our group created different personas
illustrating strengths, weaknesses, needs, wants, and compatibility with technology.
</p>
</section>
</section>
<!--Storyboard Assignment-->
<section class="assignment">
<a href="Files/storyboard.pdf"><img src="Images/storyboard.png"></a>
<section class="ass-details">
<a href="Files/storyboard.pdf"><h2>Storyboard: Jack Parlor</h2></a>
<p>
Each group member created a story behind each of our last week's personas, showcasing their why and how to stumble upon the app.
</p>
</section>
</section>
<!-- Sketches Assignment-->
<section class="assignment">
<a href="Files/sketches.pdf"><img src="Images/sketches.png"></a>
<section class="ass-details">
<a href="Files/sketches.pdf"><h2>Sketches: ULocator</h2></a>
<p>
Each group member created rough sketches of how each of the tabs would work on the app and what the screen would approximately work.
</p>
</section>
</section>
<!-- Sketches Assignment-->
<section class="assignment">
<a href="https://www.youtube.com/watch?v=zURVdtXTKxQ">
<img src="Images/paperprototype.png">
</a>
<section class="ass-details">
<a href="https://www.youtube.com/watch?v=zURVdtXTKxQ">
<h2>Paper Prototype: ULocator</h2>
</a>
<p>
The video conveys a paper walkthrough of the tabs in the app showing their features and how each tab operates.
</p>
</section>
</section>
<!-- Hi-Fi Prototype-->
<section class="assignment">
<a href="Files/prototype/preview.html"><img src="Images/prototype.png"></a>
<section class="ass-details">
<a href="Files/prototype/preview.html"><h2>Hi-Fi Prototype</h2></a>
<p>
This consists of a high prototype that conveys what will occur on the application, showing each screen.
</p>
</section>
</section>
</div>
</body>
</html>
</DOCTYPE>