diff options
author | FOSSEE Git User | 2018-10-18 19:32:23 +0530 |
---|---|---|
committer | FOSSEE Git User | 2018-10-18 19:32:23 +0530 |
commit | 9baa8b296589e8184f7bcb76ec8ebd5ac4a3ebf2 (patch) | |
tree | 47fab233d4a0c92f976f19b2309c599416ab9890 | |
parent | 70f8618b4361d6c64eab772c2e8ec2b5c2bf665c (diff) | |
parent | aceb7f79817169b86bbe430ab98332d8ed478479 (diff) | |
download | nccps-2018-9baa8b296589e8184f7bcb76ec8ebd5ac4a3ebf2.tar.gz nccps-2018-9baa8b296589e8184f7bcb76ec8ebd5ac4a3ebf2.tar.bz2 nccps-2018-9baa8b296589e8184f7bcb76ec8ebd5ac4a3ebf2.zip |
Merge branch 'master' of https://github.com/FOSSEE/nccps-2018
-rw-r--r-- | static/website/templates/header.html | 11 | ||||
-rw-r--r-- | static/website/templates/home.html | 12 |
2 files changed, 6 insertions, 17 deletions
diff --git a/static/website/templates/header.html b/static/website/templates/header.html index 6a6152c..1dbe8e2 100644 --- a/static/website/templates/header.html +++ b/static/website/templates/header.html @@ -22,17 +22,6 @@ <link rel="stylesheet" href="{% static 'website/bootstrap-css/bower_components/ionicons/css/ionicons.min.css' %}"> <link rel="stylesheet" href="{% static 'website/bootstrap-css/assets/css/main.css' %}"> <link rel="stylesheet" href="{% static 'website/bootstrap-css/custom.css' %}"> - <script type="text/javascript"> -// Wait for window load -jQuery(document).ready(function($){ - $(window).load(function() { - // Animate loader off screen - $(".se-pre-con").fadeOut("slow"); - }); - - }); - -</script> <!-- Global site tag (gtag.js) - Google Analytics --> <script async src="https://www.googletagmanager.com/gtag/js?id=UA-82999923-8"></script> <script> diff --git a/static/website/templates/home.html b/static/website/templates/home.html index 17e4bc6..b53e449 100644 --- a/static/website/templates/home.html +++ b/static/website/templates/home.html @@ -158,12 +158,12 @@ <td style="vertical-align:bottom;border-top:none;!important"> <div class="align-baseline"> Regular Registration - <br>(15 Sept 2018 - 25 Oct 2018) + <br>(15 Sept 2018 - 16 Nov 2018) </div> </td> <td style="vertical-align:bottom;border-top:none;!important"> <div class="align-baseline"> - INR 750 + 18% = INR 880 + INR 750 + 18% = INR 885 </div> </td> <td style="vertical-align:bottom;border-top:none;!important"> @@ -203,10 +203,10 @@ <tr> <td colspan="4"> <p class="text-justify"><b>Payment instructions:</b></span></p> - <p><span class="text-justify">Please read all the instructions carefully before filling this form.</span></p> + <p><span class="text-justify">Please read the instructions carefully, before proceeding for Registration.</span></p> <ol> - <li><span class="text-justify">Please make the payment of the conference through Net banking using NEFT or RTGS or IMPS</span></li> - <li><span class="text-justify">Account Details for transaction is mentioned below:</span></li> + <li><span class="text-justify">Please make the payment for the conference through Net banking using NEFT or RTGS or IMPS</span></li> + <li><span class="text-justify">Account Details for transaction are mentioned below:</span></li> <ul> <li><span class="text-justify">Bank Name - State Bank of India</span></li> <li><span class="text-justify">Branch Name - IIT, Powai Branch</span></li> @@ -245,7 +245,7 @@ </td> <td style="vertical-align:bottom;border-top:none;!important"> <div class="align-baseline"> - We have limited Low cost accommodation, guaranteed only if you register early. Approximate cost of the accomodation for 1 night will be INR. 1400*. You have to make the payment directly to the hotel during check-out via cash / card. + We have limited Low cost accommodation, guaranteed only if you register early. Approximate cost of the accomodation for 1 night will be INR. 1400. You have to make the payment directly to the hotel during check-out via cash / card. </div> </td> |