From 7767b70960e00a339f7a17988de0894a2c25b531 Mon Sep 17 00:00:00 2001 From: Luc Juggery Date: Thu, 15 Feb 2018 13:32:56 +0100 Subject: [PATCH] Update todo list --- README.md | 2 ++ bin/{build.sh => 1-build.sh} | 0 bin/{push.sh => 2-push.sh} | 0 bin/{deploy.sh => 3-deploy.sh} | 0 4 files changed, 2 insertions(+) rename bin/{build.sh => 1-build.sh} (100%) rename bin/{push.sh => 2-push.sh} (100%) rename bin/{deploy.sh => 3-deploy.sh} (100%) diff --git a/README.md b/README.md index 698e909..d181c5f 100644 --- a/README.md +++ b/README.md @@ -48,7 +48,9 @@ Once you'r happy with your changes you can report the modifications of the html *TODO* +- [ ] make the whole thing look better - [ ] make a clean and appealing header +- [ ] add a contact form - [x] display event logo in the corner opposite to the date - [x] define events.json file describing all the events - [x] use simple Mustache templating to build index.html diff --git a/bin/build.sh b/bin/1-build.sh similarity index 100% rename from bin/build.sh rename to bin/1-build.sh diff --git a/bin/push.sh b/bin/2-push.sh similarity index 100% rename from bin/push.sh rename to bin/2-push.sh diff --git a/bin/deploy.sh b/bin/3-deploy.sh similarity index 100% rename from bin/deploy.sh rename to bin/3-deploy.sh