-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathtimeline.html
43 lines (43 loc) · 1.92 KB
/
timeline.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:emily.lawler@colorado.edu?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>Timeline</h1>
<p>This timeline was created to show the incoming <a href="http://bdw.colorado.edu/" target="_blank" target="_blank">BDW</a> students when important events would be happening, and to understand the overall arc of the year-long program.</p>
<h2>Role: design, content strategy.</h2>
<h2>See the comments on <a href="http://dribbble.com/shots/1076833-Program-Timeline?list=users" target="_blank">Dribbble</a></h2>
<img src="images/timeline_full.png" alt="full timeline">
</div>
</div>
</body>
</html>