Skip to content

Commit

Permalink
Modifed image style to make the company log responsive. Closes #139
Browse files Browse the repository at this point in the history
Signed-off-by: Deepa <deepalakshmi.srinivasan@bosch-si.com>
  • Loading branch information
Deepa committed May 26, 2016
1 parent 6c79a28 commit 75cdc1e
Showing 1 changed file with 11 additions and 11 deletions.
22 changes: 11 additions & 11 deletions docs/_includes/homepagebottom.html
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ <h2 class="box-headline" id="header10">Community</h2>
<i class="{{main.imagename}}"></i>
</div>
<div class="col-md-2">

<a href= "{{main.accesslink}}" target="_blank"><h4>{{main.title}}</h4></a>
</div>
<div class="col-md-7">
Expand All @@ -19,20 +19,20 @@ <h2 class="box-headline" id="header10">Community</h2>
{% endif %}

{% if main.series == 'homepageAddProjects' %}
<div id = "zoo" class="box">
<div id = "zoo" class="box">
<div class="row">

<div class="col-md-12 page-header pull-left">
<h2>Projects/Products using Vorto</h2>
</div>
<!--div class="col-md-3 page-header pull-right">
<a href="https://github.com/eclipse/vorto/edit/development/docs/ctyprojects.md"><h2>Add your project!</h2></a>
</div-->



<div class="container-fluid">

<!--table class="table table-striped table-condensed">
<thead>
<tr>
Expand All @@ -42,15 +42,15 @@ <h2>Projects/Products using Vorto</h2>
<th>Author(s)</th>
</tr></thead>
<tbody>
{{ main.content }}
</tbody><tfoot></tfoot></table-->
<br>
<p align = "center"><img src="{{ base }}/img/companies_logo.jpg"></p>
<p align = "center"><img src="{{ base }}/img/companies_logo.jpg" class="box-img img-responsive zoom1"></p>

</div>
</div>
<hr>
<hr>
{% endif %}
{% endfor %}

Expand Down

0 comments on commit 75cdc1e

Please sign in to comment.