From 730fd802250d21ff5ed2e68f6e51d77a425472fb Mon Sep 17 00:00:00 2001 From: Arjun Patel Date: Sat, 26 Jan 2019 02:39:08 -0800 Subject: [PATCH] coming soon for login and signup --- dist/js/added.js | 9 +++++++++ index.html | 4 ++-- 2 files changed, 11 insertions(+), 2 deletions(-) diff --git a/dist/js/added.js b/dist/js/added.js index 7cb13b4..7db3a1d 100644 --- a/dist/js/added.js +++ b/dist/js/added.js @@ -1,4 +1,13 @@ $(document).ready(function() { + // popup when they try to log in or signup + $('#login, #signup').click(function() { + $('#popup') + .text('Coming Soon!') + .slideDown() + .delay(4000) + .slideUp(); + }); + // email submission $('#email-form').submit(function(e) { e.preventDefault(); diff --git a/index.html b/index.html index e05e61c..7d9dab4 100644 --- a/index.html +++ b/index.html @@ -36,10 +36,10 @@