This section can be use to incite the user to take action, such as clicking on a buy button (to watch video or to go to app store) or subscribing to a mailing list.
CODE
Here is the HTML code to obtain it. Embed it within the main tag with class page-main.
Here are sample items that you can embed within a call to action section :
Play icon, regular buttons, play store & app store official buttons and subscription form.
Play and download icons
An icon of this design is embeded within a tag with class cta-icon.
Add class text-primary to change its color to primary color, or text-white for white color. If not precised, it will use default section text color
Class fix-center of the tag with class icon-5 (the play button) adjust the icon position by adding to it a small margin. Other icon do not require it (such as the download icon)
Regular buttons
Here are a sample code adding regular buttons to the CTA section
Store official buttons
Here are a sample code adding store official buttons to the CTA section. Place buttons images inside img/btns folder.
Subscription form
The form tag with class send_email_form handles email registration. Here are the corresponding HTML code :
Tag with class invite represents the default text which asks for a subscription. And tag with class email-ok will be the text which will be shown when the user registration is a success.
Sample server to handles email registration are provided with the template. Note that, they works only if you use a PHP based web server and require that it allows you to send email, and to write files. Check out here to learn more.