From 92baa878c422d7d7bb2cb74f44dd0c9dd1823a4c Mon Sep 17 00:00:00 2001 From: Stefan Siegl Date: Mon, 12 Jun 2017 22:49:27 +0200 Subject: [PATCH] add material on elm talk --- .gitmodules | 6 ++++++ slides/2017/011_introduction-to-elm/README.md | 12 ++++++++++-- slides/2017/011_introduction-to-elm/elm-nibbles | 1 + slides/2017/011_introduction-to-elm/slides-repo | 1 + 4 files changed, 18 insertions(+), 2 deletions(-) create mode 100644 .gitmodules create mode 160000 slides/2017/011_introduction-to-elm/elm-nibbles create mode 160000 slides/2017/011_introduction-to-elm/slides-repo diff --git a/.gitmodules b/.gitmodules new file mode 100644 index 0000000..c4b8612 --- /dev/null +++ b/.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 diff --git a/slides/2017/011_introduction-to-elm/README.md b/slides/2017/011_introduction-to-elm/README.md index c3d3d67..1e84253 100644 --- a/slides/2017/011_introduction-to-elm/README.md +++ b/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. diff --git a/slides/2017/011_introduction-to-elm/elm-nibbles b/slides/2017/011_introduction-to-elm/elm-nibbles new file mode 160000 index 0000000..95082ee --- /dev/null +++ b/slides/2017/011_introduction-to-elm/elm-nibbles @@ -0,0 +1 @@ +Subproject commit 95082ee15cdb03c52d759a7282941da928efdd4b diff --git a/slides/2017/011_introduction-to-elm/slides-repo b/slides/2017/011_introduction-to-elm/slides-repo new file mode 160000 index 0000000..487ce60 --- /dev/null +++ b/slides/2017/011_introduction-to-elm/slides-repo @@ -0,0 +1 @@ +Subproject commit 487ce60475f6099802c7a29a724e863b04535e7d