-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
68 lines (63 loc) · 1.91 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
58
59
60
61
62
63
64
65
66
67
68
<!DOCTYPE html>
<html>
<head>
<meta charset='utf-8'>
<title>Bathchat</title>
<meta http-equiv="X-UA-Compatible" content="chrome=1">
<link href='https://fonts.googleapis.com/css?family=Lato:900&text=Bathchat' rel='stylesheet' type='text/css'>
<style type="text/css">
html, body {
box-sizing: border-box;
margin: 0;
padding: 0;
width: 100%;
min-height: 100%;
overflow: hidden;
}
body {
display: block;
background: url(the-people.jpg) repeat center;
background-size: cover;
}
h1 {
display: block;
margin: 10vh auto 0.75em;
padding: 0;
width: 60%;
height: auto;
font: 900 3em/1.2em 'Lato',Arial,sans-serif;
text-align: center;
}
h1 a, h1 a:visited {
color: #f19353;
text-decoration: none;
outline: none;
}
h1 a:hover, h1 a:focus {
color: #5e6060;
}
.center {
display: block;
margin: 0 auto;
padding: 0;
width: 65%;
max-width: 600px;
min-width: 200px;
}
</style>
</head>
<body>
<h1><a href="http://github.com/bathchat/">Bathchat</a></h1>
<div class="center">
<script async class="speakerdeck-embed" data-id="45726900b6f70131d65a1a515edcce73" data-ratio="1.33333333333333" src="//speakerdeck.com/assets/embed.js"></script>
</div>
<script type="text/javascript">
(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-47787772-1', 'bathchat.github.io');
ga('send', 'pageview');
</script>
</body>
</html>