diff options
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> |