Commit b8938eb778a25968b81ad1a69ba2142442b33549
1 parent
5ec617100a
Exists in
master
and in
1 other branch
add content
Showing
2 changed files
with
41 additions
and
37 deletions
Show diff stats
pages/home.html
... | ... | @@ -2,12 +2,11 @@ |
2 | 2 | <div style="float: left;"> |
3 | 3 | <img src="images/white.png" class="logo" > |
4 | 4 | </div> |
5 | - <div style="float: right;" class="right-side-links"> | |
5 | + <!-- <div style="float: right;" class="right-side-links"> | |
6 | 6 | <a class="hyperColor" ng-click="openyoutube16()">Glipmses of 2016</a> |
7 | 7 | <a class="hyperColor" ng-click="openyoutube17()">Concept for 2017</a> |
8 | - </div> | |
8 | + </div> --> | |
9 | 9 | <div class="clearfix"></div> |
10 | - | |
11 | 10 | </div> |
12 | 11 | <!-- CLOSE HEADER --> |
13 | 12 | <form name="applicantForm" id="signupForm"> |
... | ... | @@ -17,9 +16,9 @@ |
17 | 16 | <div class="col-sm-8"> |
18 | 17 | <div style="padding-top:2%;"><b>Startup Jalsa</b> is a platform which brings together successful entrepreneurs with aspiring entrepreneurs - to helps startup get funding ready. |
19 | 18 | <ul> |
20 | - <li>Watch <a href="https://www.youtube.com/watch?v=8i1bLQ7jS0I&feature=youtu.be/">Startup Jalsa 2016</a></li> | |
21 | - <li>Watch <a href="https://www.youtube.com/watch?v=v8jqTRzQqOI&index=2&list=PL_ieVNgs36HStvzUph85NUXjrZIXS_bTg/">what startups, mentors and investors think</a> about Startup Jalsa</li> | |
22 | - <li>Watch how Startup Jalsa 2017 can help you: <a href="https://www.youtube.com/watch?v=ANNugxCVCJI&feature=youtu.be/"> Startup Jalsa 2017</a></li> | |
19 | + <li>Watch <a href="https://www.youtube.com/watch?v=8i1bLQ7jS0I&feature=youtu.be/" target="_blank">Startup Jalsa 2016</a></li> | |
20 | + <li>Watch <a href="https://www.youtube.com/watch?v=v8jqTRzQqOI&index=2&list=PL_ieVNgs36HStvzUph85NUXjrZIXS_bTg/" target="_blank">what startups, mentors and investors think</a> about Startup Jalsa</li> | |
21 | + <li>Watch how Startup Jalsa 2017 can help you: <a href="https://www.youtube.com/watch?v=ANNugxCVCJI&feature=youtu.be/" target="_blank"> Startup Jalsa 2017</a></li> | |
23 | 22 | </ul> |
24 | 23 | <b>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:</b><br> |
25 | 24 | There are two stages in the process of selection<br> |
... | ... | @@ -50,20 +49,20 @@ |
50 | 49 | <div class="row"> |
51 | 50 | <div class="col-sm-4"> |
52 | 51 | <div class="card" style="width:auto;"> |
53 | - <p style="font-size:15px;padding:3% 4%"><b>Inspire edition of Startup Jalsa is coming to the following cities:</b></p> | |
52 | + <p style="font-size:15px;padding:5% 4%"><b>Inspire edition of Startup Jalsa is coming to the following cities:</b></p> | |
54 | 53 | <ul> |
55 | - <li>November 3: <a href="http://startupjalsa.com/chennai/">Chennai</a></li> | |
56 | - <li>November 4: <a href="http://startupjalsa.com/hyderabad/">Hyderabad</a></li> | |
57 | - <li>November 5: <a href="http://startupjalsa.com/bengaluru/">Bengaluru</a></li> | |
58 | - <li>November 11: <a href="http://startupjalsa.com/pune/">Pune</a></li> | |
59 | - <li>November 12: <a href="http://startupjalsa.com/mumbai/">Mumbai</a></li> | |
60 | - <li>November 18: <a href="http://startupjalsa.com/ahmedabad/">Ahmedabad</a></li> | |
61 | - <li>November 19: <a href="http://startupjalsa.com/delhi/">Delhi</a></li> | |
54 | + <li>November 3: <a href="http://startupjalsa.com/chennai/" target="_blank">Chennai</a></li> | |
55 | + <li>November 4: <a href="http://startupjalsa.com/hyderabad/" target="_blank">Hyderabad</a></li> | |
56 | + <li>November 5: <a href="http://startupjalsa.com/bengaluru/" target="_blank">Bengaluru</a></li> | |
57 | + <li>November 11: <a href="http://startupjalsa.com/pune/" target="_blank">Pune</a></li> | |
58 | + <li>November 12: <a href="http://startupjalsa.com/mumbai/" target="_blank">Mumbai</a></li> | |
59 | + <li>November 18: <a href="http://startupjalsa.com/ahmedabad/" target="_blank">Ahmedabad</a></li> | |
60 | + <li>November 19: <a href="http://startupjalsa.com/delhi/" target="_blank">Delhi</a></li> | |
62 | 61 | </ul><br> |
63 | 62 | </div> |
64 | 63 | </div> |
65 | 64 | </div> |
66 | - <p>To get started, <b>Apply now</b></p> | |
65 | + <p>To get started, <b>Apply now</b></p> | |
67 | 66 | </div> |
68 | 67 | </div> |
69 | 68 | <p class="select-stage" style="font-size:16px;"><b>Please select one stage.</b></p> | ... | ... |
script.js
... | ... | @@ -83,26 +83,26 @@ |
83 | 83 | } |
84 | 84 | |
85 | 85 | /*open videos in modal*/ |
86 | - $scope.openyoutube16 = function(){ | |
87 | - $('#videoModel').modal('show'); | |
88 | - } | |
89 | - | |
90 | - $scope.openyoutube17 = function(){ | |
91 | - $('#videoModels').modal('show'); | |
92 | - } | |
93 | - | |
94 | - $scope.closeModal = function(){ | |
95 | - var url = $('#youtubePlayer').attr('src'); | |
96 | - $('#youtubePlayer').attr('src', ''); | |
97 | - $('#youtubePlayer').attr('src', url); | |
98 | - } | |
99 | - | |
100 | - | |
101 | - $scope.closed = function(){ | |
102 | - var url = $('#youtubePlayersss').attr('src'); | |
103 | - $('#youtubePlayersss').attr('src', ''); | |
104 | - $('#youtubePlayersss').attr('src', url); | |
105 | - } | |
86 | + // $scope.openyoutube16 = function(){ | |
87 | + // $('#videoModel').modal('show'); | |
88 | + // } | |
89 | + | |
90 | + // $scope.openyoutube17 = function(){ | |
91 | + // $('#videoModels').modal('show'); | |
92 | + // } | |
93 | + | |
94 | + // $scope.closeModal = function(){ | |
95 | + // var url = $('#youtubePlayer').attr('src'); | |
96 | + // $('#youtubePlayer').attr('src', ''); | |
97 | + // $('#youtubePlayer').attr('src', url); | |
98 | + // } | |
99 | + | |
100 | + | |
101 | + // $scope.closed = function(){ | |
102 | + // var url = $('#youtubePlayersss').attr('src'); | |
103 | + // $('#youtubePlayersss').attr('src', ''); | |
104 | + // $('#youtubePlayersss').attr('src', url); | |
105 | + // } | |
106 | 106 | /*open videos ends here*/ |
107 | 107 | |
108 | 108 | $scope.removeError = function() { |
... | ... | @@ -190,7 +190,7 @@ |
190 | 190 | /*****THIS IS FOR STEP ONE FORM ******/ |
191 | 191 | $scope.next = function() { |
192 | 192 | |
193 | - Analytics.trackEvent('video', 'play', 'django.mp4'); | |
193 | + Analytics.trackEvent('information', 'play', 'django.mp4'); | |
194 | 194 | |
195 | 195 | $scope.data.status = null |
196 | 196 | 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 @@ |
224 | 224 | |
225 | 225 | $scope.calculateAmount = function(){ |
226 | 226 | |
227 | + Analytics.trackEvent('applicants', 'play', 'django.mp4'); | |
228 | + | |
227 | 229 | if ($scope.data.stage == undefined || $scope.data.name == undefined || $scope.data.email == undefined || $scope.data.number == undefined || $scope.data.city == undefined) { |
228 | 230 | var x = document.getElementById("snackbar") |
229 | 231 | x.className = "show"; |
... | ... | @@ -276,7 +278,10 @@ |
276 | 278 | } |
277 | 279 | |
278 | 280 | /*****THIS IS FOR STEP THREE FORM ******/ |
279 | - $scope.create = function() { | |
281 | + $scope.create = function() { | |
282 | + | |
283 | + Analytics.trackEvent('payments', 'play', 'django.mp4'); | |
284 | + | |
280 | 285 | // if ($scope.data.name == undefined || $scope.data.email == undefined || $scope.data.number == undefined) { |
281 | 286 | // var x = document.getElementById("snackbar") |
282 | 287 | // x.className = "show"; | ... | ... |