-
Notifications
You must be signed in to change notification settings - Fork 5
/
title.html
56 lines (47 loc) · 1.7 KB
/
title.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
<!DOCTYPE html>
<html>
<head>
<meta charset='utf-8'>
<title>Montreal 311 Service Requests, an Analysis</title>
</head>
<style>
@import url('http://fonts.googleapis.com/css?family=Open+Sans:400');
@font-face {
font-family: 'Museo Slab 700';
src: url('http://nicolas.kruchten.com/font/Museo_Slab_700-webfont.eot');
src: url('http://nicolas.kruchten.com/font/Museo_Slab_700-webfont.eot?#iefix') format('embedded-opentype'),
url('http://nicolas.kruchten.com/font/Museo_Slab_700-webfont.woff') format('woff'),
url('http://nicolas.kruchten.com/font/Museo_Slab_700-webfont.ttf') format('truetype'),
url('http://nicolas.kruchten.com/font/Museo_Slab_700-webfont.svg#MuseoSlab700Regular') format('svg');
font-weight: bold;
font-style: normal;
}
h1, h2, h3, h4, h5, h6, .brand {font-family: 'Museo Slab 700';}
body {
font-family: 'Open Sans';
-webkit-font-smoothing: antialiased;
text-rendering: optimizeLegibility;
color: #333;
}
.c3-line, .c3-focused {stroke-width: 3px !important;}
.c3-bar {stroke: white !important; stroke-width: 1;}
.c3 text { font-size: 12px; color: grey;}
.tick line {stroke: white;}
.c3-axis path {stroke: grey;}
.chapter {display: none;}
p, li {
font-size: 18px;
line-height: 1.5;
}
li {margin-top: 5px;}
</style>
<body style="text-align: center">
<br />
<h1>Montreal 311 Service Requests, an Analysis</h1>
<br />
<h2>nicolas.kruchten.com<span style="color:grey;">/mtl311</span></h2>
<br />
<h3><span style="color:grey;">mailto:</span>[email protected]</h3>
<h3><span style="color:grey;">@</span>nicolaskruchten</h3>
</body>
</html>