From 7318a57322a02de7908862e43520c650388684c1 Mon Sep 17 00:00:00 2001 From: manzerbredes Date: Wed, 3 Feb 2016 12:46:45 +0100 Subject: Edit login overlay --- client/index.html | 3 +++ client/partials/login.html | 38 ++++++++++++++++++++++++++++++++++++++ client/partials/nav.html | 41 +---------------------------------------- client/partials/overlays.html | 38 -------------------------------------- 4 files changed, 42 insertions(+), 78 deletions(-) create mode 100644 client/partials/login.html delete mode 100644 client/partials/overlays.html diff --git a/client/index.html b/client/index.html index 9d78732..6bd2669 100644 --- a/client/index.html +++ b/client/index.html @@ -18,11 +18,14 @@ +
+ +
diff --git a/client/partials/login.html b/client/partials/login.html new file mode 100644 index 0000000..8bbce52 --- /dev/null +++ b/client/partials/login.html @@ -0,0 +1,38 @@ + \ No newline at end of file diff --git a/client/partials/nav.html b/client/partials/nav.html index e785eeb..e994b16 100644 --- a/client/partials/nav.html +++ b/client/partials/nav.html @@ -38,43 +38,4 @@
- - - \ No newline at end of file + \ No newline at end of file diff --git a/client/partials/overlays.html b/client/partials/overlays.html deleted file mode 100644 index 8bbce52..0000000 --- a/client/partials/overlays.html +++ /dev/null @@ -1,38 +0,0 @@ - \ No newline at end of file -- cgit v1.2.3