-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathheader.php
More file actions
77 lines (60 loc) · 3.17 KB
/
header.php
File metadata and controls
77 lines (60 loc) · 3.17 KB
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
<!doctype html>
<html class="no-js" lang="en">
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">
<title>Peter Keating</title>
<meta name="description" content="">
<meta name="author" content="Peter Keating">
<meta name="viewport" content="width=device-width,initial-scale=1">
<link rel="stylesheet" href="<?php bloginfo('template_url'); ?>/style.css" />
<link rel="stylesheet" href="<?php bloginfo('template_url'); ?>/css/master.css" />
<script src="<?php bloginfo( "template_url" ); ?>/js/libs/modernizr-2.6.2.min.js"></script>
<!--
13/03/2013 - Removed typekit to reduce the number of requests and no longer
use a custom web font. Every little performance tweak helps, the
removal of typekit will remove up to 7 HTTP requests.
<script type="text/javascript" src="//use.typekit.net/men0iqb.js"></script>
<script type="text/javascript">try{Typekit.load();}catch(e){}</script>
-->
</head>
<body>
<div class="site-page">
<div class="site-header">
<!--[if gt IE 8]><!-->
<img src="data:image/gif;base64,R0lGODlhAQABAIAAAP///wAAACH5BAEAAAAALAAAAAABAAEAAAICRAEAOw==" data-src="<?php bloginfo( "template_url" ); ?>/images/me" class="site-logo" alt="Photo of Peter Keating." title="Photo of Peter Keating." />
<noscript>
<img src="<?php bloginfo( "template_url" ); ?>/images/me.png" class="site-logo" alt="Photo of Peter Keating." title="Photo of Peter Keating." />
</noscript>
<!--<![endif]-->
<!--[if lt IE 9]>
<img src="<?php bloginfo( "template_url" ); ?>/images/me.png" class="site-logo" alt="Photo of Peter Keating." title="Photo of Peter Keating." />
<![endif]-->
<h1 class="site-title">Peter Keating</h1>
<ul class="nav site-nav">
<li><a href="/">Home</a></li>
<li><a href="/about" class="site-nav-item">About</a></li>
<li><a href="/archive" class="site-nav-item">Archive</a></li>
</ul>
<ul class="nav social-nav">
<li>
<a href="http://twitter.com/peterkeating" title="View my Twitter profile." target="_blank">
<span class="screen-reader-text">Twitter</span>
<div class="social-media-icon icon-twitter"></div>
</a>
</li>
<li>
<a href="http://github.com/peterkeating" title="View my Github profile." target="_blank">
<span class="screen-reader-text">Github</span>
<div class="social-media-icon icon-github"></div>
</a>
</li>
<li>
<a href="http://www.endomondo.com/profile/5042109" title="View my Endomondo profile." target="_blank">
<span class="screen-reader-text">Endomondo</span>
<div class="social-media-icon icon-endomondo"></div>
</a>
</li>
</ul>
</div>
<div class="main">