diff --git a/css/custom.css b/css/custom.css index 57fad3d..709186d 100644 --- a/css/custom.css +++ b/css/custom.css @@ -1150,7 +1150,7 @@ input.hidden { line-height: normal; } .card-sub-title{ - font-size: 12px; + font-size: 15px; color: #666; font-weight: normal; margin-bottom: 0; @@ -1189,3 +1189,4 @@ input.hidden { .card-text3 { border-top: 1px solid rgba(0, 0, 0, .05) !important; } + diff --git a/pages/registration.html b/pages/registration.html index cbb42cb..3c61c02 100644 --- a/pages/registration.html +++ b/pages/registration.html @@ -231,18 +231,20 @@
-

Main Invest Edition, Chandigarh

- +

Startup Jalsa 2017, Chandigarh

+

Main Invest Edition

+
- +
Location -
To be decided
+
Lake Club, Sector 1, Chandigarh
+
Starts at 11am on 16th December, Ends at 7pm on 17th December
diff --git a/script.js b/script.js index 1622a22..b734ff7 100644 --- a/script.js +++ b/script.js @@ -59,7 +59,7 @@ hide: false }; - var maininvest = new Date("Nov 30, 2017 12:00:00").getTime(); + var maininvest = new Date("Dec 16, 2017 11:00:00").getTime(); // Update the count down every 1 second var x = setInterval(function() { // Get todays date and time @@ -421,6 +421,14 @@ } }; + // $scope.IfDinnerCheck = function(){ + // if(eventType == 'none'){ + // $scope.registration.events.pop(eventName) + // }else{ + // $scope.registration.events.push(eventType) + // } + // } + /*THIS CODE FOR ENABLED SUBMIT BUTTON AFTER UPLOAD IMAGE*/ $(document).ready( function() {