From c273363efb7457fe8f7341b61275ef7c80849ffb Mon Sep 17 00:00:00 2001 From: Aiko Mastboom Date: Wed, 1 May 2013 00:46:57 +0200 Subject: [PATCH] accepted #2 introduce concept of projects and project switching --- public/templates/navigation.json | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/public/templates/navigation.json b/public/templates/navigation.json index 9adfdbf..0ccd9d0 100644 --- a/public/templates/navigation.json +++ b/public/templates/navigation.json @@ -68,6 +68,14 @@ { "title": "Button Generator", "url": "http://www.plugolabs.com/twitter-bootstrap-button-generator/" + }, + { + "title": "Color Scheme Designer", + "url": "http://colorschemedesigner.com/" + }, + { + "title": "How To Customize", + "url": "http://antjanus.com/blog/web-design-tips/user-interface-usability/customize-twitter-bootstrap-into-themes/" } ] },