-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
85 lines (71 loc) · 4.02 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
<head>
<title>CSCE 190: Gavin Hewitt</title>
<link rel="stylesheet" href="styles.css">
</head>
<body>
<h1>Gavin Hewitt's CSCE 190 Site</h1>
<div class="assignments">
<!-- Problem Statement Assignment-->
<section class="assignment">
<a href="files/CSCE 190 Problem Statement.pdf"><h2>Problem Statement: Strom Crowds</h2></a>
<a href="files/CSCE 190 Problem Statement.pdf"><img src ="images/Problem Statement.png"></a>
<p>
UofSC students are frustrated with crowd levels at the gym leaving equipment inaccessible. Our solution will provide users with a way to monitor crowds at the gym to find when the equipment they want to use is available.
</p>
</section>
<!--Affinity Diagram Assignment-->
<section class="assignment">
<a href="files/affinity-diagram.pdf"><h2>Affinity Diagram: Strom Crowds</h2></a>
<a href="files/affinity-diagram.pdf"><img src ="images/affinity-diagram-pic.png"></a>
<section class="ass-details"></section>
<p>
Together, my group and I drew up a diagram of everything we felt was a necessary component to our app to help with crowds in the Strom Thurmond Fitness Center.
</p>
</section>
<!--Persona Assignment-->
<section class="assignment">
<a href="files/Persona Sheet.pdf"><h2>Persona: 6 Personas for Strom Crowd Application</h2></a>
<a href="files/Persona Sheet.pdf"><img src ="images/persona.png"></a>
<section class="ass-details"></section>
<p>
6 personas of perspective Strom crowd app users.
</p>
</section>
<!--Storyboard Assignment-->
<section class="assignment">
<a href="files/Storyboards.pdf"><h2>Storyboard: 6 Storyboards for Strom Crowd Application</h2></a>
<a href="files/Storyboards.pdf"><img src ="images/Storyboard.png"></a>
<section class="ass-details"></section>
<p>
6 Storyboards about perspective Strom crowd app users.
</p>
</section>
<!--Sketch Assignment-->
<section class="assignment">
<a href="files/Sketches.pdf"><h2>Sketches: 6 Sketches for Strom Crowd Application</h2></a>
<a href="files/Sketches.pdf"><img src ="images/Sketches.png"></a>
<section class="ass-details"></section>
<p>
6 possible ketches detialing the Strom crowd app.
</p>
</section>
<!--Paper Prototype Assignment-->
<section class="assignment">
<a href="https://youtu.be/eqgngBBlAzU"><h2>Paper Prototype: Paper Prototype for Strom Crowd Application</h2></a>
<a href="https://youtu.be/eqgngBBlAzU"><img src ="images/PaperPrototype.png"></a>
<section class="ass-details"></section>
<p>
A paper prototype detialing the Strom crowd app and its functionality.
</p>
</section>
<!--Hi-Fi Prototype Assignment-->
<section class="assignment">
<a href="files/190 Project-html/fullscreen.html"><h2>Hi-Fi Prototype: Hi-Fi Prototype for Strom Crowd Application</h2></a>
<a href="files/190 Project-html/fullscreen.html"><img src ="images/prototype.png"></a>
<section class="ass-details"></section>
<p>
A high fidelity prototype detialing the Strom crowd app and its functionality.
</p>
</section>
</div>
</body>