Created
April 25, 2018 02:41
-
-
Save topleague/3ce43ee174bd4d9d0078fc0305faeff2 to your computer and use it in GitHub Desktop.
Demo Content for Front Page Widgets in Business Theme
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
/* DEMO CONTENT FOR HERO WIDGET */ | |
TITLE: Boost Your ROI by 34% with Our Innovative Platform | |
BODY: <div class="hero-content"> | |
Our AI-driven content marketing platform helps you boost your content marketing performance like never before. | |
<a class="button" href="https://leaguewp.com/#">Sign up Demo</a> | |
</div> | |
/* DEMO CONTENT FOR PRICING TABLE WIDGET */ | |
Classic Text Widget #1 | |
TITLE: Our prices are unbeatable! | |
BODY: <div class="blog-excerpt">We have a package for every budget.</div> | |
Classic Text Widget #2 | |
TITLE: /* leave this blank */ | |
BODY: <div class="one-third first"> | |
<div class="basic"> | |
<li><h3>Basic</h3></li> | |
<h3 class="price"><span class="sign">$</span>99</h3> | |
<li>some feature</li> | |
<li>some feature</li> | |
<li>some feature</li> | |
<li>some feature</li> | |
<p><a href="#" class="button">PURCHASE</a> | |
</p> | |
</div> | |
</div> | |
<div class="one-third"> | |
<div class="basic"> | |
<li><h3>Standard</h3></li> | |
<h3 class="price"><span class="sign">$</span>199</h3> | |
<li>some feature</li> | |
<li>some feature</li> | |
<li>some feature</li> | |
<li>some feature</li> | |
<p><a href="#" class="button">PURCHASE</a> | |
</p> | |
</div> | |
</div> | |
<div class="one-third"> | |
<div class="basic"> | |
<li><h3>Premium</h3></li> | |
<h3 class="price"><span class="sign">$</span>299</h3> | |
<li>some feature</li> | |
<li>some feature</li> | |
<li>some feature</li> | |
<li>some feature</li> | |
<p><a href="#" class="button">PURCHASE</a> | |
</p> | |
</div> | |
</div> | |
/* DEMO CONTENT FOR SERVICES FEATURED WIDGET */ | |
TITLE: /* leave this blank */ | |
BODY: <div class="team-info"> | |
<div class="one-third first"> | |
<h3>DESIGN</h3> | |
<p>This is an example of a WordPress post, you could edit this to put information about yourself or your site so readers know where you are coming from. You can create as many posts as you like in order to share with your readers what exactly is on your mind.</p> | |
<a class="button" href="#">LEARN MORE</a> | |
</div> | |
<div class="one-third"> | |
<h3>CONTENT</h3> | |
<p>This is an example of a WordPress post, you could edit this to put information about yourself or your site so readers know where you are coming from. You can create as many posts as you like in order to share with your readers what exactly is on your mind.</p> | |
<a class="button" href="#">LEARN MORE</a> | |
</div> | |
<div class="one-third"> | |
<h3>STRATEGY</h3> | |
<p>This is an example of a WordPress post, you could edit this to put information about yourself or your site so readers know where you are coming from. You can create as many posts as you like in order to share with your readers what exactly is on your mind.</p> | |
<a class="button" href="#">LEARN MORE</a> | |
</div> | |
<div class="clearfix"></div> | |
/* DEMO CONTENT FOR BLOG FEATURED WIDGET */ | |
Text Widget #1 | |
TITLE: Latest News from Our Industry | |
BODY: <div class="blog-excerpt"> Here are some great industry and product updtes.</div> | |
Featured Custom Post Type for Genesis: You want to upload this plugin and configure the blog posts however you like it. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment