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
+
+
- We invite applications from startups of all sectors and stages
- - Registration deadline: 15th October 2017
- Fee: Idea stage startups ₹500 + taxes/ Product stage startups ₹1000 + taxes/ growth stage startups ₹1000+ taxes
- - Extended registration deadline: 31st October 2017
- Fee: Idea stage startups ₹1000 + taxes/ Product stage startups ₹1500 + taxes / Growth stage startups ₹1500+ taxes
-
-
- 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.
- - 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.
-
-
+ - At each Inspire event per city, Startup Jalsa will give ₹1 Lac cash-prize to 1 idea stage startup for building the proof-of-concept.
- Selected startups can participate in Startup Jalsa - Invest edition.
Spend 2 days with the top investors, entrepreneurs and policy makers - and pitch them to get funded upto ₹10 crores.
- A separate registration fee for the Startup Jalsa - Invest edition will be notified in due time.
+ A separate registration fee for the Startup Jalsa - Invest edition will be notified in due time.
- 1 product stage startup will get Guaranteed ₹1 Crore funding at the Invest edition.
@@ -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);