-
Notifications
You must be signed in to change notification settings - Fork 0
/
udr.html
43 lines (43 loc) · 2.14 KB
/
udr.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
<!DOCTYPE HTML>
<html>
<head>
<meta charset="utf-8" />
<title>Emma Lawler</title>
<meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1">
<link href='http://fonts.googleapis.com/css?family=Roboto:400,100,100italic,300,300italic,400italic,500,500italic,700,700italic,900,900italic' rel='stylesheet' type='text/css'>
<link rel="stylesheet" href="portfolio.css" />
</head>
<body>
<div id="header_box">
</div>
<div class="container">
<div id="header">
<a href="index.html">Emma Lawler</a>
</div>
<div id="contact">
<a href="http://dribbble.com/emmalawler">
<img src="images/dribbble.gif" alt="dribbble" width="50" height="50"></a>
<a href="https://github.com/lawlere" target="_top">
<img src="images/github_logo.png" alt="Email" width="50" height="50"></a>
<a href="https://twitter.com/emmalawler24">
<img src="images/twitter.png" alt="Twitter" width="50" height="50"></a>
<a href="http://www.linkedin.com/pub/emma-lawler/22/194/556">
<img src="images/linkedin.png" alt="LinkedIn" width="50" height="50"></a>
<a href="mailto:[email protected]?Subject=Nice%20to%20meet%20you" target="_top">
<img src="images/email-black-logo.png" alt="Email" width="50" height="50"></a>
</div>
<div id="text_hero">
<h1>Design, UX, Frontend Development</h1>
</div>
</div>
<div class="info_container">
<div id="info">
<h1>UDR</h1>
<p>For a two day design sprint, we worked through the online apartment searching experience for <a href="http://www.udr.com/" target="_blank">UDR</a>. We did user testing and research to redefine the experience of finding a new home. We focused on giving the user a way to choose their surroundings and neighborhood, since the majority of the people in our focus groups already knew what amenities their future apartment needed to include.</p>
<h2>Role: design, strategy, user experience.</h2>
<h2>See the comments on <a href="http://dribbble.com/shots/1138102-UDR-Landing-Page?list=users"_blank"" target="_blank">Dribbble</a></h2>
<img src="images/UDR_landing_full.png" alt="full UDR site">
</div>
</div>
</body>
</html>