-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathheader.inc.php
34 lines (28 loc) · 1.27 KB
/
header.inc.php
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
<!doctype html>
<!-- paulirish.com/2008/conditional-stylesheets-vs-css-hacks-answer-neither/ -->
<!--[if lt IE 7 ]> <html lang="en" class="no-js ie6"> <![endif]-->
<!--[if IE 7 ]> <html lang="en" class="no-js ie7"> <![endif]-->
<!--[if IE 8 ]> <html lang="en" class="no-js ie8"> <![endif]-->
<!--[if IE 9 ]> <html lang="en" class="no-js ie9"> <![endif]-->
<!--[if (gt IE 9)|!(IE)]><!--> <html lang="en" class="no-js"> <!--<![endif]-->
<head>
<meta charset="utf-8">
<meta name="author" content="Ian Berry">
<title>Ian Berry</title>
<link rel="stylesheet" href="/css/setup.css">
<link rel="stylesheet" href="/css/style.css">
<!-- All JavaScript at the bottom, except for Modernizr which enables HTML5 elements & feature detects -->
<!-- async google analytics won't affect performance up here. -->
<script src="/js/libs/modernizr-1.6.min.js"></script>
</head>
<body>
<div id="container">
<header>
<img src="http://1.gravatar.com/avatar/ec0523d8f6493937dd10cdf0491ac722?size=72" alt="Ian Berry" />
<h1>Ian Berry</h1>
<div id="tagline">
Engineer of web software and cloud services<br />
Works at <a href="http://www.barracudanetworks.com">Barracuda Networks</a><br />
Founding partner at <a href="http://www.nutshell.com">Nutshell</a>
</div>
</header>