-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
63 lines (60 loc) · 2.89 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
55
56
57
58
59
60
61
62
63
<!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>
<title>Andy Wilson Cambridge UK Developer Personal Site</title>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<meta http-equiv="content-language" content="en" />
<meta name="keywords" content="Wilson,Andy,UK,Cambridge,C#,Developer,.net,LinkedIn,Personal,Web" />
<meta name="description" content="Personal website of Andy Wilson, a Cambridge UK based software developer" />
<style>
* {margin:0;padding:0;font: 13pt/15pt Geneva,Candara,Helvetica,Arial,sans-serif;color:#111;font-weight:normal}
body {background:#a5b2bb url(/Content/clouds.gif) no-repeat fixed top left; color:#111;padding-top:20px}
h1 {font: 20pt/22pt Geneva,Helvetica,sans-serif;font-weight:normal}
ul {margin-top: 24px}
li {list-style:none;margin:10pt 0 10pt 5pt;padding:0 0 0 20px;line-height:20px}
a,a:visited,a:link {text-decoration:underline;color: #7493af}
a:hover,a:active {color:#4b481b}
p {margin:0 0 10pt 0}
img {border:0}
#container {margin-left:auto;margin-right:auto;width:800px;height:450px;border:1px solid #888;background:#fff;padding:15px}
#content {position:absolute;width:420px;margin-left:365px;border:0px solid silver}
#portrait {position:absolute;width:340px}
h1 {
font-size: 28pt;
margin-bottom: 6pt;
}
@media screen {
h1 {
background: url(Content/signature.gif);
text-indent: -9999px;
width: 388px;
height: 69px;
}
#bottomright{position:absolute; right:0; bottom:0;background:transparent url(/content/tree.jpg) no-repeat;z-index:-1;width:200px;height:260px}
}
</style>
</head>
<body>
<div id="container">
<div id="content">
<h1>Andy Wilson</h1>
<p>
Hello there, it’s nice of you to drop by. I’m Andy and I live near the city
of <a href="http://maps.google.com/maps?q=Cambridge+UK">Cambridge, UK</a>.
</p>
<p>For work I create software to solve business problems.</p>
<p>I’ve developed a number of web games over at <a href="https://redgem.games/">redgem.games</a>.</p>
<p>
I run, garden, cook and learn new stuff whenever I can.
</p>
<p>
View my professional profile on <a href="http://www.linkedin.com/in/andywilsonuk">Linked In</a>.
</p>
</div>
<div id="portrait">
<img alt="Andy Wilson Profile" src="Content/andywilson.jpg" />
</div>
</div>
<div id="bottomright"></div>
</body>
</html>