Skip to content

Commit

Permalink
Embeds presentation
Browse files Browse the repository at this point in the history
  • Loading branch information
theopak committed May 6, 2014
1 parent 0ff92f2 commit cb1fcc8
Showing 1 changed file with 12 additions and 3 deletions.
15 changes: 12 additions & 3 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<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' rel='stylesheet' type='text/css'>
<link href='https://fonts.googleapis.com/css?family=Lato:900&amp;text=Bathchat' rel='stylesheet' type='text/css'>
<style type="text/css">
html, body {
box-sizing: border-box;
Expand All @@ -21,7 +21,7 @@
}
h1 {
display: block;
margin: 45vh auto 0;
margin: 30vh auto 0.75em;
padding: 0;
width: 60%;
height: auto;
Expand All @@ -36,12 +36,21 @@
h1 a:hover, h1 a:focus {
color: #5e6060;
}
.center {
display: block;
margin: 0 auto;
padding: 0;
}
</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(){
Expand All @@ -53,4 +62,4 @@ <h1><a href="http://github.com/bathchat/">Bathchat</a></h1>
</script>

</body>
</html>
</html>

0 comments on commit cb1fcc8

Please sign in to comment.