From 94545d031b86c8a27461c2c4129217516468607f Mon Sep 17 00:00:00 2001 From: Fabien JUIF Date: Mon, 13 Nov 2017 11:54:41 +0100 Subject: [PATCH 1/2] :memo: code samples --- README.md | 11 +++++++++-- 1 file changed, 9 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 545f817..99395ae 100644 --- a/README.md +++ b/README.md @@ -24,5 +24,12 @@ Welcome to our source speech repository about [flubber](https://github.com/veltm ## Events - [BDX.io Bordeaux, France - 2017](https://www.bdx.io/#/) -## Livecoding - - Soon +## Code samples + - [Circle to square](https://github.com/Dedetat/iconofast/blob/flubber/index.html) + - [Circle to square to rect](https://github.com/Dedetat/iconofast/blob/rect-to-rect/index.html) + - [It blinks !](https://github.com/Dedetat/iconofast/blob/demo-before-layers/src/components/scene/scene.jsx) + - Layers + * [Layers](https://github.com/Dedetat/iconofast/blob/demo-layers/src/components/scene/scene.jsx) + * [Layers - Filler is centered](https://github.com/Dedetat/iconofast/blob/demo-layers-center/src/components/scene/scene.jsx#L31) + * [Layers - White&Black](https://github.com/Dedetat/iconofast/blob/demo-layers-center-black/src/components/scene/scene.jsx#L51) + - Bonus: [Welcome gif](https://github.com/Dedetat/iconofast/blob/welcome/src/components/scene/scene.jsx) From 52f7360432d6551120421e213ab5cf1d36f57661 Mon Sep 17 00:00:00 2001 From: Fabien JUIF Date: Mon, 13 Nov 2017 13:53:11 +0100 Subject: [PATCH 2/2] :ok_hand: black & white --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 99395ae..c295629 100644 --- a/README.md +++ b/README.md @@ -31,5 +31,5 @@ Welcome to our source speech repository about [flubber](https://github.com/veltm - Layers * [Layers](https://github.com/Dedetat/iconofast/blob/demo-layers/src/components/scene/scene.jsx) * [Layers - Filler is centered](https://github.com/Dedetat/iconofast/blob/demo-layers-center/src/components/scene/scene.jsx#L31) - * [Layers - White&Black](https://github.com/Dedetat/iconofast/blob/demo-layers-center-black/src/components/scene/scene.jsx#L51) + * [Layers - Black & White](https://github.com/Dedetat/iconofast/blob/demo-layers-center-black/src/components/scene/scene.jsx#L51) - Bonus: [Welcome gif](https://github.com/Dedetat/iconofast/blob/welcome/src/components/scene/scene.jsx)