Skip to content

Commit 5e54ac1

Browse files
authored
Merge pull request #858 from codeRIT/develop
Sponsor rollout 2.1
2 parents 7179b0c + 9ae73bb commit 5e54ac1

5 files changed

Lines changed: 18 additions & 2 deletions

File tree

74.1 KB
Loading
21.7 KB
Loading
29.3 KB
Loading

app/views/pages/index.html.erb

Lines changed: 17 additions & 1 deletion
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/>
@@ -155,6 +160,14 @@
155160
<a class="sponsor" href="https://www.acvauctions.com/" style="width:45%" target="blank" title="ACV Auctions">
156161
<%= image_tag 'sponsors/acv.png' %>
157162
</a>
163+
<a class="sponsor" href="https://www.cbrands.com" style="width:45%" target="blank" title="Constellation Brands">
164+
<%= image_tag 'sponsors/constellationbrands.png' %>
165+
</a>
166+
</div>
167+
<div class="sponsors-col sponsors-col-lg">
168+
<a class="sponsor" href="https://www.validity.com" style="width:50%" target="blank" title="Validity">
169+
<%= image_tag 'sponsors/validity.png' %>
170+
</a>
158171
<a class="sponsor" href="https://www.datto.com" style="width:45%" target="blank" title="Datto">
159172
<%= image_tag 'sponsors/datto.png' %>
160173
</a>
@@ -168,9 +181,12 @@
168181
</a>
169182
</div>
170183
<div class="sponsors-col sponsors-col-med">
171-
<a class="sponsor" href="https://www.digitalocean.com" style="width:50%" target="blank" title="DigitalOcean">
184+
<a class="sponsor" href="https://www.digitalocean.com" style="width:40%" target="blank" title="DigitalOcean">
172185
<%= image_tag 'sponsors/digitalocean.png' %>
173186
</a>
187+
<a class="sponsor" href="https://ripplematch.com" style="width:40%" target="blank" title="RippleMatch">
188+
<%= image_tag 'sponsors/ripplematch.png' %>
189+
</a>
174190
</div>
175191
<br/>
176192
<br/>

app/views/pages/thankyou.html.erb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
<div class="about__wrapper">
88
<div class="about__left">
99
<div class="about__left-background"></div>
10-
<%= image_tag 'bh-logos/brickhack-6.svg', alt: 'BrickHack 6', class: 'about__logo' %>
10+
<%= image_tag 'bh-logos/brickhack-6.png', alt: 'BrickHack V', class: 'about__logo' %>
1111
</div>
1212
<div class="about__right">
1313
<div class="about__right-background"></div>

0 commit comments

Comments
 (0)