Commit 16ecb0b6f7a5bf230d1778b3a28f2edd9002816a
1 parent
501c865481
Exists in
master
colour changes & utm sources delete
Showing
4 changed files
with
10 additions
and
11 deletions
Show diff stats
css/custom.css
... | ... | @@ -181,7 +181,7 @@ |
181 | 181 | margin-top: 5px; |
182 | 182 | } |
183 | 183 | .startup-questions{ |
184 | - color: #fff; | |
184 | + color: #FF6600; | |
185 | 185 | font-size: 16px; |
186 | 186 | font-weight: bold; |
187 | 187 | } |
... | ... | @@ -190,6 +190,7 @@ |
190 | 190 | /* font-weight: 600; */ |
191 | 191 | font-size: 14px; |
192 | 192 | color: #fff; |
193 | + text-align: justify; | |
193 | 194 | } |
194 | 195 | /*.text-input{ |
195 | 196 | width: 100%; |
... | ... | @@ -211,7 +212,7 @@ |
211 | 212 | } |
212 | 213 | .submit-button, .submit-button:hover{ |
213 | 214 | /*background-color: #00bcd4;*/ |
214 | - background-color: #D53735; | |
215 | + background-color: #FF6600; | |
215 | 216 | color: #fff; |
216 | 217 | padding: 10px 25px 10px 25px; |
217 | 218 | /* font-size: 15px; */ | ... | ... |
pages/Home.html
... | ... | @@ -121,9 +121,9 @@ |
121 | 121 | <div class="startup-questions">Quick help on Elevator Pitch:</div> |
122 | 122 | <div class="startup-answers">Watch this video: <a href="http://bit.ly/2YTwyxY" target="_blank" style="color: #2196f3;">http://bit.ly/2YTwyxY</a></div> |
123 | 123 | </div> |
124 | - </div> | |
125 | - <div class="apply-btn"> | |
126 | - <button class="btn submit-button" style="outline: none;" value="Apply" ng-click="apply1()" >REGISTER</button> | |
124 | + <div class="apply-btn"> | |
125 | + <button class="btn submit-button" style="outline: none;" value="Apply" ng-click="apply()" >REGISTER</button> | |
126 | + </div> | |
127 | 127 | </div> |
128 | 128 | </div> |
129 | 129 | </form> | ... | ... |
pages/registration.html
script.js
... | ... | @@ -408,16 +408,13 @@ |
408 | 408 | } |
409 | 409 | |
410 | 410 | $scope.apply = function() { |
411 | - //Analytics.trackEvent('register', 'click', 'Registration'); | |
412 | - //$location.path("/caricatures") | |
413 | - window.location.href = "https://startupjalsa.com/events#/caricatures?utm_source=RegisterNowUp&utm_medium=Reg"; | |
411 | + $location.path("/caricatures") | |
412 | + //window.location.href = "https://startupjalsa.com/events#/caricatures?utm_source=RegisterNowUp&utm_medium=Reg"; | |
414 | 413 | |
415 | 414 | } |
416 | 415 | |
417 | 416 | $scope.apply1 = function() { |
418 | - //Analytics.trackEvent('register', 'click', 'Registration'); | |
419 | - window.location.href = "https://startupjalsa.com/events#/caricatures?utm_source=RegisterNowDown&utm_medium=Register"; | |
420 | - | |
417 | + //window.location.href = "https://startupjalsa.com/events#/caricatures?utm_source=RegisterNowDown&utm_medium=Register"; | |
421 | 418 | } |
422 | 419 | |
423 | 420 | $scope.click=function(){ | ... | ... |