Your IP : 216.73.216.158


Current Path : /home/c/a/p/capemnetty/www/wp-content/themes/flair/inc/
Upload File :
Current File : /home/c/a/p/capemnetty/www/wp-content/themes/flair/inc/content-header-titles.php

<div id="content">
	
	<?php if( $logo ) : ?>
	<div class="wow bounceInDown animated text-center intro-logo" data-wow-duration="3s" data-wow-delay="6s">
		<img src="<?php echo $logo; ?>" alt="logo" />
	</div>
	<?php endif; ?>
							
	<?php if( $top_small_text ) : ?>
		<div class="byline wow slideInLeft pad45" data-wow-delay="6s">
			<?php echo htmlspecialchars_decode($top_small_text); ?>
		</div>
	<?php endif; ?>
	
	<?php if( is_array($lines) ) : ?>
		<h1 class="text-rotator-fade wow bounceInDown" data-wow-duration="2s" data-wow-delay="4s">
			<span class="rotate">
				<?php  
					foreach( $lines as $line ){
						$large_text_output .= $line . '*';
					}
					echo rtrim($large_text_output, '*');
				?>
			</span>
		</h1>
	<?php endif; ?>
	
	<?php if( $bottom_small_text ) : ?>
		<div class="name wow bounceInDown" data-wow-duration="3s" data-wow-delay="2s">
			<?php echo htmlspecialchars_decode($bottom_small_text); ?>
		</div>
	<?php endif; ?>
	
	<div class="text-center pad30">
		<a href="#about" class="scroll" id="down-link">
		<i class="fa fa-caret-down fa-3x wow rotateIn" data-wow-duration="1s" data-wow-delay="8s"></i></a>
	</div>
	
</div>