-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
78 lines (68 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
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html>
<head>
<meta content='The wonderful GNU/Emacs 22, Django and of course, Python...' name='generator' />
<meta content='text/html; charset=us-ascii' http-equiv='Content-type' />
<title>simonmullis.com ::
Home
</title>
<link rel="shortcut icon" type="image/x-icon" href="/favicon.ico">
<link rel="stylesheet" href="/static/css/master.css">
<link rel="stylesheet" media="all" type="text/css" href="/static/css/stylesheet.css">
<script type="text/javascript">
var _gaq = _gaq || [];
_gaq.push(['_setAccount', 'UA-2761134-1']);
_gaq.push(['_trackPageview']);
(function() {
var ga = document.createElement('script'); ga.type = 'text/javascript'; ga.async = true;
ga.src = ('https:' == document.location.protocol ? 'https://ssl' : 'http://www') + '.google-analytics.com/ga.js';
var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(ga, s);
})();
</script>
</head>
<body style>
<div class="container">
<div id='header'>
<a href='http://simonmullis.com/'>
<img alt='simonmullis.com' src='/static/images/smullis-logo-small.png' />
</a>
<ul>
<li id='first'>
<a href='/'>
home
</a>
</li>
<li id='second'>
<a href='/about/'>
about
</a>
</li>
<li id='third'>
<a href='/music/'>
music
</a>
</li>
<li id='fourth'>
<a href='/code/'>
code
</a>
</li>
<li id='fifth'>
<a href='/contact/'>
contact
</a>
</li>
</ul>
<br class='clear' />
</div>
<div id="content" class="home" >
<p>Hello, I'm <strong>Simon Mullis</strong>, a 40+ year old guy who works in IT. This is where you'll find some of my work, projects, and titbits of useful <a class="reference external" href="https://bitbucket.org/simonm/">code</a>.</p>
<p>I live in <a class="reference external" href="http://maps.google.nl/maps?q=amsterdam&oe=utf-8&rls=org.mozilla:en-US:official&client=firefox-a&um=1&ie=UTF-8&split=0&gl=nl&ei=mS_SSYrSFMWP-AaA_OG1BQ&sa=X&oi=geocode_result&resnum=1&ct=title">Amsterdam</a> and work for <a class="reference external" href="http://www.tanium.com/">Tanium, Inc</a>. If you want, you can click on the about link to learn more about me.</p>
<p>Want to get in touch? <a class="reference external" href="/contact/">Drop me a line</a>.</p>
</div>
<div id='footer'>
simonmullis.com © 2000-2021 Simon Mullis
</div>
</div>
</body>
</html>