summaryrefslogtreecommitdiff
path: root/static/website/bootstrap-css/assets
diff options
context:
space:
mode:
authorSashi202019-09-09 16:28:07 +0530
committerSashi202019-09-09 16:28:07 +0530
commit1a9dc481fb8ee90c0813948d6debfbfc7edd3aff (patch)
tree871b428b384251315d1d85f873ca93dccbd22b63 /static/website/bootstrap-css/assets
parentd84267b8555a09e1500f839835439142d6c6fc95 (diff)
downloadSciPy2019-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.js43
-rw-r--r--static/website/bootstrap-css/assets/pdf/SciPy2018_pstr.pdfbin628425 -> 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
deleted file mode 100644
index c61e195..0000000
--- a/static/website/bootstrap-css/assets/pdf/SciPy2018_pstr.pdf
+++ /dev/null
Binary files differ