Skip to content

Commit 76af025

Browse files
authored
Add Phoeenix logo to supporting companies (#115)
1 parent 06e14fb commit 76af025

1 file changed

Lines changed: 4 additions & 1 deletion

File tree

app/views/layouts/_supporting_companies.html.erb

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,12 +7,15 @@
77
<%= link_to 'https://shopify.com', class: 'group grayscale hover:grayscale-0 transition-all duration-300', target: '_blank', rel: 'noopener' do %>
88
<%= image_tag "sponsors/shopify.png", class: "h-12 md:h-16 w-auto opacity-60 group-hover:opacity-100 transition-opacity", alt: "Shopify" %>
99
<% end %>
10+
<%= link_to 'https://phoenix.ca/', class: 'group grayscale hover:grayscale-0 transition-all duration-300', target: '_blank', rel: 'noopener' do %>
11+
<%= image_tag "sponsors/phoenix.png", class: "h-16 md:h-20 w-auto opacity-60 group-hover:opacity-100 transition-opacity", alt: "Phoenix" %>
12+
<% end %>
1013
<%= link_to 'https://switchgrowth.com', class: 'group grayscale hover:grayscale-0 transition-all duration-300', target: '_blank', rel: 'noopener' do %>
1114
<%= image_tag "sponsors/switch.png", class: "h-16 md:h-20 w-auto opacity-60 group-hover:opacity-100 transition-opacity", alt: "Switch" %>
1215
<% end %>
1316
</div>
1417
<p class="mt-6 text-sm text-gray-600">
15-
Interested in supporting Toronto Ruby?
18+
Interested in supporting Toronto Ruby?
1619
<%= link_to "Get in touch", "mailto:info@toronto-ruby.com", class: "text-ruby-500 hover:text-ruby-600 font-medium" %>
1720
</p>
1821
</div>

0 commit comments

Comments
 (0)