-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathinfo.html
60 lines (51 loc) · 2.09 KB
/
info.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
<!doctype html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="description" content="">
<meta name="keywords" content="">
<link rel="icon" type="image/x-icon" href="/favicon.gif" />
<link rel="stylesheet" type="text/css" href="css/style.css" media="screen" />
<link rel="stylesheet" type="text/css" href="css/print.css" media="print" />
<!--[if lt IE 7]>
<link rel="stylesheet" href="ie.css" type="text/css" />
<![endif]-->
<!-- <script type="text/javascript" src="http://ajax.googleapis.com/ajax/libs/jquery/1.3.2/jquery.min.js"></script> -->
<script type="text/javascript" src="scripts/script.js"></script>
<title></title>
</head>
<body>
<div id="main">
<div id="header">
<a href="index.html"><img src="images/header.jpg" /></a>
</div><!--End Header-->
<div id="info-body">
<img id="info-left" src="images/info_left.png" />
<div id="info-mid">
<img id="info-top" src="images/info_top.png" />
<p>There is something exciting about freezing 1/500th of a second<br />
forever in time. That one great shot is the same challenge I’ve<br />
been chasing since the first time I looked through the viewfinder.</p>
<p>The very trick in hooking a moment seems mostly luck while<br />
juggling focus, frame, and exposure. It’s never really that I see<br />
a good subject - but rather a good subject sees me.</p>
<p>Services: <span class="services">Photography</span><img src="images/dot.png" /><span class="services">Digital Retouching</span><img src="images/dot.png" /><span class="services">Graphic Design</span></p>
</div>
</div><!--End Info-Body-->
<div id="bottom">
<div id="navigation">
<ul>
<li><a id="nav1" href="bw.html">B & W</a></li>
<li><a id="nav2" href="color.html">Color</a></li>
<li><a id="nav3" href="info.html">Info</a></li>
<li><a id="nav4" href="contact.html">Contact</a></li>
</ul>
</div>
</div>
<div id="footer">
<p>© 2003-2010 lisa gonzalez</p>
<p class="credits">website by <a href="http://ascolidesigns.com">Ascoli Designs</a></p>
</div>
</div><!--End Main-->
</body>
</html>