<% cache("main-sidebar-nav--#{user_signed_in?}-#{ApplicationConfig['DEPLOYMENT_SIGNATURE']}", expires_in: 5.days) do %> <%= render "articles/sidebar_nav" %>
" id="sponsorship-widget">

community sponsors

" alt="emoji heart" />
<% @sponsors = Organization.where(is_gold_sponsor: true).order("sponsorship_featured_number ASC") %> <% if @sponsors.any? %>
<% @sponsors.each do |organization| %>
Digital Ocean logo
<%= organization.sponsorship_tagline %> Learn More
<% end %>
We are grateful for wonderful sponsors who help sustain the DEV community.

Sponsorship Info/Policy

<% end %>

key links

" alt="Twitter logo" class="social-icon" /> " alt="GitHub logo" class="social-icon" /> " alt="Instagram logo" class="social-icon" /> " alt="Facebook logo" class="social-icon" /> " alt="Twitch logo" class="social-icon" />
About Events Sponsors DEV Shop Privacy Policy Terms of Use Contact FAQ Code of Conduct
<% end %> <% cache("display-area-left-#{rand(5)}", expires_in: 5.minutes) do %> <% @left_sidebar_ad = DisplayAd.where(approved: true, published: true, placement_area: "sidebar_left").order("RANDOM()").first %> <% if @left_sidebar_ad %>
<%= @left_sidebar_ad.processed_html.html_safe %>
<% end %> <% end %>