Skip to content

Instantly share code, notes, and snippets.

@sendgrid-gists
Created April 3, 2019 21:45
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save sendgrid-gists/0a093685626b3926e98f414ecaa6f9d9 to your computer and use it in GitHub Desktop.
Save sendgrid-gists/0a093685626b3926e98f414ecaa6f9d9 to your computer and use it in GitHub Desktop.
SendGrid style-guide upsell card
<div class="card is-upsell">
<h3>100/day not enough? Send 40,000 emails/mo through our API for free for 30 days!</h3>
<p>Interested in testing out the best that our Email API has to offer? With our Free Trial, you’ll have access to 40,000 emails through the API for 30 days.</p>
<div class="btn-list">
<a href="#" class="btn btn-primary btn-small">Send 40K Emails for Free</a>
<a href="#" class="btn btn-tertiary btn-small">Learn More</a>
</div>
</div>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment