Created
April 3, 2019 21:45
-
-
Save sendgrid-gists/0a093685626b3926e98f414ecaa6f9d9 to your computer and use it in GitHub Desktop.
SendGrid style-guide upsell card
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<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