Last active
November 1, 2018 18:11
-
-
Save kimcoleman/32bae71bf0406de47ecb86ce190f3b2e to your computer and use it in GitHub Desktop.
Demo content for the "Neon" template example of Sitewide Sale Add On for Paid Memberships Pro
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
<?php | |
/* | |
* This is demo content for the Sitewide Sale Add On for Paid Memberships Pro. | |
* You can view a live preview of this content in the "Neon" Sale Template here: | |
* https://demo.memberlitetheme.com/membership/sitewide-sales/sample-sale-2/ | |
*/ | |
?> | |
<div class="text-center"> | |
<h1>Join the ACME Podcast</h1> | |
<h2>Black Friday</h2> | |
<h3>Weekend Sale</h3> | |
[row][col small="12" medium="10" medium_offset="1"] | |
[row_row class="text-center"] | |
[col_col small="6" medium="3"] | |
<p>[fa icon="play-circle" size="4x"]</p> | |
<p class="text-2x">All New and Past Episodes</p> | |
[/col_col] | |
[col_col small="6" medium="3"] | |
<p>[fa icon="user-lock" size="4x"]</p> | |
<p class="text-2x">Exclusive Members-Only extras</p> | |
[/col_col] | |
[col_col small="6" medium="3"] | |
<p>[fa icon="tshirt" size="4x"]</p> | |
<p class="text-2x">Limited Edition ACME Show T-Shirt</p> | |
[/col_col] | |
[col_col small="6" medium="3"] | |
<p>[fa icon="heart" size="4x"]</p> | |
<p class="text-2x">Good Karma for Supporting Us</p> | |
[/col_col] | |
[/row_row] | |
[/col][/row] | |
</div> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment