-
Notifications
You must be signed in to change notification settings - Fork 9
/
Copy pathlayout.html.mustache
51 lines (46 loc) · 1.15 KB
/
layout.html.mustache
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
<!DOCTYPE html>
<html>
<head>
<title>js @ ФМИ</title>
<title>My Awesome Presentation</title>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8"/>
<style type="text/css">
@import url(http://fonts.googleapis.com/css?family=Ubuntu&subset=latin,cyrillic-ext,greek-ext,greek,latin-ext,cyrillic);
@import url(http://fonts.googleapis.com/css?family=Ubuntu+Mono&subset=latin,cyrillic-ext,greek-ext,greek,latin-ext,cyrillic);
body {
font-family: 'Ubuntu';
font-weight: normal;
}
img {
max-width: 90%;
}
.left-column {
width: 40%;
height: 92%;
float: left;
}
.right-column {
width: 55%;
float: right;
padding-top: 1em;
}
h1, h2, h3 {
font-weight: normal;
}
.remark-code, .remark-inline-code { font-family: 'Ubuntu Mono'; }
</style>
</head>
<body>
<textarea id="source">
class: middle, center
# js @ ФМИ
---
{{{ slides }}}
</textarea>
<script src="src/remark.js" type="text/javascript">
</script>
<script type="text/javascript">
var slideshorw = remark.create();
</script>
</body>
</html>