From dcb9e3b781600bf333e1659f5a2d64432ce76ed5 Mon Sep 17 00:00:00 2001 From: ArnaudVOTA Date: Wed, 27 Jan 2016 11:24:03 +0100 Subject: [PATCH] Add login overlay --- client/partials/nav.html | 37 +++++++++++++++++++++++++++++++++-- client/partials/overlays.html | 31 +++++++++++++++++++++++++++++ 2 files changed, 66 insertions(+), 2 deletions(-) create mode 100644 client/partials/overlays.html diff --git a/client/partials/nav.html b/client/partials/nav.html index a765daa..a9db597 100644 --- a/client/partials/nav.html +++ b/client/partials/nav.html @@ -31,10 +31,43 @@
  • Informations
  • Settings
  • -
  • Logout
  • +
  • Login +
  • - \ No newline at end of file + + + \ No newline at end of file diff --git a/client/partials/overlays.html b/client/partials/overlays.html new file mode 100644 index 0000000..b913f7a --- /dev/null +++ b/client/partials/overlays.html @@ -0,0 +1,31 @@ + \ No newline at end of file