-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathcv.tpl
35 lines (30 loc) · 1.37 KB
/
cv.tpl
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
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<title>Iain Dawson: a CV</title>
<link rel="stylesheet" type="text/css" href="http://d.bldm.us/cv.css?v=wrap">
<meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1">
<link href='http://fonts.googleapis.com/css?family=Buenard:400,700' rel='stylesheet' type='text/css'>
<link href='http://fonts.googleapis.com/css?family=Ubuntu+Mono:400,700' rel='stylesheet' type='text/css'>
<link href='http://fonts.googleapis.com/css?family=Share+Tech' rel='stylesheet' type='text/css'>
<link rel="shortcut icon" href="http://media.musicfortheblind.co.uk/static/favicon.ico" type="image/vnd.microsoft.icon">
<script src="//ajax.googleapis.com/ajax/libs/jquery/1.8.3/jquery.min.js"></script>
<script src="http://d.bldm.us/tags.js"></script>
</head>
<body>
<h1>Iain Dawson: a CV</h1>
<div id="contact">
<p><a class="inline" href="mailto:[email protected]">[email protected]</a></p>
% if tel:
<p>{{tel}}</p>
% end
</div>
<div id="things">
{{!cv}}
</div>
<div id="logo">
<a target="_blank" href="http://musicfortheblind.co.uk/"><img alt="Music for the Blind" title="Music for the Blind" src="http://d.bldm.us/stamp.png"></a>
</div>
</body>
</html>