Skip to content

Commit 90e0aaf

Browse files
authored
Merge pull request #854 from codeRIT/sponsors-v2
Sponsor rollout v2
2 parents 8a8a0f2 + db2c4e3 commit 90e0aaf

3 files changed

Lines changed: 16 additions & 3 deletions

File tree

21.7 KB
Loading
29.3 KB
Loading

app/views/pages/index.html.erb

Lines changed: 16 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -114,6 +114,11 @@
114114
<li>
115115
<b>Buses</b>
116116
are being provided to a number of schools! If you're at one of them, you'll see an option to sign up when you <a href = "https://apply.brickhack.io/">RSVP</a>!
117+
<ul>
118+
<li>New York City, Cornell University, Binghamton University</li>
119+
<li>University of Waterloo, University of Toronto</li>
120+
<li>University at Buffalo</li>
121+
</ul>
117122
</li>
118123
</ul>
119124
<br/>
@@ -152,10 +157,15 @@
152157
<div class="sponsors">
153158
<h2 class="text-center">Sponsors</h2>
154159
<div class="sponsors-col sponsors-col-lg">
155-
<a class="sponsor" href="https://www.acvauctions.com/" style="width:45%" target="blank" title="ACV Auctions">
160+
<a class="sponsor" href="https://www.acvauctions.com/" style="width:40%" target="blank" title="ACV Auctions">
156161
<%= image_tag 'sponsors/acv.png' %>
157162
</a>
158-
<a class="sponsor" href="https://www.datto.com" style="width:45%" target="blank" title="Datto">
163+
</div>
164+
<div class="sponsors-col sponsors-col-lg">
165+
<a class="sponsor" href="https://www.validity.com" style="width:50%" target="blank" title="Validity">
166+
<%= image_tag 'sponsors/validity.png' %>
167+
</a>
168+
<a class="sponsor" href="https://www.datto.com" style="width:40%" target="blank" title="Datto">
159169
<%= image_tag 'sponsors/datto.png' %>
160170
</a>
161171
</div>
@@ -168,9 +178,12 @@
168178
</a>
169179
</div>
170180
<div class="sponsors-col sponsors-col-med">
171-
<a class="sponsor" href="https://www.digitalocean.com" style="width:50%" target="blank" title="DigitalOcean">
181+
<a class="sponsor" href="https://www.digitalocean.com" style="width:40%" target="blank" title="DigitalOcean">
172182
<%= image_tag 'sponsors/digitalocean.png' %>
173183
</a>
184+
<a class="sponsor" href="https://www.digitalocean.com" style="width:40%" target="blank" title="DigitalOcean">
185+
<%= image_tag 'sponsors/ripplematch.png' %>
186+
</a>
174187
</div>
175188
<br/>
176189
<br/>

0 commit comments

Comments
 (0)