diff --git a/pages/home.html b/pages/home.html index 1d46c53..c95e8ac 100644 --- a/pages/home.html +++ b/pages/home.html @@ -26,22 +26,24 @@
  • Startup Jalsa Inspire edition (November 3, 2017 onwards across cities)
  • Startup Jalsa Invest edition (November 25 and 26, 2017 in Chandigarh)
  • + We invite applications from startups of all sectors and stages
    +
    +
    + Registration deadline: 15 Oct 2017
    + Fee: Idea stage startups ₹500 + taxes/ Product stage startups ₹1000 + taxes/ growth stage startups ₹1000+ taxes
    +
    +
    + Extended registration deadline: 31 Oct 2017
    + Fee: Idea stage startups ₹1000 + taxes/ Product stage startups ₹1500 + taxes / Growth stage startups ₹1500+ taxes +
    +
     
    -
    1. Post registration, get access to Startup Jalsa - Inspire edition:
      We’ll organize meetups across various cities where you can meet mentors and get one-on-one feedback on your idea.
    2. -
    3. At each Inspire event, Startup Jalsa will give ₹1 Lac funding on the spot to 1 idea stage startup. Total of 10 funding slots are available.
    4. -
    - @@ -62,7 +64,6 @@ -

    To get started, Apply now

    Please select one stage.

    diff --git a/script.js b/script.js index fccf63c..3a6a8be 100644 --- a/script.js +++ b/script.js @@ -33,14 +33,7 @@ scotchApp.config(['AnalyticsProvider', function (AnalyticsProvider) { // Add configuration code as desired - // AnalyticsProvider.setAccount('UA-106416759-1'); //UU-XXXXXXX-X should be your tracking code - - AnalyticsProvider.setAccount({ - tracker: 'UA-106416759-1', - name: "startupjalsa-app", - trackEvent: true, - trackEcommerce: true - }); + AnalyticsProvider.setAccount('UA-106416759-1'); //UU-XXXXXXX-X should be your tracking code // Track all routes (default is true). AnalyticsProvider.trackPages(true);