-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
86 lines (86 loc) · 3 KB
/
index.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
<!DOCTYPE HTML>
<html>
<head>
<meta charset="utf-8" />
<title>Emma Lawler</title>
<meta name="viewport" content="width=device-width, initial-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" />
<link href="favicon.ico" rel="icon" type="image/x-icon" />
</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 id="boxes">
<div id="project_1">
<a href="kubmo.html"> </a>
</div>
<div id="project_2">
<a href="timeline.html"> </a>
</div>
<div id="project_3">
<a href="shh_intro.html"> </a>
</div>
<div id="project_4">
<a href="level_up_village.html"> </a>
</div>
<div id="project_5">
<a href="udr.html"> </a>
</div>
<div id="project_6">
<a href="apartment_finder.html"> </a>
</div>
<div id="project_7">
<a href="sxsw.html"> </a>
</div>
<div id="project_8">
<a href="livestrong.html"> </a>
</div>
<div id="project_9">
<a href="collection.html"> </a>
</div>
<div id="project_10">
<a href="sir_richards.html"> </a>
</div>
</div>
</div>
<div id="footer">
<p>footer</p>
<div class="footer_container">
<img src="images/logo_06.png" alt="logo" />
<div id="contact_footer">
<a href="http://dribbble.com/emmalawler">
<img src="images/dribbble.gif" alt="dribbble"></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"></a>
<a href="http://www.linkedin.com/pub/emma-lawler/22/194/556">
<img src="images/linkedin.png" alt="LinkedIn"></a>
<a href="mailto:[email protected]?Subject=Nice%20to%20meet%20you" target="_top">
<img src="images/email-black-logo.png" alt="Email"></a>
</div>
</div>
</div>
</div>
</body>
</html>