From 0dacc8feff498f05e9347a15a641f25285b2ad22 Mon Sep 17 00:00:00 2001 From: palak Date: Tue, 21 Nov 2017 11:20:54 +0530 Subject: [PATCH] update city --- pages/Home.html | 24 ++++++++++++------------ pages/registration.html | 31 ++++++++++++++----------------- script.js | 4 ++-- 3 files changed, 28 insertions(+), 31 deletions(-) diff --git a/pages/Home.html b/pages/Home.html index 2d3b08f..60794c4 100644 --- a/pages/Home.html +++ b/pages/Home.html @@ -42,7 +42,7 @@
  • 1 idea stage startup will get guaranteed ₹10 Lac funding.*
  • 1 product stage startup will get guaranteed ₹1 Crore funding.*
  • -

    * funding Subject to due diligence

    +

    * funding Subject to due deligence

    @@ -51,17 +51,17 @@

    Inspire edition of Startup Jalsa is coming to the following cities:

    Pitch on the following dates: 3:30PM onward. -

    Invest edition of Startup Jalsa is in Chandigarh: 2nd & 3rd December


    +

    Invest edition of Startup Jalsa is in Chandigarh: December


    @@ -70,7 +70,7 @@
    * Fee will be increased by 50% post deadline
    * A separate registration fee for Invest edition will be notified in due time.
    - ** Subject to industry standard due diligence.
    + ** Subject to industry standard due deligence.
    For any queries contact Pallav: 9915319237

    diff --git a/pages/registration.html b/pages/registration.html index cd74365..aeadc7d 100644 --- a/pages/registration.html +++ b/pages/registration.html @@ -160,18 +160,18 @@
    -

    Bangalore

    - +

    Bengaluru

    +
    - +
    Location -
    Bangalore TBD
    +
    Bengaluru TBD
    @@ -255,21 +255,18 @@

    -->
    -
    -

    -

      -
    • Access to 2-days conference
    • -
    • Pitching for funding up to Rs 1 crore
    • -
    -

    +
    +
      +
    • Access to 2-days conference
    • +
    • Pitching for funding up to Rs 1 crore
    • + * Subjected to due deligence +
    -

    -

      -
    • Private interaction in khopchas
    • -
    • Access to 30+ investors in the startup ecosystem
    • -
    -

    +
      +
    • Private interaction in khopchas
    • +
    • Access to 30+ investors in the startup ecosystem
    • +
    diff --git a/script.js b/script.js index 0a61857..c88d040 100644 --- a/script.js +++ b/script.js @@ -180,7 +180,7 @@ } }, 1000); - var bangalore = new Date("Nov 21, 2017 12:00:00").getTime(); + var bangalore = new Date("Nov 22, 2017 12:00:00").getTime(); // Update the count down every 1 second var x = setInterval(function() { // Get todays date and time @@ -1183,7 +1183,7 @@ console.log("result", result) $scope.detail = result; $('#myModal').modal('show'); - $scope.data.name = ''; + $scope.data.name = ''; $scope.data.email = ''; $scope.data.mobile = ''; // $scope.data.discount = ''; -- 2.0.0