diff options
author | Sashi20 | 2019-09-09 16:28:07 +0530 |
---|---|---|
committer | Sashi20 | 2019-09-09 16:28:07 +0530 |
commit | 1a9dc481fb8ee90c0813948d6debfbfc7edd3aff (patch) | |
tree | 871b428b384251315d1d85f873ca93dccbd22b63 /static/website/bootstrap-css/assets | |
parent | d84267b8555a09e1500f839835439142d6c6fc95 (diff) | |
download | SciPy2019-1a9dc481fb8ee90c0813948d6debfbfc7edd3aff.tar.gz SciPy2019-1a9dc481fb8ee90c0813948d6debfbfc7edd3aff.tar.bz2 SciPy2019-1a9dc481fb8ee90c0813948d6debfbfc7edd3aff.zip |
Update speakers, registration tab in navbar, replace js files
Diffstat (limited to 'static/website/bootstrap-css/assets')
-rw-r--r-- | static/website/bootstrap-css/assets/js/main.js | 43 | ||||
-rw-r--r-- | static/website/bootstrap-css/assets/pdf/SciPy2018_pstr.pdf | bin | 628425 -> 0 bytes |
2 files changed, 1 insertions, 42 deletions
diff --git a/static/website/bootstrap-css/assets/js/main.js b/static/website/bootstrap-css/assets/js/main.js index bb476df..e59e192 100644 --- a/static/website/bootstrap-css/assets/js/main.js +++ b/static/website/bootstrap-css/assets/js/main.js @@ -6,7 +6,7 @@ $(window).scroll(function(){ handleTopNavAnimation(); }); -$(window).load(function(){ +$(window).on("load",function (){ handleTopNavAnimation(); }); @@ -29,47 +29,6 @@ function handleTopNavAnimation() { } /* - * Registration Form -*/ - -$('#registration-form').submit(function(e){ - e.preventDefault(); - - var postForm = { //Fetch form data - 'fname' : $('#registration-form #fname').val(), - 'lname' : $('#registration-form #lname').val(), - 'email' : $('#registration-form #email').val(), - 'cell' : $('#registration-form #cell').val(), - 'address' : $('#registration-form #address').val(), - 'zip' : $('#registration-form #zip').val(), - 'city' : $('#registration-form #city').val(), - 'program' : $('#registration-form #program').val() - }; - - $.ajax({ - type : 'POST', - url : './assets/php/contact.php', - data : postForm, - dataType : 'json', - success : function(data) { - if (data.success) { - $('#registration-msg .alert').html("Registration Successful"); - $('#registration-msg .alert').removeClass("alert-danger"); - $('#registration-msg .alert').addClass("alert-success"); - $('#registration-msg').show(); - } - else - { - $('#registration-msg .alert').html("Registration Failed"); - $('#registration-msg .alert').removeClass("alert-success"); - $('#registration-msg .alert').addClass("alert-danger"); - $('#registration-msg').show(); - } - } - }); -}); - -/* * SmoothScroll */ diff --git a/static/website/bootstrap-css/assets/pdf/SciPy2018_pstr.pdf b/static/website/bootstrap-css/assets/pdf/SciPy2018_pstr.pdf Binary files differdeleted file mode 100644 index c61e195..0000000 --- a/static/website/bootstrap-css/assets/pdf/SciPy2018_pstr.pdf +++ /dev/null |