summaryrefslogtreecommitdiff
path: root/app/views/projects/clusters/_gcp_signup_offer_banner.html.haml
blob: 9298d93663dd1347b2f3286e7dd696f340d27fd2 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
- link = link_to(s_('ClusterIntegration|sign up'), 'https://console.cloud.google.com/freetrial?utm_campaign=2018_cpanel&utm_source=gitlab&utm_medium=referral', target: '_blank', rel: 'noopener noreferrer')
.gcp-signup-offer.alert.alert-block.alert-dismissable.prepend-top-default.append-bottom-default{ role: 'alert' }
  %button.close{ type: "button", data: { feature_id: UserCalloutsHelper::GCP_SIGNUP_OFFER, dismiss_endpoint: user_callouts_path } }  ×
  %div
    .col-sm-2.gcp-logo
      = image_tag 'illustrations/logos/google-cloud-platform_logo.svg'
    .col-sm-10
      %h4= s_('ClusterIntegration|Redeem up to $500 in free credit for Google Cloud Platform')
      %p= s_('ClusterIntegration|Every new Google Cloud Platform (GCP) account receives $300 in credit upon %{sign_up_link}. In partnership with Google, GitLab is able to offer an additional $200 for both new and existing GCP accounts to get started with GitLab\'s Google Kubernetes Engine Integration.').html_safe % { sign_up_link: link }
      %a.btn.btn-info{ href: 'https://goo.gl/AaJzRW', target: '_blank', rel: 'noopener noreferrer' }
        Apply for credit