-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindexCR.html
117 lines (106 loc) · 4.52 KB
/
indexCR.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
104
105
106
107
108
109
110
111
112
113
114
115
116
117
<!DOCTYPE html>
<html>
<head>
<title>M-Craigslist</title>
<link rel="stylesheet" type="text/css" href="css/style.css">
</head>
<body>
<body id="full" >
<div id="wrapper">
<div id="nav"><a href="index.html"><img src="images/logo.png" width="150px" height="90px" alt="logo" class="logo"></a>
<ul>
<li class="home"><a href="index.html">Home</a></li>
<li class="about"><a href="about.html">About</a></li>
</ul>
</div>
<div id="container-work">
<div class="project-head">
<div class="Eboxin">
<img src="images/crimage2.jpg" width="70%">
<p class="breakdown">
<strong>Role</strong>: User Experience Design, Visual Design, Research<br>
<strong>Tools Used</strong>: Sketch, Paper, Invision, Adobe Illustrator
<br>
</p>
<div class="zoom"
<div class="Eboxin-info">
<h1 class="headerT2">Craigslist 2.0</h1>
<h3> Craigslist 2.0 is a newly designed and branded version of Craigslist that is more approachable and safer to use.</h3>
</div>
</div>
</div>
</div>
<div class="project-container">
<div class="project-description">
<h1 class="ProjC">The Problem</h1>
<div class="Epara">
<p> Currently, craiglist's website is a disaster. Yet, people still use it because it's resourceful. Here's a list of things we found particulary terrible through both user research and personal experience:</p>
1. Home page has too many options. <br>
2. Is there a logo? <br>
3. What are the abbreviated letters at the top? <br>
4. Overwhelming amount of information. <br>
5. Why is there a calendar. <br>
6. What does 'gig' mean? <br>
7. Some content is left aligned while others are center alligned. <br>
<img src="images/crhome-pgbad.jpg" width="70%">
</div>
</div>
<div class="project-description">
<h1 class="ProjC">Solutions</h1>
<div class="Epara">
<p> It was clear that a sense of information heirarchy needed to be established in this website.</p>
<p><strong> Aesthetically,</strong> there needs to be a clear brand statement with a logo, color pallete, and set typography.</p>
<p><strong> Navigation,</strong> A clear form of navigation through layout and reduced content also needs to be created.</p>
</div>
</div>
<div class="project-description">
<h1 class="ProjC">Paper Prototype</h1>
<div class="Epara">
<img src="images/crpp1.JPG" height="50%" width="50%">
<video width="100%" height="450" controls background color=white>
<source src="images/crpptest.mp4" type="video/mp4">
</video>
</div>
</div>
<div class="project-description">
<h1 class="ProjC">Testing + Feedback</h1>
<div class="Epara">
<p>After testing our paper protoype some of the feedback included:</p>
1. Add more options to the nav bar. <br>
2. Reduce the sketchy element of Craigslist. Make it feel safer. <br>
3. What categories do you use the most? Many said: selling, buying, and housing.<br>
4. Would like to see the most recent items in a more organized manner. <br><br>
<img src="images/crpptest2.JPG" width="50%">
<img src="images/crpptestsoomi.png" width="70%">
</div>
</div>
<div class="project-description">
<h1 class="ProjC">Style-Guide</h1>
<div class="Epara">
<p>We used some of the feedback to create our user flow diagram.</p>
<img src="images/crppflowdiagram.png" width="100%">
<p>Then I started to develop the style-guide and branding.</p>
<img src="images/crppSG1.png" width="45%">
<img src="images/crppSG2.png" width="45%">
<img src="images/crppSG3.png" width="45%">
<img src="images/crppSG4.png" width="45%">
<img src="images/crppSG5.png" width="45%">
</div>
</div>
<div class="project-description">
<h1 class="ProjC">High Fidelity: Prototype </h1>
<div class="Epara">
<img src="images/crpphighfidelity.jpg" width="100%">
<video width="100%" height="500" controls background color=white>
<source src="images/crhfp.mp4" type="video/mp4">
</video>
</div>
</div>
</div>
</body>
<footer>
<p id="footer">Copyrite © 2018 Milan Gary. Front and Back End Developed by Milan Gary.</p>
<p id="footer"><a href="mailto:mgary44@gmail.com">
mgary44@gmail.com</a>.</p>
</footer>
</html>