diff options
author | FOSSEE Git User | 2018-11-12 19:32:18 +0530 |
---|---|---|
committer | FOSSEE Git User | 2018-11-12 19:32:18 +0530 |
commit | b261ce4eae6c829a4c4350fd17aaa3807b67504b (patch) | |
tree | f64d6072d557bd2a7287d78dfcac0376dd765dfb | |
parent | bb12a57f573318e0db7c5762a9a804101ac16789 (diff) | |
parent | c4a9c18cd65dfb4a2a2a9178654bbba9f40d2b89 (diff) | |
download | nccps-2018-b261ce4eae6c829a4c4350fd17aaa3807b67504b.tar.gz nccps-2018-b261ce4eae6c829a4c4350fd17aaa3807b67504b.tar.bz2 nccps-2018-b261ce4eae6c829a4c4350fd17aaa3807b67504b.zip |
Merge branch 'master' of https://github.com/FOSSEE/nccps-2018
-rw-r--r-- | static/website/bootstrap-css/assets/images/recruiters/equinox.jpg | bin | 10145 -> 12361 bytes | |||
-rw-r--r-- | static/website/bootstrap-css/assets/images/recruiters/ingenero.jpg | bin | 25315 -> 13546 bytes | |||
-rw-r--r-- | static/website/templates/home.html | 2 | ||||
-rw-r--r-- | static/website/templates/job-fair.html | 6 |
4 files changed, 4 insertions, 4 deletions
diff --git a/static/website/bootstrap-css/assets/images/recruiters/equinox.jpg b/static/website/bootstrap-css/assets/images/recruiters/equinox.jpg Binary files differindex d693c7e..44d43dc 100644 --- a/static/website/bootstrap-css/assets/images/recruiters/equinox.jpg +++ b/static/website/bootstrap-css/assets/images/recruiters/equinox.jpg diff --git a/static/website/bootstrap-css/assets/images/recruiters/ingenero.jpg b/static/website/bootstrap-css/assets/images/recruiters/ingenero.jpg Binary files differindex ab221f7..112757d 100644 --- a/static/website/bootstrap-css/assets/images/recruiters/ingenero.jpg +++ b/static/website/bootstrap-css/assets/images/recruiters/ingenero.jpg diff --git a/static/website/templates/home.html b/static/website/templates/home.html index e56e8c2..484dc74 100644 --- a/static/website/templates/home.html +++ b/static/website/templates/home.html @@ -41,7 +41,7 @@ </div> <div class="col-sm-4"> <i class="ion-speakerphone"></i> - <h3>Paper Submission in Progress</h3> + <h3>Registration in Progress</h3> </div> </div><!-- row --> </div><!-- container --> diff --git a/static/website/templates/job-fair.html b/static/website/templates/job-fair.html index b9bc423..81e5be2 100644 --- a/static/website/templates/job-fair.html +++ b/static/website/templates/job-fair.html @@ -59,14 +59,14 @@ <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"> + <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><br><br> + </div> + </div><br><br> <p class="text-justify">More companies will be updated soon...</p> </div> - </div> </section> |