Created
July 31, 2020 04:33
-
-
Save ericwbailey/0b08bc4807d379c129eec5734d3e9ec1 to your computer and use it in GitHub Desktop.
#writing #thoughtbot
This file contains 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="case-study-cards-grid__card"> | |
<img | |
alt="The Real Simple Energy account page, highlighting $60 in savings from using their service." | |
src="/img/case-study-card__real-simple-energy_v2.jpg" | |
loading="lazy" | |
class="case-study-cards-grid__image u-pointer" | |
onclick="location.href='/case-studies/real-simple-energy'" /> | |
<div class="case-study-cards-grid__text-wrapper"> | |
<div> | |
<p class="case-study-cards-grid__description type-body"> | |
<strong>Real Simple Energy</strong> — Transforming algorithms and a vision into a customer-ready product | |
</p> | |
<p> | |
<a class="cta-link" href="/case-studies/real-simple-energy">Read the case study</a> | |
</p> | |
</div> | |
</div> | |
</div> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment