-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
64 lines (63 loc) · 1.66 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
<!DOCTYPE html>
<html>
<head>
<title>Atlanta Ember - September 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
## September 2016
---
class: center, middle
![bnr](img/bnr.png)
---
class: center, middle
![pe](img/pe.png)
---
class: center, middle
![sp](img/sp.png)
---
class: center, middle
# Project Night
## Wednesday September 21
## 7pm
## Taproom Coffee
---
class: center, middle
# Jobs? Talk ideas? Announcements?
---
class: middle
# Tonight
- Websockets
- [Ember NYC - State of Engines](https://youtu.be/aYIhgDRLUa0?t=188)
- [Glimmer 2](http://emberjs.com/blog/2016/09/08/ember-2-8-and-2-9-beta-released.html#toc_ember-js-2-9-beta)
- [ember-changeset](https://github.com/DockYard/ember-changeset)
- Patrick?
</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>