Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Binary file added app/assets/images/sponsors/rit-sg.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
6 changes: 5 additions & 1 deletion app/views/pages/index.html.erb
Original file line number Diff line number Diff line change
Expand Up @@ -194,12 +194,16 @@
<br/>
<h2 class="text-center">Partners</h2>
<div class="sponsors-col sponsors-col-med">
<a class="sponsor" href="https://www.rit.edu/studentgovernment/" style="width: 40%" target="blank" title="RIT Student Government">
<%= image_tag 'sponsors/rit-sg.png' %>
</a>
<a class="sponsor" href="http://hack.rit.edu/" style="width: 40%" target="blank" title="The Construct @ RIT">
<%= image_tag 'sponsors/construct.png' %>
</a>
<a class="sponsor" href="https://www.rit.edu/studentaffairs/counseling/" style="width: 60%" target="blank" title="Counseling & Psychological Services">
<a class="sponsor" href="https://www.rit.edu/studentaffairs/counseling/" style="width: 60%" target="blank" title="RIT Counseling & Psychological Services">
<%= image_tag 'sponsors/counseling.png' %>
</a>

</div>
<div class="sponsors-col sponsors-col-med">
<a class="sponsor" href="http://www.rit.edu/research/simonecenter/" style="width:100%" target="blank" title="Simone Center for Innovation and Entrepreneurship">
Expand Down