diff options
Diffstat (limited to 'static/website/templates/job-fair.html')
-rw-r--r-- | static/website/templates/job-fair.html | 33 |
1 files changed, 28 insertions, 5 deletions
diff --git a/static/website/templates/job-fair.html b/static/website/templates/job-fair.html index 5134aa5..0932556 100644 --- a/static/website/templates/job-fair.html +++ b/static/website/templates/job-fair.html @@ -59,19 +59,42 @@ </p> <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-4" 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.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-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.ingenero.com/"><img alt="" class="img-responsive center-block img-rounded" src="{% static 'website/bootstrap-css/assets/images/recruiters/ingenero.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-4" style="margin-top: 1%;"> + <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.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> |