-
Notifications
You must be signed in to change notification settings - Fork 24
/
index.html
57 lines (55 loc) · 2.44 KB
/
index.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
---
layout: null
---
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>Jake Wharton</title>
<link rel="stylesheet" href="static/bootstrap-3.1.1.min.css" type="text/css">
<link rel="stylesheet" href="https://fonts.googleapis.com/css?family=Merriweather+Sans:400,300,700" type="text/css">
<link rel="stylesheet" href="static/app.css" type="text/css">
<meta name="theme-color" content="#111111">
<style type="text/css">
body {
background-color: #111 !important;
background: url('static/bg.png') no-repeat center center;
background-size: cover;
}
header {
background-color: transparent !important;
}
</style>
<meta name="og:type" content="website">
<meta name="og:title" content="jakewharton.com">
<meta name="og:description" content="Blog posts, presentations, GitHub, and more.">
<meta name="og:site_name" content="Jake Wharton">
<meta name="og:url" content="{{ site.url }}">
<meta name="og:image" content="http://www.gravatar.com/avatar/e68309f117985270285ade8082f4877d?s=200">
<meta name="twitter:card" content="summary">
<meta name="twitter:site" content="@JakeWharton">
<meta name="twitter:domain" content="jakewharton.com">
<meta name="twitter:title" content="jakewharton.com">
<meta name="twitter:description" content="Blog posts, presentations, GitHub, and more.">
<meta name="twitter:image" content="http://www.gravatar.com/avatar/e68309f117985270285ade8082f4877d?s=200">
<meta name="twitter:url" content="{{ site.url }}">
<meta name="twitter:label1" content="Posts">
<meta name="twitter:data1" content="{{ site.posts | size }}">
<meta name="twitter:label2" content="Presentations">
<meta name="twitter:data2" content="{{ site.presentations | size }}">
</head>
<body>
<header>
<h1>Jake Wharton</h1>
<ul class="list-inline">
<li><a href="/blog"><span>read</span>Blog</a></li>
<li><a href="/presentations"><span>watch</span>Presentations</a></li>
<li><a href="/podcasts"><span>listen</span>Podcasts</a></li>
<li><a href="https://github.com/JakeWharton"><span>fork</span>GitHub</a></li>
<li><a rel="me" href="https://mastodon.jakewharton.com/@jw"><span>follow</span>Mastodon</a></li>
</ul>
</header>
</body>
</html>