-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
80 lines (79 loc) · 1.87 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
<!DOCTYPE html>
<html>
<head>
<title>Atlanta Ember - May 16</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;
}
.remark-code, .remark-inline-code { font-family: 'Ubuntu Mono'; }
.remark-slide-content { font-size: 32px; }
.white { color: white; }
</style>
</script>
</head>
<body>
<textarea id="source">
class: center, middle
# Atlanta Ember
## May 2016
---
class: center, bottom
background-image: url(img/chris.jpg)
# 😢 😢 😢 😢 😢 😢 😢
---
class: center, middle
![bnr](img/bnr.png)
---
class: center, middle
![pe](img/pe.png)
---
class: center, middle
![sp](img/sp.png)
---
class: center, middle
# EmberConf Talks
## http://confreaks.tv/events/emberconf2016
---
class: center, middle
# The Ember.js Times
## https://the-emberjs-times.ongoodbits.com
---
class: center, middle
# Wicked Good Ember
## June 27-28
## Thompson Island, Boston
## 10% Discount: community-47721
---
class: center, middle
# Project Night
## Tuesday May 24
## 7pm
## CaseFleet Office
---
class: center, middle
![mic-tomster](img/mic-tomster.png)
---
class: center, middle
![lts-tomster](img/lts-tomster.png)
---
class: center, middle
![old-tomster](img/old-tomster.png)
</textarea>
<script src="https://gnab.github.io/remark/downloads/remark-latest.min.js">
</script>
<script>
var slideshow = remark.create({
highlightStyle: 'monokai',
highlightLanguage: 'javascript',
slideNumberFormat: ''
}) ;
</script>
</body>
</html>