1 | <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" |
---|
2 | "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> |
---|
3 | <html> |
---|
4 | <head> |
---|
5 | <meta http-equiv="Content-type" content="text/html; charset=utf-8" /> |
---|
6 | <title>The Art of Engineering</title> |
---|
7 | <link type="text/css" media="screen" rel="stylesheet" href="stylesheets/style.css" title="default" /> |
---|
8 | </head> |
---|
9 | <body> |
---|
10 | <div id="Main"> |
---|
11 | <!-- <div id="BorderLeft" style="float: left; width: 20px; background-color: blue; "> |
---|
12 | </div> --> |
---|
13 | <div id="InnerMain" > |
---|
14 | |
---|
15 | <div id="Sidebar"> |
---|
16 | <h3>Bio</h3> |
---|
17 | <h3>Art</h3> |
---|
18 | <span>><a href="#">Digital</a></span><br/> |
---|
19 | <span>><a href="#">Natural Media</a></span><br/> |
---|
20 | <span>><a href="#">Sketches</a></span><br/> |
---|
21 | <span>><a href="#">Rome Sketchbook</a></span><br/> |
---|
22 | <h3>Engineering</h3> |
---|
23 | <span>><a href="#">FPGA Project</a></span><br/> |
---|
24 | <span>><a href="#">Portfolio Management</a></span><br/> |
---|
25 | <span>><a href="#">Sidebar</a></span><br/> |
---|
26 | <span>><a href="#">Sidebar</a></span><br/> |
---|
27 | <h3>Contact</h3> |
---|
28 | </div> <!-- end Sidebar --> |
---|
29 | <div id="Title"> |
---|
30 | <a href="/">The Art of Engineering</a> |
---|
31 | <h3>Computers, Art, and Everything in Between...</h3> |
---|
32 | </div> <!-- end Title --> |
---|
33 | |
---|
34 | <div id="Content"> |
---|
35 | <p> test </p> |
---|
36 | <p> test </p> |
---|
37 | <p> test with a hyperlink: <a href="">test</a></p> |
---|
38 | </div> <!-- end Content --> |
---|
39 | <div class="divclear"></div> |
---|
40 | <div id="Footer"> |
---|
41 | <span>[<a href="">xhtml</a>] | [<a href="">css</a>]</span> |
---|
42 | </div> <!-- end Footer --> |
---|
43 | </div> <!-- end InnerMain--> |
---|
44 | </div> <!-- end Main --> |
---|
45 | </body> |
---|
46 | </html> |
---|