Call To Action

Collection of predefined components to use on your site
Sample Call To Action I

Pellentesque vestibulum orci

Nunc non aliquam quam in sem sem placerat non felis
Show code Hide code
<!-- Call to action -->
<div class="template-component-call-to-action template-component-call-to-action-style-1">
	<!-- Content -->
	<div class="template-component-call-to-action-content">
		<!-- Left column -->
		<div class="template-component-call-to-action-content-left">
			<!-- Header -->
			<h4>Pellentesque vestibulum orci</h4>
			<!-- Subheader -->
			<h6>Nunc non aliquam quam in sem sem placerat non felis</h6>
		</div>
		<!-- Right column -->
		<div class="template-component-call-to-action-content-right">
			<!-- Button -->
			<a href="#" class="template-component-button template-component-button-style-1">Click here<i></i></a>
		</div>									
	</div>
</div>
Sample Call To Action II

Phasellus pulvinar neque ligula sit amet

Show code Hide code
<!-- Call to action -->
<div class="template-component-call-to-action template-component-call-to-action-style-2 template-section-white">
	<div class="template-component-call-to-action-content">
		<div class="template-component-call-to-action-content-left">
			<h3>Phasellus pulvinar neque ligula sit amet</h3>
		</div>
		<div class="template-component-call-to-action-content-right">
			<a href="#" class="template-component-button template-component-button-style-2 template-section-white">Click here<i></i></a>
		</div>									
	</div>
</div>