-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
48 lines (38 loc) · 2.35 KB
/
index.html
File metadata and controls
48 lines (38 loc) · 2.35 KB
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
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<link href="http://media.lindsaybeeson.com/css/reset.css" rel="stylesheet" type="text/css" />
<link href="http://media.lindsaybeeson.com/css/base.css" rel="stylesheet" type="text/css" />
<style type="text/css" media="screen">
#home a:link, #home a:visited {
color: #e6bb00;
}
</style>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<title>lindsaybeeson.com / Lindsay Durango Beeson / Designer. Wordsmith.</title>
</head>
<body>
<div id="wrap">
<div id="header"><h1><a href="/" title="Home">Lindsay Durango Beeson</a></h1></div>
<ul id="navigation">
<li id="home"><a href="/" title="Portfolio">HOME</a></li>
<li id="portfolio"><a href="/portfolio" title="About">PORTFOLIO</a></li>
<li id="resume"><a href="/resume" title="Contact">RESUME</a></li>
<!--<li id="about"><a href="/about" title="Contact">ABOUT</a></li>-->
<li id="contact"><a href="/contact" title="Contact">CONTACT</a></li>
</ul>
<div id="secondary_content">
<div id="twitter_div">
<h2 class="twitter-title"><a href="http://twitter.com/lindsaybeeson">LATEST TWITTER</a></h2>
<ul id="twitter_update_list"><li></li></ul></div>
</div>
<div id="main_content">
<p class="intro">I'm a designer/wordsmith in Knoxville, TN. My career started in 2001 on the copy desk of <a href="http://www.roanoke.com/">The Roanoke Times</a> in Virginia,</p>
<p>where I learned how to dissect sentences and lay out news pages. After three years on the desk, I followed my growing love of design to the paper's features department. In addition to designing daily features sections, I led the newspaper's entertainment tab, Inside Out, through its launch in 2004 and subsequent redesign in 2006. Now in Knoxville, I balance a life of design, words and baking. Ever adapting, ever delicious and grammatically correct.</p>
</div><!--END CONTENT-->
<div id="footer"><p>WEB SITE DESIGN BY <a href="http://lindsaybeeson.com">LINDSAY DURANGO BEESON</a></p></div>
</div><!--END WRAP-->
<script type="text/javascript" src="http://twitter.com/javascripts/blogger.js"></script>
<script type="text/javascript" src="http://twitter.com/statuses/user_timeline/lindsaybeeson.json?callback=twitterCallback2&count=1"></script>
</body>
</html>