From 4aa4e3eacc36ae54c49ac94cf40594f33c4d9b1d Mon Sep 17 00:00:00 2001 From: Cheng-Han, Wu Date: Wed, 11 May 2016 14:37:54 +0800 Subject: Add help and help modal with contacts, documents, cheatsheet --- public/views/body.ejs | 3 +- public/views/header.ejs | 8 +-- public/views/help-modal.ejs | 132 ++++++++++++++++++++++++++++++++++++++++++ public/views/index.ejs | 2 +- public/views/modal.ejs | 34 ----------- public/views/signin-modal.ejs | 34 +++++++++++ 6 files changed, 173 insertions(+), 40 deletions(-) create mode 100644 public/views/help-modal.ejs delete mode 100644 public/views/modal.ejs create mode 100644 public/views/signin-modal.ejs (limited to 'public') diff --git a/public/views/body.ejs b/public/views/body.ejs index 771da880..11bccfef 100644 --- a/public/views/body.ejs +++ b/public/views/body.ejs @@ -151,4 +151,5 @@ -<%- include modal %> \ No newline at end of file +<%- include signin-modal %> +<%- include help-modal %> \ No newline at end of file diff --git a/public/views/header.ejs b/public/views/header.ejs index 6218187f..bbabe778 100644 --- a/public/views/header.ejs +++ b/public/views/header.ejs @@ -59,7 +59,7 @@
  • HTML
  • -
  • Feedback +
  • Help
  • @@ -80,9 +80,9 @@ - - - + + + diff --git a/public/views/help-modal.ejs b/public/views/help-modal.ejs new file mode 100644 index 00000000..15342262 --- /dev/null +++ b/public/views/help-modal.ejs @@ -0,0 +1,132 @@ + + \ No newline at end of file diff --git a/public/views/index.ejs b/public/views/index.ejs index 8c10e885..69b525e9 100644 --- a/public/views/index.ejs +++ b/public/views/index.ejs @@ -174,7 +174,7 @@ - <%- include modal %> + <%- include signin-modal %> diff --git a/public/views/modal.ejs b/public/views/modal.ejs deleted file mode 100644 index 260ff423..00000000 --- a/public/views/modal.ejs +++ /dev/null @@ -1,34 +0,0 @@ - - \ No newline at end of file diff --git a/public/views/signin-modal.ejs b/public/views/signin-modal.ejs new file mode 100644 index 00000000..260ff423 --- /dev/null +++ b/public/views/signin-modal.ejs @@ -0,0 +1,34 @@ + + \ No newline at end of file -- cgit v1.2.3