This repository has been archived by the owner on Apr 18, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 20
/
default.hbs
70 lines (61 loc) · 3.12 KB
/
default.hbs
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
<!DOCTYPE html>
<html>
<head>
<meta name="globalsign-domain-verification" content="FwWYTqU2Xr1_MsYPj0GtdPzjKC68Ck4Onh8hGRd6fY" />
<meta http-equiv="Content-Type" content="text/html" charset="UTF-8" />
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1" />
<title>{{meta_title}}</title>
<meta name="description" content="{{meta_description}}" />
<meta name="viewport" content="width=device-width, initial-scale=1.0"/>
<link rel="stylesheet" type="text/css" href="/assets/css/screen.css" />
<script src="//ajax.googleapis.com/ajax/libs/jquery/1.10.2/jquery.min.js"></script>
<script type="text/javascript" src="/assets/js/index.js"></script>
<script type="text/javascript" src="//use.typekit.net/vym1trm.js"></script>
<script type="text/javascript">try{Typekit.load();}catch(e){}</script>
{{ghost_head}}
</head>
<body class="{{body_class}}">
<header class='main'>
<h1><a href='/'>Adam Cooke</a></h1>
<p class='title'>Software designer & developer</p>
<p class="social">
<a href='http://twitter.com/adamcooke'><i class='icon-twitter'></i><span>Follow me on <b>Twitter</b></span></a>
<a href='http://github.com/adamcooke'><i class='icon-github'></i><span>Check out my code on <b>GitHub</b></span></a>
<a href='http://dribbble.com/adamcooke'><i class='icon-dribbble'></i><span>View some of my designs on <b>Dribbble</span></b></a>
<a href='http://uk.linkedin.com/in/adamcooke'><i class='icon-linkedin'></i><span>Take a look at my <b>Linked In</b> profile</span></a>
<a href='http://www.youtube.com/channel/UCCbaAVqi9Kt7Wm_dBbDYVmg/videos'><i class='icon-youtube'></i><span>Watch my videos on <b>YouTube</b></span></a>
</p>
</header>
<nav class='main'>
<div class='inner'>
<div class='group pages'>
<ul class='nav'>
<li><i class='icon-blog'></i><a class='blog' href='/'>Home</a></li>
<li><i class='icon-about'></i><a class='about' href='/me/'>About me</a></li>
<li><i class='icon-projects'></i><a class='projects' href='/projects/'>Things I've done</a></li>
<li><i class='icon-opensource'></i><a class='opensource' href='/opensource/'>Open source projects</a></li>
</ul>
</div>
<div class='group companies'>
<h2>My Companies</h2>
<ul class='social'>
<li><a href='http://atechmedia.com'><b>aTech Media</b> - software development</a></li>
<li><a href='http://viaduct.io'><b>Viaduct</b> - amazing application hosting</a></li>
<li><a href='http://dial9.co.uk'><b>Dial 9 Communications</b> - VoIP</a></li>
</ul>
</div>
</div>
</nav>
<section class='content'>
{{{body}}}
</section>
<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-44845543-1', 'adamcooke.io');
ga('send', 'pageview');
</script>
</body>
</html>