diff options
Diffstat (limited to 'static/website')
-rw-r--r-- | static/website/bootstrap-css/assets/images/recruiters/tcs.jpg | bin | 0 -> 10575 bytes | |||
-rw-r--r-- | static/website/templates/job-fair.html | 13 |
2 files changed, 10 insertions, 3 deletions
diff --git a/static/website/bootstrap-css/assets/images/recruiters/tcs.jpg b/static/website/bootstrap-css/assets/images/recruiters/tcs.jpg Binary files differnew file mode 100644 index 0000000..5188dc3 --- /dev/null +++ b/static/website/bootstrap-css/assets/images/recruiters/tcs.jpg diff --git a/static/website/templates/job-fair.html b/static/website/templates/job-fair.html index 5134aa5..f25dbbf 100644 --- a/static/website/templates/job-fair.html +++ b/static/website/templates/job-fair.html @@ -57,21 +57,28 @@ <p class="text-justify"> Following companies are likely to visit us: </p> - <div class="col-md-4"> + <div class="col-md-6"> <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-4" style="margin-top: 1%;"> + <div class="col-md-6" 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%;"> + </div> + <div class="row" style="margin-top: 5%;"> + <div class="col-md-6"> <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 class="col-md-6"> + <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> + </figure> + </div> </div><br><br> <p class="text-justify">More companies will be updated soon...</p> </div> |