diff options
Diffstat (limited to 'static/website/templates/job-fair.html')
-rw-r--r-- | static/website/templates/job-fair.html | 12 |
1 files changed, 10 insertions, 2 deletions
diff --git a/static/website/templates/job-fair.html b/static/website/templates/job-fair.html index 08f37d7..5134aa5 100644 --- a/static/website/templates/job-fair.html +++ b/static/website/templates/job-fair.html @@ -54,16 +54,24 @@ </div> <div class="row"> <h3>Recruiters</h3> - <div class="col-md-6"> + <p class="text-justify"> + Following companies are likely to visit us: + </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> </figure> </div> - <div class="col-md-6" style="margin-top: 1%;"> + <div class="col-md-4" style="margin-top: 1%;"> <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> </figure> </div> + <div class="col-md-4" style="margin-top: 1%;"> + <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> + </figure> + </div> </div><br><br> <p class="text-justify">More companies will be updated soon...</p> </div> |