Skip to content

Commit

Permalink
Merge pull request #597 from lucyparsons/add-sponsor-section
Browse files Browse the repository at this point in the history
Add sponsor section
  • Loading branch information
r4v5 authored Dec 16, 2018
2 parents 83b79aa + 7a28dd7 commit e3086e2
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 0 deletions.
Binary file added OpenOversight/app/static/images/shuttleworth.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
13 changes: 13 additions & 0 deletions OpenOversight/app/templates/about.html
Original file line number Diff line number Diff line change
Expand Up @@ -131,4 +131,17 @@ <h2>Facts and Figures about the Chicago Police Department</h2>

</div>

<div class="horizontal-padding vertical-padding">
<div class="text-center">
<h2>Sponsors</h2>
</div>
<div class="row display-flex font-weight-300">
<div class="col-lg-4 bg-white">
</div>
<div class="col-lg-4 bg-white">
<img src="{{ url_for('static', filename='images/shuttleworth.jpg') }}">
</div>
</div>
</div>

{% endblock %}

0 comments on commit e3086e2

Please sign in to comment.