-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
82 lines (69 loc) · 3.51 KB
/
index.html
File metadata and controls
82 lines (69 loc) · 3.51 KB
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
Harshil Shah
<!DOCTYPE html>
<html>
<head>
<!--<title> CSCE 190 : Harshil Shah </title>-->
<link rel="stylesheet" href="styles.css">
</head>
</body>
<h1>Harshil Shah's CSCE 190 Website</h1>
<div class ="assignments">
<!-- Problem statement Assignment -->
<section class="Assignment">
<a href="Files/Problem statement CSCE 190.pdf"><img src="Images/Problem Statement.png"></a>
<a href="Files/Problem statement CSCE 190.pdf"><h2>problem Statement: Gym traffic </h2></a>
<p>
Because there are so many other people using the gyms, our users are upset that they can't complete their full-body workout in sufficient time. Our solution should give consumers real-time, precise information about how crowded the gym is.
</p>
</section>
<!-- Affinity diagram assignment-->
<section class="Assignment">
<a href="Files/Affinity Diagram- YMFC.pdf"><img src="Images/Affinity diagram.png"></a>
<a href="Files/Affinity Diagram- YMFC.pdf"><h2>Affinity diagram: Gym traffic </h2></a>
<p>
My group and I worked together to brainstorm all the ideas that we came up for this project.
</p>
</section>
<!-- Personas diagram assignment-->
<section class="Assignment">
<a href="Files/CSCE 190 personas.pdf"><img src="Images/Personas.png"></a>
<a href="Files/CSCE 190 personas.pdf"><h2>Personna: 4 personnas for gym traffic </h2></a>
<p>
Personnas for a typical gym traffic app users.
</p>
</section>
<!-- Story board diagram assignment-->
<section class="Assignment">
<a href="Files/CSCE 190 Story board.pdf"><img src="Images/Story board.png"></a>
<a href="Files/CSCE 190 Story board.pdf"><h2>Story board: 4 stories for different users who will be using our app </h2></a>
<p>
Different Story board for a gym traffic app users.
</p>
</section>
<!-- App sketches assignment-->
<section class="Assignment">
<a href="Files/CSCE 190 Sketches.pdf"><img src="Images/Sketches.png"></a>
<a href="Files/CSCE 190 Sketches.pdf"><h2>Story board: 4 stories for different users who will be using our app </h2></a>
<p>
Rough ideas of how the application may look.
</p>
</section>
<!-- Paper sketches assignment-->
<section class="Assignment">
<a href= "https://www.youtube.com/watch?v=RDcf5rKSihw"><img src= "Images/Paper prototype.png"></a>
<a href="https://www.youtube.com/watch?v=RDcf5rKSihw"><h2>Paper Prototype: What the app is going to look like. </h2></a>
<p>
Pretty clear ideas of how the application may look and functionality it might have.
</p>
</section>
<!-- Low-fi-prototype-->
<section class="Assignment">
<a href= "Files/Gym Time Hi-Fi Proto-html/fullscreen.html"><img src= "Images/Proto.png"></a>
<a href="Files/Gym Time Hi-Fi Proto-html/fullscreen.html"><h2>Paper Prototype: What the app is going to look like. </h2></a>
<p>
Pretty clear ideas of how the application may look and functionality it might have.
</p>
</section>
</div>
</body>
</html>