-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
59 lines (54 loc) · 2.37 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<title>Andy Hails - Web developer, London</title>
<meta name="viewport" content="width=device-width, initial-scale=1">
<!-- Always force latest IE rendering engine (even in intranet) & Chrome Frame -->
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">
<meta name="description" content="An experienced full stack Drupal developer with experience in delivering projects of all sizes within teams.">
<link rel="shortcut icon" href="/favicon.ico">
<link rel="apple-touch-icon" href="/apple-touch-icon.png">
<link href='http://fonts.googleapis.com/css?family=Open+Sans:300,400,600' rel='stylesheet' type='text/css'>
<link href="css/styles.css" rel='stylesheet' type='text/css'>
</head>
<body>
<!-- Hello! Please excuse the sparse website :-) -->
<div class="l-site-container">
<h1>
Andy Hails
<span class="subheading">London based web/Drupal developer</span>
</h1>
<pre class="prettyprint lang-php">
// Me - An experienced <a href="http://www.drupal.org" target="_blank">Drupal</a> developer
$andyHails = WebDeveloper::get();
$andyHails->hasExperience([
<a href="http://www.drupal.org" target="_blank">DRUPAL,</a>
OO_PHP,
HTML5,
CSS3,
JAVASCRIPT,
AGILE_PROJECT_MANAGEMENT,
WORKING_IN_TEAMS,
DELIVERING_PROJECTS,
]);
// Client - who needs a solution to a problem
$you = new Client();
$you->hireToBuildSystem($andyHails);
$you->isHappy(); <span class="martin"></span>
// Contact via <a href="mailto:[email protected]">Email</a> or <a href="http://www.twitter.com/andyhails" target="_blank">Twitter.</a>
$email = '<a href="mailto:[email protected]" target="_blank">[email protected]</a>'
$twitter = '<a href="http://www.twitter.com/andyhails" target="_blank">@andyhails</a>'
</pre>
</div>
<script src="https://cdn.rawgit.com/google/code-prettify/master/loader/run_prettify.js"></script>
<script>
(function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){
(i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o),
m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m)
})(window,document,'script','//www.google-analytics.com/analytics.js','ga');
ga('create', 'UA-63281996-1', 'auto');
ga('send', 'pageview');
</script>
</body>
</html>