diff --git a/pages/home.html b/pages/home.html index 613f5cc..1d46c53 100644 --- a/pages/home.html +++ b/pages/home.html @@ -2,12 +2,11 @@
-
@@ -17,9 +16,9 @@
Startup Jalsa is a platform which brings together successful entrepreneurs with aspiring entrepreneurs - to helps startup get funding ready. Become a part of our network and get access to leading entrepreneurs from all sectors. Startups looking to register, need to keep the following in mind:
There are two stages in the process of selection
@@ -50,20 +49,20 @@
-

Inspire edition of Startup Jalsa is coming to the following cities:

+

Inspire edition of Startup Jalsa is coming to the following cities:


-

To get started, Apply now

+

To get started, Apply now

Please select one stage.

diff --git a/script.js b/script.js index 970b85d..fccf63c 100644 --- a/script.js +++ b/script.js @@ -83,26 +83,26 @@ } /*open videos in modal*/ - $scope.openyoutube16 = function(){ - $('#videoModel').modal('show'); - } - - $scope.openyoutube17 = function(){ - $('#videoModels').modal('show'); - } - - $scope.closeModal = function(){ - var url = $('#youtubePlayer').attr('src'); - $('#youtubePlayer').attr('src', ''); - $('#youtubePlayer').attr('src', url); - } - - - $scope.closed = function(){ - var url = $('#youtubePlayersss').attr('src'); - $('#youtubePlayersss').attr('src', ''); - $('#youtubePlayersss').attr('src', url); - } + // $scope.openyoutube16 = function(){ + // $('#videoModel').modal('show'); + // } + + // $scope.openyoutube17 = function(){ + // $('#videoModels').modal('show'); + // } + + // $scope.closeModal = function(){ + // var url = $('#youtubePlayer').attr('src'); + // $('#youtubePlayer').attr('src', ''); + // $('#youtubePlayer').attr('src', url); + // } + + + // $scope.closed = function(){ + // var url = $('#youtubePlayersss').attr('src'); + // $('#youtubePlayersss').attr('src', ''); + // $('#youtubePlayersss').attr('src', url); + // } /*open videos ends here*/ $scope.removeError = function() { @@ -190,7 +190,7 @@ /*****THIS IS FOR STEP ONE FORM ******/ $scope.next = function() { - Analytics.trackEvent('video', 'play', 'django.mp4'); + Analytics.trackEvent('information', 'play', 'django.mp4'); $scope.data.status = null if ($scope.data.stage == undefined || $scope.data.name == undefined || $scope.data.email == undefined || $scope.data.number == undefined || $scope.data.city == undefined) { @@ -224,6 +224,8 @@ $scope.calculateAmount = function(){ + Analytics.trackEvent('applicants', 'play', 'django.mp4'); + if ($scope.data.stage == undefined || $scope.data.name == undefined || $scope.data.email == undefined || $scope.data.number == undefined || $scope.data.city == undefined) { var x = document.getElementById("snackbar") x.className = "show"; @@ -276,7 +278,10 @@ } /*****THIS IS FOR STEP THREE FORM ******/ - $scope.create = function() { + $scope.create = function() { + + Analytics.trackEvent('payments', 'play', 'django.mp4'); + // if ($scope.data.name == undefined || $scope.data.email == undefined || $scope.data.number == undefined) { // var x = document.getElementById("snackbar") // x.className = "show";