-# To edit the mailto email target, edit the content below in-between the ('')...
- email_recipient = URI.escape('tsturgis@gitlab.com').to_s
- email_subject = URI.escape('Sponsorship for Commit events').to_s
- email_body = URI.escape('I would like more information about sponsorship opportunities.').to_s
- email_link = 'mailto:'+email_recipient+'?subject='+email_subject+'&body='+email_body
.container.text-center
.row.u-margin-top-xl.u-margin-bottom-xl
.col-md-12
%h1 Become a sponsor
%h4.u-margin-top-sm{style: "font-weight: 300;"}
Want to be a sponsor?
= succeed ' ' do
%a{href: email_link, style: "text-decoration: underline;"} Click here
for more information.