-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
87 lines (69 loc) · 1.72 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
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
<!DOCTYPE html>
<html>
<head>
<title>Beyond tellerand Berlin 2017</title>
<meta charset="utf-8">
<style>
@import url(https://fonts.googleapis.com/css?family=Yanone+Kaffeesatz);
@import url(https://fonts.googleapis.com/css?family=Droid+Serif:400,700,400italic);
@import url(https://fonts.googleapis.com/css?family=Ubuntu+Mono:400,700,400italic);
body {
font-family: 'Droid Serif';
}
h1,
h2,
h3 {
font-family: 'Yanone Kaffeesatz';
font-weight: normal;
}
img {
max-width: 100%;
}
img[alt='Berlin'] {
width: 60%;
}
img[alt='SMACCSS architecture'] {
height: 230px;
}
img[alt='Why SMACCS'] {
height: 300px;
}
img[alt='Kuma Bundles SCSS'] {
float: left;
height: 200px;
margin-right: 50px;
}
img[alt='Beer1'] {
width: 200px;
}
img[alt='Beer2'] {
width: 200px;
}
img[alt='Beer3'] {
width: 200px;
transform: translate(0, -10%) rotate(90deg);
}
.remark-code,
.remark-inline-code {
font-family: 'Ubuntu Mono';
}
.remark-slide-content {
font-size: 23px;
}
.remark-slide-content h1 {
margin: 20px 0;
}
</style>
</head>
<body>
<textarea id="source">
</textarea>
<script src="https://remarkjs.com/downloads/remark-latest.min.js">
</script>
<script>
var slideshow = remark.create({
sourceUrl: 'slideshow.md'
});
</script>
</body>
</html>