-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
54 lines (52 loc) · 2.64 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
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html lang="en" xmlns="http://www.w3.org/1999/xhtml">
<head>
<title>Julian Walker</title>
<meta content="text/html; charset=UTF-8" http-equiv="Content-type" />
<meta content="Julian Walker" name="author" />
<link media="screen" href="css/main.css" type="text/css" rel="stylesheet" />
<script type="text/javascript" src="http://ajax.googleapis.com/ajax/libs/jquery/1.4.3/jquery.min.js"></script>
<script type="text/javascript" src="lib/jquery.ba-bbq.min.js"></script>
<script type="text/javascript" src="js/main.js"></script>
</head>
<body>
<div id="container">
<div id="header">
<a href="" id="site-title" class="minLink">website of julian walker</a>
<br/>
<img src="img/header.jpg" width="855" height="176" alt="header" />
</div>
<div id="navbar">
<div><a id="aboutLink" href="" class="minLink">About</a><a id="aboutSelectedDot" class="selectionDot"><br/>·</a></div>
<div><a id="projectsLink" href="" class="minLink">Projects</a><a id="projectsSelectedDot" class="selectionDot"><br/>·</a></div>
<div><a id="findMeLink" href="" class="minLink">Find me</a><a id="findMeSelectedDot" class="selectionDot"><br/>·</a></div>
<br/>
<img src="img/seperator.png" width="321" height="12" alt="" />
</div>
<div id="portfolio">
<div id="findMePane" class="pane">
<a href="mailto:[email protected]" class="minLink">[email protected]</a><br/><br/>
or<br/><br/>
<a target="_blank" href="http://facebook.com/julianwa">
<img title="Facebook" src="img/facebook.png" alt="Facebook" /></a>
<a target="_blank" href="http://github.com/julianwa">
<img title="github" src="img/github.png" alt="Github" /></a>
<a target="_blank" href="http://twitter.com/julianwa">
<img title="Twitter" src="img/twitter.png" alt="Twitter" /></a>
<a target="_blank" href="http://www.linkedin.com/in/julianrwalker">
<img title="LinkedIn" src="img/linkedin.png" alt="LinkedIn"/></a>
<a target="_blank" href="http://www.delicious.com/julianwalker">
<img title="Delicious" src="img/delicious.png" alt="Delicious" /></a>
</div>
<div id="aboutPane" class="pane">
I'm a freelance software engineering consultant.<br/><br/>I specialize in 2D and 3D graphics programming, but am open
to interesting projects of all sorts.<br/><br/>Seattle is my official home, but I enjoy a little nomadism here and
there.
</div>
<div id="projectsPane" class="pane">
Some projects that I've worked on.
</div>
</div>
</div>
</body>
</html>