Commit 61b69ada078ec53e82b82e0dc5bea0ca52bc8b6f
1 parent
b8938eb778
Exists in
master
and in
1 other branch
design updated
Showing
2 changed files
with
14 additions
and
20 deletions
Show diff stats
pages/home.html
... | ... | @@ -26,22 +26,24 @@ |
26 | 26 | <li>Startup Jalsa Inspire edition (November 3, 2017 onwards across cities)</li> |
27 | 27 | <li>Startup Jalsa Invest edition (November 25 and 26, 2017 in Chandigarh)</li> |
28 | 28 | </ul> |
29 | + We invite applications from startups of all sectors and stages<br> | |
30 | + <div class="col-sm-12"> | |
31 | + <div class="col-sm-6"> | |
32 | + <b>Registration deadline:</b> 15 Oct 2017<br> | |
33 | + <b>Fee:</b> Idea stage startups ₹500 + taxes/ Product stage startups ₹1000 + taxes/ growth stage startups ₹1000+ taxes</br> | |
34 | + </div> | |
35 | + <div class="col-sm-6"> | |
36 | + <b>Extended registration deadline:</b> 31 Oct 2017<br> | |
37 | + <b>Fee:</b> Idea stage startups ₹1000 + taxes/ Product stage startups ₹1500 + taxes / Growth stage startups ₹1500+ taxes | |
38 | + </div> | |
39 | + </div> <br> | |
29 | 40 | <ul> |
30 | - We invite applications from startups of all sectors and stages<br> | |
31 | - <li><b>Registration deadline: 15th October 2017</b><br> | |
32 | - <b>Fee:</b> Idea stage startups ₹500 + taxes/ Product stage startups ₹1000 + taxes/ growth stage startups ₹1000+ taxes</li> | |
33 | - <li><b>Extended registration deadline: 31st October 2017</b><br> | |
34 | - <b>Fee:</b> Idea stage startups ₹1000 + taxes/ Product stage startups ₹1500 + taxes / Growth stage startups ₹1500+ taxes</li> | |
35 | - </ul> | |
36 | - <ol> | |
37 | 41 | <li><b>Post registration, get access to Startup Jalsa - Inspire edition:</b><br> |
38 | 42 | We’ll organize meetups across various cities where you can meet mentors and get one-on-one feedback on your idea.</li> |
39 | - <li>At each Inspire event, Startup Jalsa will give <b>₹1 Lac funding on the spot to 1 idea stage startup. Total of 10 funding slots are available.</b></li> | |
40 | - </ol> | |
41 | - <ul> | |
43 | + <li>At each Inspire event <b>per city</b>, Startup Jalsa will give <b>₹1 Lac cash-prize to 1 idea stage startup</b> for building the proof-of-concept.</li> | |
42 | 44 | <li><b>Selected startups can participate in Startup Jalsa - Invest edition.</b><br> |
43 | 45 | Spend 2 days with the top investors, entrepreneurs and policy makers - and pitch them to get funded upto ₹10 crores.<br> |
44 | - A separate registration fee for the Startup Jalsa - Invest edition will be notified in due time.</li> | |
46 | + <b>A separate registration fee for the Startup Jalsa - Invest edition will be notified in due time</b>.</li> | |
45 | 47 | <li>1 product stage startup will get <b>Guaranteed ₹1 Crore funding</b> at the Invest edition.</li> |
46 | 48 | </ul> |
47 | 49 | </div> |
... | ... | @@ -62,7 +64,6 @@ |
62 | 64 | </div> |
63 | 65 | </div> |
64 | 66 | </div> |
65 | - <p>To get started, <b>Apply now</b></p> | |
66 | 67 | </div> |
67 | 68 | </div> |
68 | 69 | <p class="select-stage" style="font-size:16px;"><b>Please select one stage.</b></p> | ... | ... |
script.js
... | ... | @@ -33,14 +33,7 @@ |
33 | 33 | |
34 | 34 | scotchApp.config(['AnalyticsProvider', function (AnalyticsProvider) { |
35 | 35 | // Add configuration code as desired |
36 | - // AnalyticsProvider.setAccount('UA-106416759-1'); //UU-XXXXXXX-X should be your tracking code | |
37 | - | |
38 | - AnalyticsProvider.setAccount({ | |
39 | - tracker: 'UA-106416759-1', | |
40 | - name: "startupjalsa-app", | |
41 | - trackEvent: true, | |
42 | - trackEcommerce: true | |
43 | - }); | |
36 | + AnalyticsProvider.setAccount('UA-106416759-1'); //UU-XXXXXXX-X should be your tracking code | |
44 | 37 | |
45 | 38 | // Track all routes (default is true). |
46 | 39 | AnalyticsProvider.trackPages(true); | ... | ... |