diff options
author | Sashi20 | 2018-11-22 19:07:23 +0530 |
---|---|---|
committer | Sashi20 | 2018-11-22 19:07:23 +0530 |
commit | d5334ab36e386c0c80d5fb97e3116bade8ec6f62 (patch) | |
tree | 3a9e591a932672211b8106f71f7a283bbdad8b2e /static/website/templates/job-fair.html | |
parent | cf00bc8a042fbb3a864377468e7595e6f1cdf8c2 (diff) | |
download | nccps-2018-d5334ab36e386c0c80d5fb97e3116bade8ec6f62.tar.gz nccps-2018-d5334ab36e386c0c80d5fb97e3116bade8ec6f62.tar.bz2 nccps-2018-d5334ab36e386c0c80d5fb97e3116bade8ec6f62.zip |
Updated schedule, recruiter information in jobfair, general instructions
Diffstat (limited to 'static/website/templates/job-fair.html')
-rw-r--r-- | static/website/templates/job-fair.html | 32 |
1 files changed, 24 insertions, 8 deletions
diff --git a/static/website/templates/job-fair.html b/static/website/templates/job-fair.html index f25dbbf..0932556 100644 --- a/static/website/templates/job-fair.html +++ b/static/website/templates/job-fair.html @@ -57,28 +57,44 @@ <p class="text-justify"> Following companies are likely to visit us: </p> - <div class="col-md-6"> + <div class="col-md-4"> <figure> - <a href="http://www.equinoxsoftwareservices.com/index.php/Home"><img alt="" class="img-responsive center-block img-rounded" src="{% static 'website/bootstrap-css/assets/images/recruiters/equinox.jpg' %}"></a> + <a href="http://www.equinoxsoftwareservices.com/index.php/Home"><img alt="" class="img-responsive center-block img-rounded" src="{% static 'website/bootstrap-css/assets/images/recruiters/equinox.png' %}"></a> </figure> </div> - <div class="col-md-6" style="margin-top: 1%;"> + <div class="col-md-4"> <figure> - <a href="http://www.ingenero.com/"><img alt="" class="img-responsive center-block img-rounded" src="{% static 'website/bootstrap-css/assets/images/recruiters/ingenero.jpg' %}"></a> + <a href="http://www.ingenero.com/"><img alt="" class="img-responsive center-block img-rounded" src="{% static 'website/bootstrap-css/assets/images/recruiters/ingenero.png' %}"></a> + </figure> + </div> + <div class="col-md-4"> + <figure> + <a href="https://www.tcs.com/engineering"><img alt="" class="img-responsive center-block img-rounded" src="{% static 'website/bootstrap-css/assets/images/recruiters/tcs.png' %}"></a> </figure> </div> </div> <div class="row" style="margin-top: 5%;"> - <div class="col-md-6"> + <div class="col-md-3"> + <figure> + <a href="http://www.lnthydrocarbon.com/"><img alt="" class="img-responsive center-block img-rounded" src="{% static 'website/bootstrap-css/assets/images/recruiters/l&t.png' %}"></a> + </figure> + </div> + <div class="col-md-3"> + <figure> + <a href="http://www.lntchiyoda.com"><img alt="" class="img-responsive center-block img-rounded" src="{% static 'website/bootstrap-css/assets/images/recruiters/l&t-chiyoda.png' %}"></a> + </figure> + </div> + <div class="col-md-3"> <figure> - <a href="http://www.lnthydrocarbon.com/"><img alt="" class="img-responsive center-block img-rounded" src="{% static 'website/bootstrap-css/assets/images/recruiters/l&t.jpg' %}"></a> + <a href="https://www.anukoolan.com"><img alt="" class="img-responsive center-block img-rounded" src="{% static 'website/bootstrap-css/assets/images/recruiters/anukoolan.png' %}"></a> </figure> </div> - <div class="col-md-6"> + <div class="col-md-3"> <figure> - <a href="https://www.tcs.com/engineering"><img alt="" class="img-responsive center-block img-rounded" src="{% static 'website/bootstrap-css/assets/images/recruiters/tcs.jpg' %}"></a> + <a href="https://www.honeywell.com/oil-and-gas"><img alt="" class="img-responsive center-block img-rounded" src="{% static 'website/bootstrap-css/assets/images/recruiters/honeywell.png' %}"></a> </figure> </div> + </div><br><br> <p class="text-justify">More companies will be updated soon...</p> </div> |