diff options
author | Sashi20 | 2018-11-15 11:58:28 +0530 |
---|---|---|
committer | Sashi20 | 2018-11-15 11:58:28 +0530 |
commit | fe83a2135a05533d35fb98fb37cb4ef2a906bfaa (patch) | |
tree | 13b67e1954cf1d33fc006d1c0de6344756970022 /static | |
parent | a018ad70beec8c75f4d1fb999af547eae89b0e4c (diff) | |
download | nccps-2018-fe83a2135a05533d35fb98fb37cb4ef2a906bfaa.tar.gz nccps-2018-fe83a2135a05533d35fb98fb37cb4ef2a906bfaa.tar.bz2 nccps-2018-fe83a2135a05533d35fb98fb37cb4ef2a906bfaa.zip |
Added a blinking link to Job fair
Diffstat (limited to 'static')
-rw-r--r-- | static/website/bootstrap-css/assets/css/main.css | 2 | ||||
-rw-r--r-- | static/website/bootstrap-css/assets/images/jobfair.gif | bin | 0 -> 1553 bytes | |||
-rw-r--r-- | static/website/templates/home.html | 2 | ||||
-rw-r--r-- | static/website/templates/job-fair.html | 6 | ||||
-rw-r--r-- | static/website/templates/navbar.html | 2 |
5 files changed, 6 insertions, 6 deletions
diff --git a/static/website/bootstrap-css/assets/css/main.css b/static/website/bootstrap-css/assets/css/main.css index 87039e0..22779b1 100644 --- a/static/website/bootstrap-css/assets/css/main.css +++ b/static/website/bootstrap-css/assets/css/main.css @@ -656,4 +656,4 @@ ul li { } .site-footer .social-block li a:hover, .site-footer .social-block li a:focus { opacity: 0.8; -} +}
\ No newline at end of file diff --git a/static/website/bootstrap-css/assets/images/jobfair.gif b/static/website/bootstrap-css/assets/images/jobfair.gif Binary files differnew file mode 100644 index 0000000..b03883a --- /dev/null +++ b/static/website/bootstrap-css/assets/images/jobfair.gif diff --git a/static/website/templates/home.html b/static/website/templates/home.html index 484dc74..efb2595 100644 --- a/static/website/templates/home.html +++ b/static/website/templates/home.html @@ -231,7 +231,7 @@ <p style="color: red" class="text-justify"> *If you are a group of 5 and above please contact us at <a style="color: black" href="mailto:contact-dwsim@fossee.in">contact-dwsim[at]fossee[dot]in</a> for the registrations. </p> - <p class="text-justify"><b>Payment instructions:</b></span></p> + <p class="text-justify"><span><b>Payment instructions:</b></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 for the conference through Net banking using NEFT or RTGS or IMPS</span></li> diff --git a/static/website/templates/job-fair.html b/static/website/templates/job-fair.html index 81e5be2..08f37d7 100644 --- a/static/website/templates/job-fair.html +++ b/static/website/templates/job-fair.html @@ -33,7 +33,7 @@ <li>Accommodation for the company/ organisation representatives (for 2 people) for one night</li> <li>One room at the venue where your organization can meet and interact with prospective recruits</li> </ul> - <p>If you are interested, please fill the <a href="https://docs.google.com/forms/d/e/1FAIpQLSch3uui8LBI_TxNifCpjv6imLSKsSxjToSo1AotLReUjAkbew/viewform" target="_blank">form</a> with the details.In case of any queries, please reach out to us at <a href="mailto:contact-dwsim@fossee.in">contact-dwsim@fossee.in </a></p> + <p>If you are interested, please fill the <a href="https://docs.google.com/forms/d/e/1FAIpQLSch3uui8LBI_TxNifCpjv6imLSKsSxjToSo1AotLReUjAkbew/viewform" target="_blank" style="color:#806600 !important;text-decoration: underline;">form</a> with the details.In case of any queries, please reach out to us at <a href="mailto:contact-dwsim@fossee.in">contact-dwsim@fossee.in </a></p> </div> </div> <div class="panel panel-default"> @@ -46,8 +46,8 @@ <h4>Introduction</h4> <p class="text-justify">FOSSEE, IIT Bombay, is pleased to invite all the bright chemical engineering minds to the job fair which is to be conducted in connection with the the National Conference on Chemical Process Simulation - 2018 to be held at IIT Bombay on 26 November 2018.</p> - <p>Many chemical engineering core industries have been invited to participate in this job fair. Equinox, Ingenero are few among those who have confirmed their presence. If you are interested in meeting the companies, please fill this <a href="https://docs.google.com/forms/d/e/1FAIpQLScYn5tIpiMwlw553rn1V01Lt2scKft9JwmcHgmWPDYVJ7KTtQ/viewform" target="_blank">form</a>. In case of any queries, please reach out to us at <a href="mailto:contact-dwsim@fossee.in">contact-dwsim@fossee.in</a>.</p> - <p class="text-justify">Please note that it is mandatory for the job aspirants to register for the conference to participate in the job fair. More details about registration is available <a href="https://dwsim.fossee.in/nccps-2018/#registration">here</a>.</p> + <p>Many chemical engineering core industries have been invited to participate in this job fair. Equinox, Ingenero are few among those who have confirmed their presence. If you are interested in meeting the companies, please fill this <a href="https://docs.google.com/forms/d/e/1FAIpQLScYn5tIpiMwlw553rn1V01Lt2scKft9JwmcHgmWPDYVJ7KTtQ/viewform" target="_blank" style="color:#806600 !important;text-decoration: underline;">form</a>. In case of any queries, please reach out to us at <a href="mailto:contact-dwsim@fossee.in">contact-dwsim@fossee.in</a>.</p> + <p class="text-justify">Please note that it is mandatory for the job aspirants to register for the conference to participate in the job fair. More details about registration is available <a href="https://dwsim.fossee.in/nccps-2018/#registration" style="color:#806600 !important;text-decoration: underline;">here</a>.</p> </div> </div> diff --git a/static/website/templates/navbar.html b/static/website/templates/navbar.html index 1b4d3cf..6586e55 100644 --- a/static/website/templates/navbar.html +++ b/static/website/templates/navbar.html @@ -34,7 +34,7 @@ <li><a data-scroll href="{{SITE_URL}}/#speakers">Speakers</a></li> <li><a data-scroll href="{{SITE_URL}}/#workshops">Workshops</a></li> <li><a data-scroll href="{{SITE_URL}}/#registration">Register</a></li> - <li><a href="{% url 'website:jobfair' %}">Job Fair</a></li> + <li><a href="{% url 'website:jobfair' %}"><img src="{% static 'website/bootstrap-css/assets/images/jobfair.gif' %}"></a></li> <!-- <li><a data-scroll href="{{SITE_URL}}/#submit">CFP</a></li> --> <li><a data-scroll href="{{SITE_URL}}/#coc">C0C</a></li> <li><a data-scroll href="{{SITE_URL}}/#schedule">Schedule</a></li> |