-
Notifications
You must be signed in to change notification settings - Fork 0
/
level_up_village.html
52 lines (52 loc) · 2.99 KB
/
level_up_village.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
<!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>Level Up Village</h1>
<p><a href="http://levelupvillage.com/">Level Up Village</a> is a non-profit that inspires global citizenship through Science, Technology, Engineering and Math (STEM) based learning opportunities.</p>
<p>Their main problem is that they do not have a high level of awareness outside of their personal communities, mainly through word of mouth. We conducted interviews and surveys for their 4 main user groups: moms, teachers, kids in the program, and the people who run the program. </p>
<p>Throughout the research phase, we consulted with the director of Level Up Village. In the end, we presented this online <a href="level_up_village_micro.html" target="_blank">brand book</a> so they had a consistent branding and messaging across all their content.</p>
<p>You can see the website, touchpoint map, and personas below.</p>
<h2>Role: design, strategy.</h2>
<h2>See the live<a href="level_up_village_micro.html" target="_blank"> site</a>.</h2>
<h2>See the comments on <a href="http://dribbble.com/shots/1180246-Level-Up-Village-Logo?list=users target="_blank"" target="_blank">Dribbble</a></h2>
<h2>See the code on <a href="https://github.com/lawlere/LUV" target="_blank">Github</a></h2>
<a href="level_up_village_micro.html" target="_blank"><img src="images/luv_info.png" alt="LUV"></a>
<img src="images/LUV_persona_1.png" alt="LUV persona">
<img src="images/LUV_persona_2.png" alt="LUV persona">
<img src="images/LUV_persona_3.png" alt="LUV persona">
<img src="images/LUV_touchpoint.png" alt="LUV persona">
</div>
</div>
</body>
</html>