diff options
author | Sashi20 | 2018-11-22 16:08:56 +0530 |
---|---|---|
committer | Sashi20 | 2018-11-22 16:08:56 +0530 |
commit | cf00bc8a042fbb3a864377468e7595e6f1cdf8c2 (patch) | |
tree | 19846bafd446cd61e87b230fe92b2c8e294cbd2a /static/website | |
parent | 71a836b1b331fb8aff0814af2853337c86b1a9d5 (diff) | |
download | nccps-2018-cf00bc8a042fbb3a864377468e7595e6f1cdf8c2.tar.gz nccps-2018-cf00bc8a042fbb3a864377468e7595e6f1cdf8c2.tar.bz2 nccps-2018-cf00bc8a042fbb3a864377468e7595e6f1cdf8c2.zip |
Added TCS as a recruiter
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> |