generated from adobe/aem-boilerplate
-
Notifications
You must be signed in to change notification settings - Fork 168
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Remove from mep folder and add unit tests
- Loading branch information
Showing
4 changed files
with
102 additions
and
295 deletions.
There are no files selected for viewing
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,25 @@ | ||
<html dir="rtl"> | ||
<div class="timeline"> | ||
<div> | ||
<div data-valign="middle"> | ||
<p>#FFCE2E</p> | ||
<h3 id="day-1">Day 1</h3> | ||
<p>If you start your free trial today | <strong>7-day free trial</strong></p> | ||
</div> | ||
</div> | ||
<div> | ||
<div data-valign="middle"> | ||
<p>linear-gradient(to right, #E63888 0, #E9749A 100%)</p> | ||
<h3 id="day-8">Day 8</h3> | ||
<p>Your subscription starts and billing begins | <strong>14-day full refund period</strong></p> | ||
</div> | ||
</div> | ||
<div> | ||
<div data-valign="middle"> | ||
<h3 id="day-21">Day 21</h3> | ||
<p>Full refund period ends</p> | ||
</div> | ||
</div> | ||
</div> | ||
</div> | ||
</html> |
Oops, something went wrong.