-
Notifications
You must be signed in to change notification settings - Fork 0
/
now.html
64 lines (56 loc) · 2.28 KB
/
now.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
60
61
62
63
64
<!DOCTYPE html>
<!--[if lt IE 7 ]><html class="ie ie6" lang="en"> <![endif]-->
<!--[if IE 7 ]><html class="ie ie7" lang="en"> <![endif]-->
<!--[if IE 8 ]><html class="ie ie8" lang="en"> <![endif]-->
<!--[if (gte IE 9)|!(IE)]><!--><html lang="en"> <!--<![endif]-->
<head>
<title>What I'm doing now | Tom Brooks</title>
<meta name="viewport" content="width=device-width; initial-scale=1.0;" />
<meta name="description" content="">
<!-- ================ CSS ================ -->
<link rel="stylesheet" href="/css/skeleton.css">
<link rel="stylesheet" href="/css/layout.css">
<link href='http://fonts.googleapis.com/css?family=Roboto+Slab:400,300,700|Open+Sans:400,700' rel='stylesheet' type='text/css'>
<!--[if lt IE 9]>
<script src="http://html5shim.googlecode.com/svn/trunk/html5.js"></script>
<![endif]-->
<!-- ================ JS ================ -->
<script src="http://ajax.googleapis.com/ajax/libs/jquery/1/jquery.min.js"></script>
<script src="js/modernizr.js"></script>
<script src="js/retina.js"></script>
<!-- ================ Favicons ================ -->
<link rel="shortcut icon" href="/images/favicon.ico">
<!-- ================ Google Analytics ================ -->
</head>
<body>
<header>
<div class="container">
<div class="logo sixteen columns">
<a href="/"><span class="tom">Tom Brooks</span></a>
</div>
<div class="navigation sixteen columns">
<ul class="nav">
<li><a href="/">Home</a></li>
<li><a href="/photos">Photos</a></li>
<li class="current-menu-item"><a href="/now">Now</a></li>
</ul>
</div>
</div>
</header>
<section class="content">
<div class="container">
<div class="eight columns offset-by-four">
<h1>What I'm doing now</h1>
<ul>
<li>Working as a <a href="http://www.olospo.co.uk/">freelance designer & developer</a>.</li>
<li>Putting together monthly curated Spotify playlists on <a href="http://www.scattermusic.co.uk">Scatter Music</a></li>
<li>Learning Danish with the help of <a href="https://www.duolingo.com">Duolingo</a></li>
<li>Member of a Bristol based Whisky Club</li>
<li>Writing whisky reviews for <a href="http://therealdram.com/">The Real Dram</a></li>
</ul>
<p class="updated">Updated: April 2018</p>
</div>
</div>
</section>
</body>
</html>