From 2fe1ceebd6287ed4835798c82498834102cb7e18 Mon Sep 17 00:00:00 2001 From: Robert Zorko Date: Wed, 14 Oct 2015 14:04:11 +0200 Subject: moved the signup to its own screen (and file) --- index.html | 97 +++++++++++++++++++++++++------------------------- js/codeq/login.js | 14 ++++++-- js/codeq/navigation.js | 3 +- js/codeq/profile.js | 38 -------------------- js/codeq/signup.js | 72 +++++++++++++++++++++++++++++++++++++ 5 files changed, 133 insertions(+), 91 deletions(-) create mode 100644 js/codeq/signup.js diff --git a/index.html b/index.html index a9e1667..3036f78 100644 --- a/index.html +++ b/index.html @@ -125,20 +125,64 @@ - +
- New here ? Sign Up + New here ? Sign Up

-
+ + + +