Skip to content

Commit

Permalink
add material on elm talk
Browse files Browse the repository at this point in the history
  • Loading branch information
stesie committed Jun 12, 2017
1 parent 2f4bdc2 commit 92baa87
Show file tree
Hide file tree
Showing 4 changed files with 18 additions and 2 deletions.
6 changes: 6 additions & 0 deletions .gitmodules
@@ -0,0 +1,6 @@
[submodule "slides/2017/011_introduction-to-elm/slides-repo"]
path = slides/2017/011_introduction-to-elm/slides-repo
url = git@github.com:stesie/elm-talk.git
[submodule "slides/2017/011_introduction-to-elm/elm-nibbles"]
path = slides/2017/011_introduction-to-elm/elm-nibbles
url = git@github.com:stesie/elm-nibbles.git
12 changes: 10 additions & 2 deletions slides/2017/011_introduction-to-elm/README.md
@@ -1,3 +1,11 @@
# #011 /dev/night - Introduction to elm (2017-06-13)
# #011 /dev/night - Introduction to Elm (2017-06-13)

Sources of slides are available from elm-talk/ submodule;
also see there for some simple example code.

A little more involved example, a reactive nibbles game
rendering using HTML Canvas, is linked as elm-nibbles submodule.

A rendered version of the slides is available at
https://stesie.github.io/elm-talk/

All slides from the event will be shared here.
1 change: 1 addition & 0 deletions slides/2017/011_introduction-to-elm/elm-nibbles
Submodule elm-nibbles added at 95082e
1 change: 1 addition & 0 deletions slides/2017/011_introduction-to-elm/slides-repo
Submodule slides-repo added at 487ce6

0 comments on commit 92baa87

Please sign in to comment.