-
Notifications
You must be signed in to change notification settings - Fork 0
/
shh_intro.html
52 lines (52 loc) · 2.68 KB
/
shh_intro.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>Save Home Heat</h1>
<p>A heating and cooling company in Boulder, Colorado needed a new website. After meetings with the owners, and research into the customers, I went through a heuristic review of their old site, built wireframes, created high fidelity mockups, and coded the new website.</p>
<h2>Role: UX, design, frontend development, content strategy.</h2>
<h2>See the live<a href="http://www.emmalawler.com/shh.html" target="_blank"> site</a>.</h2>
<h2>See the code on <a href="https://github.com/lawlere/save_home_heat" target="_blank">Github</a></h2>
<a href="http://www.emmalawler.com/shh.html"_blank"" target="_blank"><img src="images/shh_homepage.png" alt="Save Home Heat website"></a>
<img src="images/shh_wire_1.png" alt="Save Home Heat wireframes">
<img src="images/shh_wire_2.png" alt="Save Home Heat wireframes">
<img src="images/shh_wire_3.png" alt="Save Home Heat wireframes">
<img src="images/shh_wire_4.png" alt="Save Home Heat wireframes">
<img src="images/shh_wire_5.png" alt="Save Home Heat wireframes">
<img src="images/shh_wire_6.png" alt="Save Home Heat wireframes">
<img src="images/shh_wire_7.png" alt="Save Home Heat wireframes">
<img src="images/shh_wire_8.png" alt="Save Home Heat wireframes">
</div>
</div>
</body>
</html>