Better emoji support

This commit is contained in:
Jerome Petazzoni
2017-11-15 23:41:14 +01:00
parent 6c5e3eb3f3
commit d2d1771fd3
11 changed files with 16 additions and 10 deletions

View File

@@ -55,4 +55,4 @@ class: self-paced
--
.footnote[👇 Try it! The source file will be shown and you can view it on GitHub and fork and edit it.]
.footnote[.emoji[👇] Try it! The source file will be shown and you can view it on GitHub and fork and edit it.]

View File

@@ -84,7 +84,7 @@ https://github.com/jpetazzo/container.training/blob/8279a3bce9398f7c1a53bdd95187
--
- It is a DockerCoin miner! 💰🐳📦🚢
- It is a DockerCoin miner! .emoji[💰🐳📦🚢]
--

2
slides/find-non-ascii.sh Executable file
View File

@@ -0,0 +1,2 @@
#!/bin/sh
grep --color=auto -P -n "[^\x00-\x80]" */*.md

View File

@@ -131,7 +131,7 @@ root@fcfb62f0bfde:/# figlet hello
|_| |_|\___|_|_|\___/
```
It works! 🎉
It works! .emoji[🎉]
---

View File

@@ -188,7 +188,7 @@ root@91f3c974c9a1:/# figlet hello
```
Yay! 🎉
Yay! .emoji[🎉]
---

View File

@@ -106,7 +106,7 @@ root@04c0bb0a6c07:/# figlet hello
|_| |_|\___|_|_|\___/
```
Beautiful! 😍
Beautiful! .emoji[😍]
---

View File

@@ -2,9 +2,9 @@
- Hello! We are:
- 👷🏻‍♀️ AJ ([@s0ulshake](https://twitter.com/s0ulshake), Travis CI)
- .emoji[👷🏻‍♀️] AJ ([@s0ulshake](https://twitter.com/s0ulshake), Travis CI)
- 🐳 Jérôme ([@jpetazzo](https://twitter.com/jpetazzo), Docker Inc.)
- .emoji[🐳] Jérôme ([@jpetazzo](https://twitter.com/jpetazzo), Docker Inc.)
- The workshop will run from 9am to 4pm

View File

@@ -1,4 +1,4 @@
#!/usr/bin/env python
#!/usr/bin/env python2
# transforms a YAML manifest into a HTML workshop file
import glob

View File

@@ -179,7 +179,7 @@ ID HOSTNAME STATUS AVAILABILITY MANAGER STATUS
--
- Don't panic, we can easily see it again 😏
- Don't panic, we can easily see it again .emoji[😏]
---

View File

@@ -9,7 +9,7 @@
--
.footnote[🐳 Did you know that кит means "whale" in Russian?]
.footnote[.emoji[🐳] Did you know that кит means "whale" in Russian?]
---

View File

@@ -10,6 +10,10 @@
font-size: 25px !important;
}
.emoji {
font-family: 'EmojiOne Color';
}
h1, h2, h3, h4, h5, h6 {
font-family: 'Droid Serif';
font-weight: bold;